Is there a performance benchmark?
Author: CreatCodeBuildCreated Mar 7, 2020Updated Aug 7, 2025
I use GraphQL and Dataloader in production. I have experienced some performance issues with Dataloader because our code might create 1,000+ promises per second by using Dataloader.
Not necessarily a performance issue with Dataloader itself, but I would like to understand more performance metrics of Dataloader itself in order to optimize my code.
Source: graphql/dataloader