Project

General

Profile

Actions

Bug #95881

closed

Fluid cache.disable not working as expected

Added by Carsten no-lastname-given over 2 years ago. Updated 11 months ago.

Status:
Resolved
Priority:
Should have
Assignee:
-
Category:
Fluid
Start date:
2021-11-05
Due date:
% Done:

0%

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

Description

Putting the following code in my Fluid Template I expected the time to get updated in the frontend each and every time.

Works only, if I do a force-refresh (STRG-F5 on Windows) and only, when logged into the backend.
Once I logged out of the backend, the output never changed except for adding parameter "?no_cache=1"

 <f:cache.disable>
        <f:format.date date="now" format="d.m.Y - H:i:s" />
    </f:cache.disable>
Actions

Also available in: Atom PDF