> For the complete documentation index, see [llms.txt](https://help.appplaza.app/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.appplaza.app/speed-optimizer/speed-up/asset-image-optimization.md).

# 🖼️ Asset image optimization

{% hint style="info" %}

### Who can use this feature?

Asset image optimization is available on the **Pro** and **Expert** plans.
{% endhint %}

### What is Asset image optimization?

Your theme has its own set of images: logos, decorative backgrounds, icons, hero banners. These show up on every page, so even a small saving on file size adds up fast.

This feature compresses those theme images automatically.

### Why use Asset image optimization?

* **Speeds up every page** — theme images load on every page, so the savings compound across your whole store.
* **Fully automatic** — compresses your theme's images in one pass, no manual selection needed.
* **Catches what product compression misses** — handles logos, icons, banners, and backgrounds that Image compression doesn't touch.
* **Safe to apply** — changes go to a theme you choose, so your live store stays in your control.

\
⚙️ How to use Asset image optimization

#### Step 1: Open Self-optimize

Go to **Speed up → Self-optimize**.

*\[Screenshot: Speed up page with Self-optimize tab open]*

#### Step 2: Turn on Asset image optimization

Turn on **Asset image optimization**.

*\[Screenshot: Asset image optimization toggle switched on]*

#### Step 3: Apply to your theme

Click **Speed up now** and pick a theme to apply changes.

*\[Screenshot: Speed up now button and theme selection modal]*

### 📌 Merchant Notes

* **Product, collection, and blog images** are handled separately by **Image compression** — this feature covers only the images built into your theme.
* Theme images appear on **every page**, so compressing them gives a store-wide speed benefit.
* This feature requires the **Pro** or **Expert** plan.
* For an overview of all optimization features, see **Speed up**.

Contact us in live chat if you have any problems.

<br>


---

# 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://help.appplaza.app/speed-optimizer/speed-up/asset-image-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.
