Loading Speed
-
Hi there! I’ve used your free plugin for a few months and it’s great, thank you! I’m planning to purchase the pro version, particularly for these two features:
– Faster Page Loads (Caching)
– Eye-catching (Lazy) Loading EffectBased on your experience and the tests you’ve done, does the pro version help to improve Google PageSpeed?
When I did my page speed test on Google PageSpeed Insights and GTmetrix, these are the main issues that are slowing my site down:
– 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. –> 4 links from https://i.ytimg.com
– Compressing resources with gzip or deflate can reduce the number of bytes sent over the network. –> Compressing https://www.youtube.com/iframe_api could save 299B
– Defer parsing of JavaScript. –> 3 links from youtube.
– Leverage browser caching. –> 5 links from youtube.
– Optimize the order of styles and scripts. –> The following inline script blocks were found in https://www.youtube.com/embed/mHLImxohhio?enablejsapi=1&autoplay=0&cc_load_policy=0&iv_load_policy=1&loop=0&modestbranding=0&rel=0&showinfo=1&fs=1&playsinline=0&controls=2&autohide=2&theme=light&color=red& between an external CSS file and another resource. To allow parallel downloading, move the inline script before the external CSS file, or after the next resource.The page I need help with: [log in to see the link]
- The topic ‘Loading Speed’ is closed to new replies.