Here's some awesome tips to optimize UIWebView's performance from WIll Kiesfer: Performance Notes: * Cache UIWebViews, saves time on setup * When profiling also look at CoreAnimation tool and VM tracker * JavaScript is slow (e.g. JQuery), because JIT compiler is not available for web views *...