[TYPO3-core] RFC: Integrate Doctrine2 into TYPO3 CMS

Dmitry Dulepov dmitry.dulepov at gmail.com
Mon Jun 2 16:32:52 CEST 2014


Hi!

Daniel Moritz wrote:
> I don't know, but I integrated the php quick profiler to a Typo3 CMS
> installation and came up to 2500 Queries for one page-request. This
> isn't efficient, even if each query takes less than a half of a millisecond!

<rest skipped>

One one hand, yes. On the other:
- MySQL query cache works quite well
- It will be too hard to replace all core db calls with ORM

I would only welcome Doctrine *if* we could throw away a set of current classes like t3lib_pageselect and all selects for 'pages' table and require only API access through ORM. Than Doctrine will make perfect sense. But mixing now Doctrine and traditional access would just add more complexity and weaken stability.

-- 
Dmitry Dulepov

Today is a good day to have a good day.


More information about the TYPO3-team-core mailing list