logoalt Hacker News

jimmaswellyesterday at 8:04 PM0 repliesview on HN

A relatively minor impact concern is that query strings create a new cache entry both in the browser and typically on server-side caches unless configured otherwise, so you might want to use URL fragment parameters if the parameters are only used by clientside JavaScript but the server response is the same.