Comment on What are some of the best optimizations you applied to your code?

hperrin@lemmy.world ⁨1⁩ ⁨year⁩ ago

I don’t know if this counts, but making sure not a single query in my app results in a full table scan in MySQL made a huge difference.

source
Sort:hotnewtop