# Datasource

**URL:** https://community.glideapps.com/t/datasource/38950
**Category:** Ask for Help
**Created:** [February 25, 2022, 10:44am UTC](https://community.glideapps.com/t/datasource/38950 "2022-02-25T10:44:22Z")
**Posts on this page:** 4
**Page:** 1

<div class="post-metadata">

### Author: ![Dieselone\_Group](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dieselone_group/32/37803_2.png) [@Dieselone\_Group](https://community.glideapps.com/u/Dieselone_Group)
#### Post date: [February 25, 2022, 10:44am UTC](https://community.glideapps.com/t/datasource/38950/1 "2022-02-25T10:44:22Z")

</div>

![1](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/5/9/59fd3739a2245d172d2377be99d6056dfa0b2fae.jpeg)

hello i subscribed to private pro, i switched from google sheet to glide table, but on the way i was wrong, i deleted the google sheet that was on my google drive, after i refresh it appeared glide could not reload the sheet, can you help me because the application doesn’t can save and there are no changes in my project

---

<div class="post-metadata">

### Author: ![ThinhDinh](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/thinhdinh/32/49_2.png) [@ThinhDinh](https://community.glideapps.com/u/ThinhDinh)
#### Post date: [February 25, 2022, 1:19pm UTC](https://community.glideapps.com/t/datasource/38950/2 "2022-02-25T13:19:31Z")

</div>

I don’t think we have the ability to remove a Google Sheet as a data source, as of now.

If you have not permanently deleted it, maybe you can go to your “Trash” folder in your Drive and restore the file?

---

<div class="post-metadata">

### Author: ![Dieselone\_Group](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/dieselone_group/32/37803_2.png) [@Dieselone\_Group](https://community.glideapps.com/u/Dieselone_Group)
#### Post date: [February 26, 2022, 10:10am UTC](https://community.glideapps.com/t/datasource/38950/3 "2022-02-26T10:10:23Z")

</div>

this problem has been solved, I want to ask why my mobile apps are very slow, when I just open it takes 8 - 9 seconds, the data is still not much, there is 1 relation to image, where is the problem, I have used the glide table

---

<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: [February 27, 2022, 1:11am UTC](https://community.glideapps.com/t/datasource/38950/4 "2022-02-27T01:11:57Z")

</div>

Hi @Dieselone_Group, I notice that your home screen is a details layout and you have x3 inline lists there. If you have many records in each of these inline lists, it could explain your app being a little slow. I would not expect it to be _very_ slow though.

As an example, recently I built a screen with about 15 inline lists and a total of about 100 records on the screen. The scrolling behavior was not smooth. The performance improved when I replaced the 15 inline lists by one single list where I used grouping instead. I understand you cannot always find such an easy solution, this is simply an example.
