Last Updated: February 25, 2016
·
717
· revskill

Scaling Rails

  1. Scale computation with Sidekq for background processing
  2. Scale your database with Apartment gem.
  3. Scale your cache with Redis.
  4. Scale your backend code in views, controllers, models.
  5. Scale your front-end with framework like React.
  6. Scale your architecture with REST.

What's yours ?