Eliminate render-blocking JavaScript and CSS in above-the-fold content
-
Leverage browser caching
Setting an expiry date or a maximum age in the HTTP headers for static resources instructs the browser to load previously downloaded resources from local disk rather than over the network.
Leverage browser caching for the following cacheable resources:
https://www.google.com/…ecaptchaCallback&render=explicit&ver=2.0 (5 minutes)
https://www.google-analytics.com/plugins/ua/linkid.js (60 minutes)
https://www.google-analytics.com/analytics.js (2 hours)I have pasted the code on htaccess file, but this message still showing.
Thank you for your knowledge.The page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Eliminate render-blocking JavaScript and CSS in above-the-fold content’ is closed to new replies.