At the moment there's no quick way for a developer to know: if an action has been forwarded to another Action Controller, if an Action Controller executed a pre or post-dispatch method, if a model is executing duplicate queries on each request, which variables have been registered with the Request object, classes loaded, views rendered, etc.
So, my question is, how come the framework doesn't provide the developer with all this information by default?
