• Resolved Skahle

    (@skahle)


    I am using AutoPtimize and Pagespeed Insighs tell me:

    Reduce JavaScript execution time 2.4 s

    Consider reducing the time spent parsing, compiling, and executing JS. You may find delivering smaller JS payloads helps with this

    What can be done about this? Doesn’t AO address this?

    • This topic was modified 6 years, 10 months ago by Skahle.
    • This topic was modified 6 years, 10 months ago by Skahle.

    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)

    No, AO combines and minifies (removing whitespace and such things) your JavaScript, but it doesn’t remove any JS. The only way to tackle this recommendation is reducing the amount of JavaScript (code) for which you’ll have to review all plugins (that add JS) used and reconsider if you really need them. 2 types of plugins that typically add a lot of JS are pagebuilders and plugins that put WordPres blocks (Gutenberg) on the front-end.

    hope this helps,
    frank

    Thread Starter Skahle

    (@skahle)

    Thank, but I don’t know how that can be practically done.

    What is Category “Script Evaluation”? It is taking 3,094 ms on my homepage

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    recheck your pagespeed result with your URL with ?ao_noptimize=1 added to the URL to see more detailed info on what specific plugin (JS) is taking time to evaluate/ execute maybe?

    frank

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Reduce JavaScript execution time’ is closed to new replies.