zeman / perfmap

Front-end performance heatmap bookmarklet.
3.79k stars 127 forks source link

Simplify code #13

Closed mathiasbynens closed 10 years ago

mathiasbynens commented 10 years ago

See https://mathiasbynens.be/notes/async-analytics-snippet which explains these simplifications.

Also use HTTPS at all times since there’s no reason not to.

zeman commented 10 years ago

Thanks, manually merged.

mathiasbynens commented 10 years ago

README.md still says document.getElementsByTagName('body')[0] instead of document.body.

zeman commented 10 years ago

Got it.