ran Midgard MVC without Midgard. Still requires work, but it almost is "just" a generic PHP framework now
bergie posted to #midgard Helsinki 23.07.2010 (en)
Bottom
The performance difference between Midgard and non-Midgard versions seems neglible (9.67 trans/sec vs. 9.72 trans/sec)
bergie commented on posted to #midgard Helsinki 23.07.2010 (en)
@bergie What is the result of the "bare" helloworld? Do you have any opcode - caches enabled?
tepheikk commented on posted to #midgard 23.07.2010 (en)
@tepheikk this was basically a helloworld, displaying the root page from stock MVC (with a node object of config-based node shown). No opcode caches.
@bergie Ah I was meaning helloworld like <?php echo("Helloworld"); ?> How many requests per second of that.And then comparing it to midgardmvc with all possible accelerators on.