Locally stored images?Solved

Does this mod just make a list of links for external HTTP requests for images?

Does the mod cache all the images locally for quicker use as requests from plugins come in, or does it cache all the images OnLoad?

Or does the server ask for the image again each time from the web?

My goal is to get all the images that I use for ServerInfo (am gonna switch to UniveralUI), kits, store, etc to be stored locally for better performance.

Thank you,

I believe the images are cached locally after downloading from the specified URLS, and the client gets those images and caches them locally as well.
Sometimes images don't load right away and you have to reload ImageLibrary or the plugin making use of ImageLibrary so it maybe is a good idea to store the images locally? Is this possible? How would one do this?
Locked automatically