Actions
Bug #30829
closedp_connect should be disabled by default
Start date:
2011-10-12
Due date:
% Done:
0%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
Tags:
Complexity:
Is Regression:
Sprint Focus:
Description
By default p_connect is enabled in default Typo3 install, this can have a beneficial effect in some case and a very detrimental effect on other servers, I personally have experienced a 5x slow down using p_connect.
localconf.php should contain:
($TYPO3_CONF_VARS['SYS']['no_pconnect'] = '1';
by default
Actions