Resources (images) loading time

K

Keven Corazza

Hi,

in my netcf application I've to load several images (around 50) 24x24. The
images are loaded in an imagelist.

I've notice that the load of this images (by using resources.getobject)
require a lot of time (15 sec more or less).
Is there a way to speed up the loading of the images ?

Thank you in advance.

Keven Corazza
 
J

Jin Chang

15 seconds sounds awfully long. Are you sure you're not also
including the start-up time for your netcf application itself? netcf
apps require JIT compilation which eats up initial loading time.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top