• Resolved cuboid

    (@cuboid)


    Hi there,

    Is it normal to have “Already Cached” greenish box as “-” without any numbers?

    Screenshot: https://prnt.sc/HOWKRzbTyixW

    I would logically think that this column will have all the pages cached already and we replace as crawler works in the background.

    Why is that column always empty?

    Thank you for your help.

    • This topic was modified 11 months, 3 weeks ago by cuboid.
Viewing 4 replies - 1 through 4 (of 4 total)
  • The cache plugin has an undocumented feature that refreshes the cache by the set TTL if the cache has not expired while crawling. This feature causes that almost no response headers are sent by the web server. That also means that no header about the cache status is sent. Only a different HTTP code (201 instead of 200) emplies that a URL is still cached. Also, if a page is still cached PHP can’t be execute to trigger the cache status. This is likely the reason why the greenish column is empty.

    Maybe @qtwrk has a better answer than me…

    Thread Starter cuboid

    (@cuboid)

    Thank you for the response. Does this mean the pages are cached but its just not showing there?

    I think its just confusing. Isn’t it better to show the number of pages that are already cached so the users are clear in knowing that pages are cached?

    At the moment with that green column empty, I think non of my pages are cached.

    Thank you the support as always.

    Does this mean the pages are cached but its just not showing there?

    According to my explanation: Yes, if I am right.

    I think its just confusing. Isn’t it better to show the number of pages that are already cached so the users are clear in knowing that pages are cached?

    According to my explanation it is not possible to trigger the cache status directly in this case, but it is possible with another methode, but this method has to be developed.

    At the moment with that green column empty, I think non of my pages are cached.

    One could conclude like this. Make a feature request on LiteSpeed Slack and give the LiteSpeed developers a Christmas present. Maybe they’ll hear you. ??

    Plugin Support qtwrk

    (@qtwrk)

    yes , that could be normal if cache was purged

    you can try to re-run the crawler right after it finished , then you will see green numbers

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Already Cached Pages’ is closed to new replies.