Skip to content

Add Support "Server Timing" #928

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jul 21, 2018

Conversation

yurtaev
Copy link
Contributor

@yurtaev yurtaev commented Apr 4, 2017

Add Server-Timing to response headers. Specification https://www.w3.org/TR/server-timing/

Inspired By https://twitter.com/paul_irish/status/829090506084749312

screenshot 2017-04-05 00 48 50

@codecov
Copy link

codecov bot commented Apr 4, 2017

Codecov Report

Merging #928 into master will increase coverage by 0.36%.
The diff coverage is 100%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #928      +/-   ##
==========================================
+ Coverage   83.46%   83.82%   +0.36%     
==========================================
  Files          28       28              
  Lines        1578     1614      +36     
  Branches      235      239       +4     
==========================================
+ Hits         1317     1353      +36     
  Misses        192      192              
  Partials       69       69
Impacted Files Coverage Δ
debug_toolbar/middleware.py 89.24% <100%> (+1.74%) ⬆️
debug_toolbar/toolbar.py 81.69% <100%> (+0.26%) ⬆️
debug_toolbar/panels/timer.py 84.61% <100%> (+2%) ⬆️
debug_toolbar/panels/__init__.py 90.56% <100%> (+1.2%) ⬆️
debug_toolbar/panels/cache.py 82.17% <100%> (+0.71%) ⬆️
debug_toolbar/panels/sql/panel.py 64.93% <100%> (+1.17%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 88ddc7b...d59d900. Read the comment docs.

@auvipy
Copy link
Contributor

auvipy commented Jun 12, 2017

that should be a good inclusion

Copy link
Contributor

@auvipy auvipy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

try to fetch and resolve conflicts

@yurtaev yurtaev force-pushed the feature/server-timing-api branch from 94e19f0 to d59d900 Compare June 12, 2017 15:08
@camilonova camilonova merged commit ac52b23 into django-commons:master Jul 21, 2018
@camilonova
Copy link
Contributor

@yurtaev Thank you.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants