How to fix JS minify problem with W3TC?
-
I’ve trying to set up JS minify W3TC, but I’m having problems.
I’m currently loading on the website ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js because I have serveral features that depends on it. However, it’s the only js file that is causing the biggest render blocking. When I enable JS minify auto or manually, I get errors like “Uncaught TypeError is not a function,” and other Uncaught errors for features that depend on this JS. I have using defer or async, change the order of the js file, placing it on head, body, or /body, but the problem continues.
I have also try removing the features that are causing the problem, but then another conflict appears, but with other features that wasn’t causing problems before.
If I don’t include the 1.7.2 js, I don’t see the problem, but the point of using minify was to remove this rendering blocking using this JS.
Is there anything else I can do to fix this problem?
- The topic ‘How to fix JS minify problem with W3TC?’ is closed to new replies.