Bug #63798
Story #63815: Reduce communication between server and client
SYS_LASTCHANGED does not updated when TCEMAIN.clearCacheCmd is used
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
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