This Problem occurs sporadically on Pages with a large Number of visitors. Sometimes TYPO3 displays the content of a completely different page (including the HTML head Section).
For example, if the user calls the following page: /products/
(default Controller ProductController
with listAction
) TYPO3 shows the content of a random Controller and action of the same Plugin on the Page (like ApplicationController
with showAction
).
The Site does not redirect to another Page, it's just showing wrong content!
I already tried the following things:
- I added the Controller + action to the
nonCacheableControllerActions
(Problem occurs a day later again) - Adding
?no_cache=1
to the URL (Problem is solved, but the page speed is reduced) - Clearing Cache (Problem is solved, no matter what cache is cleared. But the Problem occurs a day later again)
- I wrote a script which called the page every few minutes which seems to fix the problem.
Does anybody else have the same Problem?
Specifications:
- TYPO3 Version:
7.6.22
- realurl Version:
2.2.1