TheBrusMeister / harviewer

Automatically exported from code.google.com/p/harviewer
0 stars 0 forks source link

errors with google chrome har file. It should show the latency. #90

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Use chrome dev tools load a page with complex setup loading multiple files 
so you get lots of data.
2. Right click on network tab and save as Har file.
3. Sum of request timings doesn't correspond to the total value: 
http://um.lh/doc/mobile/dev.html (request.time: 86 vs. sum: 74), request#: 0, 
parent page: page_77

What is the expected output? What do you see instead?
I would expect to see the graphs and output, but instead all I ever see is 
errors. No way to correct this as google chrome generates the har file.

What version of the product are you using? On what operating system?
Windows 7 chrome. tried multiple versions. 2.0.15 is the one I downloaded and 
tried.

Please provide any additional information below.

Please attach a HAR file that can be used to reproduce the problem.

Original issue reported on code.google.com by cybu...@gmail.com on 19 Jul 2013 at 12:29

GoogleCodeExporter commented 8 years ago
Here's a HAR file from OS X Chrome 29.0.1547.65 that has this problem.

Original comment by bhawkesl...@googlemail.com on 24 Sep 2013 at 10:21

Attachments:

GoogleCodeExporter commented 8 years ago
Patch committed at:
https://github.com/janodvarko/harviewer/commit/d0a79dfd472a8904b008878b4c9f135ba
dccbc6f

Will be in HAR Viewer 2.0.16

Honza

Original comment by odva...@gmail.com on 14 Feb 2014 at 1:56