Skip to content

Instantly share code, notes, and snippets.

@cadwallion
Created February 21, 2012 15:49
Show Gist options
  • Save cadwallion/1877106 to your computer and use it in GitHub Desktop.
Save cadwallion/1877106 to your computer and use it in GitHub Desktop.
Bracket API Improvements
# BEFORE
INFO  Rendered app/api/tournaments/bracket.json.jbuilder (3651.1ms)
INFO  Completed 200 OK in 3792ms (Views: 3551.0ms | ActiveRecord: 123.4ms)
# AFTER
INFO  Rendered app/api/tournaments/bracket.json.jbuilder (465.3ms)
INFO  Completed 200 OK in 593ms (Views: 360.9ms | ActiveRecord: 126.2ms)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment