I manually change the values of an entry in a HAR file to:
"timings":{
"dns":30,
"connect":30,
"blocked":30,
"send":30,
"wait":30,
"receive":30
}
Also changed:
"time":180,
To reflect the above values.
The resulting view (included in the screenshot) shows pieces of the bar being of different size then others. How can that be ? Am I missing something ?
- har-bars.png 50.6KB
Comment #1
Posted on Sep 6, 2010 by Massive WombatPatch committed at R150 I have increased percentage precision, but of course it can happen that one phase can be +/- on pixel different that the other (even if the timing is exact). Anyway, it should look better now.
Released in 1.1-12, please verify www.softwareishard.com/har/viewer
Thanks for the report! Honza
Comment #2
Posted on Sep 6, 2010 by Massive BirdThanks Honza, works fine indeed!
Comment #3
Posted on Sep 7, 2010 by Massive Wombat(No comment was entered for this change.)
Status: Fixed
Labels:
Type-Defect
Priority-Medium