Search results

  1. serpent_driver

    TooManyNon2xxStatus - how to tweak what is "too many"?

    Since the documentation does not provide any information about this, you should contact LiteSpeed Support directly. support@litespeedtech.com
  2. serpent_driver

    TooManyNon2xxStatus - how to tweak what is "too many"?

    Follow the steps for Toggle Debug Logging. The steps for WebADC and LSWS are the same. https://docs.litespeedtech.com/lsws/cp/cpanel/debug-log/
  3. serpent_driver

    TooManyNon2xxStatus - how to tweak what is "too many"?

    Try this: https://docs.litespeedtech.com/lsadc/zeroconf/#optional-debug-log
  4. serpent_driver

    TooManyNon2xxStatus - how to tweak what is "too many"?

    This seems to be an OpenLiteSpeed error, so you better should ask OLS support as this forum is for LiteSpeed Enterprise. https://forum.openlitespeed.org/
  5. serpent_driver

    A serious problem with lazy loading and guest optimization ❌

    Yes, but you have wrong cache-control settings for browser cache for dynamic scources cache-control: public, max-age=172800 It must be private, no-cache, max-age=0, so check the .htaccess
  6. serpent_driver

    A serious problem with lazy loading and guest optimization ❌

    Caching and using of the most important functions for page optimizations needs the LiteSpeed web server, but you don't have this web server installed.
  7. serpent_driver

    Do Not Cache User Agents - for Googleboot

    FYI: There is no Googlebot User-Agent named "samrtphone bot" or "smartphone bot ". If you want to exclude the Googlebot just enter "Googlebot". This bot name is only used for crawling and not by the InspectionTool. If want to exclude the InspectionTool just enter "Google-InspectionTool". To...
  8. serpent_driver

    Do Not Cache User Agents - for Googleboot

    Therefore, you do not have to use the browser version, but rather clear and unchangeable designations: "Googlebot" and nothing else.
  9. serpent_driver

    Do Not Cache User Agents - for Googleboot

    There is nothing to fix. Settings to exclude certain User-Agents are correct and the x-litespeed-cache-control header is correct as well: "no-cache" and this is what you want to achieve.
  10. serpent_driver

    Do Not Cache User Agents - for Googleboot

    User-Agent for Google Inspection Tool: Mozilla/5.0 (compatible; Google-InspectionTool/1.0;) https://developers.google.com/search/docs/crawling-indexing/google-common-crawlers
  11. serpent_driver

    Do Not Cache User Agents - for Googleboot

    The inspection tool doesn't use Googlebot User-Agent. If you want to check if it works use any browser extension or plugin to change the User-Agent of your browser. There is no need to use any external services. User-Agent for Googlebot (Desktop): Mozilla/5.0 (compatible; Googlebot/2.1...
  12. serpent_driver

    SSL Certificate Issue: Second VHost Always Takes First VHost's Certificate

    This forum is for LiteSpeed Enterprise only. For OLS please use OLS support forum. https://forum.openlitespeed.org/
  13. serpent_driver

    CPanel PHP Error Logs

    FPM is not supported by cPanel, so disable it.
  14. serpent_driver

    iOS issue with Litespeed?

    Then this can't be an issue that is caused by LiteSpeed and you should ask XenForo support for help.
  15. serpent_driver

    iOS issue with Litespeed?

    The server cache doesn't matter for static sources, but the browser cache, so if you use a different browser always purge the browser cache and press Strg + F5 keys if you want to check it.
  16. serpent_driver

    iOS issue with Litespeed?

    @craigward The issue could be caused by the loading="lazy" HTML attribut im <img> tag. Safari browser only supports this feature since version 16.4, or since 2023. This means that users with an older browser will not see any images. https://caniuse.com/?search=loading%3D%22lazy%22
  17. serpent_driver

    I use wordpress but I am having cache stuck issue on iPhone/iPad Safari.

    In your first post there is a screenshot that displays CF cache rules for dynamic sources and this conflicts with LScache. FYI: It doesn't matter if you have the APO plugin installed or not. If you cache dynamic sources with CF this always conflicts with any page cache on the origin host. 1...
  18. serpent_driver

    Cache hits on Firefox but Not hitting on Chrome for Laravel Application

    CacheLookup on RewriteEngine On # Redirect Trailing Slashes If Not A Folder... RewriteRule .* - [E=Cache-Vary:Authorization] </IfModule> Authorization for cache vary doesn't work that way. You should study LScache documentation how LScache works and how to use Cache-Vary. If a...
  19. serpent_driver

    Cache hits on Firefox but Not hitting on Chrome for Laravel Application

    Please provide the complete .htacces code and check phpinfo() for $_SERVER['X-LSCACHE']
Top