Search results

  1. 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...
  2. 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.
  3. 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.
  4. 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? ;)...
  5. 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...
  6. 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...
  7. 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/
  8. serpent_driver

    Have a website using phpfox.com script. Need help with LScache

    You need either a plugin or for a restricted use rewrite rules for caching if there is no plugin available, but there is no one and only rewrite rule for each application. It depends on the application, so you must find someone who knows code of phpfox.com script AND knows what has to be done...
  9. serpent_driver

    Have a website using phpfox.com script. Need help with LScache

    Someone may correct me if I am wrong, but LScache for logged in users with Xenforo is not available/possible.
  10. serpent_driver

    Have a website using phpfox.com script. Need help with LScache

    The correct rewrite rule for what? We need a little bit more information.
  11. serpent_driver

    Bug,Feature or Design: With PHP cURL cookie needs value for proper caching

    I have developed a PHP based Multi-Threading crawler for cache warmup that uses cURL. This crawler also supports multiple cache varies. It works like it should and crawls up to 100,000 URLs within 1 hour, but cache varies drives my crazy. All cache varies work if I request URLs in browser with...
  12. serpent_driver

    LS cache for Opencart 2.3

    Insult? Never ever! It's only a question!
  13. serpent_driver

    LS cache for Opencart 2.3

    Is it possible that the greatest mistake is sitting in front of the screen?
  14. serpent_driver

    Multiple M 2.3.3 Stores on the same Server. Cache refresh in one store, refreshes all stores

    With .tld domains you shouldn't have any problems, because the command to purge the cache is only related to the cache of a .tld domain, but not all .tld domains on a server. The command to purge the entire cache purges also cache of subdomains. This is a part of design of LSWS. To get a...
  15. serpent_driver

    Log file ?

    Error code 50x are caused by external application and are not webserver related, so you should find error_log in the directory where the error happened if there is no path defined. FYI: LiteSpeed can be configured to Auto Fix 503 Errors in WebAdmin Console. Specifies whether to try to fix the...
  16. serpent_driver

    Multiple M 2.3.3 Stores on the same Server. Cache refresh in one store, refreshes all stores

    Hi Stefan, you talk about multiple Magento stores. Does each store run with .tld domain or subdomain?
  17. serpent_driver

    Random pages cached incorrectly using VARY

    Basically, the name of the cookie doesn't matter, so it doesn't have to have _lscache_vary prefix. "Some" say it would get better performance with this prefix. If you have different cache status with same cache vary, there must be other reason for it, so check you cache rules.
  18. serpent_driver

    Litespeed reading from php.ini file and user.ini

    @HostFox I don't know if it helps and I am not shure if it is a good idea to place subdomains or additional domains outside of /public_html although cPanel allows to do it. /public_html is provided for public data/sources and not parent locations or locations in parallel position to...
  19. serpent_driver

    Litespeed reading from php.ini file and user.ini

    @HostFox You talk about subdomains. Where do you place subdomains? Within the document root (/public_html) of .tld domain?
Top