Bug #63798

Story #63815: Reduce communication between server and client

SYS_LASTCHANGED does not updated when TCEMAIN.clearCacheCmd is used

Added by Michiel Roos 8 months ago. Updated 8 months ago.

Status:New Start date:2014-12-12
Priority:Must have Due date:
Assigned To:- % Done:

0%

Category:- Spent time: -
Target version:-
TYPO3 Version:4.5 Is Regression:No
PHP Version:5.4 Sprint Focus:
Complexity:easy

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

related to Core - Bug #63810: pages SYS_LASTCHANGED does not update when page cache is ... Accepted 2014-12-12
related to Grid Elements - Feature #56868: Update SYS_LASTCHANGED On Hold 2014-03-13

History

#1 Updated by Michiel Roos 8 months ago

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

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

#2 Updated by Alexander Opitz 8 months ago

  • Parent task set to #63815

Also available in: Atom PDF