Search results

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

    Configure Keep-Alive Timeout more than 60 secs

    taken from web admin description for keep alive settings
  7. 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.
  8. 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.
  9. serpent_driver

    Issue with cache crawler for PS

    Would you provide us with a link to your page?
  10. serpent_driver

    Issue with cache crawler for PS

    Cookie can have a wide range of affects and depends on application, cache plugin and its settings. To find what your issue is caused by, setup a sitemap file with 1 single URL. Purge the cache, request the URL with browser and run crawler. Check if cache header is miss or hit and and come back.
  11. serpent_driver

    Issue with cache crawler for PS

    That what it is meant for. It accepts cookies set by the shop. Take also care with -m parameter, if you have have enabled mobile view in Presta settings. See documentation of crawler script.
  12. serpent_driver

    Litespeed cache for phpbb3

    LScache plugin for phpBB 3 (v3.3) will be available soon. - GUI controlled via standalone application - separate cache for not logged in users - separate cache for logged in users - auto purge - high speed warmup (> 10 times faster as LS crawler) - quick purge - exclude settings - TTL settings...
  13. serpent_driver

    Issue with cache crawler for PS

    Did you use -C parameter?
  14. serpent_driver

    Rewrite Rule and 502 Server Error

    This one works. RewriteCond %{SERVER_PORT} !^443$ RewriteRule (.*) https://%{HTTP_HOST}/$1 [R=301,L] RewriteCond %{HTTP_HOST} !^www\. RewriteRule ^(.*)$ https://www.domain.com/$1 [R=301,L]
  15. serpent_driver

    500 Error Request Timeout

    <IfModule Litespeed> RewriteEngine On RewriteCond %{REQUEST_URI} ^\/file_1\.php [OR] RewriteCond %{REQUEST_URI} ^\/file_2\.php RewriteRule .* - [E=noconntimeout:1] </IfModule> should work, but not tested.
  16. serpent_driver

    500 Error Request Timeout

    For security reason, it's the better choice. You should limit no timeout to specific files/URLs.
  17. serpent_driver

    Mobile version not being affected

    You have some missunderstanding about Google Pagespeed. 1.) Pagespeed doesn't measure the page load time. 2.) Pagespeed measures the "display" time after all data has been loaded from the server. That means, you can have a high speed super fast server, but if you have too much images, too much...
  18. serpent_driver

    Mobile version not being affected

    Okay, maybe I missunderstand what the issue is. What do you think is wrong or doesn't work as you expect?
  19. serpent_driver

    Mobile version not being affected

    If you have enabled "Cache Mobile" disable it. This setting is for WP installation that have a device detection. WP in almost all cases don't have such detection, so disable this setting and it should work, but don't forget to purge cache.
Top