Slide 11
Slide 11 text
Tips
● Measure
● Avoid mistakes
● Cache all the things!
● Use recent Ruby versions
● Try optimised gems (fast_blank, fast_jsonapi,
concurrent-ruby-ext etc.)
● Know your language (GC, Heap, Constant cache etc.)
● Concurrency / background jobs
● Ruby fine tuning (ENV vars tweaking, alternative malloc)
● Also DevOp