Search results

  1. serpent_driver

    Need some help with Public and private cache settings.

    A forum is not page cache friendly. Too many changes to the content in too short a time. You also need an intelligent purge solution for new or changed threads, which can only be created to a very limited extent using .htaccess. If at all, the cache and purge configuration must be done using PHP.
  2. serpent_driver

    Cache crawler for Prestashop/thirtybees does not want to cache on new server

    If you want the crawler to be enabled you must notify the A2 support on which domain or sub-domain you need the crawler. A2 support is good, but not every (first level) supporter is a specialist for LiteSpeed, so you should give as much information as possible to redirect your need to a...
  3. serpent_driver

    Cache crawler for Prestashop/thirtybees does not want to cache on new server

    Normally it doesn't take more than 24 hours to get an answer from A2 support.
  4. serpent_driver

    Cache crawler for Prestashop/thirtybees does not want to cache on new server

    A2 supports the crawler, but it must be enabled for every domain and sub-domain (on shared hosting plan), so if you have the crawler support requested wait for confirmation. btw. The Kitt cache crawler isn't limited by any restrictions!
  5. serpent_driver

    Cache crawler for Prestashop/thirtybees does not want to cache on new server

    If you have access to the LiteSpeed WebAdmin complete the settings, otherwise and if you are on Shared Hosting contact A2 support as the crawler must be enabled for every domain and sub-domain. On Shared Hosting the ESI function is enabled by default at A2.
  6. serpent_driver

    Cache crawler for Prestashop/thirtybees does not want to cache on new server

    The settings in WebAdmin are globally, so if lscache, the crawler and ESI are enabled, these settings should be available on all domains. You can check it by creating a custom test php file. Create a custom php file and enter <?php echo $_SERVER['X-LSCACHE'] upload this file where you use...
  7. serpent_driver

    Cache crawler for Prestashop/thirtybees does not want to cache on new server

    lscache, the crawler and ESI must be enabled in WebAdmin console. You can check the settings by running phpinfo() in a custom php file.
  8. serpent_driver

    Cache crawler for Prestashop/thirtybees does not want to cache on new server

    I don't see any LiteSpeed cache header!? Kitt for PrestaShop expects PrestaShop to be installed. thirty bees isn't supported. ESI must be enabled in LiteSpeed WebAdmin console.
  9. serpent_driver

    Seeking Solution for Handling WebP Fallback for Email and WhatsApp Platforms

    There is a fallback solution integrated in the LScache plugin for Wordpress, but this fallback needs the main document to be requested, means, if a webp image is requested directly and the browser doesn't support webp this webp image can't be displayed by this browser. But you shouldn't worry...
  10. serpent_driver

    Cache crawler for Prestashop/thirtybees does not want to cache on new server

    LiteSpeed web server is running, but LScache is not available. LScache plugin is developed for PrestaShop and not for Thirty Bees.
  11. serpent_driver

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

    Don't make life so difficult for yourself. It's much easier and, above all, requires very little effort. However, this requires a WAF such as CF WAF. With CSF you don't have the same options as with a WAF. I could describe to you in detail how you can get a much better result without CSF but...
  12. serpent_driver

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

    You are right, but in this specific case private data is relative. Ultimately, it is your decision. CSF may be more effective, but CSF filters at a deep network layer. This allows you to filter IP addresses very well, but filtering specific IP addresses is like fighting windmills.
  13. serpent_driver

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

    This is probably because you are using the standard filters provided by CF. These actually do not work as expected. However, with a little brainpower and without paid plan, you can set up custom filters that work 100%. I filter about 7500 requests every day.
  14. serpent_driver

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

    Use CloudFlare WAF. It is always better to use any external service to filter unwanted traffic like bad bots.
  15. 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
  16. 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/
  17. serpent_driver

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

    Try this: https://docs.litespeedtech.com/lsadc/zeroconf/#optional-debug-log
  18. 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/
  19. 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
  20. 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.
Top