• Resolved rudolfl

    (@rudolfl)


    Hi

    I have a question about excluding JS from being deferred. If I have a chunk of inline JS code, how do I exclude it? An example code:

    <script> var va1=0; function func1(){...}; function func2(){};</script>

    What do I put into exclusions to exclude whole chunk? For example, if I add any strings that uniquely only appear in this code, like “func1”, will it be enough?

Viewing 1 replies (of 1 total)
  • Plugin Support qtwrk

    (@qtwrk)

    any string from it will work , ideally , as unique as possible , so func1 or func2 should be cool

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