How to optimise it (Leverage browser caching)

Posted in: Newspaper
Post count: 16

website pencopy.com

The following cacheable resources have a short freshness lifetime. Specify an expiration at least one week in the future for the following resources:

https://www.googletagmanager.com/gtag/js?id=UA-77563813-2
http://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js
https://www.google-analytics.com/analytics.js
https://pagead2.googlesyndication.com/pub-config/r20160913/ca-pub-2477206161595107.js
http://fonts.googleapis.com/css?family=Open+San … %2C400%2C400italic%2C500%2C500italic%2C700%2C900

I already add as you page speed guide code:

# BEGIN Expire headers <ifModule mod_expires.c> ExpiresActive On ExpiresDefault “access plus 5 seconds” ExpiresByType image/x-icon “access plus 604800 seconds” ExpiresByType image/jpeg “access plus 604800 seconds” ExpiresByType image/png “access plus 604800 seconds” ExpiresByType image/gif “access plus 604800 seconds” ExpiresByType application/x-shockwave-flash “access plus 604800 seconds” ExpiresByType text/css “access plus 604800 seconds” ExpiresByType text/javascript “access plus 604800 seconds” ExpiresByType application/javascript “access plus 604800 seconds” ExpiresByType application/x-javascript “access plus 604800 seconds” #ExpiresByType text/html “access plus 600 seconds” #ExpiresByType application/xhtml+xml “access plus 600 seconds” </ifModule> # END Expire headers

suggest me what i have to do for it.

Post count: 20688

Hi,

That code would be an example of the implementation used on the live theme demo server. It may be different by server. You should contact your hosting provider, they might have a recommended method or service in the matter, that will work.

Also you can read some tutorials posted by theme users for good results
https://forum.tagdiv.com/topic/score-100100-pagespeed-with-newspaper-wordpress-theme/
https://forum.tagdiv.com/topic/tutorial-chriss-custom-optimizations-for-functions-php-etc/
https://forum.tagdiv.com/topic/newspaper-theme-speedify-your-website/

Thanks

Viewing 2 posts - 1 through 2 (of 2 total)
The forum ‘Newspaper’ is closed to new topics and replies.