|
|
|
|
|
by apstats
920 days ago
|
|
I moved from ruby 2.7 to 3.2 for a rails app and was hopeful that it would lead to large speedups like shopify claims it did for them, but was bummed to find it did basically nothing. Anyone else running a large rails app have a similar or different experience? |
|
In most WebApps the first performance bottleneck people tend to hit is the DB: missing indexes, n+1 queries, etc.