Search results

  1. 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...
  2. 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.
  3. 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...
  4. 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
  5. 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.
  6. serpent_driver

    Litespeed cache for phpbb3

    Some guys can't be helped. You are one of those.....
  7. 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.
  8. 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...
  9. 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...
  10. serpent_driver

    Litespeed cache for phpbb3

    I have no good news! I just wanted to finish developing when I found out some issues with cache warmup. That means cache for phpBB can't be warmuped by LScrawler or every other script driven function that simulates URL request like curl. - LScrawler doesn't support URLs with more than 1 query...
  11. serpent_driver

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

    Cache lifetime for static sources is controlled by cache-control header in .htaccess or WP settings and cache for static sources will be cached by browser and not by LiteSpeed. That is not a LiteSpeed feature. See: https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control...
  12. serpent_driver

    Litespeed cache for phpbb3

    Price will be monthly. Cache for logged in users will not be possible. phpBB has very restrictive security policy that prevents using specific code within template, so cache will only be available for guests. I could overwrite it, but that would be against the philosophy of security of phpBB...
  13. serpent_driver

    Issue with cache crawler for PS

    Already answered..... I can't tell you what your issue is caused by. For testing and developing I have a PrestaShop installed with LScache plugin since 2 1/2 years, but without any problems with cache, crawler or whatever. As already suggested, open a support ticket.
  14. serpent_driver

    Issue with cache crawler for PS

    ...means customer doesn't need to create an account, but must enter all personal data again and again for each time a customer (guest) buys an item. robots.txt has nothing to do with caching This is only a cache-control setting for guests and should be used together with Guest Mode. If Guest...
  15. serpent_driver

    Configure Keep-Alive Timeout more than 60 secs

    taken from web admin description for keep alive settings
  16. serpent_driver

    Issue with cache crawler for PS

    blank is blank is a white page without code and content. Purge your browser cache and remove all cookies from your browser and request your page.
  17. serpent_driver

    Issue with cache crawler for PS

    Something is wrong with your server configuration. At first load I get a blank page. Page must be requested twice to complete request. Sorry, without access to your server I can't help. Open a support ticket to get more qualified support.
Top