Skip to content

Latest commit

 

History

History
28 lines (17 loc) · 906 Bytes

readme.md

File metadata and controls

28 lines (17 loc) · 906 Bytes

#Chrome HAR Viewer#

Code Climate Bitdeli Badge

Building

npm install && bower install && grunt server

##Description##

A HAR viewer that mimics Chrome Dev Tools Network Panel

Current Features

  • Multiple Page HAR File Support
  • Drag and Drop HAR File

###Missing Features

  • Timing Detail View
  • TimeLine Sorting (Start Time, Response Time, End Time, Duration, Latency)
  • Page Speed API (Need to check if pagespeed allows this but it'll be nice.)
  • User Settings (I'm not quiet sure what to put in there yet)
  • Bottom Info - (# of Request, Transfer size, etc..)
  • Off line Support