phpfunk.com


Archive for the ‘optimization’ Category

caching static content with mod_expires and Apache

Thursday, July 8th, 2010

Visitors to your website will experience faster page loads if you take some steps to enable caching of static content, such as CSS files, javascript and images. One simple way to enable such caching is to use mod_expires with Apache. If you run your own server you can easily enable this module. If you are [...]