[TYPO3-core] RFC Bug #11033: Optimize hook to indexed_search that checks for a running crawler task
Susanne Moog
typo3 at susannemoog.de
Mon May 18 09:47:26 CEST 2009
Oliver Hader schrieb:
> This is an SVN patch request.
>
> Type: Bugfix
>
> Bugtracker references:
> http://bugs.typo3.org/view.php?id=11033
>
> Branch: Trunk
>
> Problem:
> In indexed_search there's a hook defined that gets called from
> TSFE->headerNoCache() to determine whether the crawler is currently
> running. However, to do that simple check, the whole indexer PHP class
> file is loaded which could be avoided.
>
> Solution:
> Extracted the method required for the mentioned hook to a slim separate
> file.
>
> Notes:
> Profiling tests show that this call took 10ms before and 1ms afterwards.
+1 by reading.
Regards,
Susanne
--
Susanne Moog
NEUSTA GmbH - www.neusta.de
More information about the TYPO3-team-core
mailing list