• Resolved Saurabh Jain

    (@saurabhj91)


    Hi Team,

    We have been trying from over a week to reduce page load speed for the mobile layout.
    Our current score in Google page insights is 15, we need to reach at least 50.

    Can you please look into this domain and guide us with the exact steps needed to do so?

    We have done all the required steps to increase the speed using the plugin.

    As a matter of fact, I ran 2 tests:
    1. With Autoptimize active.
    2. Bypassing Autoptimize settings.

    It’s surprising that the test without Autoptimize gives a better score (28) than the one with it (8).

    • This topic was modified 4 years, 5 months ago by Saurabh Jain.

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    It’s all a matter of;
    * looking at the time-based KPI’s (instead of the overall score)
    * Autoptimize configuration

    So TBT & CLS are worse with AO (the 4 other ones are better), so:
    * for TBT (which is due to a lot of JS being combined in one file, which means parsing/ executing it takes longer); try disabling “aggregate JS” and optionally use the Async JavaScript plugin to async (or defer) the JS
    * for CLS the problem is JS is changing the UI of the top of the page (the mobile menu, the top “notification”). now when JS is optimized & aggregated is will also be delayed (deferred) and the page changes will be more visible, making the CLS worse. ideally make sure the page UI (and esp. the above the fold UI) is done entirely in HTML/ CSS. not aggregating JS will help here as well, but the CLS is even there without AO being active so this is an issue to be looked into whatever AO settings you have ..

    hope this helps,
    frank

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    so were you able to improve further saurabhj91 ? ??

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    Closing as no further feedback, feel free to follow-up if needed though! ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Reduce Page Load speed for Mobile devices’ is closed to new replies.