[TYPO3-mvc] I proudly present my first TYPO3 MVC Project

Christian Zenker christian.zenker at 599media.de
Tue Jul 28 18:47:56 CEST 2009


Am 28.07.2009, 18:02 Uhr, schrieb Sebastian Gebhard  
<sebastian.gebhard at googlemail.com>:

> - Without performing any in-detail tests performance is quite good. List  
> and Single view are uncached and have a good response time. It's faster  
> than the old system.

Really? The blog_example takes about 75ms (according to the adminPanel) to  
render. I find this rather long for just getting two entries from a  
database and rendering them.
Nevertheless extbase is great, but I think there are some perfomance  
issues to fix. But that's a task for later. :)


> I have several pages for searchforms, several pages for listviews and a  
> page for single view. I had to create three Plugins for that. Of course  
> I was used to use one single plugin and flexforms for assigning  
> different views to different pages. I miss the feature to call a  
> specific controller/action via Flexform so that only one plugin is  
> needed.

I wrote a PluginController for this matter. Works great, if you use  
$this->forward().

Christian.


More information about the TYPO3-project-typo3v4mvc mailing list