usabe
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Facebook Pixel – Lazy Loading Exclude ImageGlad that qtwrk made it work. Good job. This is a temporary solution.
The Facebook pixel is in noscript tag, which should not be lazyloaded.
We will give it a fix soon.
Forum: Plugins
In reply to: [LiteSpeed Cache] Google Analytics not working with versión 3.6.2.Hello @japl71 @techabettor @saidou
We just tried to reproduce this issue here. Checked with both v3.6.1 and v3.6.2, monitor the site realtime traffic from Google Analytics (https://analytics.google.com/) and we didn’t see any difference with these two versions.
How did you install and implement GA on your wp site? Maybe something related to the implementation caused this behavior. Could you please check the analytics result directly from https://analytics.google.com to verify?
Best regards
Forum: Plugins
In reply to: [LiteSpeed Cache] Force multisite clear cacheHi, Cedric,
I just did a forum search, and found that actually you proposed this question a while ago. Please refer to this post: https://wordpress.org/support/topic/purging-all-cache-for-whole-multisite-network/
To achieve what you want, I guess you can make the button just to implement the second solution provided in the post above.
second solution , create a PHP file with code
<?php
header(‘x-litespeed-purge: *’);
access it will result purge all as well.Best regards
Forum: Plugins
In reply to: [LiteSpeed Cache] Cookie Notice for GDPR & CCPAHi, Cedric,
Please refer to this link: https://docs.litespeedtech.com/lscache/lscwp/troubleshoot/#eu-cookie-consent
Just remember to change the cookie name to corresponding one from the Cookie Notice plugin.
Best regards
Forum: Plugins
In reply to: [LiteSpeed Cache] Issue with CacheHi, @createpop:
Don’t worry about your language part. Actually it’s fine.
I checked your site and observed the behavior of the sticky side bar for some public pages as non-login user. From the response header I can see it shows x-litespeed-cache: hit and x-qc-cache: hit. But I didn’t quite get what you mean by “sometimes the sticky doesn’t work at some pages”. The behavior of the sticky side bar seems ok to me.
Could you please tell us what behavior it should be for the sticky sidebar? And which pages had this issue that we can check?
Forum: Plugins
In reply to: [LiteSpeed Cache] LiteSpeed WP Plugin on IISHello @crpeng
You may find some inspiration from this articles:
https://www.saotn.org/using-htaccess-in-iis/Forum: Plugins
In reply to: [LiteSpeed Cache] wpforms-lite conflicts with litespeed cacheHello @ssamioglu
We tested it locally and didn’t find form submit issue as in your post.
Cache enabled for the form page, JS optimization enabled for both Minify and Combine.
WPForms Lite Plugin installed, form generated from WPForms Lite.You may check this page for your reference(temporarily available only):http://testing.quicserver.com/index.php/test/
If you have any further findings, please let us know.
Best regards
Forum: Plugins
In reply to: [LiteSpeed Cache] wpforms-lite conflicts with litespeed cacheHello,
Could you please try the following to see if the problem gone?
1, Disable cache (LiteSpeed Cache : Cache->[1]Cache->Enable Cache:OFF)
2, Disable js optimization(LiteSpeed Cache : Page Optimization -> [2] JS Settings)Best regards
Forum: Plugins
In reply to: [LiteSpeed Cache] Critical CSS isn’t generatingHi, Arnab,
Thank you for reporting this message.
The node5 error was just fixed.
It’s working right now.
Please check it again.Best regards
Forum: Plugins
In reply to: [LiteSpeed Cache] can i get helpCould you please get a screenshot to show us more information? Thanks
Forum: Plugins
In reply to: [LiteSpeed Cache] Crawl Status detailsSorry, some correction:
The blue colored “Cache Miss” status means the cache for this URI is missing when the crawler visits it. So then the server will generate cache for this page.
In short, you don’t need to do anything in this case.
Best regards
Forum: Plugins
In reply to: [LiteSpeed Cache] Crawl Status detailsGreetings,
The blue colored “Cache Miss” status means this URI WAS cached before, so Missed by this crawler running. You don’t need to do anything in this case.
Best regards