-
-
Notifications
You must be signed in to change notification settings - Fork 5k
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
feat: server.timing for Server-Timing #4800
Conversation
Codecov Report
@@ Coverage Diff @@
## dev #4800 +/- ##
==========================================
- Coverage 91.78% 91.74% -0.05%
==========================================
Files 67 68 +1
Lines 2289 2325 +36
Branches 569 578 +9
==========================================
+ Hits 2101 2133 +32
- Misses 170 174 +4
Partials 18 18
Continue to review full report at Codecov.
|
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.
Cool! @clarkdo 👍
Mini docs: Enabled
|
Doc pr: nuxt/docs#1115 |
@clarkdo this works great for when i used nuxt dev but i cant see the timing when i used production e.g. nuxt build && nuxt start If there something else we have to do get the timings in production mode? |
@fatlinesofcode Hi, can you provide a reproducible repo? |
hi @clarkdo thanks for the reply. I forked the hello world repo and im able to replicate the issue When running a lighthouse audit i can see the timing measure in the report using dev but not in production. |
example in dev mode |
Thanks, I’ll look into it within this week🙏 |
Types of changes
Description
Checklist: