stanley@litespeed
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Interaction between page cache and object cacheIn general speaking, page cache is a cache for output HTML, object cache is a cache for WordPress
get_option()
from a database.So when a user loads a fresh page, the response usually likes
HTML <=== PHP <=== Database
. Page cache can make HTML response directly from the server, object cache can get the option from memory instead of Database.If you are turned ON object cache all the non-cached page will look for object cache when get option is running.
For BuddyPress, I remember you’ve installed the patched version before, normally you don’t need to put extra URI on “exclude setting”. May I know which issue you are facing now?
Forum: Plugins
In reply to: [LiteSpeed Cache] Can LiteSpeed eliminate render-blocking?Hi @carsten-lund, you can use “Load CSS Asynchronously” for avoiding render-blocking, please check on https://blog.litespeedtech.com/2018/06/20/critical-css-and-litespeed-cache/ for more details.
Forum: Plugins
In reply to: [LiteSpeed Cache] LiteSpeed ESI BUGHi @jdembowski, may I know which widget are you using and could you tell us the steps for how to reproduce?
Also, the “DoLogin” link is not working, if you wish we debug on your site directly, please regenerate and submit the report number again.
Forum: Plugins
In reply to: [LiteSpeed Cache] Programmatically restart CrawlerFor how the crawler record as blacklist, please check this article.
You can find the crawler log also on debug log, please check the article for how to enable.
Forum: Plugins
In reply to: [LiteSpeed Cache] LiteSpeed Cache creates mixed contentHi @choice4better, your website seems cannot be accessed, is it restricted to some locations?
Forum: Plugins
In reply to: [LiteSpeed Cache] Programmatically restart CrawlerHi @zenjameo, currently we do not have API/CLI way to start the crawler, you need to go click
LiteSpeed Cache > Crawler > Manually run
for restarting the crawler.Forum: Plugins
In reply to: [LiteSpeed Cache] LiteSpeed Cache messes with CSSHi @choice4better, may I know did you turn ON lazy loading? Seem it’s affecting the iframe resize. If yes, could you try to turn it off to see the effect? If no, please please provide?your Report Number, found in?WP Admin > LiteSpeed Cache > Report.
> Do I need this litespeed web server for it to function properly?
You don’t need to use LiteSpeed Server for optimization function, but we recommend you still use LiteSpeed Server for the caching feature for speed up the website.Forum: Plugins
In reply to: [LiteSpeed Cache] Module blog divi does’nt loadHi all, if you are facing the same problem (Some Divi element disappeared) and you’ve turned ON
CSS Combine
+Load CSS Asynchronously
, Divi CSS will crash due to the loading order messed up.Please put
themes/Divi/style.css
onTuning > CSS Excludes
for excluding the Divi CSS.Forum: Plugins
In reply to: [LiteSpeed Cache] Image optimization and reset issueIt’s a common problem that sending large number of images at this version, please follow this thread to lower the number of the image to send each time for temporary solution.
Forum: Plugins
In reply to: [LiteSpeed Cache] Woocommerce Reviews and Video Displaying IssueHi @xemask, could you please provide?your Report Number, found in?WP Admin > LiteSpeed Cache > Report and let us know the URI for us to check on these two issues?
Forum: Plugins
In reply to: [LiteSpeed Cache] Image optimization and reset issueHi @furnituresuppliesuk, sometimes our server might be on heavy load so the optimization speed might slow down, clean up unfinished data and start optimization again is the only solution at this moment.
We’ve improved our optimization server and will be released in v3.0, please stay tuned.
Forum: Plugins
In reply to: [LiteSpeed Cache] Module blog divi does’nt loadHave you tried to add this script on your theme’s function.php?
As this issue may just find in specific theme and setting, could you please join our Slack channel and find me(Stanley Cheung at Litespeed) for helping us to reproduce the issue?
Forum: Plugins
In reply to: [LiteSpeed Cache] Deferring js not workingThe site might get cached so the JS was not parsing at that moment, next time after you update any setting please purge the cache the make the page refresh.
The score is quite high now and all the setting is correct. For other GTmatrix suggestions:
Inline small CSS
,Make fewer HTTP requests
you need to fine-tune it on your theme. ForUse a Content Delivery Network (CDN)
you may try our CDN service quic.cloudForum: Plugins
In reply to: [LiteSpeed Cache] Module blog divi does’nt loadHi @gregm83, may I know which Divi element are you using and the steps to reproduce?
Forum: Plugins
In reply to: [LiteSpeed Cache] Webp Pinterest issueHi all, after checking, this issue may be related to your theme or other plugins. You can try to put a simple WEBP image block on the page, for example:
<img src="https://ls.rcvc.io/wp-content/uploads/2020/01/Vestuviu-fotografas-Vilniuje-Olandu-kepure-fotosesija-1024x631.jpg.webp"></img>
and it’s still not able to load on Pinterest. Please try to disable other plugins to see is it related or contact your theme author for more details.