# Caching (Volumetry)

### Introduction

Purpose:

The Caching Dashboard is designed to provide a comprehensive overview of image cache data and edge requests. This dashboard offers a granular view of token usage.

#### Filters

| Filter     | Description                                                                                                                                |
| ---------- | ------------------------------------------------------------------------------------------------------------------------------------------ |
| Date range | <p>Values: Date ranges with format DD/MM/YYYY<br>Default value: Last 30 days</p><p>Purpose: specify the time frame of the viewed stats</p> |

#### &#x20;Graphs

| Graph name                              | Description                                                                          |
| --------------------------------------- | ------------------------------------------------------------------------------------ |
| Daily Image Cache                       | This graph shows the total value of the image cache per day                          |
| Cache average / period                  | This graph shows the average value of the image cache for the selected timeframe     |
| Cache minimum / period                  | This graph shows the minimum value of the image cache for the selected timeframe     |
| Cache maximum / period                  | This graph shows the maximum value of the image cache for the selected timeframe     |
| Daily Edge Requests                     | This graph shows the total number of edge requests per day in the selected timeframe |
| Requests total / period                 | This graph shows the total number of edge requests in the selected timeframe         |
| Average / day                           | This graph shows the average number of edge requests in the selected timeframe       |
| Peak (10-min burst)                     | This graph shows the peak number of edge requests in the selected timeframe          |
| Originals / Variants (Transformations)  | This graph allows to compare the number of original requests and their variants.     |
| Formats: Original vs Variants           | Number of Originals and Variants per format in the selected timeframe                |
| Daily Image Cache Originals vs Variants | This graph allows to compare the image cache of originals and their variants         |


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.scaleflex.com/vxp-visual-experience-platform/settings/project/analytics/standard-dashboards/caching-volumetry.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
