I have a force directed layout which i want to improve to append images to nodes based on a property. As such, when the data scales to a large number of devices and I refresh a lot I'm in danger of generating a lot of calls for the images if I use xlink URIs.
Do you know if its possible (or indeed the normal behaviour) to cache responses. Alternatively is it possible to store all the images in a variable (a lot of them are duplicated) and populate the image element with data from the variable?
Thanks!