asfly
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] code in header of mobile viewCan you try to disable CSS minify or HTML Minify and then do a Purge All action from the LiteSpeed hover?
Let us know if this helps you.As I can see your domain’s web server is Apache and LSCWP’s cache functions only work best with the LiteSpeed web server, so to use cache functions or to fix this issue you must switch to the LiteSpeed web server or utilize the QUIC.cloud CDN.
Forum: Plugins
In reply to: [LiteSpeed Cache] Slow With Private CacheCan you please provide us with the?Report Number?from the LiteSpeed Cache > ToolBox > [5] Report, click on?send to LiteSpeed?and share the generated Report number with us?
Forum: Plugins
In reply to: [LiteSpeed Cache] How to exclude part of a page from cacheYes, you can achieve this using the ESI, here is more information: Edge Side Includes for WordPress ? LiteSpeed Blog (litespeedtech.com)
Forum: Plugins
In reply to: [LiteSpeed Cache] problem with elementor slidesCan you please try to disable CSS Combine and then do a Purge All action from the LiteSpeed hover?
Let us know if this action resolves the issue.
Here is the detailed guide:- https://docs.litespeedtech.com/lscache/lscwp/ts-optimize/Forum: Plugins
In reply to: [LiteSpeed Cache] Failed to communicate with QUIC.cloud serverOn which action you are getting the error “Failed to communicate with QUIC.cloud server”?
Please provide us with some more information related to issue.Forum: Plugins
In reply to: [LiteSpeed Cache] Block CSS filesNo, you cannot block them some using the LiteSpeed plugin.
These links are at your codebase, so you have to remove from there.Forum: Plugins
In reply to: [LiteSpeed Cache] Install lscache in public_html and another sub-directoryYes, you can install another WordPress in a subdirectory and use lscache.
Forum: Plugins
In reply to: [LiteSpeed Cache] White ScreenCan you please try to set the Guest optimization (LiteSpeed Cache > General) to OFF and then do a Purge All action from the LiteSpeed hover?
Let us know how it goes.Forum: Plugins
In reply to: [LiteSpeed Cache] blank page is showing due to Iight speed cacheplease try disabling HTML Minify (LiteSpeed Cache > Page optimization > HTML Settings) and add this code to your theme’s functions.php
add_filter( 'litespeed_html_min', function( $value ) { return false; } );
After that Purge All from the LiteSpeed hover and let us know if this fixed the issue.
Forum: Plugins
In reply to: [LiteSpeed Cache] How to execute delayed JavaScript after n seconds?Currently we do not have such feature to limit the JS delay.
You can set it to Deferred or Delayed.Forum: Plugins
In reply to: [LiteSpeed Cache] Layout errors with user not logged inCan you please try to disable “CSS Combine” and then do a Purge All action from the LiteSpeed hover?
Here is the troubleshooting guide:- https://docs.litespeedtech.com/lscache/lscwp/ts-optimize/Forum: Plugins
In reply to: [LiteSpeed Cache] 2 Wigdet disapears when i activate light speed cache pluginHave you tried to disable the ‘Load JS Deferred‘ option from the LiteSpeed Cache > Page optimization > JS settings?
if not then please set that option to OFF and then do a purge All.
Let us know if this helps you.Please provide us with the Report Number, To generate the Report, navigate to LiteSpeed Cache > Toolbox > Report, scroll down and press the Send to LiteSpeed button, share that Report Number with us.
Forum: Plugins
In reply to: [LiteSpeed Cache] Image Optimization vs. ShortpixelLSCWP’s Image Optimization will not optimize images if they are already in an optimized format.
Once you upload new unoptimized images to Media Libray then it will optimize.
Hope this helps you.