[TYPO3-dev] Extbase extension performance
Frans Saris
franssaris at gmail.com
Sat Feb 16 09:47:52 CET 2013
Hi Tomiţă,
Have you debugged to see where most of the delay occurs?
A plain insertinto will definitely be faster because you don't have the
object overhead.
Gr. Frans
Op 16 feb. 2013 09:20 schreef "Tomiţă MILITARU" <tomita.militaru at gmail.com>
het volgende:
> Hello,
>
> I am building an extbase extension that imports from a CSV file > 100.000
> records, reading line by line and adding object by object to the
> repository. But that never finishes as it takes way too long, 30 k records
> in 20 minutes and still running.
> Is it a better way to do it or should I just switch to the classic
> exec_INSERTquery functions as it worked much better this way than using
> extbase.
>
> Thanks!
> _______________________________________________
> TYPO3-dev mailing list
> TYPO3-dev at lists.typo3.org
> http://lists.typo3.org/cgi-bin/mailman/listinfo/typo3-dev
>
More information about the TYPO3-dev
mailing list