Skip to content

Instantly share code, notes, and snippets.

@queso
Created September 12, 2012 19:28
Show Gist options
  • Save queso/3709293 to your computer and use it in GitHub Desktop.
Save queso/3709293 to your computer and use it in GitHub Desktop.
New Relic Outline

App overview

  • Show video

End User

  • Web pages

App User

  • Web Transactions
  • Database

Diagnostics

  • Transaction traces

Slowest avergage response time vs Most time consuming

  • When to use one versus the other

Mysql Explain

  • Default scope on organization.name, causes indexes to not be used on most queries
  • Using include to reduce number of overall queries

Caching

  • Fragment caching on search facet sidebar - redis
  • Action caching for front page stats - redis
  • Caching web service results like Google lat/long

Using ajax for slower requests

  • The facet sidebar
  • Biggerpockets sidebar
  • Events page, fetching organization job listing
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment