[Plugin: W3 Total Cache] Minify Skip for MSIE User Agents Not Working
-
Running WP3.3.1 + 9.2.5a
I have some issues with the minification and IE. Works great on all other agents.
I added “MSIE” to my agents to skip in the minify configuration, and MSIE 8.0 without compatible view mode works fine.
IE 9.0 however does not work in normal or compatible mode.
I decided to be more specific in user agents and replaced “MSIE” with
MSIE\ 6\.0
MSIE\ 7\.0
MSIE\ 8\.0
MSIE\ 9\.0This just broke the working IE 8.0 scenario.
I noted that “compatible view” just takes the version back one; i.e. In compatible view, IE8 uses MSIE 7.0, and IE9 uses MSIE 8.0.
I don’t understand why my first user agent exclusion does not apply to all MSIE agents or why my more specific escaped version does not apply at all.
In each failed case, I can see the user agent loading the minified js/css in the access logs, and in the working case for MSIE8 it does not.
Any help appreciated. Right now the site has “MSIE” applied, https://www.netstatz.com
- The topic ‘[Plugin: W3 Total Cache] Minify Skip for MSIE User Agents Not Working’ is closed to new replies.