Wordpress LScache Plugin: Constant High RAM Usage
Last Updated on: Wed, 15 Apr 2026 00:00:02 Hi, My RAM usage is constantly hovering at 49% even if I disable ALL my plugins now. https://imgur.com/a/dlHXAem Need help Hi, @wpuser888 That sounds like its probably a server issue and not related to the plugin. Are you running LiteSpeed Web Server? If so, please create a ticket through our client area or by sending email to support@litespeedtech.com. Did a test again and I realize the .htaccess together with the plugin is giving the high ram usage. This is what I removed from .htaccess and I disable LITESPEED PLUGIN and everything is resolved now?. RAM USAGE back to 29% (still a bit higher than usual but acceptable) # BEGIN LSCACHE ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ## RewriteEngine on CacheLookup on RewriteRule . - [E=Cache-Control:no-autoflush] RewriteRule ^min/ w+ .(css|js) - [E=cache-control:no-vary] ### marker NOCACHE COOKIES start ### RewriteCond % HTTP_COOKIE woocommerce_items_in_cart RewriteRule . - [E=Cache-Control:no-cache] ### marker NOCACHE COOKIES end ### ### marker CACHE RESOURCE start ### RewriteRule wp-content/. /[^/] (responsive|css|js|dynamic|loader|fonts) .php - [E=cache-control:max-age=3600] ### marker CACHE RESOURCE end ### ### marker FAVICON start ### RewriteRule favicon .ico$ - [E=cache-control:max-age=86400] ### marker FAVICON end ### ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ## # END LSCACHE # BEGIN NON_LSCACHE ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ## ### marker MINIFY start ### RewriteEngine on RewriteCond % DOCUMENT_ROOT % REQUEST_URI ^(. )/min/( w+) .(css|js)$ RewriteCond %1/wp-content/cache/$2/$1.$2 -f RewriteRule min/( w+) .(css|js) wp-content/cache/$2/$1.$2 [L] ### marker MINIFY end ### ## LITESPEED WP CACHE PLUGIN - Do not edit the contents of this block! ## # END NON_LSCACHEExpand is this a plugin issue or server issue?
LiteCache Rush: Speed comes from using less, not from doing it faster
Reference