Add response time and size
See original GitHub issueAfter each request, it’d be nice to see the response time + size of the response in KB somewhere. E.g. 251ms, 23.3kb
Issue Analytics
- State:
- Created 8 years ago
- Reactions:1
- Comments:9 (6 by maintainers)
Top Results From Across the Web
What Is Response Time & How to Reduce It - Sematext
Response time refers to the amount of time it takes for a server to respond to a client's request. Measured in milliseconds, the...
Read more >5 Types of Response Time Metrics and How To Measure It
Average response time (ART) is a measurement of the amount of time a server or application takes to respond to all of its...
Read more >Response Time Testing – How to Measure for API? - Guru99
1. Method of calculating metrics gathered by each API response time test tool. 2. Tools Simulate the load and capture speed which can...
Read more >Cypress API Requests: Assertions for Size and Response Time
Response time should be less than Y seconds; Response size should be less than X KB. for the GET request, I can use...
Read more >8 Ways to Effectively Reduce Server Response Time
1. Make sure you are using a proper hosting service. · 2. Invest in a good bot management solution. · 3. Reduce bloat...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Could have this as an optional add-in for express-graphql: https://github.com/expressjs/response-time
I feel like
GraphiQLToolbar
andGraphiQLFooter
are available to serve exactly that purpose - to give users freedom to provide any customized information/feature they want. I do think that this should be implemented in user-land.