Search results

  1. serpent_driver

    ESI settings don't do what we expect?

    MISS doesn't mean no-cache and Drupal caches the ESI whole. All in all, disable Drupal caching. 1 cache plus 1 cache is not 2 caches.
  2. serpent_driver

    How input for Expires Settings ?

    The Expire header is an outdated method to control the cache behaviour of static sources since it is more likely used as a fallback for older or outdated browsers. Also, the Expire header controls the cache or the TTL by the date create time of a source. Cache-control controls the TTL by access...
  3. serpent_driver

    ESI settings don't do what we expect?

    Yes. Press the F12 key and select the network tab in browser dev console.
  4. serpent_driver

    ESI settings don't do what we expect?

    You have a additional cache layer running. This might be the reason for the reported issue. x-drupal-cache
  5. serpent_driver

    prestashop 'Enable Litespeed ESI is disabled!!

    It depends on if you need ESI for PS. ESI is (was in the past) a good idea, but ESI causes other issues you don't want. The best solution would be using PS without ESI and using client side scripting instead, but for this better solution PrestaShop has to be changed to make it more page cache...
  6. serpent_driver

    prestashop 'Enable Litespeed ESI is disabled!!

    LiteSpeed Enterprise is the web server, so it doesn't matter if you use LSWS or OLS. The problem is ESI if ESI is used with Prestashop as this CMS isn't really cache friendly.
  7. serpent_driver

    prestashop 'Enable Litespeed ESI is disabled!!

    It seems that LiteSpeed has disabled ESI for Prestashop as ESI causes issues with the current PS version.
  8. serpent_driver

    Need Help with nonce_failed Error When Submitting Custom Post via JetForm Builder

    Read this before posting an issue: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  9. serpent_driver

    error on Category Page - Prestashop 8.2.1

    Disable the PS developer mode, purge the cache and try again. .
  10. serpent_driver

    '.php' does not allow serving as static file, access denied! Error

    This forum is for LiteSpeed Enterprise (LSWS). For OLS support please use OLS support forum https://forum.openlitespeed.org/
  11. serpent_driver

    Exclude a Single Button from LiteSpeed Cache?

    It is possible to make your need available with ESI, but you must have a deep understanding about ESI and how to use ESI inline or ESI include, especially with a custom CMS.
  12. serpent_driver

    Exclude a Single Button from LiteSpeed Cache?

    Would you please provide us with information which CMS do you use?
  13. serpent_driver

    Litespeed breaks my homepage css style

    It seems you are using the LiteSpeed cache plugin for Wordpress. If there are any issues with this plugin please follow the recommendations to get help provided by this forum. https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/ So please read this...
  14. serpent_driver

    prestashop 'Enable Litespeed ESI is disabled!!

    If LiteSpeed support doesn't answer your question, please contact me by PM.
  15. serpent_driver

    Missing source maps for large first-party JavaScript

    This issue is related to the LiteSpeed cache plugin for WordPress, but support for this plugin has been discontinued since many years. For support please use the support forum at Wordpress and read this...
  16. serpent_driver

    Help with Running Cronjob to Purge Homepage on PrestaShop with Litespeed

    Unfortunately, ChatGPT did not do a good job because ChatGPT misunderstood "synchronize". In the specific context, synchronize does not mean that all cron jobs should be executed at the same time to turn 4 cron jobs into just 1. The generated code does exactly that and that is not helpful...
  17. serpent_driver

    Help with Running Cronjob to Purge Homepage on PrestaShop with Litespeed

    FYI: You don't need 4 or 3 not synchronized cron jobs, but only 1 cron job. The first cron job for product reindex starts the next process if finished and starts the process for sitemap generation and if finished it starts the process to purge the cache. This procedure needs only 1 cron job and...
  18. serpent_driver

    prestashop 'Enable Litespeed ESI is disabled!!

    This recommendation depends only on certain hosting providers. Most hosts have enabled ESI by default.
Top