I am creating an ASP.NET Web Forms website and I need to optimze the loading time of the website. One of the methods will be to make images load from dfferent servers.
For all images exposed through aspx pages or user controls I use an utility that transforms the relative link of the resourses into an absolut one, linking to the preferred server resource.
I need to be able to do the same thing with images loaded from CSS files, meaning that for each image that is going to be loaded from the css file I need to change the src attribute to a prefered one. Do you know any tool that will do this, or any solution I can apply for my problem ???