[TYPO3-dev] typolink generation high parsetime

Steffen Kamper steffen at sk-typo3.de
Thu Oct 25 18:12:08 CEST 2007


"Popy" <popy.dev at gmail.com> schrieb im Newsbeitrag 
news:mailman.3428.1193328514.20721.typo3-dev at lists.netfielders.de...
> 2007/10/25, Steffen Kamper <steffen at sk-typo3.de>:
>>
>>
>> "Bartosz Aninowski" <bart at REM-IT-sonik.pl> schrieb im Newsbeitrag
>> news:mailman.1.1193316883.6377.typo3-dev at lists.netfielders.de...
>> > Hi
>> > My extension shows 100 records. Each rows has 4 links.
>> > Everytime I call typolink, T3 sends lot of queries.
>> > Mysqld log shows 4 queries on each record.
>> > If I disable links total parsetime is 521ms, with link 15600.
>> > How can I disable it?
>> > This is user_int because of search results.
>> >
>>
>> Just an idea: Why not only once per page generation read the available
>> pages
>> in an array? This could be done with one query, following could read
>> direct
>> from array.
>
>
> I don't think it's the best way, this list can be very, very big...
>
>
> -- 
> Popy
>
> Vulnerant omnes, ultima necat.
>
> http://popy.sytes.net

but still better than 400 single queries.
What is big, array of 500(0) integers?

vg  Steffen 






More information about the TYPO3-dev mailing list