when i check for cached page it is “miss”. when i refresh checker it is “hit”.
LiteSpeed cache plugin uses cache varies. That means depending on your plugin settings a cached URL can have more than 1 cache copy. For example, if you have webp Replacement or Mobile View enabled there are 2 cache copies for clients who supports webp and clients that don’t support webp. The same with Mobile View, desktop users get other cache copy as mobile devices. And so on… If you check your page with lscache.io this test checks only HTTP headers and is quite different as a regular user request. This special test gets a different cache copy and that’s why the cache status is miss. All in all, everything is okay.
i manualy run crawler. and see all blue, so in my opinion all pages are crawled and must have they cache versions stored.
If the crawler requests a URL he asks the server:”Hey server, what is the cache status of this URL?” And the server answers:”Hey client, cache status is missed, but I am just caching it.” That means, that you see a green hit after the second request although a URL is already cached with the first request.
Comprende? ??