Skip to content
This repository was archived by the owner on Jul 10, 2025. It is now read-only.
This repository was archived by the owner on Jul 10, 2025. It is now read-only.

Add measure points to request execution #140

@sgohlke

Description

@sgohlke

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions