-
Notifications
You must be signed in to change notification settings - Fork 22.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Rewrite Using the User Timing API #21917
Conversation
Preview URLs (this comment was updated 2022-10-31 08:33:16.738728) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
files/en-us/web/api/user_timing_api/using_the_user_timing_api/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/api/user_timing_api/using_the_user_timing_api/index.md
Outdated
Show resolved
Hide resolved
|
||
A _live_ version of the examples is available on [GitHub](https://mdn.github.io/dom-examples/performance-apis/Using_the_User_Timing_API.html), as is the [source code](https://github.com/mdn/dom-examples/blob/main/performance-apis/Using_the_User_Timing_API.html). Pull requests, enhancement requests and [bug reports](https://github.com/mdn/dom-examples/issues) are welcome. | ||
## What is User Timing? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
## What is User Timing? | |
## What is a user timing? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think "User Timing" is better. It refers to the name of the API.
files/en-us/web/api/user_timing_api/using_the_user_timing_api/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/api/user_timing_api/using_the_user_timing_api/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/api/user_timing_api/using_the_user_timing_api/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/api/user_timing_api/using_the_user_timing_api/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/api/user_timing_api/using_the_user_timing_api/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/api/user_timing_api/using_the_user_timing_api/index.md
Outdated
Show resolved
Hide resolved
files/en-us/web/api/user_timing_api/using_the_user_timing_api/index.md
Outdated
Show resolved
Hide resolved
Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
…index.md Co-authored-by: Jean-Yves Perrier <jypenator@gmail.com>
Thanks for the review, @teoli2003! I fixed the flaw and applied all but one of your suggestions :) |
Description
This PR rewrites https://developer.mozilla.org/en-US/docs/Web/API/User_Timing_API/Using_the_User_Timing_API.
Motivation
openwebdocs/project#62
Additional details
I ended up completely rewriting this page. I don't think its current structure nor the code examples are particularly useful. It also references stuff on GitHub which I think should be removed. https://github.com/mdn/dom-examples/blob/main/performance-apis/
Related issues and pull requests
#21853 rewrites the corresponding overview page for this API.