[TYPO3-dev] The extbase dilemma

Franz Holzinger franz at ttproducts.de
Tue May 24 09:18:17 CEST 2011


Hello Dmitry,

Le 19/05/2011 14:46, Dmitry Dulepov a écrit :

> Recently I had to create a sophisticated community web site using only
> TYPO3 as a base. I made a small MVC framework, which protects me from
> security issues but allows me to be flexible with database. I had to
> profile it quite a lot because the first default implementation was not
> fast enough. I was able to fine tune the code to make it nearly 20 times
> faster. That took me full two days. But I did that at early stages
> playing with real data (millions of related records). It was not easy
> but I was able to optimize the framework and every table that I use. I
> even changed ucase() calls to a direct map of uppercase characters
> because that was significantly faster on thousands requests.
>
> In my opinion every framework developer should prioritize his goals.
> There is no perfectness in the world and perfect solutions are not
> usable in real life. So every framework should be developed with usage
> in mind. Usage first, good concepts next.

is there any MVC extension which is stable enough to use it? Or which 
base should be used for a TYPO3 extension at the moment?

- Franz




More information about the TYPO3-dev mailing list