QLeo is a native open-source desktop application for visualizing GraphQL API performance.
Developed under OS Labs Tech Accelerator
QLeo is designed to be used in a development environment. We provide a simple and intuitive interface with graphical representations of key metrics. This allows developers to debug and tune performance to discover inefficient GraphQL requests.
QLeo will mimic your GraphQL server to generate performance metrics. Your schema model and types will be available to view on the left panel for easy reference.
A breakdown of resolvers is provided in our Metrics directory for a given GraphQL request. Monitor the duration and number of invocations executed to retrieve data from the server.
A graphical representation of a GraphQL request. Identify inferior areas of performance to enhance the efficiency of GraphQL API calls.