Hacker News new | ask | show | jobs
by account42 49 days ago
> 2) Most performance issues are architectural. Unnecessary round trips, doing work synchronously, fetching too much data.

More like death by a thousand abstractions. Not that profilers will help you any more with that.