> For the complete documentation index, see [llms.txt](https://docs.appmysite.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.appmysite.com/app/performance/app-speed.md).

# App speed

## Why is the speed of my app slow?

The speed of your mobile app is directly influenced by the response time of your website’s database. Since AppMySite **fetches data in real-time using REST APIs**, any delays in your website's response will impact your app’s performance.

{% hint style="warning" %}
Understanding response time

* AppMySite does not store your website data but retrieves it dynamically via REST APIs.
* If your website loads quickly in a browser, it doesn’t necessarily mean the app will load at the same speed.
* The database response time is the key factor affecting app performance.
  {% endhint %}

### **Factors that may slow down your app**

Several factors could be impacting the database response time and slowing down your app:

* Lack of image optimization on your website. Images take longer to load and slow down the response time of your website’s database.
* The location of your server. We suggest using CDNs to ensure your website loads fast anywhere in the world.
* The number of plugins on your website. Too many plugins can slow down the response time of your website, especially if they make too many requests to your WordPress database.
* The reliability of your website host. We suggest you invest in a reliable hosting partner that can guarantee a certain level of database response time. You can visit the[ Performance module](https://app.appmysite.com/performance/web-hosting) in your AppMySite account for more guidance on this.

{% hint style="warning" %}
If your app is built using the Web-to-App solution, the app simply renders your website inside a web-view interface. The app’s speed depends entirely on your website’s loading speed.
{% endhint %}

{% hint style="success" %}
How to diagnose performance issues:

* Visit the Performance module in your AppMySite account for optimization tips.
* Use the Connectivity troubleshooter to check your app's response time. If the results show unusually high response times, you may need to optimize your website.
  {% 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://docs.appmysite.com/app/performance/app-speed.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.
