- 🇫🇷France andypost
For development time there's better tools now like https://github.com/brettmc/opentelemetry-php-contrib/blob/main/src/Instr...
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/
Symfony adopted it in https://github.com/symfony/symfony/pull/27985
Add Server-Timing header with relevant timing information.
Decide how enable the Server-Timing.
Needs work
10.1 ✨
Enhances developer experience.
It affects performance. It is often combined with the Needs profiling tag.
It is used to alert the framework manager core committer(s) that an issue significantly impacts (or has the potential to impact) multiple subsystems or represents a significant change or addition in architecture or public APIs, and their signoff is needed (see the governance policy draft for more information). If an issue significantly impacts only one subsystem, use Needs subsystem maintainer review instead, and make sure the issue component is set to the correct subsystem.
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
For development time there's better tools now like https://github.com/brettmc/opentelemetry-php-contrib/blob/main/src/Instr...