1
I’m creating a site that contains several SVG images. I’ve tried creating a Sprite with some images and embedding them directly into CSS (background-image).
After searching for several days I could not find any solution to improve the image loading that works in all browsers (IE10+) and that does not need to download dozens of files.
How to optimize image loading in SVG?
Nope, is a SPA, all images should be loaded when the page is accessed. In addition several images are already displayed on the home screen
– Pilati