angular - How to load all images I will use in one services? -


i wondering, how can load of images collection of strings, example:

['/picutre1.png','/picture2.png'] 

when navigating webpage displays images, user has them cached? enough make request those?

based on kind of images services return. if services can return base64 images think can store kind of cached redis or memcahced.

so in every webpages need images can set unique key bind images.

sorry bad english


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -