Hai Zheng?
Forum Replies Created
-
Thanks for the case. We can update the realtime calculation to a manual calculation if the group is a huge number.
Ignoring timeout isn’t a solution.
Forum: Plugins
In reply to: [LiteSpeed Cache] Move LQIP data from wp_options?This is a good point and nice concern. We need to keep wp-options table light weight.
Lets move it to file in the following v5.x versions.
BTW, surprised that you have that many 404 images ??
Forum: Plugins
In reply to: [LiteSpeed Cache] Move LQIP data from wp_options?Thanks for your review:)
Curious why you have that many excludes LQIP data?
Forum: Plugins
In reply to: [LiteSpeed Cache] LiteSpeed lazyload : is there an equivalent to rootMargin ?You can see
threshold: 300,
from litespeed-cache/assets/js/lazyload.lib.js L35.Forum: Plugins
In reply to: [LiteSpeed Cache] Bug in Guest Mode function since at least 3 yearsDone in v4.7-rc3. Thanks.
Forum: Plugins
In reply to: [LiteSpeed Cache] checkout/àdd-to-cart executed twice@cbdfactum In v4.7-a20, there is
litespeed_guest_off=1
added. You can use this in your query string to bypass guest mode for that link.Forum: Plugins
In reply to: [LiteSpeed Cache] PHP 8.x supportQuery Monitor is a pretty nice plugin. I noticed that issue as well after upgrade to WP v6. However, after upgraded all the other plugins, that issue is gone.
Have you upgraded other plugins as well? Especially WooCommerce related ones?Forum: Plugins
In reply to: [LiteSpeed Cache] Do not cache html elementYou can also consider to use JS to control that css class.
Forum: Plugins
In reply to: [LiteSpeed Cache] Image lazyloading with LS in WP 5.9Forum: Plugins
In reply to: [LiteSpeed Cache] Image lazyloading with LS in WP 5.9You don’t need extra lazyload plugin to suppress WP ones.
In our latest changes, WP lazyload is already auto disabled.
Forum: Plugins
In reply to: [LiteSpeed Cache] Suggestion: Disable object cache from wp-configThat condition is insufficient. Also need to turn off WP initialized OC.
This is added in v4.7-a11. You can try it via Beta Test.
Thanks.
Forum: Plugins
In reply to: [LiteSpeed Cache] Excluding a page from cache via the page editorDone in https://github.com/litespeedtech/lscache_wp/commit/7f0407d9be3395dd05e586c020e5f98001e23e40
You can use Beta Test to try it before v4.7 release.
Forum: Plugins
In reply to: [LiteSpeed Cache] Excluding a page from cache via the page editorYes this is in our todo. Thanks for the feedback.
Forum: Plugins
In reply to: [LiteSpeed Cache] Invalid rewrite rule (Mobile)Confirmed and reproduced. It happens only on PHP v8.1+.
This is fixed in v4.6-a6. You can try via Toolbox: https://github.com/litespeedtech/lscache_wp/commit/3caf1e5c53a9d1f4f044ac4e089cf7eaa967271c
Thanks for the feedback.
Forum: Plugins
In reply to: [LiteSpeed Cache] Custom URL real cron jobs are cached when Guest Mode is onPlease try https://github.com/litespeedtech/lscache_wp/commit/3abf315ec93561893918187cf2c724e9d373349a v4.6-a4. It will respect your cache settings.