• Resolved ptrkx

    (@ptrkx)


    hello all, first thank you for the great plugin, with which I could increase my pagespeed significantly πŸ™‚

    But now I have an error in the console, which I unfortunately can not identify.
    Uncaught TypeError: Cannot read properties of undefined (reading ‘hasQueryArg’)

    I already tried to exclude different plugins from asynchronous loading, but without success. If I disable the whole plugin the error is fixed. Therefore it must be related to the asynchronous loading.

    It would be great if someone could take a look at it.
    Thanks in advance

    Best regards

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

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

    (@optimizingmatters)

    can you try excluding wp-includes/js from being asynced/ deferred?

    Thread Starter ptrkx

    (@ptrkx)

    Oh that was fast. Thank you for the answer. That solves the problem πŸ™‚
    But doesn’t that mean that all scripts inside the folder are no longer loaded asynchronously? This should then give some negative effects on the pagespeed? Would it not be better to explicitly exclude only this one script.

    But thanks again for the quick answer and problem solving πŸ™‚

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    yes, you could try making the exclusion more specific, but it will take some trial and error πŸ™‚

    Thread Starter ptrkx

    (@ptrkx)

    ah okay i understand. then so far thank you πŸ™‚

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

The topic ‘Uncaught TypeError:’ is closed to new replies.