# What resolution should my have photos?

**URL:** https://community.glideapps.com/t/what-resolution-should-my-have-photos/31741
**Category:** Ask for Help
**Created:** [September 13, 2021, 8:18pm UTC](https://community.glideapps.com/t/what-resolution-should-my-have-photos/31741 "2021-09-13T20:18:06Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Luis\_Siles](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/luis_siles/32/9384_2.png) [@Luis\_Siles](https://community.glideapps.com/u/Luis_Siles)
#### Post date: [September 13, 2021, 8:18pm UTC](https://community.glideapps.com/t/what-resolution-should-my-have-photos/31741/1 "2021-09-13T20:18:06Z")

</div>

Hello everyone, I have a pro app that handles many photos per user, I want to know how can optimize so that it is not heavy.  
For example, what resolution should my photos have so that they look good on a tablet and cell phone, and computer.  
In my case we have a photographer who takes the photos, I understand that the app is fully downloaded to the cell phone, as I prevent it from downloading the photo each time. I did not find documentation about it, can you guide me how I should work?

---

<div class="post-metadata">

### Author: ![Jeff\_Hager](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/jeff_hager/32/43_2.png) [@Jeff\_Hager](https://community.glideapps.com/u/Jeff_Hager)
#### Post date: [September 13, 2021, 8:52pm UTC](https://community.glideapps.com/t/what-resolution-should-my-have-photos/31741/2 "2021-09-13T20:52:33Z")

</div>

It’s true that the database is downloaded to the phone every time you open the app, but just like any website, images should only be downloading and caching as they are needed, so only if they are displayed on the screen. In most cases, glide already optimizes the images for you, especially on inline lists. I’m not sure how much they optimize for larger image or title components. I guess I’ve never paid attention to the resolution of an image, but I’ve never seen any quality issues. If you are displaying a lot of images at once, then it may be heavy because it needs to download and cache each image the first time it’s viewed.

I don’t know if there is an ideal resolution for images. I guess you can try to go as small as you can without losing quality. You would probably have to test different image resolutions.

---

<div class="post-metadata">

### Author: ![Rosewebstudio](https://sea2.discourse-cdn.com/flex002/user_avatar/community.glideapps.com/rosewebstudio/32/12261_2.png) [@Rosewebstudio](https://community.glideapps.com/u/Rosewebstudio)
#### Post date: [September 13, 2021, 9:07pm UTC](https://community.glideapps.com/t/what-resolution-should-my-have-photos/31741/3 "2021-09-13T21:07:21Z")

</div>

In case you didn’t see this about glide and images

> [@Does glide download the image url or just display it?](https://community.glideapps.com/t/does-glide-download-the-image-url-or-just-display-it/10827/2):
>
> Neither. Glide heavily caches your images and optimizes them per device, changing their format and resolution to load optimally for each operating system and screen density. I’m guessing that you’re asking because you’ve updated an image and it’s not updating in your app. If so, please see [How can I cause my images to update whenever they change?](https://community.glideapps.com/t/how-can-i-cause-my-images-to-update-whenever-they-change/364)

If you really want to reduce the size of images there are plenty of optimisation sites out on the web for you to use - I’m sure your aware of this.

There are some great image resources here [https://www.heyb3.com/resources/glide-app-resources](https://www.heyb3.com/resources/glide-app-resources)

 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/9/e/9e7493f372baa309450b940c9b3d4e27558eff30.jpeg)  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/4/a/4ab898be3e80e714fdfe036aedfc613566685787.jpeg)  
 ![image](https://us1.discourse-cdn.com/flex002/uploads/glideapps/original/3X/3/5/355a804cf4768149312bd089b11f7dade96646f3.jpeg)
