[TYPO3-dev] typolink generation high parsetime

Bartosz Aninowski bart at REM-IT-sonik.pl
Thu Oct 25 15:26:10 CEST 2007


> we did experience the same for a project.
> A lot of time indeed goes into link generation and
> we have decided in the end to make a link cache
> in our application before we request a link from typo3.

Can you share how?

>What exactly do you want to disable?

Dmitry
I want to disable this
Query       SELECT *
                        FROM pages
                        WHERE
                                uid=82 AND pages.deleted=0 AND 
pages.hidden=0 AND (pages.starttime<=1193318400) AND (pages.endtime=0 OR 
pages.endtime>1193318400)  AND NOT(pages.t3ver_state=1) AND 
pages.doktype<200 AND (pages.fe_group='' OR pages.fe_group IS NULL OR 
pages.fe_group='0' OR (pages.fe_group LIKE '%,0,%' OR pages.fe_group LIKE 
'0,%' OR pages.fe_group LIKE '%,0' OR pages.fe_group='0') OR (pages.fe_group 
LIKE '%,-1,%' OR pages.fe_group LIKE '-1,%' OR pages.fe_group LIKE '%,-1' OR 
pages.fe_group='-1'))

I dont want typoLink to check if destinantion page is available etc







More information about the TYPO3-dev mailing list