We were using the CCSS “defer JS” feature…
-
Hi,
We are currently using the Critical CSS setting “Defer jQuery and other non-aggregated JS-files? (deprecated)”. I understand this setting will be removed in the future.
We actually want to turn this off, but only for some scripts. Specifically, A/B testing scripts need to be non-deferred, non-async. We just realized that we had been deferring our A/B testing scripts all this time, which explains some weird behavior.
My question is: Is it possible to exclude 3rd party scripts from deferring? Ie, if we have a script call in the head like
<script src="somethirdparty.js"></script>
can I target just that script to load render blocking?And, what is the difference between the CCSS defer setting and the new “Do not aggregate but defer” setting?
I am a little confused as to how all the different async/defer settings work together.
Thank you,
Ben
- The topic ‘We were using the CCSS “defer JS” feature…’ is closed to new replies.