litetim
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Purge Cache Triggering Eveytime@yanezez OK ?? nice finding ??
Forum: Plugins
In reply to: [LiteSpeed Cache] Cron says “you have images to be pulled, please wait”@hmijail what do you mean? You have an suspicion or you want to find the problem?
Forum: Plugins
In reply to: [LiteSpeed Cache] LiteSpeed stopped turning jpg’s into webp’sWait
Looking over the page source I see that images are being replaced.
For example I see: https://*******/wp-content/uploads/2024/12/artistic_cute_black_cat_printed_backpack.jpg.webp
It means the image was replaced with a webp optimized image.
I do not see any issue with image replacement.Forum: Plugins
In reply to: [LiteSpeed Cache] LiteSpeed stopped turning jpg’s into webp’sSorry for late answering
@annevisc I saw you have “All in One WP Security”, for testing purpose please disable the plugin and test if webp images will appear(in source of page).Forum: Plugins
In reply to: [LiteSpeed Cache] Instant Click feature and Blocksy theme@creativethemeshq I will take care of that.
Forum: Plugins
In reply to: [LiteSpeed Cache] Cron says “you have images to be pulled, please wait”Happy that your resolved the issue.
If the issue is resolved I will close it.
Forum: Plugins
In reply to: [LiteSpeed Cache] Cron says “you have images to be pulled, please wait”The advantage is that you can enable WEBP replace feature from image optimization settings.
If you use other plugin it will not be available(need special conbditions).- This reply was modified 1 month, 3 weeks ago by litetim. Reason: correction
Forum: Plugins
In reply to: [LiteSpeed Cache] Cron says “you have images to be pulled, please wait”Hello @hmijail
Please click on “Clean Up Unfinished Data” button and continue image optimization as normal.
Keep me up to dateForum: Plugins
In reply to: [LiteSpeed Cache] “Reset CDN Setup” button not working@ericcodrongmailcom I looked over the error logs on our platform.
I see:
Failed to validate IP: cannot use a CDN node IP.
you will need to add the correct SERVER ip in this setting: https://docs.litespeedtech.com/lscache/lscwp/general/#server-ip this is taken from service provider/server IP, NOT the one from ping(this one is cloudflare IP).
Also, here is the step by step what to setup: https://docs.quic.cloud/onboarding/enable/Forum: Plugins
In reply to: [LiteSpeed Cache] Undefined key array warningIt will be added to V7, which comes next month as fast as possible
Forum: Plugins
In reply to: [LiteSpeed Cache] Lazy loading Spinner size is too bigTry adding custom CSS that will resize the loader.
Please send a up to date report. Create a new one and share the number generated. Seems like the placeholder in the report is different than what you have on site now
In placehodler, you can use{width}
?and?{height}
to add the size that is specific to that image.
Also there is a layout shift, this can be resolved with use of CCSS.Forum: Plugins
In reply to: [LiteSpeed Cache] Undefined key array warning@antipole We have a fix tested and waiting for the code to go into one of our next releases.
If helps you, solution can be found here: https://github.com/litespeedtech/lscache_wp/pull/778/commits/b590296cf086e076039036770db7353ff55e01f9
Forum: Plugins
In reply to: [LiteSpeed Cache] Mobile menu on woodmart theme doesn’t open@anabalan we are sorry for your problems
LSC is disabled for now, yes?
I tested the site on mobile and left menu is not opening only after 1 click(even with LSC disabled).
Try adding to JS delay exclude: menuOverlay and test the siteForum: Plugins
In reply to: [LiteSpeed Cache] Purge Cache Triggering EveytimePerfect.
Does object cache helps you? Not in all situations it helps.
There are 2 things that stand out for me:
– there seems to be a cron job OR a header already sent that clears cache?? ? Bypassed cssjs delete as header sent (lscache purge after this point will fail) or doing cron
– also there is a clear cache from theme
?? added * => LiteSpeed\Root::debug(?? added *,8)@51 => LiteSpeed\Purge->_add(ARRAY)@501 => LiteSpeed\Purge->_purge_all_lscache()@231 => LiteSpeed\Purge->_purge_all(221)@195 => LiteSpeed\Purge::purge_all(221)@178 => WP_Hook->apply_filters(,ARRAY)@326 => WP_Hook->do_action(ARRAY)@348 => /home/tydudiwz/domains/esgworkplace.com/public_html/wp-includes/taxonomy.php@517 => /home/tydudiwz/domains/esgworkplace.com/public_html/wp-content/themes/experthive/functions.php@3335
Because the theme is paid, I cannot see the code of the theme. Ussually there is a setting that links to Cache modules.
Forum: Plugins
In reply to: [LiteSpeed Cache] Lazy loading Spinner size is too bigDid you disabled LSC on your site?