• Resolved EddieG

    (@eddievet)


    Hello there

    Firstly hope you’re all doping well health-wise.

    As I/we have come to know about the Core Web Vitals new updates coming soon into action, i aslo am trying and start analyzing and eliminate any possible issue which may affect site performance. That said, while doing the analyses I came across these… (as in the images attached)

    Image_1 – https://pasteboard.co/JS5IeQe.jpg
    Isn’t amp Using tools such as AMP Optimizer to server-side render AMP layouts by default? If not, how can i fix it?

    Image_2 – https://pasteboard.co/JS5ItHw.jpg
    How amp is affecting this (Third-party code blocked the main thread for 250 ms)? HOw can i fix it?

    Also… does Core Web Vitals acknowledges AMP as a tool to pass the test (bearing in mind that i have a rather slow desktop performance)?

    And to conclude…What can I do (in terms of performing a better speed by using AMP or what can i do to optimize amp?

    Many thanks in advance
    Eddie

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter EddieG

    (@eddievet)

    …also please take a look at these other two images and please let me know how to fix those js script issues?

    image_3 – https://pasteboard.co/JS6GYnv.jpg
    image_4 – https://pasteboard.co/JS6Hsg0.jpg

    Thank you again!

    Plugin Support Milind More

    (@milindmore22)

    Hello @eddievet

    Yes, AMP plugin is using AMP Optimizer for PHP,

    To eliminate google font issue, I will recommend adding display=swap as query parameter.
    so :
    https://fonts.googleapis.com/css?family=Roboto:400,300,500,600,700,900
    will become
    https://fonts.googleapis.com/css?family=Roboto:400,300,500,600,700,900&display=swap;

    You can more about improving font optimization here

    For better performance, we will recommend using persistent caching (Object caching ) which will reduce your server response time.

    • This reply was modified 3 years, 8 months ago by Milind More.
    Plugin Support Milind More

    (@milindmore22)

    …also please take a look at these other two images and please let me know how to fix those js script issues?

    This is a known issue from upstream you can learn more about it here

    Plugin Author Weston Ruter

    (@westonruter)

    Isn’t amp Using tools such as AMP Optimizer to server-side render AMP layouts by default? If not, how can i fix it?

    The Lighthouse audit guidance to “Use tools such as AMP Optimizer to server-side render AMP layouts” is generic. I previously reported this as an issue to Lighthouse: https://github.com/GoogleChrome/lighthouse/issues/10045

    You can ignore that advice since you are indeed serving optimized AMP.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Use tools such as AMP Optimizer to server-side render AMP layouts.’ is closed to new replies.