Wordpress LScache Plugin: Cache, Special Characters, Like Button, Speed
Last Updated on: Wed, 15 Apr 2026 00:00:02 Its a great plugin. Thank you so much. I have 4 questions. 1 ? Can caching be done without opening every page? 2 ? I use Turkish special characters and there is a problem with these articles. How can I fix this? My font is Nunito. If there are ( I, s, S, ?, ?, ?, ?, ?, ? ) letters in the word, these letters appear in a different font. 3 ? There is a like button on my page. It doesnt work properly. What is the reason of this? How can I fix? 4 ? When I didnt use the plugin, the pages were opened in 1 second. After you start using the plugin, if a page is opened for the first time, it takes 2-3 seconds. Is this normal? Can it be fixed? I ve asked a lot. Sorry. Hi, 1) you can use crawler 2) and 3) did you enable any CSS/JS related feature ? like combine , minify , defer ?etc 4) yes , its normal , for the first access, it has to buffer the output for optimization process , like JS minify , CSS minify , lazy load , CDN rewrite , webp replacement ?etc cant really fix it , its kind of core function of cache and optimization. but some options could be expensive that costs a lot of time , like combine external JS file , fetching from remote could stall a lot , you can try disable them Best regards, @CacheCrawler Thanks. There was a plugin I didnt use. I enabled it and the font became normal. No problem now. There is also the number of views. This is not working normally. Also, the like button shows the number of likes. However, I ran into a few different problems in this regard. For these 2 issues I have to block the cache. How can I do that? JS: JS Minify JS Combine JS Combine External and Inline CSS: CSS Minify CSS Combine Unique CSS File Generate Critical CSS Generate Critical CSS In Background Inline CSS Async Lib HTML: HTML Minify These are on. Others are off. Hi, There is also the number of views. This is not working normally. Also, the like button shows the number of likes. However, I ran into a few different problems in this regard. For these 2 issues I have to block the cache. How can I do that? sadly , the main point for caching plugin is to avoid PHP session , as for real-time statistics , it will invoke PHP. for view count , you need to find ones who uses ajax-call to fetch/update the count , as ajax call will not be cached , or use ESI function. if your view counter or like button was added by shortcode or widget , you can set them as ESI block , with cache ttl = 0 , then it should make that block to be no-cache and give you real-time statistics. Best regards, @CacheCrawler thanks. The number of likes and views are the codes of the theme. I tried a few things but couldnt fix it. Unfortunately, the problem persists. Actually I can access codes. Have you written any blocking code? I can insert the code. All I want is to block access. I can find the SQL query. Once I find the SQL query, can I use it to block access? Hi, > I tried a few things but couldnt fix it. could you please explain what youve tried ? what do you mean you can access codes ? Best regards, @CacheCrawler Now I understand everything better. I read this article and I guess thats what I want. Is that so? URL: https://docs.litespeedtech.com/lscache/lscwp/admin/#turning-wordpress-shortcodes-into-esi-blocks Ive tried [esi post-views ttl= 60 ] and [esi post-views cache= private ttl= 60 ]. It works. However, the page cache is deleted. Only view cache is not cleared. Is this normal? Hi, I am not sure what do you mean page cache is deleted , only view cache is not cleared ? Best regards Hi, Im going to mark this topic Resolved , due to lack of activity. If you still need help, please feel free to re-open it. Best regards,
LiteCache Rush: Speed comes from using less, not from doing it faster
Reference