Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2024-06-06 | 756 Bytes | |
Totals: 1 Item | 756 Bytes | 0 |
Jet Profiler
- Brand new profiler UI
Jet library (core)
- New class Debug_Profiler_Run_BacktraceItem (extends Debug_ErrorHandler_Error_BacktraceItem)
- Debug_Profiler_Run_BacktraceItem represents all profiler backtraces (and not only simple array)
- Debug_Profiler->getRootDir(): string added
- Debug_Profiler->getBlock( string $id ) : ?Debug_Profiler_Run_Block added
- Jet_MVC: profiler block names simplified
Jet Debug ErrorHandler > Display
- The error handler has the same font as the profiler
Jet Example Application
- The Jet Profiler will be enabled again by default in the development environment
- Base Web has disabled use module pages now (it is better for performance)