mirror of
https://github.com/getgrav/grav.git
synced 2026-02-02 04:40:16 +01:00
added a timer around pageInitialized event
This commit is contained in:
@@ -209,7 +209,9 @@ class Grav extends Container
|
||||
$this->fireEvent('onPagesInitialized');
|
||||
$debugger->stopTimer('pages');
|
||||
|
||||
$debugger->startTimer('pageinit', 'Page Initialized');
|
||||
$this->fireEvent('onPageInitialized');
|
||||
$debugger->stopTimer('pageinit');
|
||||
|
||||
$debugger->addAssets();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user