• Resolved exoticwinetravel

    (@exoticwinetravel)


    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 Effect

    Based 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]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author embedplus

    (@embedplus)

    The caching and lazy loading features of the plugin help. The most effective method is to use full blown server side caching however.

    -EmbedPlus Team

    Sorry to hijack the thread but since its the same concern, I figured better off leave it in one.

    Anyway, could you elaborate more on the server side caching specifically for removing the Compressing https://www.youtube.com/iframe_api could save XXXB (XX% reduction) warning.

    What about gzip mod_deflate? Can you add AddOutputFilterByType DEFLATE text/iframe_api or application/iframe_api ?

    Thanks.

    • This reply was modified 6 years, 11 months ago by sdawales.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Loading Speed’ is closed to new replies.