Search results

  1. serpent_driver

    The very best LiteSpeed Cache Varies for OpenCart if Journal 3 and LSWS is used

    The previously recommended cache varies for LiteSpeed LScache and the cache plugin for OpenCart are no longer available because these cache varies were no longer sufficient for the current version of Journal 3. If you are looking for cache varies optimized specifically for OpenCart and Journal...
  2. serpent_driver

    How to exclude a file ?

    While it is unusual to have to exclude an administrator directory from caching, as this is usually done automatically by the respective plugin, to exclude calling a directory from caching, add the following rule to your .htaccess. Put this rule on top of your .htaccess. RewriteCond...
  3. serpent_driver

    Just curious

    Yes, you are right, but only if it is about webp images and accept header.
  4. serpent_driver

    Just curious

    No, you just don't know any better. Don't be so bad about it. :)
  5. serpent_driver

    Just curious

    You didn't fail. You just didn't tell us everything! :D
  6. serpent_driver

    Just curious

    Sorry, can't agree. For me it works and without to disable cache. The only logical explanation is that there is no cache varies in htaccess that distinguishes between Chrome (Safari) and Chrome Mobile (Safari). @Lee can even validate that this cache varies does not exist.
  7. serpent_driver

    Just curious

    But you can at least infer from this that there are variable factors that affect caching. One of these factors is the user agent and I have already explained that to you.
  8. serpent_driver

    Just curious

    https://www.litespeedtech.com/support/forum/threads/im-so-confused.20983/post-121315
  9. serpent_driver

    Just curious

    Why do you ask such question? I recently took a lot of time to explain to you how the LScache works. If I now read through your new question about this, I ask myself whether this guy doesn't want to read or doesn't he just get it.
  10. serpent_driver

    LSCache dont work with J4.15 and OLD 1.7.16 ?

    Okay, either ask OLS forum for help or try LiteSpeed Slack: https://www.litespeedtech.com/slack For me you did something wrong with plugin installation.
  11. serpent_driver

    LSCache dont work with J4.15 and OLD 1.7.16 ?

    Last try: Create a blank PHP file in the root where Joomla is installed, copy the code in this file, request it in browser and check response headers. <?php header('X-LiteSpeed-Cache-Control: max-age=60'); With this test you should see x-litespeed-cache header: miss or hit. If there is no...
  12. serpent_driver

    LSCache dont work with J4.15 and OLD 1.7.16 ?

    You mean LiteSpeed Enterprise LSWS and not speedlite? Btw. Did you restart OLS after you did changes in .htaccess?
  13. serpent_driver

    LSCache dont work with J4.15 and OLD 1.7.16 ?

    This test only checks if x-litespeed-cache header exists. Nothing changes if you change this setting? Generate LSCache Header before Render
  14. serpent_driver

    LSCache dont work with J4.15 and OLD 1.7.16 ?

    Check this: https://www.litespeedtech.com/support/forum/threads/missing-headers.20851/
  15. serpent_driver

    LSCache dont work with J4.15 and OLD 1.7.16 ?

    Either cache plugin is disabled or installation is incomplete. What about settings in .htaccess? <IfModule LiteSpeed> CacheLookup on </IfModule>
  16. serpent_driver

    LSCache dont work with J4.15 and OLD 1.7.16 ?

    What do you see instead? Is there a x-litespeed-cache header? What about this? https://openlitespeed.org/kb/openlitespeed-cache-module/
  17. serpent_driver

    I'm so confused...

    Yes. Memcache(d) or any other object cache has advantages only as a page is not cached. If it is cached you get what LScache has cached.
  18. serpent_driver

    I'm so confused...

    No matter if memcached is running or not, whenever a page is cached, there is no other functions (cache) available. A cached page is pure plain txt(HTML.)
Top