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

# Optimization

**GreenMart** is created with speed and performance in mind. On its own, Fana is highly optimized and provides you with the ability to get extremely high-speed test scores on tools like GTMetrix, Google PageSpeed Insights, and Web Page Speed Test. Having said this, your site's speed and performance do not entirely rely on the theme and what you put into it also has a great impact on your speed scores. Continue reading below to learn more about site optimization.

When it comes to optimization, **Greenmart** plays a much smaller part than you would imagine. **Greenmart** is optimized so that it's fast on its own, but ultimately, user content will dictate how fast your site will perform. Images play a huge factor in speed results, as well as hosting, servers, extra plugins, content, and more.

For example, if you have a site that's 1100px wide and uploads a 2000px image on a page, your page speed score will drop heavily. This is because places like Google or GTMetrix will see an 1100px container that unnecessarily has an image on it that is twice its size.

#### You can see articles on how to speed up your website here <a href="#optimization-1" id="optimization-1"></a>

{% hint style="info" %}
[Thembay's guide to speeding up your website.](https://thembay.com/tag/speed-up/)
{% endhint %}


---

# 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://thembay-docs.gitbook.io/greenmart/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.
