Intrusive front.min.js loads despite W3 Total Cache
-
Hi,
I use W3 Total Cache, among other things, to combine JSS and CSS into single files (Minify). When I add a script (URL), this script is then loaded in the Minify version in a single file with the other scripts in the cached state of a page.
For all CSS and JS files entered, the original file is NOT loaded anymore in the cached version of a page. So you can’t see the original path to a certain JS file in the JS section of a browser’s console – that’s the whole point: to minimize many requests.
Only Cookie Notice behaves differently here: although I specified the exact path (wp-content/plugins/cookie-notice/js/front.min.js), this file is STILL loaded even in the cached version. Although it is now also included in the minify file.
Why is cookie notice so intrusive here? This file should actually no longer be loaded at all in the cached version.
- The topic ‘Intrusive front.min.js loads despite W3 Total Cache’ is closed to new replies.