Hacker News new | ask | show | jobs
by bentlegen 4516 days ago
Cool. A few comments:

* You're loading the unminified version.

* You're factoring the network request time into the benchmark. I was interested in pure parse time. Which was 27ms according to Chrome Developer Tools: http://i.imgur.com/hgFiGTu.png (the score on the page was 110ms).

I'm curious what people who complain about "parse time" consider to be an acceptable score.

Edit: Ah, I didn't realize you were discarding the network time. I was fixated on the number spat out by the page.