Improving a Node.js GraphQL Server Performance
Originally posted on Medium as part of the Neo4j Developer Blog
In the GraphQL team of Neo4j, we’ve had some reports of poor performance of the @neo4j/graphql
library. In this post, I’ll briefly discuss the tools and processes we used to identify and fix some of the performance problems in a Node.js server for GraphQL.