Search results

  1. serpent_driver

    vary being ignored

    That does not matter. If this script cannot be reached via HTTP, then this script or what this script generates will not be cached. Even if this script could be called via HTTP, that doesn't change anything. svg/xml is a static source and this type of sources are cached by the browser, but not...
  2. serpent_driver

    vary being ignored

    image/svg+xml is a static source and is therefore not cached by LScache. Static sources are cached by the browser.
  3. serpent_driver

    vary being ignored

    Unfortunately I cannot qualify your work. But I can tell you that the code I showed works and not just for me. This code is standard.
  4. serpent_driver

    vary being ignored

    Test it in browser or complete request headers in curl like a browser sends these headers.
  5. serpent_driver

    vary being ignored

    Or try this: RewriteCond %{HTTP:Accept-Language} (.+) [NC] RewriteRule .* - [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+lang:%1]
  6. serpent_driver

    vary being ignored

    Did you try the second too code or only the first?
  7. serpent_driver

    vary being ignored

    or RewriteCond %{HTTP:Accept-Language} de|it|en|es|fr [NC] RewriteRule .* - [E=Cache-Control:vary=%{ENV:LSCACHE_VARY_VALUE}+lang]
  8. serpent_driver

    "Ignore Response Cache-Control" as .htaccess directive?

    @blubbb You should study the documentation because you seem to have a fundamental misunderstanding about LScache. Also, you don't seem to understand the basic difference between browser cache and server cache. This forum will be happy to help you, but you need a basic knowledge of LScache...
  9. serpent_driver

    "Ignore Response Cache-Control" as .htaccess directive?

    Is it possible that you are confusing browser cache and server cache? The Expire header controls the browser cache, but not the server cache.
  10. serpent_driver

    slow loading website

    slow == cache is miss fast == cache is hit This hasn't to do which browser you use. Just warmup the cache and everybody is happy.
  11. serpent_driver

    Prestashop cache plugin

    https://www.litespeedtech.com/products/cache-plugins/prestashop-acceleration but it is buggy....
  12. serpent_driver

    Permanent reCAPTCHA

    You should raise your issue in LiteSpeed Slack. The LiteSpeed Support Forum is only poorly maintained by LiteSpeed Support. Sign in to LiteSpeed Slack https://www.litespeedtech.com/slack and post your issue in the #litespeed_hosting channel
  13. serpent_driver

    ESI Caching

    Day 3: No explanation from @blowhard aka @AndreyPopov how to warmup the cache for ESI holes
  14. serpent_driver

    What is Different Between Public Cache and Private Cache

    Sorry, there is no better description than the documentation, but the documentation assumes that you have a basic understanding of the administration of a web server. If you don't have any knowledge about it, then leave the basic settings as they are sufficient for most requirements. If you have...
  15. serpent_driver

    What is Different Between Public Cache and Private Cache

    Of course! Why providing same cache with same content with other websites?! If you have OLS please use OLS support forum. This forum is for LiteSpeed Enterprise (LSWS).
  16. serpent_driver

    What is Different Between Public Cache and Private Cache

    Private cache is private cache and public cache is public cache, means public cache there is 1 cache copy for every user, for private cache each user has an own private cache copy. Simple, isn't? ;)
  17. serpent_driver

    What is Different Between Public Cache and Private Cache

    https://forum.openlitespeed.org/threads/in-which-directory-are-cache-files-stored.5783/post-14829
  18. serpent_driver

    ESI settings on LScache

    ESI doesn't help in this case, especially since ESI actually worsens performance. Furthermore, in your case there is no function for which ESI could be used. If you have further questions, please use Cache Plugin Support in the Wordpress Forum. This forum no longer provides support for the...
  19. serpent_driver

    ESI Caching

    Day 1: No explanation from @blowhard aka @AndreyPopov how to warmup the cache for ESI holes
Top