W3 Total Cache ignoring dependencies
-
W3TC is taking all my locally-hosted JS, minifying it, and loading it at the top of the page, before jQuery. Of course, this breaks everything.
I have Modernizr at the the top of <head> before any CSS. It is not loaded in wp_head. W3TC is combining all the other, local scripts into that one and minifying, then proceeding with remotely hosted enqueued scripts. ??
Also, I wonder why W3TC is smart enough to look for linked <script> tags outside of wp_head, but does not incorporate in-line <script>. That also causes breakage when some inline script from a plugin calls a method that has been reduced to .c()
Any way to make sure dependencies are honored while using W3TC? Anyone know a way to get it to incorporate inline script?
- The topic ‘W3 Total Cache ignoring dependencies’ is closed to new replies.