Images are only downloaded when they're first accessed and there's a cache miss. This works through a special endpoint I have that downloads the original image, generates a bunch of sizes and then redirects to the appropriate one. Any following page loads have direct links to local copies instead of that endpoint.