isabeljev
Forum Replies Created
-
Forum: Plugins
In reply to: [YMC Filter] Need to exclude results module from cacheHi @ecodev ,
Thank you for your investigation and for keeping me updated. I’m glad to hear those steps worked for you.
In my case, on the websites where this issue occurs, I’ve already checked those Yoast SEO settings and they were disabled, so I understand the problem is not coming from that side for my clients.
In any case, I’ll keep your suggestion in mind in case it comes up in a future project and the issue turns out to be related to what you mentioned.
Thanks again very much!
Best regards,
Forum: Plugins
In reply to: [YMC Filter] Need to exclude results module from cacheHi @ecodev
Unfortunately, no one gave me a solution that actually worked.The only thing that solved the issue for me was excluding from the LiteSpeed Cache all the URLs where the grids are displayed. It’s not the ideal solution for me, but for now it’s the only thing I’ve found that actually works.
Hope it helps!
Forum: Plugins
In reply to: [YMC Filter] Need to exclude results module from cacheHi, thanks for your previous reply.
I’ve tried excluding the plugin’s JS files from LiteSpeed Cache, but I’m still facing the same issue:
- The results module works fine after I purge the cache.
- After about 24 hours, the module stops displaying until I manually refresh the cache again.
I believe this is related to a WordPress nonce expiration issue (since nonces usually expire after 24h).
If LiteSpeed serves a cached page with an expired nonce, the AJAX requests from the filters will stop working.Could you please confirm which nonce(s) your plugin uses on the frontend (for the results module)?
If I know the exact nonce name, I can configure LiteSpeed’s ESI (Edge Side Includes) nonce settings to refresh it separately, without disabling cache for the entire homepage.Thanks a lot for your help!
Forum: Plugins
In reply to: [YMC Filter] Need to exclude results module from cacheHi,
Thank you very much for your detailed explanation, I’ll try it that way.