Search results

  1. serpent_driver

    Help me to enable cache for text/html and php files

    Answers for all your questions can be found at: https://docs.litespeedtech.com/lscache/lscwp/overview/
  2. serpent_driver

    Help me to enable cache for text/html and php files

    https://www.litespeedtech.com/support/wiki/doku.php/litespeed_wiki:cache:no-plugin-setup-guidline
  3. serpent_driver

    Litespeed cache for phpbb3

    To be ripped off means to be cheated. Neither me nor anybody else nor this forum ripped someone off, but who cares about you?! You are the looser of this situation. If I would stop my work (and I will stop it) neither you nor any other phpBB owner will ever get a solution to run LScache, so your...
  4. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    No, all rules are to get webp support. Remove 1 and cache will not work for webp.
  5. serpent_driver

    Problem with sitemap

    Should work with this version, so you could run this method on your server with cron, but you don't need Powershell.
  6. serpent_driver

    Problem with sitemap

    Check curl version on your server: run curl --version
  7. serpent_driver

    Problem with sitemap

    For this method you need Powershell (already installed on every Windows based computer) and you must run it from your local computer, because for this method you need curl (for windows) version newer than 7.33. curl is part of OS and most servers only have version 7.29 installed. With this...
  8. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    This code doesn't work. Let's give it a try: Change the current one: RewriteCond %{HTTP_USER_AGENT} "iPhone|iPod|BlackBerry|Palm|Googlebot-Mobile|Mobile|mobile|mobi|Windows Mobile|Safari Mobile|Android|Opera Mini" [NC] RewriteRule .* - [E=Cache-Control:vary=ismobile] into: RewriteCond...
  9. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    No, the UA of (mobile) Safari contains "Mobile" && Safari in e.a. iphone or ipad, but not "Safari Mobile", so it doesn't matter if you remove Safari Mobile. The problem is "Mobile" and can be found in every UA of a mobile device, also Android. This wouldn't be a fix.
  10. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    The existing rewrite rule for mobile devices could cause a conflict with a new rule for Safari browser. Both rules contain "Safari", so you can't use the code for Safari browser to define a cache rule for this browser. At this moment I have no (quick) solution for you. It is possible, but this...
  11. serpent_driver

    Server setup for best performance Wordpress site

    You can verify it by your own with: https://http2benchmark.org/ https://http2benchmark.org/guide.html
  12. serpent_driver

    Problem with sitemap

    Tell me if you want an alternative method instead of LSCache crawler to warmup the cache. This way is up to 10 times faster than LScrawler, but you must be familiar with PhpMyAdmin, MS Powershell and cURL. LScrawler has some deficits, so it will take some time to get a better one.
  13. serpent_driver

    Litespeed cache for phpbb3

    Some guys can't be helped. You are one of those.....
  14. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    Yes, but purge cache before test. If you warmup the cache the way how to warmup must be modified to warmup the cache for Safari browser too.
  15. serpent_driver

    Litespeed cache for phpbb3

    I have good news and bad news. I found a way to make cache for logged in users available. This is the good news, but an application like a forum software have a lot of private content. Private content means a punch hole (ESI) for each content. Each punch hole reduces performance of cache. After...
  16. serpent_driver

    Journal3, Webp no support in Safari and LSCache

    For everybody who has same issue with Journal3 and Webp plugin if LScache is used, this issue can't be fixed by LScache plugin for OpenCart. Disable Lscache or Webp plugin, both are not compatible. To get Webp function work, this plugin must be re-developed to work with Client-Side-Includes...
Top