Project

General

Profile

Actions

Bug #83045

open

Page Cache Timeout calculation doesnt take cache configuration of content into account

Added by Matthias Kümpel over 6 years ago. Updated about 4 years ago.

Status:
New
Priority:
Must have
Assignee:
-
Category:
Frontend
Target version:
-
Start date:
2017-11-20
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
7
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:

Description

As far as i understand the current implementation, it works like this (simplified):

- The Page Cache Timeout calculation in the TypoScriptFrontendController determines the cache timeout based on the config.cache_period, manual page settings in the backend and (optional) start stop times.
- This value is then used to populate the HTTP header "Cache-Control:max-age=..., if config.sendCacheHeaders is set to 1.

But if i place an TS object on the page with a custom caching configuration, this does not affect the HTTP header sent to the browser (or Varnish in my case).

Example:
lib.dynamicContent = COA
lib.dynamicContent.cache.key = mykey
lib.dynamicContent.cache.lifetime = 3600

I would expect that now the "Cache.Control:max-age" header should be 3600 (-EXEC TIME), but it remains to be the page specific value.

In my opinion this is a must have, otherwise the content specific caching configuration is only of very limited use.

Actions #1

Updated by Susanne Moog about 4 years ago

  • Category set to Frontend
Actions

Also available in: Atom PDF