Interfering with cache busting param in another plugin’s js resources
-
Hello π
Automattic’s Editing Toolkit Plugin uses a cache busting query string on its javascript files e.g.
dist/starter-page-templates.js?ver=1615860512When the
wp-compress-image-optimizerplugin is activated, the cache busting?ver=xxxparameter is being stripped from requests.This is causing updates to the editing toolkit plugin to result in a broken experience where css is updated but javascript is not.
I haven’t investigated what the root cause is or if this affects other plugins or just the Editing Toolkit Plugin. But when the
wp-compress-image-optimizerplugin is active, I’m seeing the cache busting param removed.
The topic ‘Interfering with cache busting param in another plugin’s js resources’ is closed to new replies.