I would like to remove this html markup from my footer:




Wordpress LScache Plugin: I would like to remove this html markup from my footer:

Last Updated on: Wed, 15 Apr 2026 00:00:02
I would like to remove this markup from my footer: Can anybody help me Hi, @cristiano Yes. You can add the following line to your wp-config.php file: define(LSCACHE_ESI_SILENCE true) Please only do this if you are comfortable editing this file. A messed-up wp-config will bring down your entire site! Also, please be aware that the comment is there for debugging purposes, and if you remove it, you wont have an easy way to tell if/when optimization and caching was done for a particular page. define(LSCACHE_ESI_SILENCE true) I suspect you meant: define(LSCACHE_ESI_SILENCE, true) A messed-up wp-config will bring down your entire site! Indeed. (Oh, the irony?) BTW, this only seems to suppress one of the two comments! Oh, oops, you are absolutely correct about the missing ,! Thanks for correcting my typo. As for which comments it suppresses, I will look into that. Thanks.



LiteCache Rush: Speed comes from using less, not from doing it faster



Reference