Search results

  1. 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...
  2. 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.
  3. 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.
  4. 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
  5. 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...
  6. 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/
  7. serpent_driver

    CPanel PHP Error Logs

    FPM is not supported by cPanel, so disable it.
  8. 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.
  9. 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.
  10. 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
  11. 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...
  12. 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...
  13. 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']
  14. serpent_driver

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

    LScache is URL based and not browser based, so there must be any other reason that causes this issue. This must be set in LiteSpeed WebAdmin console and cannot defined in .htaccess CacheEngine on esi crawler You have defined private cache, but no configuration for public cache...
  15. serpent_driver

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

    You cannot use 2 page cache types at the same time. This especially true with CloudFlare Cache and LScache. CF and LS cache are incompatible. If you have WordPress and the LScache plugin for WP you can use only LScache. BTW. Read this why you cannot use CF and LScache...
  16. serpent_driver

    Suggest Litespeed Enterprise Config?

    Keep all LSWS settings in Web Admin as they are and don't change any settings if you don't know what you are doing!!! For optimization of LScache settings for the cache plugin there is no universal configuration because configuration depends on the theme and installed plugins. If you don't have...
  17. serpent_driver

    Litespeed not delaying .js

    Nobody wants you to be confused. Just follow the provided sources....
  18. serpent_driver

    Litespeed not delaying .js

    This report number doesn't matter in this forum since this forum doesn't support the LiteSpeed cache plugin for WordPress any longer (and since many years), so please use the LiteSpeed plugin support at WordPress and read this post...
  19. serpent_driver

    Php update to 8.3, sticky cache

    No, but something prevents caching by quic.cloud. Independently from this I can't see what the issue could cause. Do you have cache for private user enabled? If yes, do you check changes as logged in Admin?
Top