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...
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...
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...
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.
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...
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...
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...