I have an SVG sprite with many images (#img1, #img2...).
Why my browser download each images individually?
As you can see, I tried to load the SVG without id, no result.
I have an SVG sprite with many images (#img1, #img2...).
Why my browser download each images individually?
As you can see, I tried to load the SVG without id, no result.
Duplicate requests to the same resource can be caused by the browser cache being disabled. To ensure it is enabled, click the little arrow within the Net panel tab and uncheck Disable Browser Cache from the menu.