Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extreme slowdown with larger query results #110

Open
mattoni opened this issue Aug 17, 2022 · 0 comments
Open

Extreme slowdown with larger query results #110

mattoni opened this issue Aug 17, 2022 · 0 comments

Comments

@mattoni
Copy link

mattoni commented Aug 17, 2022

I've hit an issue in production, where I have larger data sets, when using this plugin.

My response times from my API were increasing linearly with the size of the return value, and when I started having 2MB+ returns, it was taking over 5 minutes to return a result. This seemed pretty crazy, and after a lot of digging I disabled this extension and results went back to normal.

I think there's an issue here where the plugin is getting stuck analyzing data to send to Apollo, and blocking a timely response as a consequence. I'm not sure if it's sending response data off to Apollo Studio, but even after disabling the per-request portion of the extension I still had this issue. It wasn't until completely unregistering it from the schema that response times went back to normal.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant