# When Displayed Photo with Web Block is Displayed Again, Time is Wasted Unnecessarily Thunkable X

**URL:** https://community.thunkable.com/t/when-displayed-photo-with-web-block-is-displayed-again-time-is-wasted-unnecessarily-thunkable-x/120137
**Category:** Questions about Thunkable X
**Tags:** aia
**Created:** [June 25, 2019, 11:11am UTC](https://community.thunkable.com/t/when-displayed-photo-with-web-block-is-displayed-again-time-is-wasted-unnecessarily-thunkable-x/120137 "2019-06-25T11:11:56Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![peacehero](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/peacehero/32/41264_2.png) [@peacehero](https://community.thunkable.com/u/peacehero)
#### Post date: [June 25, 2019, 11:11am UTC](https://community.thunkable.com/t/when-displayed-photo-with-web-block-is-displayed-again-time-is-wasted-unnecessarily-thunkable-x/120137/1 "2019-06-25T11:11:56Z")

</div>

I display same photo with web again and again. But whenever I display it, it take a bit time. I want to that when I display the photo I displayed before, it doesn’t take too time. How to do that? Can I save image temporarily for that? I require image as image object due to the issue I use image slider.

---

<div class="post-metadata">

### Author: ![jane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jane/32/27575_2.png) [@jane](https://community.thunkable.com/u/jane)
#### Post date: [June 25, 2019, 3:22pm UTC](https://community.thunkable.com/t/when-displayed-photo-with-web-block-is-displayed-again-time-is-wasted-unnecessarily-thunkable-x/120137/2 "2019-06-25T15:22:28Z")

</div>

Hi there,

Can you save the image as a [variable](https://docs.thunkable.com/media-db) in your app? An app variable or stored variable would work fine.

---

<div class="post-metadata">

### Author: ![peacehero](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/peacehero/32/41264_2.png) [@peacehero](https://community.thunkable.com/u/peacehero)
#### Post date: [June 25, 2019, 10:53pm UTC](https://community.thunkable.com/t/when-displayed-photo-with-web-block-is-displayed-again-time-is-wasted-unnecessarily-thunkable-x/120137/3 "2019-06-25T22:53:46Z")

</div>

How can I save the image as a variable? With simpleBase64? Which converts image to string and does inverse. I will take maybe as string value using global variables in RAM of phone.

---

<div class="post-metadata">

### Author: ![jane](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/jane/32/27575_2.png) [@jane](https://community.thunkable.com/u/jane)
#### Post date: [June 26, 2019, 2:55pm UTC](https://community.thunkable.com/t/when-displayed-photo-with-web-block-is-displayed-again-time-is-wasted-unnecessarily-thunkable-x/120137/4 "2019-06-26T14:55:20Z")

</div>

How are you getting the image from the web in the first place?

---

<div class="post-metadata">

### Author: ![peacehero](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/peacehero/32/41264_2.png) [@peacehero](https://community.thunkable.com/u/peacehero)
#### Post date: [June 26, 2019, 3:12pm UTC](https://community.thunkable.com/t/when-displayed-photo-with-web-block-is-displayed-again-time-is-wasted-unnecessarily-thunkable-x/120137/5 "2019-06-26T15:12:58Z")

</div>

With url from Google Drive.

---

<div class="post-metadata">

### Author: ![ioannis](https://sea1.discourse-cdn.com/flex015/user_avatar/community.thunkable.com/ioannis/32/146956_2.png) [@ioannis](https://community.thunkable.com/u/ioannis)
#### Post date: [November 8, 2024, 12:13pm UTC](https://community.thunkable.com/t/when-displayed-photo-with-web-block-is-displayed-again-time-is-wasted-unnecessarily-thunkable-x/120137/6 "2024-11-08T12:13:15Z")

</div>


