March 2008
How To Optimize Your Site With HTTP Caching | BetterExplained
by nhoizey & 2 othersCaching is a great example of the ubiquitous time-space tradeoff in programming. You can save time by using space to store results. Fewer downloads means a faster, happier site.
October 2007
htaccess Caching
by nhoizey & 2 othersThis article shows 2 awesome ways to implement caching on your website using Apache .htaccess (httpd.conf) files on the Apache Web Server. Both methods are extremely simple to set up and will dramatically speed up your site!
1
(2 marks)