The Hidden Performance Cost of NodeJS and GraphQL - Performance is such a critical issue sometimes, as I recently found out with a nasty 6X build time regression. This is the sort of problem that's quite fun to work on when you have time on your side, but it's absolute hell when you are up against it. Some useful tips on how to see if your code is getting clogged up with promises in this article. www.softwareatscale.dev #