Skip to main content
See how your GraphQL operations will actually run and find ways to make them faster.

Overview

The optimizer connects to your schema and shows you exactly how each operation gets executed. You’ll see which services get called, in what order, and how complex each operation is. You can compare how the same operation runs on different versions of your schema and even visualize the execution path on your canvas.

Features

Import operations from your collections or write new ones to test. The optimizer shows you step-by-step query plans so you can see which fields come from which services. Import operations This helps you spot when operations are making too many calls between services or when you might want to reorganize your schema boundaries.

Analysis

See exactly how many service calls each operation makes and get complexity scores to identify expensive queries. When you’re comparing schema versions, you can view query plans side-by-side to see what changed. Query plan comparison Everything updates in real-time as you edit operations, so you can immediately see how changes affect performance.