02-23-2011 03:38 AM
So on the simulators doing a window.location or window.location.href to a local .htm file works fast... however on a 8530 running 5.0.0.601 it takes several seconds for them to load. Is this normal? I have the main javascript events firing after the page loads.
02-24-2011 03:04 AM
I think it's not wise to compare between Simulator and the real device, because there are so many different conditons each others, like hardwares, processor speed, RAM capacities, storages, performances, etc.
02-24-2011 12:03 PM
I appreciate the in-site on the sim vs real. As far as my problem at hand, is there any best practices to get pages to load quicker? Can I use cache for common js files?