Wordpress LScache Plugin: White Blank Sitemap
Last Updated on: Wed, 15 Apr 2026 00:00:02 Hi, Currently Im having issues where the sitemap_index.xml shows a blank page. I found out that when I disable the LiteSpeed plugin (troubleshooting using Health Check plugin), its just working fine. Ive excluded it based on other thread as well in the Cache tab, as well as trying to put this line of code inside wp_config.php: if (strpos($_SERVER[REQUEST_URI], sitemap ) !== FALSE) define( LITESPEED_DISABLE_ALL, true ) But still, it doesnt resolve these issues. I would appreciate it if you guys could provide any solution to this matter. Regards Ignore this Ive solved the problem. It appears that the code I copied had a punctuation mark problem, therefore I used another one like this: if (strpos($_SERVER[REQUEST_URI], sitemap ) !== FALSE) define( LITESPEED_DISABLE_ALL, true ) So it works! Thanks guys. Regards
LiteCache Rush: Speed comes from using less, not from doing it faster
Reference