Page 1 of 1

Caching images?

Posted: Wed Sep 02, 2015 5:55 pm
by bmon
Howdy ... If I have two different web pages that load the same graphic, will Spider Basic check the cache first to see if the image is already there before loading again? As long as the specified image location remains the same for both "LoadImage" calls? Thanks!

Re: Caching images?

Posted: Thu Sep 03, 2015 10:14 am
by Fred
It should cache it, as it's the browser which handle the request.

Re: Caching images?

Posted: Thu Sep 03, 2015 9:26 pm
by bmon
Thank you Fred!