When i install realurl the caching system of TYPO3 does not work anymore. The table cf_cache_pages remains empty, the admin panel tells me that there is no cache and of course the pages are slow. When i deinstall realurl all works as expected: the table will be filled with entries and the pages are quick after first hit.
When i make a fresh installation with the introduction package and realurl all works ... I am lost.
Any ideas where i have to look for this problem?
(I tried 1.13.7 of realurl and it works. But this isnt really a solution, I think ... )
I can see two reasons:
typolink.useCacheHash = 1
in your language selector. This forces a cHash in links even when it is not needed. TYPO3 sees that cHash, sees that it is not needed and prevents page from being cached. This is the most typical reason.You can enable TS rendering in the admin panel. You will see there messages who prevented caching and why.