Prevent unnecessary ajax calls
If there are multiple inline-svg image instances on the page with the same src, load the svg content for those images on a single ajax call, instead of making many ajax calls.
If there are multiple inline-svg image instances on the page with the same src, load the svg content for those images on a single ajax call, instead of making many ajax calls.