0

Pages with RealURL fixedPostVars are not cached.

I have this configuration:

<pre><code>
'97' =>array(
    array(
        'GETvar' => 'tx_ttnews[cat]',
        'lookUpTable' => array(
            'table' => 'tt_news_cat',
            'id_field' => 'uid',
            'alias_field' => 'title',
            'addWhereClause' => ' AND NOT deleted',
            'useUniqueCache' => 1,
            'useUniqueCache_conf' => array(
                'strtolower' => 1,
                'spaceCharacter' => '-',
            ),
        ),
    ),
),
</pre>
</code>

Is there any chance to cache pages like this?

Daniel
  • 6,916
  • 2
  • 36
  • 47
smitrovic
  • 451
  • 1
  • 7
  • 23
  • Have you checked if there are noch USER_INT Objects on the page and no_cache isn't set? Also, I think cHashCache should be enabled in RealURL – Urs Mar 02 '14 at 09:19
  • I checked everything. 'enableCHashCache' => 1, no USER_INT objects. If I comment out this code, page is cached. If I move this code to postVarSets page is also cached. – smitrovic Mar 03 '14 at 11:05
  • Next try: https://forge.typo3.org/issues/36461 – Urs Mar 03 '14 at 11:12

0 Answers0