mdsupport wrote on Saturday, August 01, 2015:
When checking Google Insight output, one of the fixes suggested is to leverage browser caching. Does it make sense to include the following apache directive as standard installation instructions?
[…]
<FilesMatch “.(jpe?g|png|gif|js|css)$”>
ExpiresActive On
ExpiresDefault “access plus 1 week”
[…]
Source: HowtoForge