PRE
The preprocessing sequence level.
All processors at this level are executed one after another in synchronous order. The logic in the PRE level should be as fast as possible.
This level is designed to perform some pre-processing (such as synchronous caching, etc.) and should not be used to execute business logic.