Hi all, I would like to calculate the summary provided in dev tools but without running chrome, from the trace.json file generated.
I have come across this on stackoverflow:
3.01s Total
7.73ms Loading
49.45ms Scripting
120.07ms Rendering
3.76ms Painting
19.68ms Other
2.81s Idle
I do not seem to understand how big-rig gets the duration value for each 'slice'.
How would I parse the json file and calculate this summary?
Any advice would be greatly appreciated.
Thanks