[TYPO3-dev] Performance of inline records in backend

Franz Koch typo.removeformessage at fx-graefix.de
Fri Nov 20 14:42:41 CET 2009


Hi,

> Page browsing (to limit the number of separate queries) is one possible 
> option, as you say.  Another option might be to use AJAX to allow the outer 
> page to display more quickly while filling in the inner details behind the 
> scenes.

I'd also vote for a AJAX approach that's only loading the forms that are 
actually needed. You might never update/edit all 500 inline records - so 
why should they get loaded and processed at all? Only display a simple 
list of related items by fetching them in one query and display the 
basic item list only. If one gets expanded, load that form via AJAX. And 
when saving the parent record, only the few loaded inline forms need to 
be stored.

-- 
kind regards,
Franz Koch

---------------------------------------------------
PayPal-Account: 'paypal _at_ elements-net _dot_ de'
---------------------------------------------------




More information about the TYPO3-dev mailing list