In this case I am using persistent storage. I am noticing that images (even very low-res ones, like 40 KB and 300x300px) have a "mandatory" loading delay of about 500ms. Of course, being Javascript, I can pre-load all the images I am ever going to use, but this would kill memory usage. I can also pre-load the images before loading the new page, but that's a bit cumbersome. I am not sure if there is some trick to eliminate or reduce this delay.
I am using Cordova/Crosswalk (crosswalk-cordova 10.39.235.13-arm), which runs Chrome 39.0.2171.71.
Any idea to make this faster and/or as instant as possible?