Skip to content

Instantly share code, notes, and snippets.

@BrianZanti
Last active December 19, 2019 15:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save BrianZanti/f6a71b50aae578ef58cdb58501d89296 to your computer and use it in GitHub Desktop.
Save BrianZanti/f6a71b50aae578ef58cdb58501d89296 to your computer and use it in GitHub Desktop.

Pizza Shop

  • What happens the first time we make a pizza?
  • What happens the second time we make that same pizza?
  • What happens if we request a different pizza type?
  • What happens if we make a new pizza shop?
  • What happens if we change the underlying technique of making a pizza?

Caching in Rails

What sorts of things might we want to cache in a Rails app? (try to list at least 4 common sources of performance problems in a typical web app)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment