2 repositorios
Utilities for analyzing execution times and tracing data to identify API bottlenecks.
Distinct from GraphQL Performance Optimizers: Distinct from GraphQL Performance Optimizers: focuses on the analysis and identification of bottlenecks rather than the application of optimization strategies.
Explore 2 awesome GitHub repositories matching software engineering & architecture · Performance Monitoring Tools. Refine with filters or upvote what's useful.
GraphQL Playground is a web-based integrated development environment and API client for GraphQL. It functions as a request client, schema browser, and subscription tester, allowing users to execute queries and mutations while validating data responses. The project distinguishes itself through a dedicated subscription tester that maintains persistent connections for monitoring real-time data streams. It also includes the ability to share specific request states and headers via serialized URL snapshots for collaborative debugging. The environment covers schema exploration through interactive d
Uses tracing data to monitor execution times and identify performance bottlenecks in GraphQL responses.
GraphQL Playground is an interactive development environment and API client used for writing, testing, and debugging GraphQL queries, mutations, and subscriptions. It functions as a visual tool for executing requests against a GraphQL server and inspecting the resulting JSON responses. The project includes a documentation browser for exploring schemas and an editor with autocompletion and error highlighting. It provides specialized capabilities for analyzing API performance through tracing visualization and supports real-time data updates via subscription streaming. The environment allows fo
Visualizes execution times and tracing data to identify and resolve performance bottlenecks in GraphQL APIs.