Tool for visualization HAR-files into graphs
Use in bash:
./graphar.php < map.har > map.dot | zgrviewer -f map.dot
where map.har is a HAR file that you got from your browser (from Chrome, for example)
Use in bash:
./graphar.php < map.har | dot -Tsvg > hello.svg