[Typo3-dev] RealURL : high server load and optimization
Michiel Roos
typo3 at monosock.org
Mon Oct 17 11:37:41 CEST 2005
Brice,
I've only been toying with realurl for a couple of hours so I'm no guru.
Do you have cacheing enabled for realurl?
$TYPO3_CONF_VARS['EXTCONF']['realurl'] = array(
'_DEFAULT' => array(
'init' => array(
'enableCHashCache' => 1,
'appendMissingSlash' => 'ifNotFile',
'enableUrlDecodeCache' => 1,
'enableUrlEncodeCache' => 1
),
......
Checkout:
http://typo3.org/documentation/document-library/realurl/Configuration-fce13303eb/
Cheers,
Michiel
More information about the TYPO3-dev
mailing list