Thoughts
The sort of sloppiness about performance in interpreted languages means that when you do encounter a performance issue, there’s a strong
temptation to make it not an *issue*, instead of trying to make it performant code. Caching, background jobs, batching, etc.