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
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 OnExpiresByType image/gif A2592000ExpiresByType image/png A2592000ExpiresByType image/jpeg A2592000ExpiresByType text/css A2592000ExpiresByType image/svg+xml A2592000ExpiresByType application/javascript A2592000Related performance recommendations can be found over at Google's Page Speed Insights.
Thanks for your hard work. Morgue looks like a great project!