• Resolved VS

    (@vegasims)


    I’m using SG optimizer and for desktop, it is performing quite well. But for mobile, I keep getting a notification from Google that my site did not pass core web vitals and I have a slow response time. Is there anything I can adjust to make my mobile pages perform as well as desktop in terms of speed?

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

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

    (@stoyangeorgiev)

    Hello there,

    Check all of the optimizations and see how your website behaves. Reconsider the number of plugins you are using since this has an impact on the load speeds of your website. You can also have a look at your image optimization settings, lazyloading, etc. You can try to optimize your design for mobile devices.

    Kind regards,
    Stoyan

    https://developers.google.com/speed/pagespeed/insights/?url=https%3A%2F%2Fwww.justluve.com%2F

    a. may want to try async/defer and if anything breaks add exceptions to the specific jquery warnings on the google page speed site like for OneSignal.js

    b. remove unused java query in template if they are no longer needed (often a false alert on google)

    c. make sure jquery, css, html minify options are enabled and other optimizations

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Omptimizing mobile pages’ is closed to new replies.