wsick / Fayde

Inspired by Silverlight; XAML engine using Javascript and rendering to the HTML5 Canvas.
MIT License
189 stars 27 forks source link

Image from cached memory #226

Closed JigsSodvadiya closed 8 years ago

JigsSodvadiya commented 8 years ago

Hi,

We are using some images frequently. So Is it possible one first time download from server another time no need to download.

BSick7 commented 8 years ago

Are you wanting to do a download of all images upon initialization or load the images on-demand?

JigsSodvadiya commented 8 years ago

I want to load image on-demand once than after access that image from cached memory.

BSick7 commented 8 years ago

Your browser should handle that for you.

JigsSodvadiya commented 8 years ago

Can I Know, what thing I have to configure in Browser.

BSick7 commented 8 years ago

By default, the browser will cache images based on the full request path. I usually have chrome devtools to force a cache refresh. Make sure yours isn't set up for that.

BSick7 commented 8 years ago

This seems resolved. Closing.