• Resolved sandra051

    (@sandra051)


    Hello!

    Really would appreciate helping me to solve this problem. Not sure what setting would be the best to resolve this, site is awfully slow. This is what I got on GT Metrix:

    Avoid long main-thread tasks 

    Reduce JavaScript execution time 

    Avoid chaining critical requests 

    I’m using Autoptimize and WP Fastest Cache. As more I do myself it’s getting worst! Thank you!

    • This topic was modified 1 month, 4 weeks ago by sandra051.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Optimizing Matters

    (@optimizingmatters)

    That’s about the amount of JavaScript that needs to be executed Sandra and AO can only limit the download size (by minifying the files) and make the JS not-blocking (by deferring), but it does not (and can’t) reduce the amount of JS that has to run in the end for your site to function as you intend it to work.

    The only good way to fix this is to reduce the use of JavaScript (as added by pagebuilders, carousels, 3rd party integrations, …) really.

    hope this clarifies,
    frank

    Thread Starter sandra051

    (@sandra051)

    Uderstand! Thank you, Frank

Viewing 2 replies - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.