You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 18, 2019. It is now read-only.
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.
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!
The text was updated successfully, but these errors were encountered: