Run from cd-rom

diegomelo

New member
Hi. I’m from Brazil, so, I translated this message with Google. 😛

I need to run a program compiled with ExeOutput on a CD-Rom. In the program, a list of images is carried by a link via Ajax. When the program is running for the first time that loading takes too long, giving the impression that the program crashed. After the first click, they load faster. Is there any way to do this “preloading” before the clicks, to the images load faster?

BTW, the images are in the folder “Data”, not compiled with .exe. The sqlite database, from which are taken the names of image files, is also in this folder.
 
Last edited:
CD-ROM is rotational storage, try to run from USB and see differences.
If you see difference after first run, your images probably are in browser cache after first use.
Another reason could be how you use sqlite.
 
Last edited:
Back
Top