The times are captured in serial order of calls executed on the page i.e. JS Code, Network calls, Page Rendering, etc.
The 1st column specifies the function/operation name, 2nd column specifies the instance of time during the page load when this call was fired and 3rd column specifies the cumulative time taken by that function/opeation.
I dont have the website page i am evaluating accessible publicly. It is my employer's owned website.
If you can atleast tell me which jQuery function is being called here and under what scenarios/workflows this function(s) get called that would atleast help me understand better what is causing the high times and whether some jQuery code is being called incorrectly.