[TYPO3-core] RFC Bug #11033: Optimize hook to indexed_search that checks for a running crawler task

Rupert Germann rupi at gmx.li
Mon Jun 8 16:26:59 CEST 2009


FYI: committed the missing file ;-)
rev 5573

greets
rupert



Oliver Hader wrote:

> FYI: Committed to SVN Trunk (rev. 5571)
> 
> olly
> 
> 
> 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.
>> 
>> olly



More information about the TYPO3-team-core mailing list