Yandex Cloud
Search
Contact UsTry it for free
  • Customer Stories
  • Documentation
  • Blog
  • All Services
  • System Status
    • Featured
    • Infrastructure & Network
    • Data Platform
    • Containers
    • Developer tools
    • Serverless
    • Security
    • Monitoring & Resources
    • AI for business
    • Business tools
  • All Solutions
    • By industry
    • By use case
    • Economics and Pricing
    • Security
    • Technical Support
    • Start testing with double trial credits
    • Cloud credits to scale your IT product
    • Gateway to Russia
    • Cloud for Startups
    • Center for Technologies and Society
    • Yandex Cloud Partner program
    • Price calculator
    • Pricing plans
  • Customer Stories
  • Documentation
  • Blog
© 2025 Direct Cursus Technology L.L.C.
Yandex DataLens
  • DataLens neuroanalyst
    • Overview
    • Adding chart info
    • Opening a chart as a table
    • Versioning
    • Exporting data from charts
    • Chart inspector
    • Access management
  • DataLens Gallery
  • Audit Trails events
  1. Charts
  2. Chart inspector

Chart inspector in Yandex DataLens

Written by
Yandex Cloud
Updated at December 1, 2025

Multiple charts that are slow to load and process data may slow down the dashboard as a whole. You can analyze chart performance using the inspector.

Chart inspector is a DataLens tool that helps you diagnose issues when loading data and rendering them in your browser. You can use it to learn why your chart is slow or optimize data fetching and chart rendering.

​To open the chart inspector, hover over the chart, click in the top-right of the chart, and select Inspector.

Sample chart inspector

image

At the top of the inspector window, you can find the execution speed information for basic operations. Values above the optimal level are highlighted in either orange or red. To get recommendations for optimizing a measure, hover over the question mark next to its name.

Basic measures:

  • Config resolving: Time to load chart configuration and generate a relevant request to the source. This measure is solely influenced by the service's internal logic. If the values are high (red), try reloading the chart or opening it later. If the values remain high, contact Yandex Cloud support. In your message, specify a link to the chart and attach screenshots of the inspector window.

  • Data loading: Time to execute a request in the source and transfer data to DataLens. Typically, it is the key measure in the overall chart execution time. To improve this measure, consider the following:

    • Choice of data source: Source DBMS must be calculated to support analytical workloads.
    • Source physical structure: Make efficient use of indexes, partitioning, and sorting, choose optimal table and data types.
    • Resources (RAM/CPU) allocated to the source: These must match the data volume and number of concurrent users.
    • Complexity of analytical computations: In some cases, it makes sense to simplify requests and use pre-processed data in the source.
  • Execution: Time to process data received from the source in DataLens. Try to transfer data processing from DataLens to the source side as much as possible.

  • Rendering: Chart data render time. When dealing with large volumes of output data, use filters, groupings, or pagination to limit the displayed dataset.

For some chart types, additional measures are displayed:

  • Columns / Rows: Number of table columns and rows (for Table and Pivot table charts).
  • Yandex Maps API: Time to load modules required by Yandex Maps (for Map charts).

The inspector also displays source request IDs and trace IDs.

The Data sources section displays information about the sources used in a chart:

  • Source name.
  • Link to source.
  • Request body in JSON format.
  • SQL query text sent to source (only if the SQL query is successful and its results are rendered in the chart).

See alsoSee also

  • Yandex DataLens optimization best practices

Was the article helpful?

Previous
Exporting data from charts
Next
Access management
© 2025 Direct Cursus Technology L.L.C.