jaipandya / harviewer

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

Online HAR viewer does no longer show the graph #57

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
=======================================
1. Upload the attached HAR file to http://www.softwareishard.com/har/viewer/
2. Uncheck "Validate data before processing?"
3. Click "Preview"
4. The viewer does not show any graphical representation (waterfall diagram).

What is the expected output? What do you see instead?
=====================================================
I expect a waterfall diagram representing the load times.
Instead the viewer shows only the text part.

Please provide any additional information below.
================================================
The attached HAR file is what users of our online service at alertfox.com 
receive in order to monitor/performance test their websites.
Internally, a Fiddler2 plugin is used to export the HTTP traffic into the HAR 
format.

Using the online HAR viewer was very popular among our users, but now they need 
to install Fiddler2 (or something similar) to view the HAR file. Which is sad, 
as the online viewer was much appealing, both visually and in terms of 
representing all relevant information in one place.

Please attach a HAR file that can be used to reproduce the problem.
====================================================================
Is attached, plus a screenshot of the missing graph.

Original issue reported on code.google.com by hm%alert...@gtempaccount.com on 8 Jul 2011 at 7:24

Attachments:

GoogleCodeExporter commented 9 years ago
Patch committed at R331
Will be in HAR Viewer 2.0.12

Selenium test wanted

Honza

Original comment by odva...@gmail.com on 8 Jul 2011 at 7:45

GoogleCodeExporter commented 9 years ago
Actually, 24/7 web testing is what we at AlertFox.com do. Feel free to contact 
me in case you want a test account with a sensor that tests the online viewer 
with some predefined data.

Original comment by hm%alert...@gtempaccount.com on 8 Jul 2011 at 8:02

GoogleCodeExporter commented 9 years ago
> Feel free to contact me in case you want a test account with a sensor
> that tests the online viewer with some predefined data.
Sounds good, will do.

Selenium test case committed at R332

Note that I am seeing following validation errors for the attached HAR log:

log.pages       object value found, but a array is required
log.entries[15].request.queryString[0].name     object value found, but a string 
is required
log.entries[84].request.queryString[0].name     object value found, but a string 
is required

---

queryString.name: can't be null, you need to set it to an empty string 

log.pages: This is marked as optional in the schema, but the JSON Schema 
validator needs it from some reason, you need to set it to an empty array for 
now to pass the validation process.

Honza

Original comment by odva...@gmail.com on 8 Jul 2011 at 8:53

GoogleCodeExporter commented 9 years ago
HAR Viewer 2.0.12 (including fix for this report) has been released 
http://www.softwareishard.com/har/viewer/

Honza

Original comment by odva...@gmail.com on 8 Jul 2011 at 3:12