Group: Forum Members
Posts: 7,
Visits: 84
|
Hi Rob,
There is nothing in your scripts that would tell Inquisit that it needs to download any images upfront. This is not a problem when you run the task locally on your computer, because the images will already reside there. Not so when the task is online. Thus, Inquisit then has to reach out to the server and download images while the task is already running. To prevent this, add a <picture> element to the scripts that references the images <item> element.
<picture downloadimages> / items = images </picture>
Inquisit then knows that it has to download image files, will download them upfront, and that will eliminate any delay at runtime.
Regards, -David
|