[TYPO3-english] realurl 1.12.1 - cHash caching problems

Georg Schönweger georg.schoenweger at gmail.com
Wed Feb 29 23:39:56 CET 2012


Hi,

anyone else experiencing problems with caching and realurl 1.12.1?
I have a commerce shop running, single view and list view is cached
using cHash mechanism. After upgrading realurl from 1.11.2 to newest
version (1.12.1), pages with cHash in the URL often do not get cached.
If i deactivate realurl or if i go back to version 1.11.2 everything is
ok and gets properly cached.


Relevant settings:
...
    'init' => array(
            'enableCHashCache' => 1,
            'appendMissingSlash' => 'ifNotFile',
            'adminJumpToBackend' => false,
            'enableUrlDecodeCache' => true,
            'enableUrlEncodeCache' => true,
            'emptyUrlReturnValue' => '/',
     ),
...
        'postVarSets' => array(
		...
                 'cat' => array(
                    array(
                        'GETvar' => 'tx_commerce_pi1[catUid]',
                        'lookUpTable' => array(
                            'table' => 'tx_commerce_categories',
                            'id_field' => 'uid',
                            'alias_field' => 'title',
                            'addWhereClause' => ' AND NOT deleted',
                            'enable404forInvalidAlias' => '1',
                            'languageGetVar' => 'L',
                            'languageExceptionUids' => '',
                            'languageField' => 'sys_language_uid',
                            'transOrigPointerField' => 'l18n_parent',
                            'useUniqueCache' => 1,
                            'useUniqueCache_conf' => array(
                                'strtolower' => 1,
                                'spaceCharacter' => '-',
                            ),
                        ),
                    ),
                 ),
		...	
	)
...

- Georg


More information about the TYPO3-english mailing list