Web Performance, Branding, and Social Media
In: Web Performance
30 Oct 2006Aaron Hopkins posted an article detailing all of the Web performance goodness that I have been advocating for a number of years.
To summarize:
Use server-side compression
Set your static objects to be cacheable in browser and proxy caches
Use keep-alives / persistent connections
Turn your browsers’ HTTP pipelining feature on
These ideas are not new, and neither are the finding [...]