> For the complete documentation index, see [llms.txt](https://docs.cloudimage.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.cloudimage.io/account-management/dashboards/optimization.md).

# Optimization

<figure><img src="/files/LBJxEtlTmsbkSmO1AUM3" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="58">#</th><th>Title</th><th>Description</th></tr></thead><tbody><tr><td>1</td><td>Original Images</td><td>Percentages of original image types</td></tr><tr><td>2</td><td>Optimized Images</td><td>Percentages of optimized image types</td></tr><tr><td>3</td><td>Compression (JPEG --> WebP)</td><td>The percentage filesize difference of RESIZED images between WEBP and JPEG</td></tr><tr><td>4</td><td>Bandwidth savings</td><td>The percentage filesize difference between original and resized images</td></tr><tr><td>5</td><td>Formats: Original vs Variants</td><td>Number of original images and variants</td></tr></tbody></table>

<figure><img src="/files/XEp7EtjUYkp7GNOOn5v3" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="58">#</th><th>Title</th><th>Description</th></tr></thead><tbody><tr><td>1</td><td>HIT/MISS over period</td><td>The percentage of image status during selected period</td></tr><tr><td>2</td><td>Daily Request Count</td><td>Daily total requests per status</td></tr><tr><td>3</td><td>Origin Error requests (period)</td><td>Missing images or server errors when Cloudimage GET the Original</td></tr><tr><td>4</td><td>MISS (back to origin) daily peak</td><td>Missing both cache and transformed image on Cloudimage infrastructure</td></tr></tbody></table>

<figure><img src="/files/D9Z3eDNbpF7p4pdA8hLo" alt=""><figcaption></figcaption></figure>

<table><thead><tr><th width="58">#</th><th>Title</th><th>Description</th></tr></thead><tbody><tr><td>1</td><td>Delivery Node TTFB</td><td>Time To First Byte (from moment request is received on Cloudimage infrastructure)</td></tr><tr><td>2</td><td>TTFB (median)</td><td>Median time to first byte (the responsiveness of a webserver)</td></tr><tr><td>3</td><td>TTFB (80th percentile)</td><td>80th percentile of time to first byte (the responsiveness of a webserver)</td></tr><tr><td>4</td><td>TTFB (90th percentile)</td><td>90th percentile of time to first byte (the responsiveness of a webserver)</td></tr></tbody></table>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://docs.cloudimage.io/account-management/dashboards/optimization.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
