Search results

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

    downgrade from LiteSpeed Enterprise to OpenLiteSpeed

    You must uninstall LSWS first: https://docs.litespeedtech.com/lsws/cp/cpanel/uninstall/
  4. 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/
  5. 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/
  6. 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...
  7. 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.
  8. 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.
  9. 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.
  10. 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...
  11. 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.
  12. serpent_driver

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

    As said, use server variables or curl. Both will give you what you need.
  13. serpent_driver

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

    There is no session and you don't need any session data, because server variables and the protocol version used depends on user request. Alt-Svc is a response header, but the values of Alt-Svc header depends on what is supported by the browser.
  14. serpent_driver

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

    phpinfo() does the trick. ;) $_SERVER['X_SPDY'] // HTTP3 $_SERVER['SSL_PROTOCOL'] // QUIC $_SERVER['SERVER_PROTOCOL'] or use curl to get Alt-Svc response header.
  15. serpent_driver

    Use CDN Mapping Error 404

    Please read before you post.... https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  16. serpent_driver

    Litespeed cach on WP broke my CSS

    Reading before posting is the fastest help ever. ;) https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  17. serpent_driver

    Elementor popup widget not working with LiteSpeed activated

    Please read this: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
  18. serpent_driver

    Rewrite problems

    It seems that you are using OpenLiteSpeed instead of LiteSpeed Enterprise, right?
  19. serpent_driver

    Domain Key Issue

    Support at WordPress ask you to raise a ticket at support@litespeedtech.com and not to open a support thread at this forum!
  20. serpent_driver

    Cloudflare edge services with LS

    https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
Top