5 ms·
Lovely article! I wonder though, how do you know that is parsing time? There are a number of things happening when JS is loaded, and parsing is only one of th
by wingo 15y ago
Lovely article!
I wonder though, how do you know that is parsing time? There are a number of things happening when JS is loaded, and parsing is only one of them.
Also, an update on that article would probably be useful -- a number of things have changed in the major browsers since you wrote it.
Happy hacking :)
- aristus 15y agoI handwave it by calling it "parse and load" time. ;)