Have you ever noticed your endpoint response takes too long to respond?
There could be many reasons for that, but one of the most common is spending a lot of time on database calls.
A frequent cause of database problems in business logic is the N+1 q...