-
fw190
ParticipantI had a good grade with Cover-wp with y-slow and there was no problem with expire headers but now I have on gtmetrix:
There are 9 static components without a far-future expiration date.
https://fonts.googleapis.com/css?family=Droid+Sans:regular,italic,bold,bolditalic&subset=latin
https://ssl.google-analytics.com/ga.js
https://www.infolotnicze.pl/wp-includes/js/jquery/jquery.js?ver=1.7.1
https://www.infolotnicze.pl/wp-content/themes/esplanade/scripts/jquery.flexslider-min.js
https://www.infolotnicze.pl/wp-includes/js/swfobject.js?ver=2.2-20120417
https://www.infolotnicze.pl/wp-content/themes/esplanade/scripts/audio-player.js
https://www.infolotnicze.pl/wp-content/themes/esplanade/scripts/colorbox.js
https://seals.websiteprotection.com/sealws/4f201317-28ec-4e0a-b8ec-3b4e0a0607d7.gif
https://www.infolotnicze.pl/favicon.icoThe htaccess entry looks like this: (and it did the tric with Cover-wp)
# Expire images header
ExpiresActive On
ExpiresDefault A0
ExpiresByType image/gif A2592000
ExpiresByType image/png A2592000
ExpiresByType image/jpg A2592000
ExpiresByType image/jpeg A2592000
ExpiresByType image/ico A2592000
ExpiresByType text/css A2592000
ExpiresByType text/javascript A2592000Header unset ETag
Header unset Pragma
FileETag NoneHow to fix this?
You must be logged in to reply to this topic.