Skip to content

Instantly share code, notes, and snippets.

@samccone
Last active August 29, 2015 14:20
Show Gist options
  • Select an option

  • Save samccone/b196512189b86bbb8782 to your computer and use it in GitHub Desktop.

Select an option

Save samccone/b196512189b86bbb8782 to your computer and use it in GitHub Desktop.

Hey guys did another deep dive into an app's perf and I have some interesting dev-tools take aways...

Here are some things that were pretty darn hard to find. re: twosigma/beakerx#1546 (comment)

  1. when showing calls to methods that cause reflows or recalcs like ... get offsetWidth, it would be nice to highlight those methods calls in red or something, instead of showing the warning icon nested within it

  1. The other takeaway, or nice to have would be the ability to see a warning when you hit the max number of open network requests. Any kind of indicator in the network panel or debugger would be supppper nice
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment