plone / guillotina

Python AsyncIO data API to manage billions of resources
https://guillotina.readthedocs.io/en/latest/
Other
187 stars 51 forks source link

[Proposal] Use header `Server-Timing` instead of `xg-timing` #986

Open masipcat opened 4 years ago

masipcat commented 4 years ago

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Server-Timing it's still a draft but it's implemented by all major browsers.

The main advantage using this header it's the graph in the browser:

image

We can keep xg-timing headers as well if you want

@bloodbare @vangheem sounds good?

bloodbare commented 4 years ago

Sounds great for me! You mean to render this headers allways or maintain the debug parameter?

masipcat commented 4 years ago

Maintain the debug parameter as it is now

vangheem commented 4 years ago

That looks great! I had no idea this was a feature!