Hi Marco, > Is there a varnish instance in front of it? Are you stripping cookies?
Nope. Just a good old LAMP. > Another thing to try is using a dedicated `EventManager` instance that has > no `SharedEventManager` for instances that are not requiring that kind of > flexibility. This *may* break things, so be careful. Good idea. Need to check that as well. > Additionally, move your modules' autoloading to `composer.json` and use a > classmap via `./composer.phar dump-auoload --optimize`. Ok, is composer autoloading really much faster than Zend\Loader autoloading? Didn't know that yet. > HHVM is also a neat suggestion, but don't expect miracles from it: it just > makes repeated operations faster. Well, and PHP-NG is also worth a try but since the project is hosted by 1&1 that will be no solution in the near future. Thanks and best regards, Ralf -- List: [email protected] Info: http://framework.zend.com/archives Unsubscribe: [email protected]
