• Resolved rrruq

    (@rrruq)


    I found that the time

    _index_slash_ssl.html change to _index_slash_ssl.html_old

    is related to the time of Garbage collection interval.

    I always thought it was related to the Browser Cache->HTML->Expires header lifetime time,

    so what does the Browser Cache->HTML->Expires header lifetime time mean.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Contributor Marko Vasiljevic

    (@vmarko)

    Hello @rrruq

    Thank you for reaching out and I am happy to help!
    The Browser Cache option Expires header contains the date/time after which the response is considered expired
    This is a browser Cache setting and in combination with cache control, it says to the Browser Cache how long to keep the cached file or page in your case in the cache of the user Browser (Chrome, Firefox, etc.)
    The default is 1 hour, so after that time, the browser considers this cache expired and fetches the page again from the server, or in your case, from the cache folder.

    I hope this clarifies this.

    Thanks!

    Thread Starter rrruq

    (@rrruq)

    thank you for your answer

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘about page cache ttl’ is closed to new replies.