litetim
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Undefined key array warningHello @antipole
Thank you for the report. We will review the code and remove the warning.
The warning will not show up in frontend and will not have effect over LSC functionality.Yey!
I would recommand looking into some development debug and then add changes to site. Is not normal for that big delay.
From our part LSC will not add delay into publishing/saving a post.
First thing I would do is make sure the cron is running on server side(not on admin). A page that will help you: https://runcloud.io/blog/external-cron-jobs-in-wordpress#how-to-set-up-serverside-wordpress-cron-events-in-cpanel I think your host have CPanel ??
Second I would try to use as minimum plugins as necessary.@daniellacatus please try to run this code on your root folder of server:
<?php
require( './wp-load.php' );
$response = wp_remote_get( 'https://*****/sitemap.xml' );
echo '<pre>'; var_dump($response); echo '</pre>';Tell me the result, this tets if the sitemap is accessible from your own server.
Not being able to run the crawler will make the page be inaccessible(if the server is overwhelmed) for the first load.
I am able to parse your sitemap on my server(with Drop Domain from Sitemap OFF, because of different domain).I am still investigating the issue.
@daniellacatus can you make a test: disable Drop Domain from Sitemap ( https://docs.litespeedtech.com/lscache/lscwp/crawler/#drop-domain-from-sitemap )
Forum: Plugins
In reply to: [LiteSpeed Cache] (Images) Send Optimization Request is GrayHello @quipin
Let’s start with sending me the report number that can be found on LSC -> Toolbox -> Report
In Image optimization menu you have buttons and what statuses?
Send Optimization Request -> grayed out?
Pull Images -> grayed out
Clean Up Unfinished Data => what about this?@daniellacatus I have tested on LTS enterprise, with XML Sitemap Generator for Google 4.1.21(default settings) and LSC 6.5.2 and I was not able to reproduce the issue(crawler worked and the sitemap was validated in LSC).
But, after I looked over the report and the data sent, I tested your sitemap link and is not being validated.Tested the same sitemap with a development version(new code that will be released in the future) and it’s working.
The error will be going to be fixed in the next release.
We are sorry for the incovinience.- This reply was modified 1 week, 6 days ago by litetim.
Forum: Plugins
In reply to: [LiteSpeed Cache] CSS minify breaks footerI am sorry that you switched ??
If you wish to test further settings, we are here to help you.Forum: Plugins
In reply to: [LiteSpeed Cache] CSS minify breaks footerIf excluding the css creating errors do not work, try disabling guest mode options:
Guest mode optimization: https://docs.litespeedtech.com/lscache/lscwp/general/#guest-optimization
Guest mode: https://docs.litespeedtech.com/lscache/lscwp/general/#guest-modeForum: Plugins
In reply to: [LiteSpeed Cache] CSS minify breaks footerThe problem seems to be from CSS minify or CSS combine. You can disable each setting, one by one.
A guide to help you debug the error is this: https://docs.litespeedtech.com/lscache/lscwp/ts-optimize/
Remember to clear cache after each change- This reply was modified 2 weeks, 1 day ago by litetim.
Forum: Plugins
In reply to: [LiteSpeed Cache] Dashboard Last Requested timestamps@eetpraat
Can you share me the report number from LSC=>Toolbox=>Report
We can look into some settings there and give you a more accurate respond.Forum: Plugins
In reply to: [LiteSpeed Cache] Issue with Immediate Loading of content on Page Load@moacyrsalim
Let’s start debugging and send me a Report Number.
Can be created and the string ID shared from LSC => Toolbox => ReportHave you tried turnign
ON
this setting: https://docs.litespeedtech.com/lscache/lscwp/cache/#vary-for-mini-cart ?@oanishchik sorry for the problem you have
I will make a test server and test the code. I will be back with and answer ??Forum: Plugins
In reply to: [LiteSpeed Cache] CSS & JS do not combineWe can combine only CSS/JS from your domain.
Resources from other links:
www.youtube.com
orwww.gstatic.com
orwww.youtube-nocookie.com
cannot be combined.The rest seems to be ok