Recent content by LiteCache

  1. LiteCache

    Multiple lsphp with high CPU usage

    Caching isn't the problem—quite the opposite. You need the cache so the page doesn't have to be optimized again every time you visit it. Optimization for Nothing and the Speed (Not) for free
  2. LiteCache

    Best Practices for Using OpenLiteSpeed + LSCache (WordPress) in High-Availability or Load-Balanced Environments

    @drstranger If you really need a load balancer, then use this: https://www.litespeedtech.com/products/litespeed-web-adc
  3. LiteCache

    404 high response time

    Thank you - that’s kind of you to say. Rush is still in active development and not publicly available yet. It’s not meant to be a WordPress core feature, but a standalone solution for those who need very fine-grained control over what loads where. It’s almost ready to release, but it will still...
  4. LiteCache

    404 high response time

    This is not a OLS related issue, but an issue of every modern CMS that uses a PHP framework. Every kind of requested source (also CSS, JS and so on) goes through the index.php and it doesn't matter if a source exists or not. For WP a 404 is the same as status 200. You can free static sources...
  5. LiteCache

    Hi

    @thomaslower Welcome to OpenLiteSpeed ;) What else do you want to tell us?
  6. LiteCache

    Unable to Get LSCache Vary Cookies Working

    RewriteCond %{HTTP_COOKIE} font [NC,OR] RewriteCond %{HTTP_COOKIE} theme [NC] RewriteRule .* - [E=Cache-Control:vary=font_or_theme]
  7. LiteCache

    LS Cache randomly breaks page encryption (UTF-8)

    @stevieosaurus Please check PHP settings for output_buffering. This should be 4096.
  8. LiteCache

    LiteCache Rush: WordPress Performance by Prevention

    WordPress - Why Performance Doesn't Start With Optimization Most performance issues in WordPress don’t come from poor optimization — they come from WordPress doing too much by default. This post breaks down the hidden mechanics behind slow sites, misunderstood tools like PageSpeed, and why...
  9. LiteCache

    Alternative to LiteSpeed Cache Warmup Crawler

    Every http request creates a cache copy, but the correct cache copy for the relevant CMS needs more than a User-Agent. You're still a long way from being able to provide a working solution. You know how to use curl and how to parse a sitemap file, but nothing more.
  10. LiteCache

    Alternative to LiteSpeed Cache Warmup Crawler

    As already said, you know nothing about how LScache works. This code is for universal use, but doesn't work for LScache.
  11. LiteCache

    Alternative to LiteSpeed Cache Warmup Crawler

    @gospodinov You don't understand how LiteSpeed LScache works. Please invest some hours and learn before you post unqualified stuff.
  12. LiteCache

    Alternative to LiteSpeed Cache Warmup Crawler

    If you want to criticize something, you are welcome to do so, but spare us the stupid chatter and hate speech.
  13. LiteCache

    Firefox no longer supports LiteSpeed's webp Replacement of Cache Plugin for WordPress

    I started this thread in this forum and am ending it in this forum. However, it's up to you to delete this thread if you believe it violates forum rules. I will definitely not comply with your request to publish this topic on LSCWP Github. Why should I? LiteSpeed generally ignores any criticism...
  14. LiteCache

    Firefox no longer supports LiteSpeed's webp Replacement of Cache Plugin for WordPress

    LiteSpeed offers the conversion of avif images with version 7.0 of the cache plugin. This is a long-overdue feature. Especially since avif has significantly better compression, which can reduce the file size of avif images by up to 50% compared to webp images. But is the conversion of avif...
  15. LiteCache

    Redirect to www or non-www

    WordPress is already doing what you are trying to change, so your code makes no sense and could actually cause problems.
Top