Optimizations:

- prebuilt classmap with (at least):
    - framework/lib/Core/*
    - framework/lib/Yadif/*
    - framework/lib/Zend/Config*

- prebuilt DIC, contains:
    - Token routes converted to Regex routes
    - ResourceFinder with embedded variables

- main app config, array vs. serialized Zend_Config object
    - test performance

- Core_Router
    - dump routes for mod_rewrite

- Core_User
    - cache user identity by ID

- Core_Application_Plugin_EventHandler_TemplateFinder
    - redefine the config in the container
    - redefine the viewLoader only if already created