The Deferred initialization story
As a programmer, I would like to defer expensive operations until required so that my application starts up as fast as possible.
Details
- Create a DeferredInitializerCommand.
- Modify the event handler processing to leverage the DeferredInitializerCommand.
- Remove the start, ready, and stop events.
- Documentation.
- Defer form processing [/request/params]; Zero data for config processing.