Project

General

Profile

Actions

Bug #63798

open

Story #63815: Reduce communication between server and client

SYS_LASTCHANGED does not updated when TCEMAIN.clearCacheCmd is used

Added by Michiel Roos over 9 years ago. Updated over 8 years ago.

Status:
New
Priority:
Must have
Assignee:
-
Category:
Caching
Start date:
2014-12-12
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.4
Tags:
Complexity:
easy
Is Regression:
No
Sprint Focus:

Description

When clearing page caches after changing records, the SYS_LASTCHANGED field of the pages is not updated. This means that the Last Modified header will not change and the visitors that already have a page cached will never fetch a new one because TYPO3 says the page content has not changed.


Related issues 1 (1 open0 closed)

Related to TYPO3 Core - Bug #63810: pages SYS_LASTCHANGED does not update when page cache is clearedAcceptedMathias Schreiber2014-12-12

Actions
Actions #1

Updated by Michiel Roos over 9 years ago

Short term fix would be to add this to your .htaccess:

    <IfModule mod_headers.c>
        Header unset Last-Modified
    </IfModule>
Actions #2

Updated by Alexander Opitz over 9 years ago

  • Parent task set to #63815
Actions #3

Updated by Riccardo De Contardi over 8 years ago

  • Target version set to Candidate for Major Version
Actions #4

Updated by Riccardo De Contardi over 8 years ago

  • Category set to Caching
Actions

Also available in: Atom PDF