What I really would like to see is an independent third-party which cares nothing about data mining (maybe the w3c) host commonly used scripts (e.g. jquery) on Akamai and minified/compressed; all the parameters to their optimum instead of the myriad of options people use. They'd be so many browser cache hits.
Website Performance Tutorials
11–15 of 15 posts
Re: Website Performance Tutorials
#12What I really would like to see is an independent third-party which cares nothing about data mining (maybe the w3c) host commonly used scripts (e.g. jquery) on Akamai and minified/compressed; all the parameters to their optimum instead of the myriad of options people use. They'd be so many browser cache hits.
For those who don't care about giving Google their traffic data and aren't already aware of this, Google offers the previously described service. http://code.google.com/apis/ajaxlibs/
Re: Website Performance Tutorials
#13Earlier quoted context omitted.
For those who don't care about giving Google their traffic data and aren't already aware of this, Google offers the previously described service. http://code.google.com/apis/ajaxlibs/
The jquery one only has a 1 year expiry time...
Re: Website Performance Tutorials
#14I would expect something a lot more from google. All these ideas are way too elementary and some are just misguided. Advice like "crop your image"...come on. The misguided ones are things like "use single quotes instead of double quotes when printing in php since one does not look for variables in the string text". The is just misguided and is probably the last thing your should worry about. This is orders of magnitu…
Re: Website Performance Tutorials
#15Earlier quoted context omitted.
The jquery one only has a 1 year expiry time...
What does that mean?
Saying JQuery's expiry time is 1 year in the future means that Google is telling browsers who get the JQuery script "Hey guys, you can rely on this being constant for a year, after that you'll probably want to ask for a new version." The poster above you apparently thinks this is suboptimal, because a user should be able to cache a particular version of JQuery for longer than one year. I think that it is irrelevant, since in actual practice almost no user agent will reliably persist a cache for a year, and 1 extra HTTP request a year isn't enough to worry about, anyway.