This is part of the #285 meta.
Description of the need
Respective d.org issue: https://www.drupal.org/project/drupal/issues/3104566
Providing server timing would help developers estimate site performance. The corresponding W3C specification is currently in "Working Draft" status and its already supported by Google Chrome and Firefox.
https://www.w3.org/TR/server-timing/
This specification enables a server to communicate performance metrics about the request-response cycle to the user agent. It also standardizes a JavaScript interface to enable applications to collect, process, and act on these metrics to optimize application delivery.
Symfony adopted it in https://github.com/symfony/symfony/pull/27985
Proposed solution
Add
Server-Timingheader with relevant timing information.
Recent comments
Hmmm... this sounds like a bug with Copy Blocks. Would this possibly be related: https://github.com/backdrop-contrib/copy_blocks/issues/26 https://github.com/backdrop-contrib/...
missing "add block" in custom layout
Also this error: Warning: Undefined array key "blog" in summary() (line 63 of /app/core/modules/layout/plugins/access/entity_bundle_layout_access.inc). I did recently delete an old blog...
missing "add block" in custom layout
I don't see any errors in the browser console, but there's this error in the logs Warning: Trying to access array offset on null in summary() (line 63 of /app/core/modules/layout/plugins/...
missing "add block" in custom layout