Javascript versioning to avoid caching, difference in these practices?

Using an updated querystring is a bad solution. See what Steve souders has so say about it: http://www.stevesouders.com/blog/2008/08/23/revving-filenames-dont-use-querystring/ The ideal method is to rename the file itself. Some people prefer using the time stamp of the last modification date, which i think is a problem. In modern web development you really need to optimize your page … Read more

Javascript versioning to avoid caching, difference in these practices?

Using an updated querystring is a bad solution. See what Steve souders has so say about it: http://www.stevesouders.com/blog/2008/08/23/revving-filenames-dont-use-querystring/ The ideal method is to rename the file itself. Some people prefer using the time stamp of the last modification date, which i think is a problem. In modern web development you really need to optimize your page … Read more