dimisius
Forum Replies Created
-
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Excluding Script files from CacheYes, I add to this field: “Do not minify the JavaScript files matching the patterns below (one per line):”, and to this field: “Do not combine the JavaScript files matching the patterns below (one per line, see pattern examples below):”, I even tried to create a plugin.
I tried different ways
Here are examples of how I indicated the paths:
/wp-content/plugins/aubio
/wp-content/plugins/aubio/assets/aubiojs/build
/wp-content/themes/mythemes/assets/js/pitch-detector/vendor/aubiojs/build/aubio.js
/wp-content/themes/onlinemictest/assets/js/pitch-detector/vendor/aubiojs/buildForum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Excluding Script files from Cachemy script works only if I completely deny access to the page I need to your plugin
Forum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Excluding Script files from CacheYes you are right. But when I add the path to my js file, it doesn’t work and my file ends up in the cache and my script doesn’t get activated
/wp-content/themes/mythemes/assets/js/pitch-detector/vendor/aubiojs/build/(.*?).jsForum: Plugins
In reply to: [Asset CleanUp: Page Speed Booster] Excluding Script files from Cachehello, is it possible not to cache one js file?