Search results

  1. serpent_driver

    I think that the cache it's not flushed

    1.) Purge entire Cache 2.) Request a page in shop that is not exluded from being cached. 3.) Check cache header like before 4.) If cache header is miss, everything is okay. 5.) If cache header is hit, wait a few seconds and request same page again. If cache header ist still hit, something is...
  2. serpent_driver

    I think that the cache it's not flushed

    hit == cached miss == not cached
  3. serpent_driver

    I think that the cache it's not flushed

    Check for "X-LiteSpeed-Cache"response header in browser developer console. hit vs. miss
  4. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    If you purge cache by plugin cached files will not be removed from disk and not immediately after you have pressed purge button. Cache will only be marked to be removed from disk later when system has a low workload. If you have a shared hosting with less system ressources this process can take...
  5. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    Nonsense! LSWS uses Apache directive. You MUST use Apache rewrite rules. There are no other! RewriteCond %{HTTP_USER_AGENT} "bot|spider|crawler|ipad|iphone|mac os|chrome-lighthouse" [NC] RewriteRule .* - [E=Cache-Control:no-cache] RewriteCond %{HTTP_USER_AGENT}...
  6. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    You can mix them however you need it. Reed documentation about Apache Rewrite Rules ------->>>>>> https://httpd.apache.org/docs/2.4/mod/mod_rewrite.html <<<<<<---------
  7. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    Because this settings name is "Page related" and not UA related. If you want such function you must add this function to plugin or disable UA in .htaccess. RewriteCond %{HTTP_USER_AGENT} "iPad" [NC] RewriteRule .* - [E=Cache-Control:no-cache] Everything you want to know can be found in...
  8. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    There is no right code!!!!!!!!!!!!!!!!!! This task can't be solved with cache rules. What you need is a complete different solution based on Client Side Includes (Javascript). Look for a developer who is able to develop a OpenCart plugin that does the same as the current plugin for webp image...
  9. serpent_driver

    How to clear the ache of a single specific page?

    It seems you have no (non cached) login page in your shop?
  10. serpent_driver

    LiteSpeed LScache for phpbb2.x and phpbb3.x [available]

    After many hours of hard work I proudly present LScache for phpBBx extension (simplified). Features - no extension; only .htaccess must be changed - 2 different versions - compatible with phpbb2.x and phpbb3.x - Cache available for not logged in users - Tag based cache control to set different...
  11. serpent_driver

    Litespeed cache for phpbb3

    I don't make my money by being insulted by customers first! If I want you to pay monthly instead of one time payment, then it is not causeless. You get 1st level support and updates as long you pay for. If you call me a gambler, LiteSpeed Inc. also must be company that ripps customers off if...
  12. serpent_driver

    Litespeed cache for phpbb3

    @mkaaaay It doesn't make sense to write any code to get phpBB work with LScache. For testing I did a penetration test with 1,000,000,000 posts on a VPS with and without cache, but there is almost no difference in page load time. phpBB is already fast because it has a build-in cache from...
  13. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    Again, you don't know what you are doing. This rule mean: If I am Mac OR OS X OR macOS OR Chrome OR Opera OR Firefox then give me no Retina images. Does this make sense....? Sorry, I am out of here.
  14. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    You seem not to understand, what you are doing? These rules mean, if I have 4 wheels I am not a car, but if I have 4 wheels I am a car....
  15. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    Check "Wrst" column. There are many hosts with a high rate of data loss. Either your host company has bad peerings or your own network connect into the Internet is bad. To find out which one is bad this test must be done again, but from your server to your PC, but that needs access to CLI...
  16. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    What is about Android devices? Or Opera Mini for mobile? and so on.... Forget it. That can't be solved, because there are 3 functions in your shop that try to detect devices.
  17. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    You can test it. Download https://sourceforge.net/projects/winmtr/. Execute WinMTR.exe and enter domain name or IP of your server and let it run a few minutes. Stop it, export result and post it.
  18. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    That is what I prophesied. 1 faked UA is enough to destroy the best solution, but it is not my fault. My test page works without errors, but also can be faked. This is inherent in the system without any alternative. You better should reduce the amount to transfered data, but not in better...
  19. serpent_driver

    Update Issue on the Incognito Mode

    Yes, it's normal, but not only with LiteSpeed. This is a typical behavior with almost every kind of cache and CDN. If you you change something you must purge cache and CDN for each time you change something.
Top