I've created 2 versions of a Google Maps application - one with Dart and one with JavaScript code compiled from the original Dart code. I run both of these locally on my computer not on the public internet and I am looking for a way to record the loading speed of each to compare them is there a way of doing this or service/program that does this?
Asked
Active
Viewed 242 times
0
-
3The Chrome dev tools Timeline functionality isn't what you are looking for? – Günter Zöchbauer Apr 14 '14 at 18:53
-
Thanks that's done it – MountainGoatz Apr 14 '14 at 21:04
-
Can you share your results with us, please? – Rastislav Lamoš Apr 15 '14 at 19:40
-
Yeah as soon as I've completed them I will put the results up here – MountainGoatz Apr 15 '14 at 23:31
-
RIP Joe Programmer: Died waiting for OP to deliver – MattPark Nov 25 '14 at 21:43
1 Answers
2
Chrome has a decent profile in the dev tools that can give you fine-grain timings like this:
There's an article on how to use this on the Chrome developer site, here.

Danny Tuppeny
- 40,147
- 24
- 151
- 275