[TYPO3-mvc] Wondering about performance
Felix Oertel
mehl at foertel.com
Wed Apr 28 11:25:04 CEST 2010
Hey,
Am 28.04.10 10:37, schrieb Daniel Dimitrov:
> If we were not programming with extbase we would just go and make a
> select query and get the 5 properties for list view.
We would do SELECT * because we are lazy, aren't we? :-D
> Isn't this wasting resources right now?
I think if you use lazy-loading for the objects (and espacially the
objectStores) to make sure you don't load everything over and over
again, you'd be fine. Some not used text-values should not use too much
resources. ;)
regards, foertel
More information about the TYPO3-project-typo3v4mvc
mailing list