> For the complete documentation index, see [llms.txt](https://7iquid.gitbook.io/carmelina-wordpress-theme/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://7iquid.gitbook.io/carmelina-wordpress-theme/faqs/my-website-is-slow.md).

# My website is slow

Improving the speed of your WordPress website involves several ways, from optimizing images to using caching plugins.

You can reduce your uploaded image size and optimise image using a plugin. For example <https://wordpress.org/plugins/wp-smushit/>

You can also reduce the server response time, you can use VPS hosting plan instead of shared hosting.

You should be use caching plugin to store static versions of your site, reducing server load and speeding up page loading times for returning visitors. We would recommend purchasing [WP Rocket cache plugin](https://trk.klclick.com/ls/click?upn=f60ktdMatoAvzNewJWkPOuG9II7rvTiaBQWc6yOdSmN9eP4xQPAHr1TjOAFhVlHniD1Kk4vAhZaUMtootbU0vxip6l3n7AQmVutsmBtsGfXfO1Y6wN2HMsh2BdU2D-2BQQYX66rV1JbOXGnNrxRxaexPVOE8WrvlJm6wD7xL1SkLU-3D2pJb_Fn1k-2FaWRW-2BytS2aEFUwsWBogpuQgQo5U8gZROhtCB5XFhfKp0uU-2BkDUu-2B9WWxvWx-2F2NWRNYac2lJCDFHlwQ3A54cL6t4GINQiJS7YEi-2BwP1HZKTGPbKTQfRhKNml5kXwi9Oxz-2Bxw2eby2Ezkw95T-2BlTHtiCjedINX96j1uK1w41yWBwtxKEIOh-2BnfDclBtW1kAD4qczK0mtiyCT7JrSCqGJAmo57XZ2NiKI4dT4mKjuohkNjL81lf8yCOaEZ2f6YHPh-2BJB-2F-2FbgEKjnqoKMLeTpUDPYCks-2BA3-2F6rejJTJD369FUfVPf2NCukkngotnYdZxuQW9WOqXHcPhY0vA-2BWy7aC2fm95-2F0Nxn-2Bg9wCU8G5eLib0Xo6bkX6ydTUELQOROm0K2faoeYjH92q-2BSyYa3pQ-3D-3D) or [WP-Optimize](https://wordpress.org/plugins/wp-optimize/) plugin for free


---

# 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://7iquid.gitbook.io/carmelina-wordpress-theme/faqs/my-website-is-slow.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.
