Open zkat opened 7 years ago
HAR, aka Http Archive, is a format for archiving http requests on a page, preserving metadata and timing information.
There are tools that then allow you to generate shiny network waterfall graphs based on those.
request also has an option to add more fine-grained timing information to the graphs -- though this would likely need to be added to node-fetch itself
HAR, aka Http Archive, is a format for archiving http requests on a page, preserving metadata and timing information.
There are tools that then allow you to generate shiny network waterfall graphs based on those.
request also has an option to add more fine-grained timing information to the graphs -- though this would likely need to be added to node-fetch itself