Plugin Contributor
iSaumya
(@isaumya)
Hi @eagrayhamgmailcom,
Can you please share a screenshot or a screen recording of when you are seeing the issue and how to replicate it?
Moreover why are you using the workers? Now you do not need to use the workers. You can use the default page rule mode and get rid of the cache buster query param without using the workers, thanks to Cloudflare Cache Rules.
Infact now with the cache rules you will get better result compared to the workers.
Inside the plugin settings, go to the Other tab and scroll down to the Remove Cache Buster Query Param option. Before enabling this option, first check the implementation guide. Implement all the Cache Rules mentioned there (Cache Rule no. 1-4). Once the cache rules are implemented, then enable this option inside the plugin settings and that’s it.
I would highly encourage you to try it out as it would give you better result than the workers.
Hi @isaumya
Thank you for the reply! Sorry, I did not see this until today. I did setup cache rules and disabled workers in the plugin. However, I had to go in and delete the worker routes manually within the Cloudflare dashboard. I do not have an option of “Remove Cache Buster Query Param” on the Other tab of the plugin. The error is gone. Performance is mixed on average it does seem to be a few points better. GTmetrix is lower however google page speed is better for desktops but lower for mobile. I will leave it and test again in the AM as perhaps I was hitting some network latency or the cache was not fully loaded etc. CHEERS!
Plugin Contributor
iSaumya
(@isaumya)
I do not have an option of “Remove Cache Buster Query Param” on the Other tab of the plugin
Please make sure you are using the latest version of this plugin. That option will not show up until you have disabled the worker mode inside the plugin settings under Cache tab. Only after you disable the worker mode inside the plugin settings, you will see this option under the others tab.
Version 4.7.3 and yes cache buster did show, it was set to yes, I never changed it.
Plugin Contributor
iSaumya
(@isaumya)
Hi,m
yes make sure you have implemented the cache rules that was mentioned in the implementation guide.