Search results

  1. 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.
  2. serpent_driver

    Exclude a Single Button from LiteSpeed Cache?

    Would you please provide us with information which CMS do you use?
  3. 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...
  4. serpent_driver

    prestashop 'Enable Litespeed ESI is disabled!!

    If LiteSpeed support doesn't answer your question, please contact me by PM.
  5. 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...
  6. 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...
  7. 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...
  8. serpent_driver

    prestashop 'Enable Litespeed ESI is disabled!!

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

    Help with Running Cronjob to Purge Homepage on PrestaShop with Litespeed

    It's okay now, but you must purge the LiteSpeed cache as well.
  10. serpent_driver

    Help with Running Cronjob to Purge Homepage on PrestaShop with Litespeed

    If site cache is the Smarty cache you shouldn't use this kind of cache as it isn't compatible with LScache. Good idea, but you should warmup the cache after the cache is purged. With the Kitt Cache Crawler for PrestaShop you don't need an extra cron for purging the cache since Kitt can do this...
  11. serpent_driver

    Help with Running Cronjob to Purge Homepage on PrestaShop with Litespeed

    You must place the file to purge the cache in the document_root.
  12. serpent_driver

    [Solved] How to make LiteSpeed LScache Plugin for Wordpress avif ready?

    The AWR plugin expects images in this format to be recognized: [filename].[jpg|png].avif and images must be stored in default WP category structure:/wp-content/uploads
  13. serpent_driver

    prestashop litespeed login redirect to blank page

    This bug has never been fixed, so there is only a quick & dirty fix available. https://www.litespeedtech.com/support/forum/threads/prestashop-login-problem.22707/post-128259
  14. serpent_driver

    Help with Running Cronjob to Purge Homepage on PrestaShop with Litespeed

    Name the file as you like it. The code allows only to be executed in console or by cron. If executed only the cache generated by LScache plugin for PrestaShop is purged. Setup a cron job with intervall of your choice: php /absolute_path_to_purge_file/filename_of_your_choice.php <?php...
  15. serpent_driver

    What if your host tells you Unfortunately, our shared hosting does not support redis or memcached. They do use LiteSpeed

    Memcached or Redis are not a LiteSpeed related features. If your host doesn't provide Memcached or Redis then he wants you to invest more money in a hosting plan where Memcached or Redis is supported. If such features are not supported with the current hosting plan, there is no alternative to...
  16. serpent_driver

    Litespeed on cpanel "abort request..., code: 4" sporatically

    Don't be confused if a solution can be easy. If an error ocurrs the most important thing to find out the reason for an arror is how or what is the error caused by. Every error can be logged, so check the provided error logfiles what was going wrong. Just think logical, nothing happens without a...
  17. serpent_driver

    Need some help with Public and private cache settings.

    A plugin is more than a few lines of code in .htaccess and a plugin is not a universal plugin. Each CMS needs its own cache plugin for php programming.
Top