|
|
|
|
|
by ochoseis
899 days ago
|
|
Further, with a lot of the batteries-included web frameworks you end up with a ton of suboptimal database queries (e.g. unintentional query-in-loop). Some would argue that you can just profile your code and optimize the hot spots, but I would tend to think it still slows you down quite a bit overall. |
|
I strongly believe it is wrong to do otherwise and is a source of numerous footguns unless you invest in tracking them down.