is Filter Everything a wordpress plugin? if so, can you tell me the plugin url plesae?
Yes it is both a free and premium wordpress plugin.
https://ww.wp.xz.cn/plugins/filter-everything/
I’ve got the pro version and have had some response from the plugin developers who have initially suggested using wildcards to exclude – which I had already explained that I had done!
They also suggested something about turning off permalinks in their plugin using a custom function but this sort of broke the site. The crazy thing is that these cache files get created at an extraordinary rate, much faster than the usual preload rates suggested in your documentation.
The format of the file name ends up something like…
_category-valvetype-or-accessory-or-brand-or-color-or-country-of-origin etc
I used an exclusion rule of *_category* (and three others similar) which seemed to stop preloading altogether.
I also tried a different caching plugin and had similar problems so I suspect the filter developers could be taking a harder look at how their plugin is interacting with cache.
Regardless, if there are any suggestions to just get WPFC to ignore these I’d be grateful!
Cheers
I will check it and let you know.
A bit more info…
I’ve got WPFC set up to preload based on sitemaps. Two sitemaps specified, one for pages(about 7) and one for products.
Regardless of this, the filter (Filter Everything) on the shop page is resulting in thousands of cache files being generated. I can see these in a folder on the server for the shop page. Despite the preload being set to 4 per minute, I can also see that up to 10 sets of cache files are being created every minute.
An example of what I’m seeing is /shop/category-amp-components-or-matched-pairs-or-rectifier-or-valve-sockets-and-adaptors/.
Is there a way I write an exclusion rule that allows /shop/ to be cached but nothing else further under this page? If not I’ll just have to exclude the shop page from being cached
I could not replicate the issue. Can you show me a sample filter please?