Resources (images) loading time

  • Thread starter Thread starter Keven Corazza
  • Start date Start date
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
 
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.
 
Back
Top