malkhalaf
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Bug in image lazy loading and JSON/AjaxI disabled image lazy loading and the JS syntax error in the console disappeared. I am trying to find a way to keep the lazy loading while still doing the proper escaping required by JSON.
Forum: Plugins
In reply to: [LiteSpeed Cache] Bug in wordpress network mode and primary siteSo Am I the only one having this issue? did I miss some configuration or is this really a bug cause I am not yet able to find a solution.
Forum: Plugins
In reply to: [LiteSpeed Cache] Shop web page shows shortcodes instead of HTMLI am using query monitor with no errors before and after disabling LSCWP.
I setup a simple service to take a screenshot every 5 minutes of the shop pages and so far things are perfect after disabling LSCWP.
Clearly, it was interfering somehow in short code generation/rendering.Forum: Plugins
In reply to: [LiteSpeed Cache] Shop web page shows shortcodes instead of HTMLI do not think that this the case. The same short codes get rendered correctly most of the time. But at certain times randomly – as I mentioned before – they are not rendered.
I think this is some kind of a race condition.Here is the generated HTML code https://ibb.co/W6z8zHV
Here is the shortcode that appears instead sometimes https://ibb.co/vsNWZkf
Forum: Plugins
In reply to: [LiteSpeed Cache] Shop web page shows shortcodes instead of HTMLWell 100% sure no ESI has been enabled/used.
I will wait for a couple of days and get back with the result. If things went fine then definitely it is caused by LSCWP since nothing else has been modified (no new code or updates or anything).
If you have any technique to debug such problem I would appreciate.
Thanks
Forum: Plugins
In reply to: [LiteSpeed Cache] Shop web page shows shortcodes instead of HTMLThanks for the answer.
No I did not enable ESI.
I tried the following:
1- disable the cache and purge all — did not work
2- go to debug from network setting (I run multisite) and disable all options + purge everything — did not work.
3- I ended up deactivating the plugin for the whole network — still testing and so far things are fine (but of course no cache ?? ).The problem is that this issue is random and can not be reproduced easily. But it always happen for the same part of the page.
I use socket to connect wordpress to memcached (see this setup on digital ocean: https://docs.litespeedtech.com/cloud/images/wordpress/#switch-object-cache-method). Is the plugin going to detect memcached in this case?