nate berkopec
- 2mo ·
-
Public·
-
mastodon.social
Hallmark of a slow Rails app: a Rails cache with gigabytes of data, no expirations, and a hit rate of 60%.
The cache keys look like [a,b,c,d,e,f,g,...]
Cache is for making fast apps _really_ fast, not for making slow apps fast. It's not a bandaid.