I read this on Wikipedia:
Data URIs are not separately cached from their containing documents (e.g. CSS or HTML files) so data is downloaded every time the containing documents are redownloaded.
Does this mean that my code is downloaded every single time a page is refreshed or whenever the user clicks on a navigation link? What can I do to cache the data-uri's?
ps - i'm just talking about 20 or so small png files (mostly silk icons but 2 * 16KB files as well)