Thank you.
]]>#Expire Header
<FilesMatch “\.(ico|jpg|jpeg|png|gif|js|css|swf)$”>
ExpiresDefault “access plus 2 hours”
</FilesMatch>
But still nothing changes Google reads many parts of my site as not modified therefor the site is seen as a parked domain. What can I do?
How can I add a correct EXPIRES header to the HTTP Headers with the value set to the current date and time?
i have installed in my site wordpress 4.2.3, woocommerce 2.3.13 and W3 Total Cache.
W3 Total cache has enabled Page Cache, Minify, Database Cache, Object Cache and Browser Cache.
My site’s pagespeed is 95% so is good for me.
The problem is yslow. Yslow rating is 75% and the problems are:
Add Expires headers
Make fewer HTTP requests
Use a Content Delivery Network (CDN)
Use cookie-free domains
But for Add Expires headers i have enabled them in W3 Browser Cache. I tried more plug ins for this but the problem isnt solves.
Any ideas?
]]>Trying to make a website faster I have added the following code to .htaccess
<IfModule mod_expires.c>
# Enable expirations
ExpiresActive On
# Default directive
ExpiresDefault “access plus 1 month”
# My favicon
ExpiresByType image/x-icon “access plus 1 year”
# Images
ExpiresByType image/gif “access plus 1 month”
ExpiresByType image/png “access plus 1 month”
ExpiresByType image/jpg “access plus 1 month”
ExpiresByType image/jpeg “access plus 1 month”
# CSS
ExpiresByType text/css “access plus 1 month”
# Javascript
ExpiresByType application/javascript “access plus 1 year”
</IfModule>
Now, testing my site on GTMetrix….Yslow still gives an ‘F’ for the expires headers.
Pagespeed ‘leverage browsing cache’ has a ‘B’ after adding this code (came from an ‘F’ aswell)
Is there anyone who can explain this?
Thanks so much for help & respons
]]>I need to set up a specific expire header to json files, much much lower than the rest of files. Can I do this in W3 TV? I couldn’t find a way.
Thanks!
FG
https://www.ads-software.com/plugins/w3-total-cache/
]]>i’m using cloudfront. is that why it’s greyed-out? what else might be cause this?
https://www.ads-software.com/plugins/w3-total-cache/
]]># BEGIN WPSuperCache
# END WPSuperCache
# BEGIN WordPress
# END WordPress
how i add Expires header?
i read that that will help loading faster
can somebody show me how my file should look after i added the expire lines?
https://www.ads-software.com/extend/plugins/wp-super-cache/
]]>