Reputation: 483
I have a strange behaviour with the cache in my TYPO3 installation:
Result:
Page needs long time on first request, runs fast on second request
→ that feels as if the cache does not exist but is build with the first request
Result:
Same behaviour as in first test, adminPanel → TypoScript shows that page is build (Page generation
), so cache is not used
Result:
Fast response, adminPanel show that cache is used.
What can be the reasons for this behaviour?
Is my configuration falsy?
Can some other settings in TYPO3 create this situation?
Upvotes: 2
Views: 244
Reputation: 483
The problem was following:
The reason why the cache from the crawler is not taken into account depends on the way how TYPO3 caching works:
So the solution would be: Create a crawler configuration for every possible FE usergroup configuration which could users have.
Upvotes: 1