Search results

  1. serpent_driver

    Feature Request: HTTP-Early-Hints header

    What the hell is decompose? Decompose means to turn plants into compost, so what is your meaning with decompose? I don't use unnecessary font files and the number of total sources to be loaded is based on actual needs. All fonts are in use. That includes the amount of CSS and Javascript or when...
  2. serpent_driver

    Feature Request: HTTP-Early-Hints header

    Sorry, unfortunately I have to contradict you again. The fetchpriority property is not a replacement for early hint, especially since this property does not influence the loading, but as mentioned, influences the display behavior. If I mentioned this property, only because I still believe that...
  3. serpent_driver

    Where to begin

    If you don't have sufficient experience and knowledge about which settings are the best, then you should use the presets. Otherwise you run the risk of a misconfiguration. If you have further questions, then read this first...
  4. serpent_driver

    Feature Request: HTTP-Early-Hints header

    I think I know what the problem is. The waterfall reflects something that doesn't match the actual sequence of requests. The reason for this lies in the rendering, or in which order the sources are rendered by the browser. If you have a large amount of static sources, then these will not be...
  5. serpent_driver

    Feature Request: HTTP-Early-Hints header

    Unfortunately I have to disagree with you again. Even if the waterfall would have you believe that the static sources and the HTML would be loaded in parallel, then there are only 2 possibilities. Either you misinterpret the waterfall or early hints doesn't work. If it were like you think, then...
  6. serpent_driver

    Feature Request: HTTP-Early-Hints header

    I don't mean to imply anything, but I don't think you fully understand how early hints work. The functionality of the early hints is not completely different from that of HTTP/2 server push. The principle of both techniques is to load sub-resources (CSS, JS, ...) before the main document is...
  7. 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...
  8. 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...
  9. 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.
  10. serpent_driver

    CACHE

    Neither the cache plugin nor the cache plugin's built-in crawler works with this server configuration.
  11. 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.
  12. 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...
  13. 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.
  14. serpent_driver

    CACHE

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

    CACHE

    New Jersey, USA
  16. serpent_driver

    CACHE

    https://www.wp.cachecrawler.com/kitt/ User: Demo Pass: Demo
  17. 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.
  18. 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.
  19. 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...
  20. serpent_driver

    [PROBLEM] A page is constantly refreshing

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