Skip to content

Instantly share code, notes, and snippets.

@danielmsong
Created July 1, 2013 13:43
Show Gist options
  • Save danielmsong/5900889 to your computer and use it in GitHub Desktop.
Save danielmsong/5900889 to your computer and use it in GitHub Desktop.
web performance

to see web performance of your page, chrome has an add-on called Google PageSpeed

install gem 'rack-mini-profiler' to view diagnostics of page speed (backend)

  1. benchmarking
  2. profiling
  3. load testing- load w/ high # of inputs to see how testing scales
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment