Wednesday 06 October 2010 5:24:03 am
For improved front end performance you should among several things take advantage of mod_expires in apache. Not something you would want to enable during development, but in production it can make sure clients cache design files that barley change and images that have url pr version anyway using something like this. Same thing can be done with packed js / css files using (from admin2pp project by Damien): <LocationMatch ".*/var/[^/]+/cache/public/.*">
# ezjscore.ini/[Packer]/AppendLastModifiedTime=enabled
# so that file names change when source files are modified
ExpiresActive on
ExpiresDefault "now plus 10 years"
</LocationMatch>
eZ Online Editor 5: http://projects.ez.no/ezoe || eZJSCore (Ajax): http://projects.ez.no/ezjscore || eZ Publish EE http://ez.no/eZPublish/eZ-Publish-Enterprise-Subscription
@: http://twitter.com/andrerom
|