Replaced timings in the footer with a visual for the Server-Timing header.
This commit is contained in:
parent
ceb6bece09
commit
83068a4183
17 changed files with 246 additions and 65 deletions
public
|
@ -27,6 +27,7 @@ if(is_file($msz->dbCtx->getMigrateLockPath())) {
|
|||
}
|
||||
|
||||
$request = \Index\Http\HttpRequest::fromRequest();
|
||||
$msz->timings->lap('request');
|
||||
$msz->registerRequestRoutes($request);
|
||||
|
||||
if($msz->routingCtx->domainRoles->hasRole($request->getHeaderLine('Host'), 'main')) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue