curioussimpleton
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Cache Purging Without Any TriggerAh @qtwrk thanks.
On pages where
X-Qc-Cache: miss, it showsX-Litespeed-Cache: bkdSo it’s just the CDN side cache purge, it’s still cached on origin. Thank you for clarifying that.
- This reply was modified 7 months, 4 weeks ago by curioussimpleton.
Forum: Plugins
In reply to: [LiteSpeed Cache] Cache Purging Without Any Trigger@litetim I did enable debug/logging for testing this.
- I had logging enabled, purge log shows no entry/no activity. Itโs empty.
- My auto purge setting โ everything is disabled, except for โPurge All On Upgradeโ
- I created no new content/post when logging was enabled for this test. There was no upgrade during this duration either.
The purge log was empty within WP, and the file in wp-content/litespeed/debug was also empty (0 bytes).
Hi @jarnovos
Thanks so much for clearing it up! ๐ I thought it would be due to the recent update, but just wanted to make sure so that I was aware and properly informed.
Forum: Plugins
In reply to: [LiteSpeed Cache] Lazy Load Iframes Doesn’t Maintain 16:9 RatioHello,
Want to let you know I sorted out the issue by adding custom CSS rules to the Iframe. This has sorted out the issue without disabling Iframe Lazy Load.
.wp-block-embed iframe {
max-width: 100%;
height: 100%;
aspect-ratio: 16/9;
}Hopefully if anyone else has an issue similar to mine, this can be helpful.
Forum: Plugins
In reply to: [LiteSpeed Cache] Lazy Load Iframes Doesn’t Maintain 16:9 RatioHi @litetim
Even with debloat disabled, the problem exists.
I disabled debloat, cleared cache, checked multiple times. 16:9 ratio isn’t available on phone for YT embeds unless Iframe lazy loading is disabled.
So this rules out debloat causing any issues. Any idea as to what may be doing this?
Forum: Plugins
In reply to: [LiteSpeed Cache] Lazy Load Iframes Doesn’t Maintain 16:9 RatioSorry missed mentioning this in prev post, also using Gutenberg and the built in block for YouTube embeds. No add on involved in post creation process apart from Yoast SEO.
If this info is required: CSS minification and removal of unused CSS, and JS minification & defer is handled by: https://ww.wp.xz.cn/plugins/debloat/
Forum: Plugins
In reply to: [LiteSpeed Cache] Lazy Load Iframes Doesn’t Maintain 16:9 RatioHi @litetim
Report # CSHHGHPP
Page URL with YouTube embed: https://rpwithai.com/ai-vtuber-neuro-samas-agentic-misalignment/
In my testing the only thing that worked to make the embed 16:9 on mobile was disabling Iframe lazy load.
Thank you for taking a look at this!
Forum: Plugins
In reply to: [Debloat - Remove Unused CSS, Optimize JS] No changelog for 1.1.4Thanks so much for the clarification Asad.
I’m used to checking changelog before updating to ensure nothing changes unexpectedly. Sorry for bothering with this.
Thanks again ๐
Forum: Plugins
In reply to: [LiteSpeed Cache] Site breaking when combining CSSThe Litespeed staff have mentioned that there is an issue with minify/combine css and minify/combine js and that it’ll be fixed in the next update.
Read more here > https://ww.wp.xz.cn/support/topic/404-error-with-css/
I visited the website & the images seem to load fine.
But in the Network tab on Chrome I can see that whenever the slider generates new content on screen, new js and css files are being pulled (thus the long loading of the page on browser).
Once the slider finishes its entire scroll, it seems to be fine.
Not really sure whats going on, but take a closer look at the slider and your network tab on Chrome. Maybe exclude the slider JS files in Litespeed Page Optimization.
I’m not an expert, just suggesting at what may be the issue. I’m sure Litespeed support will answer soon enough.
Forum: Plugins
In reply to: [LiteSpeed Cache] Why you drastically reduced Quic.Cloud Credits?The free quota is the same on all tiers as it was before 4.x update.
They only added a daily limit to requests from free quota: https://quic.cloud/docs/billing/all-about-quota-and-credits/#daily-limits-on-free-quota-usage
Forum: Plugins
In reply to: [LiteSpeed Cache] Version 4.3 and css combined files problem ???You never provided the team with any further details except “my page is broken” when you were asked here.
Everything works fine on our website after some tweaking and tuning. There are things you’ll have to enable/disable/test etc. to find out where the problem is.
The first step would be to disable all your page optimization settings (or reset it via Toolbox), enable guest mode and guest optimization and let it do its thing. If it works, then gradually start enabling page optimization and see what works and what doesn’t.
Forum: Plugins
In reply to: [LiteSpeed Cache] Can I get confirmation if UCSS works for mobile or not?If you are using services like UCSS, you should enable “Cache Mobile”
Litespeed Cache > Cache > Turn “Cache Mobile” ON
Forum: Plugins
In reply to: [LiteSpeed Cache] how to stop this mf from installing itself backYou should be raising a support ticket with your host.
Forum: Plugins
In reply to: [LiteSpeed Cache] Weird Layout Move While Going From Guest Page -> Full PageYea, it seems to have been the custom page optimization settings applied for guests.
We have disabled ALL page optimization settings except minification of CSS, JS & Lazy Loading Images/Iframes.
And this seems to have sorted out the issues, the page loads smoothly from guest mode -> full page, there are no weird layout shifts or glitches.
Maybe this can help someone in the future!