[TYPO3-dev] TCEforms suggest fails on large sites

Rupert Germann rupi at gmx.li
Sat Sep 12 10:25:39 CEST 2009


hi Steffen,

thanks for bringing this up.
I also encountered some performance issues when function queryTable() is 
forced to loop itself because the be_user has no rights to see the found 
records.
I see some optimization potential here.

e.g. we could use the pagePermsClause directly in the query instead of 
sorting out already fetched records by PHP. I'm shure mysql can do this 
faster and we would get rid of the recursion.

greets
rupert


Steffen Gebert schrieb:
> Hi,
> 
> TCEforms is a really nice feature and I had some tests today.
> 
> Unfortunately it has hardcoded limits, which are too low for one of our 
> sites (>20.000 pages).
> 




More information about the TYPO3-dev mailing list