• Resolved testerteej

    (@testerteej)


    Upon activating and setting up to “defer” all scripts from plugins there are still some console log errors for missing js libraries:

    https://i.imgur.com/IaX5sm1.pngA

    The errors are forced by inline javascripts from some plugins trying to run some codes with the deferred libraries which are missing due to the fact that they are deferred.

    View post on imgur.com

    So is there a way to include these inline scripts inserted by some plugins to have the “defer” attributes as well?

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

    (@optimizingmatters)

    AsyncJS does not work on inline JS, as async/ defer flags are not allowed/ honored on those I’m afraid.

    hope this clarifies,
    frank

    Thread Starter testerteej

    (@testerteej)

    I have no way to defer these inline scripts execution in another manner as they are from plugins.

    I guess the problem then lies on the other plugins not putting their javascript codes as a file.

    Thanks for the reply Frank.

    Plugin Author Optimizing Matters

    (@optimizingmatters)

    you’re welcome testerteej ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Inline scripts from plugins seems not detected’ is closed to new replies.