[TYPO3-dev] typolink generation high parsetime

Bartosz Aninowski bart at REM-IT-sonik.pl
Fri Oct 26 10:52:23 CEST 2007


> do you thought about using MySQL Query-Cache? This was also discussed by 
> core and does exactly the same.

I have query cache enabled but T3 sends queries to mysql.
Mysql replies fatser than witout query cache but I don't see big difference 
in page generation.
If I commented out this two lines
  $disableGroupAccessCheck = 
$GLOBALS['TSFE']->config['config']['typolinkLinkAccessRestrictedPages'] ? 
TRUE : FALSE;
     $page = 
$GLOBALS['TSFE']->sys_page->getPage($link_param,$disableGroupAccessCheck);
page generation is 27 times faster. 






More information about the TYPO3-dev mailing list