Search results

  1. serpent_driver

    Inconsistent Caching in LiteSpeed Cache: Has Anyone Experienced This?

    https://wordpress.org/support/topic/inconsistent-caching-in-litespeed-cache-has-anyone-experienced-this/
  2. serpent_driver

    I have installed litespeed but I still check LSCache is not supported

    https://forum.openlitespeed.org/threads/i-have-installed-litespeed-but-i-still-check-lscache-is-not-supported.6156/
  3. serpent_driver

    I have installed litespeed but I still check LSCache is not supported

    I can't find any post in OLS forum related to this topic?!
  4. serpent_driver

    I have installed litespeed but I still check LSCache is not supported

    You should use OpenLiteSpeed support forum as this forum is for LiteSpeed Enterprise. https://forum.openlitespeed.org/
  5. serpent_driver

    [HTTP/3] Detecting http session version on the backend (h2 vs h3)

    In short, yes, because there are a lot of many other features you should care. An overload is often caused by PHP and MySQL issues. quic and the protcol used don't compensate any PHP and MySQl leaks.
  6. serpent_driver

    [HTTP/3] Detecting http session version on the backend (h2 vs h3)

    I think you are over-emphasizing quic and http/3 detection, as it does not provide any significant benefit that could be leveraged by your programming.
  7. serpent_driver

    [HTTP/3] Detecting http session version on the backend (h2 vs h3)

    That's all well and good, but how are you going to convince your clients that identifying quic and http/3 is so much better that your work deserves payment?! Maybe you know more than I do, but I don't know of any way to prove the difference?
  8. serpent_driver

    [HTTP/3] Detecting http session version on the backend (h2 vs h3)

    And what advantage do you hope to gain from this? The use of quic primarily serves to improve the deficits in connection establishment with https, because the TCP protocol tends to neglect SSL. Wouldn't it be better to focus on http/3? Nevertheless, I don't understand how you can use PHP to...
  9. serpent_driver

    Hostinger Issue

    If you don't use Cache Vary in Cache Plugin, then it is a coincidence that you don't have any problems with Hostinger CDN.
  10. serpent_driver

    [HTTP/3] Detecting http session version on the backend (h2 vs h3)

    @r00tb33r I'm curious. Why and what do you need a quic detection for?
  11. serpent_driver

    Litespeed cache Down My website

    LiteSpeed does not change anything or cause any problems that affect ranking. If you notice problems with your site's ranking, check your site with Google Webmaster Tools or Google Search Console: https://search.google.com/search-console/
  12. serpent_driver

    downgrade from LiteSpeed Enterprise to OpenLiteSpeed

    You must uninstall LSWS first: https://docs.litespeedtech.com/lsws/cp/cpanel/uninstall/
  13. serpent_driver

    How to automatically restart lsphp when it runs in detached mode (the default)

    LiteSpeed Wiki is very outdated and only contains information up to version 5.3. You should therefore look for relevant entries in the documentation. https://docs.litespeedtech.com/lsws/extapp/php/configuration/modes/
  14. serpent_driver

    WooCommerce, LiteSpeed cache and Mini Cart

    https://www.litespeedtech.com/support/forum/threads/woocommerce-litespeed-cache-and-mini-cart.23157/post-129959 https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  15. serpent_driver

    Feature Request: HTTP-Early-Hints header

    Who cares about TTFB?! Not me. It says nothing about how fast a page is loaded and displayed. Do you get better results as cachecrawler.com? I don't think so! Get rid of the idea that every CMS has to be bloated. I use custom code for my CMS and only load what is actually necessary for display...
  16. serpent_driver

    Feature Request: HTTP-Early-Hints header

    TTFB depends on user and closest CDN node location, so it is not fix for every request. When I do a PageSpeed test, no bad TTFB is reported.
  17. serpent_driver

    [HTTP/3] Detecting http session version on the backend (h2 vs h3)

    Yes, but QUIC needs HTTP/3 and HTTP/3 needs TCP.
  18. serpent_driver

    [HTTP/3] Detecting http session version on the backend (h2 vs h3)

    TCP has nothing to do with protocol version, because TCP is the underlying transport protocol used by HTTP, meaning TCP is always used. And there is no initial connection type. Either HTTP/3 is used or not, so I think you need to learn some basic knowledge what is what and what is used for what.
  19. serpent_driver

    [HTTP/3] Detecting http session version on the backend (h2 vs h3)

    Normally, you don't have to worry about whether HTTP/3 or QUIC is used because all modern browsers support QUIC. However, you must ensure that the connection is made via SSL or https, QUIC is activated in LiteSpeed WebAdmin, port 443 is used for https and the UDP port 443 for incoming and...
  20. serpent_driver

    [HTTP/3] Detecting http session version on the backend (h2 vs h3)

    It is not about the session, but the request and the request decides what HTTP parameters are used. With curl you can simulate if your code works.
Top