Search results

  1. LiteCache

    Conditional headers

    Domain limit: >>>> 1 <<<<<
  2. LiteCache

    Conditional headers

    Number of workers is secondary. You must care about the available RAM. Starter license has a 2 GB limit!!!
  3. LiteCache

    Conditional headers

    Sorry, can't believe that. Setting a header in .htaccess belongs to the basic of the basics.
  4. LiteCache

    Conditional headers

    or this? Works with LSWS RewriteCond %{REQUEST_URI} \.(svg|xml?.)$ RewriteRule ^.*$ - [ENV=HEADERS:true] Header set Cache-Control "public,max-age=2592000" env=HEADERS
  5. LiteCache

    Conditional headers

    And this? It works with LSWS. SetEnvIf HEADERS ^ HEADERS SetEnvIf Request_URI "\.(svg|xml?.)$" !HEADERS Header set Cache-Control "public,max-age=2592000" env=HEADERS
  6. LiteCache

    Conditional headers

    What about this? <FilesMatch "\.(svg|xml)$"> Header set Cache-Control "public,max-age=2592000" </FilesMatch>
  7. LiteCache

    Conditional headers

    Yes, where else? ;) LiteSpeed supports it, but as already said, it is limited. With the last update, the compatibility with Apache was extended, at least with the LSWS. Unfortunately, I don't know whether this range of functions was also implemented in OLS.
  8. LiteCache

    Conditional headers

    Litespeed (LSWS and OLS ) supports expressions but limited and it is not fully Apache supported. https://httpd.apache.org/docs/2.4/expr.html#examples
  9. LiteCache

    The big LScache fail report for LiteSpeed LSCWP and all other LiteSpeed cache plugins

    The big LScache fail report for LiteSpeed LSCWP and all other LiteSpeed cache plugins https://www.litespeedtech.com/support/forum/threads/the-big-lscache-fail-report-for-litespeed-lscwp-and-all-other-litespeed-cache-plugins.21053/
  10. LiteCache

    Alternative to LiteSpeed Cache Warmup Crawler

    @nvr FYI: The version you see at https://www.wp.cachecrawler.com/kitt/ is not the same that can be downloaded at https://www.cachecrawler.com/Download:::25.html. There is huge difference between both version. The new version is already finished, but we can't release it for download, because the...
  11. LiteCache

    Alternative to LiteSpeed Cache Warmup Crawler

    There is nothing wrong and correspondens with LScache behaviour. The view for cache inventory is the report of the last crawl session and is generated each time after a crawl session. After each request of a URL the crawler fetches the current cache status, but LiteSpeed response with a miss...
  12. LiteCache

    Alternative to LiteSpeed Cache Warmup Crawler

    Sorry, link to demo has been changed to https://www.wp.cachecrawler.com/kitt/ User: Demo Pass: Demo There is no limitation. You can run the crawler via cron and from application. Right
  13. LiteCache

    Alternative to LiteSpeed Cache Warmup Crawler

    This topic is about and for everyone who is using LiteSpeed LScache. These users know, that it is important to always keep cache warmuped, but the problem is that all build-in crawlers from LiteSpeed to warmup the cache are not only sloww. They takea a long time until all URLs are crawled and...
Top