Wordpress LScache Plugin: What is cached and what not
Last Updated on: Wed, 15 Apr 2026 00:00:02 Hello. I see that searches are not cached. Good. But i see several pages of mine that include arguments, that are cached. For example this is cached: /destinations/?category=1533 and i think it should not. Or optional. Thanks Hi @massimod We will look into adding a new option for query strings. A temporary fix, you can use rewrite rules conditional on the query string to set no-cache and it will ignore the cache entry. Another idea is if you are handy at PHP, you can also make a simple PHP script to do this yourself via our third party api. Let us know what you think! Cheers, Kevin Hi, i will use your suggestion for rewrite and see how it goes. Or i could also exclude those pages from the plugin ? Would wildcard work ? /destinations/?category= or something ? you can try adding /destinations/ to do not cache rules -> URI List To add on to what @hailite said, if /destinations/ should not be cached, you can add it to the URI list. The plugin code may not recognize the query string portion of the request, so if you are ok with it, /destinations/ will not be cached for anyone. Rewrite Rules will probably work better if you prefer requests without arguments to be cached. If you do go this route, remember to add it outside the plugin comment block, else it will be overwritten. Thanks guys. Did that. Im ok now.
LiteCache Rush: Speed comes from using less, not from doing it faster
Reference