Skip to content
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.

Configure htaccess to support caching of resources for better performance #115

Open
cqueern opened this issue Oct 29, 2016 · 0 comments
Open

Comments

@cqueern
Copy link

cqueern commented Oct 29, 2016

Was looking over the .htaccess file
and thought you might consider adding something like the following to enable caching of images, css, javascript resources, etc for better client side performance.

ExpiresActive On
ExpiresByType image/gif A2592000
ExpiresByType image/png A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType text/css A2592000
ExpiresByType image/svg+xml A2592000
ExpiresByType application/javascript A2592000

Related performance recommendations can be found over at Google's Page Speed Insights.

Thanks for your hard work. Morgue looks like a great project!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant