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

Add measure points to request execution #140

Open
sgohlke opened this issue Mar 2, 2023 · 0 comments
Open

Add measure points to request execution #140

sgohlke opened this issue Mar 2, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@sgohlke
Copy link
Collaborator

sgohlke commented Mar 2, 2023

Please add time measure points to different parts of the GraphQLServer so we can measure execution time for different parts of the requests.

Measure points:

  • Entry of core functions
  • After request information extraction, i.e. after calling getRequestInformation
  • In execution, after calling parseFunction
  • In execution, after calling validateFunction
  • In execution, after calling executeFunction
  • In execution, after calling extensionFunction
  • After request execution, i.e. after calling executeRequestWithInfo
  • Before sending response in ResponseHandler.sendResponse
@sgohlke sgohlke added the enhancement New feature or request label Mar 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant