New JS breaks with script deferment
-
On our websites, we add a filter so that scripts will be deferred. The new inline JS that’s being added in v5.2.0 is trying to access a ton of libraries, all of which are being deferred, so there are tons of errors occurring.
Normally, I’d fix this by excluding specific libraries from deferment on an as-needed basis, but this is requiring so much that that doesn’t seem like a reasonable workaround.
What do all these scripts do? Is there a way for me to disable them?
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- The topic ‘New JS breaks with script deferment’ is closed to new replies.