litetim
Forum Replies Created
-
Forum: Plugins
In reply to: [LiteSpeed Cache] Generate UCSSForum: Plugins
In reply to: [LiteSpeed Cache] php 8.2 supportHello and thank you for your report.
Can you send a full stack for the error?
If you are unable, tell me the version of LSC and the screen/or tell me where the warning appear.
The function the code is pointing to is very global and can be run from multiple sources.
If if easier for you, please create a ticket by sending email to: support at?litespeedtech.comForum: Plugins
In reply to: [LiteSpeed Cache] 6.3 strips admin bar on some pages@reallygreenjames please create a ticket support[at]litespeedtech.com
Please provide(from a site that dissapear admin bar):
– report number(you can get it in toolbox -> report -> click “send to LiteSpeed”)
– link to this page
– ask for a developer to review the ticket.
Thank you and we are sorry for your troubles.Forum: Plugins
In reply to: [LiteSpeed Cache] ESI causes Edit with Elementor to disappear from toolbarHello @scandidesignco
We have this solution that we are testing: https://github.com/litespeedtech/lscache_wp/pull/635
If you want to test you can add the changes to your site BUT remember is test code.Forum: Plugins
In reply to: [LiteSpeed Cache] Faling UCSS — any fix in sight?Hello @rudolfl
I have read your message and here are a few advices I can give you:
– IMPROVEMENTS will come, BUT I cannot give you a ETA for changes. We are aware of some things we need to improve and we are working on them
– UCSS generation can be reset by clearing Unique CSS from: LSC -> Toolbox -> Purge -> Purge Unique CSS OR from Admin menu -> Purge All – UCSS but you will have the same results.
– The problem you are facing is not because of servers that process your site, is the CSS quantity sent. Plugins/Theme will add their CSS that together is too much in some cases.
I would wait for UCSS to finish(as much as possible) for now and after our server changes will be applied you can retry refreshing UCSSHello @andrewem29
There can be some things you can try:
– reduce page cache TTL: https://docs.litespeedtech.com/lscache/lscwp/beginner/#ttl-tab
– schedule a page purge: https://docs.litespeedtech.com/lscache/lscwp/cache/#scheduled-purge-urls
– also with some coding maybe integrate a cache purge when “Custom Facebook Feed Pro” is being refreshed
TimForum: Plugins
In reply to: [LiteSpeed Cache] Error from LitespeedWhere did the image was attached? I cannot see any image here.
Homepage seems to work ok ??Forum: Plugins
In reply to: [LiteSpeed Cache] Using Essential PresetHello @allangrafil
Try purging the cache: https://docs.litespeedtech.com/lscache/lscwp/beginner/#purge-the-whole-site-from-cache
Also: https://app.icasecurityagencyinc.com/?LSCWP_CTRL=before_optm adding this parameter you can test the site without LSC doing anything on it.
It seems there were other changes done to the site.Forum: Plugins
In reply to: [LiteSpeed Cache] Why is cached version different then non-cached@dusanvr
Any cache plugin is modifying the content in a way to make it faster to load
I don’t want to go into details, which plugin does a good job or not.
I myself have optimized MANY sites with DIVI + LSC and I did not had trouble configurating the plugin and I had no errors.
Depends on what you have installed: plugins and what content you added.
You can play with LSC settings and see what helps and what does not help.Forum: Plugins
In reply to: [LiteSpeed Cache] Why is cached version different then non-cachedHello @dusanvr
I have seen Divi theme with LiteSpeed cache and there were no BIG(or unsolvable) issues.
When you are logged in LSC will not do any changes to site.
When visiting anonymous(and LSC active) will send you a cached version of the page.
If switching the header fixes the problem, this means that the problem comes from the content.
I would try LSC different settings and see which one is best fitting your site. Remember to clear cache after each setting saved.
TimForum: Plugins
In reply to: [LiteSpeed Cache] Issue with Chrome extension (SEO meta in 1 click)Hello @jyb1603
I have tested the plugin together with a site that is running LSC and I was able to use the Chrome plugin: the menu is opening).
The error appears to be from minifications/combinations or other changes done on page, not really from LSC(I am not excluding).
You can check if there are JS errors in console.Forum: Plugins
In reply to: [LiteSpeed Cache] Do not cache home page – how?Forum: Plugins
In reply to: [LiteSpeed Cache] Precaching all website pagesForum: Plugins
In reply to: [LiteSpeed Cache] CSS on CDN breaks layoutHello @nullx8
I would check and make sure the CSS file request has the type: text/css
You can check that in Developer Toolbar -> Network -> and select a CSS file from CDNForum: Plugins
In reply to: [LiteSpeed Cache] Is the Plugin Compatibility with PHP 8.2 and/or 8.3?Plugin minimal PHP version is 5.2
Development is done on 7-8.x PHP versions
If you get into any errors because of PHP version, please tell us.