Search results

  1. serpent_driver

    How to set Connection Timeout in .htaccess or php.ini?

    Okay, but also need No CLI support.
  2. serpent_driver

    How to set Connection Timeout in .htaccess or php.ini?

    Not yet, but is on to do list It won't bother? Can you explain that?
  3. serpent_driver

    How to set Connection Timeout in .htaccess or php.ini?

    For testing crawler warmup the cache for other domain.
  4. serpent_driver

    What Config Tweaks do you recommend for this usecase?

    FYI: QUIC is only supported by Chrome and Opera browser.
  5. serpent_driver

    What Config Tweaks do you recommend for this usecase?

    QUIC is part of HTTP/3. Enable QUIC and you will get HTTP/3. If done, check at https://http3check.net/ if it works. (powered by LiteSpeed)
  6. serpent_driver

    How to set Connection Timeout in .htaccess or php.ini?

    Has noconntimeout directive any limitation so it can't be used for $_POST?
  7. serpent_driver

    How to set Connection Timeout in .htaccess or php.ini?

    Testcase? Hm... I try to explain... I developed a PHP based multi-threading crawler for cache warmup. It works as it should and with all options (similiar to crawler in WP cache plugin, but x-time faster). Everything is okay, but there is still a problem with connection timeout. I can set time...
  8. serpent_driver

    How to set Connection Timeout in .htaccess or php.ini?

    @NiteWave I have tested noconntimeout and noabort directives, but it doesn't work! So what is wrong?
  9. serpent_driver

    What Config Tweaks do you recommend for this usecase?

    There is no special configuration that takes influence to TTFB, but you should enable QUIC to reduce time for SSL handshake.
  10. serpent_driver

    Why you should use LiteSpeed and LScache to get good Google Page Experience

    As announced from Google last year Google will include Page Experience signals into Google search ranking. A good time to think about what must be done not to be punished and not to loose good rankings if a page is too slow. It is also Google's plan to "pillory" pages that are too slow if they...
  11. serpent_driver

    Random pages cached incorrectly using VARY

    You didn't read what the reported issue is about. There is nothing multiple, neither multiple cookies nor multiple values. The issue with multiple values never exist in LiteSpeed Enterprise.
  12. serpent_driver

    Random pages cached incorrectly using VARY

    Basically yes, but not in this case. This case is completely different. It is not about multiple vary values for cache vary cookie.
  13. serpent_driver

    Random pages cached incorrectly using VARY

    Why don't you try it and use the cookie for RewriteCond exactly how it is generated? You already lost and you can only win if you try it. To me, _ls_cache_vary_ is a prefix and needs the cookie name as suffix to complete the cache vary. How long does it take to change RewriteRule? 5 seconds? ;)...
  14. serpent_driver

    Random pages cached incorrectly using VARY

    Using both rules without any conditions has a high security risk. Every script has no limits and can't be aborted, so it runs until world goes down or your provider pulls out the power plug of your server. No good idear...
  15. serpent_driver

    Random pages cached incorrectly using VARY

    @mkaaaay I don't exactly understand what your intention is, but RewriteCond %{HTTP_COOKIE} _ls_cache_vary_ [NC] RewriteRule .* - [E=Cache-Control:vary=is_customer] means, that every user that has cookie with prefix _ls_cache_vary_* in cookie name is is_customer. _ls_cache_vary_ is only a...
  16. serpent_driver

    Conflict with Elementor & 'Instant Click'?

    For Wordpress Support follow this link: https://www.litespeedtech.com/support/forum/threads/please-use-the-official-wordpress-forum.16028/
Top