A
A
Airat Kadyrmaev2015-06-01 10:48:01
caching
Airat Kadyrmaev, 2015-06-01 10:48:01

How to use browser cache for WP site?

Good afternoon!
I looked at https://developers.google.com/speed/pagespeed/insights/ - site loading speed, and the main recommendations were - use the browser cache.
not quite clear what and how? For example, the site has the WP Super Cache plugin. Advice on how to slow down your website loading speed

Answer the question

In order to leave comments, you need to log in

1 answer(s)
Z
zooks, 2015-06-01
@zooks

In WP Super Cache settings there are such settings. You can use it with confidence.
Can be added manually in .htaccess file

# Create expires headers
<FilesMatch "\.(ico|jpg|jpeg|png|gif|js|css|swf)$">
ExpiresActive on
ExpiresDefault "access plus 30 days"
Header unset ETag
FileETag None
</FilesMatch>
# End Create expires headers

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question