5 ms·
Pretty sure it means that Ruby isn't the bottleneck for your case. In most WebApps the first performance bottleneck people tend to hit is the DB: missing index
by cntainer 3y ago
Pretty sure it means that Ruby isn't the bottleneck for your case.
In most WebApps the first performance bottleneck people tend to hit is the DB: missing indexes, n+1 queries, etc.