Optimise the java call
-
We’ve been doing a bit of work on site optimisation this week and one of the areas that crops up in ‘red’ via Google Pagespeed Insights is the WPP JavaScript call at the top of the page.
<script src="https://www.MYSITE.com/../plugins/wordpress-popular-posts/assets/js/wpp.min.js?ver=6.4.2" id="wpp-js-js"></script>
Google identifies this in red under the “Eliminate render-blocking resources” tag. I’m just wondering if there’s anything you’d recommend for improving this, but which won’t stop views being correctly tracked? I’m afraid to defer the script (not actually sure how to add this to the auto-generated line either?) or to push it to the bottom of the page, in case I damage how it works.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘Optimise the java call’ is closed to new replies.