Search results

  1. serpent_driver

    Feature Request: HTTP-Early-Hints header

    It's nice to read your further ideas on early hints, but what you wish for is not in the nature of early hints. The early hints are primarily about prioritizing static sources and not about compensating for the inadequacies of an application. Neither do the early hints serve any caches. It is...
  2. serpent_driver

    Feature Request: HTTP-Early-Hints header

    In 9 out of 10 cases, a CDN is worse than without because people have a misconception about a CDN. Good question, next question.... There is no need for a special control this feature. On/Off is enough if it is handeled like preload (HTTP/2 Server Push) This forum is read by LiteSpeed, at...
  3. serpent_driver

    [PROBLEM] A page is constantly refreshing

    Yes, the AJAX method is a fallback method for missing ESI and works normally, but obviously not in this case. However, the OC shop seems to be heavily modified, so I think it's impossible to solve the problem via a forum. To do this, you would need access to the installation.
  4. serpent_driver

    CACHE

    Neither the cache plugin nor the cache plugin's built-in crawler works with this server configuration.
  5. serpent_driver

    CACHE

    I was just telling you the truth and saved you valuable time because if you keep this server configuration you no longer have to look for a solution. But you don't have to scold me for that.
  6. serpent_driver

    [PROBLEM] A page is constantly refreshing

    The problem shouldn't actually occur because the AJAX request, which I had already assumed to be the cause, sends the request via POST and POST requests are normally excluded from caching, but the json is generated dynamically and leads to json["total "] === 0 and reloads the page over and over...
  7. serpent_driver

    CACHE

    Then you are the guy with the strange server configuration! Sorry, neither the LiteSpeed Cache Plugin nor any other cache plugin works with this server configuration, nor does the Kitt Cache Crawler.
  8. serpent_driver

    CACHE

    Did you already contact support of cachecrawler.com?
  9. serpent_driver

    CACHE

    New Jersey, USA
  10. serpent_driver

    CACHE

    https://www.wp.cachecrawler.com/kitt/ User: Demo Pass: Demo
  11. serpent_driver

    [PROBLEM] A page is constantly refreshing

    if (json["total"] === 0) { location.reload(); } This code at least indicates a reload of the page, but if the page is cached, the request leads to nothing and keeps repeating, or the page keeps reloading. Delete this plugin, at least temporarily, and test it, but don't forget to purge the cache.
  12. serpent_driver

    CACHE

    Live demo? I never sent you a link to the live demo for the Kitt Cache Crawler! Which CMS do you need a crawler for? I have several demos depending on the CMS.
  13. serpent_driver

    [PROBLEM] A page is constantly refreshing

    This is not good. Then I see the only way to delete the plugins, at least temporarily. Otherwise you will never find out which plugin is causing it. If it were a PHP problem it would be easier, but not if it's a Javascript problem, which inevitably has to be a Javascript problem because the...
  14. serpent_driver

    [PROBLEM] A page is constantly refreshing

    Don't follow such advices. It has nothing to do with your issue.
  15. serpent_driver

    [PROBLEM] A page is constantly refreshing

    Yes, cache function is cache plugin. :) If the issue is solved if you disable the cache, that can mean that one of your plugins is not cache friendly. I'll tell you what I would do in your place. Deactivate all plugins except for the cache plugin, purge the cache and test whether the problem...
  16. serpent_driver

    [PROBLEM] A page is constantly refreshing

    What does that have to do with the problem? You have a stupid habit. You talk about things nobody asked you about.
  17. serpent_driver

    [PROBLEM] A page is constantly refreshing

    The constant reload is caused by some javascript. What happens if you disable the cache function?
  18. serpent_driver

    [PROBLEM] A page is constantly refreshing

    @Roman It would be useful if you would post the link to your site. Feel free to PM me if you don't want to post it publicly. The previous questioning doesn't make much sense to me.
  19. serpent_driver

    Cache Warmer? (PHP)

    Your question has already been adequately answered in another thread. https://www.litespeedtech.com/support/forum/threads/cache.22051/
  20. serpent_driver

    Elementor background slideshow does not use optimized images

    Background images are not supported for webp replacement. If you have still questions please read this first: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
Top