Replies: 1 comment
-
TypeGraphQL (not TypeGQL) specific approach might be only a resolver middleware to measure computing time: But in Node.js you can use Chrome debugging tools: |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hey, I'm wondering if anyone has any recommendation on methods for profiling CPU/Memory usage on a TypeGQL service.
Specifically I am seeing some high cpu usage, and am interested in finding where I could optimize my code.
Im open to specific ways that this can be done using the TypeGQL framework, or if there are more generalized methods for profiling a NodeJS service, I would be open to that as well.
Beta Was this translation helpful? Give feedback.
All reactions