Search results

  1. serpent_driver

    Can't connect to MySQL via SSH

    Did your change your hosting to a different provider?
  2. serpent_driver

    Problems with setting up separate mobile & desktop cache - Magento 2.4.3

    @julianne4987 I don't know if you already solved your problem, but as @Pong already described there is no one and only solution for your isssue. It needs a custom way to solve it. There are a huge methods to try to dectect devices. Not every one is perfect, but almost every one works different...
  3. serpent_driver

    LSCache expired early than cache PublicTLL settings!?!?!?! help explain and understand [SOLVED]

    Which method or crawler do you use to warmup the cache? Btw. if you have additional questions, write a new post and don't modify a previous post. It will not be noticed.
  4. serpent_driver

    LSCache expired early than cache PublicTLL settings!?!?!?! help explain and understand [SOLVED]

    I don't tell you fairy tales.... Believe in what ever you want to believe in.... ;)
  5. serpent_driver

    Looking to hire someone with ESI and Codeignitor knowledge

    Why do you try find a complicated solution, if there is a simple solution. Use rewrite rules and disable cache if a specific GET parameter is used. No need for ESI.
  6. serpent_driver

    LSCache expired early than cache PublicTLL settings!?!?!?! help explain and understand [SOLVED]

    Google doesn't measure the speed of your page with a bot. It uses client side results from Chrome browser and such data are used to calculate the speed. Really? Yes, really! ;)
  7. serpent_driver

    LSCache expired early than cache PublicTLL settings!?!?!?! help explain and understand [SOLVED]

    Yes really! ;) If no one requests a never wanted product in your shop, why should the cache of this URL be warmed up?! This is waste of resources. It is also not necessary to warmup the cache for bots. You don't get any advantage.
  8. serpent_driver

    LSCache expired early than cache PublicTLL settings!?!?!?! help explain and understand [SOLVED]

    First of all: It is not really economically to try to warmup the cache for all URLs. Reduce the number to the most wanted URLs if you don't have a method (crawler) to request URLs parallel and not one by one like you do it with the current method.
  9. serpent_driver

    Blank sitemap

    The very best answer for your request: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  10. serpent_driver

    Litespeed cache for phpbb3/phpbb2 RELEASED

    You are not the only one, sorry. From a (very) far distance your solution seems to look fine, but it's only a quick and dirty solution. You overlook a lot to make your solution more practical, but nevertheless, congratulation. Improve it and you are welcome to publish upcoming releases of your...
  11. serpent_driver

    Excluce cache from a random carousel

    The one and only answer for your request: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  12. serpent_driver

    disable redirect caching

    @hamzaleg Redirecting with 302 is no good idea, because almost every browser caches it and can't be avoided on server side. Always use only 301 redirection to avoid caching.
  13. serpent_driver

    Dynamic Module on the homepage

    Sorry, I have no more information about this plugin and what else can be done to solve it. I am not the developer of this plugin. To get support for cache plugin you should open a support ticket.
  14. serpent_driver

    Dynamic Module on the homepage

    Okay, other try..... If you define a new ESI block for displayNav the complete template for Nav should be excluded from being cached. That should work, but will rise up page loading time.
  15. serpent_driver

    Dynamic Module on the homepage

    If you add a new ESI block for the wishlist module will the result be updated?
  16. serpent_driver

    Dynamic Module on the homepage

    Okay, how can I access to the page where the module is installed?
  17. serpent_driver

    Dynamic Module on the homepage

    Let me take a closer look on it. For testing I will create an account to see how it works, but I am just busy and must do it later in the evening. Have you disabled the cache plugin?
  18. serpent_driver

    Dynamic Module on the homepage

    No, this should/must be done by the wishlist module on the fly. CSS classes can't be excluded. It is part of html code like each other html tags.
  19. serpent_driver

    Dynamic Module on the homepage

    These attributes are not the problem. data-url is the primary reason and in my mind if https://www.kadolis.com/fr/wishlist-ajax request will be excluded from being cached it should work. Only the cache plugin is the problem. It has no functions to exclude URLs from being cached, so it must be...
  20. serpent_driver

    lscache plugin runs for 1 hour then stops

    That is not correct. With noabort noconntimeout directive PHP processes can run without limits, but is only supported in LSWS and not OLS.
Top