Recent content by LiteCache

  1. LiteCache

    Hi

    @thomaslower Welcome to OpenLiteSpeed ;) What else do you want to tell us?
  2. 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]
  3. LiteCache

    LS Cache randomly breaks page encryption (UTF-8)

    @stevieosaurus Please check PHP settings for output_buffering. This should be 4096.
  4. 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...
  5. 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.
  6. 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.
  7. 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.
  8. 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.
  9. 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...
  10. 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...
  11. 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.
  12. LiteCache

    Automatic reset of /dev/shm/ols permissions

    I don't think that OLS support can give you the relevant information. The support in this forum is good, but this forum is not a developer forum where you can question every line of code. Please remember that OLS is provided free of charge. Therefore, you have to be flexible for your...
  13. LiteCache

    Automatic reset of /dev/shm/ols permissions

    Please allow me to question this need. What exactly triggers this monitoring tool? The load, the requests or something else? Please forgive me for questioning, but your request could perhaps be solved much more easily.
  14. LiteCache

    Automatic reset of /dev/shm/ols permissions

    And what is it supposed to check? It would be helpful if you could enrich us with your inexhaustible knowledge so that we can understand your intention. At the moment and based on your previous descriptions, the meaning and purpose of your plan is unclear.
Top