# My Apps getting Slower

**URL:** https://community.glideapps.com/t/my-apps-getting-slower/67991
**Category:** Ask for Help
**Created:** [November 21, 2023, 8:57am UTC](https://community.glideapps.com/t/my-apps-getting-slower/67991 "2023-11-21T08:57:31Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![biha](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/biha/32/84110_2.png) [@biha](https://community.glideapps.com/u/biha)
#### Post date: [November 21, 2023, 8:57am UTC](https://community.glideapps.com/t/my-apps-getting-slower/67991/1 "2023-11-21T08:57:31Z")

</div>

My user needs 15-25 seconds, sometimes to 30 seconds or more to open the apps. What can I do to make sure the apps run faster? It’s makes user feel not interested to use. Please help.

---

<div class="post-metadata">

### Author: ![Alpha\_University](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/alpha_university/32/91520_2.png) [@Alpha\_University](https://community.glideapps.com/u/Alpha_University)
#### Post date: [November 21, 2023, 4:25pm UTC](https://community.glideapps.com/t/my-apps-getting-slower/67991/2 "2023-11-21T16:25:55Z")

</div>

I had a similar issue not long after I started using Glide, I discovered that using the built in features (Relations, Look Up, Single Values, Math) significantly increased the speed of the app. I had a separate sheet for nearly everything, mainly because it was a lot to learn and I wanted a quick solution.

Not sure if you’ve done all of the training on how to optimize the features that are built in Glide, but I would highly recommend it if you haven’t… Too much data from one place appears so have a serious impact on the performance, which makes sense when you think about it. Hope that helps.

---

<div class="post-metadata">

### Author: ![nathanaelb](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/nathanaelb/32/43079_2.png) [@nathanaelb](https://community.glideapps.com/u/nathanaelb)
#### Post date: [November 30, 2023, 2:24am UTC](https://community.glideapps.com/t/my-apps-getting-slower/67991/3 "2023-11-30T02:24:25Z")

</div>

Have you tried searching the community forum for “app performance”? There have been many topics on this exactly.

The basic idea:

- Load only the data that is needed (Data Editor: row owners, roles)
- Don’t load unnecessary components (Layout Editor: avoid visibility conditions all over the place or too many collections on a single screen)

I would search the forum, it’s been discussed.

> [@Glide apps builder very slow in browser](https://community.glideapps.com/t/glide-apps-builder-very-slow-in-browser/66530/2):
>
> There have been a lot of good explanations by Jeff about app performance. I wish I had bookmarked some of his posts. A few ideas. Data Editor: send only needed data to the user’s device and if possible keep things in Glide If possible, use Glide Tables over any other 3rd-party data source (Google Sheets, Excel, Airtable, etc.) Avoid Airtable. The amount if troubleshooting and questions in the forum are a good indicator that Airtable is to be avoided. This is my personal view only. When appro…
