We have an iOS app, which is a wrapper (UIWebView
) for our mobile site with some additional functionality (push etc).
When the site is loaded in Safari, most of it is cached, so reload is very quick (around 3s).
However, in the app, the content is not cached, resulting in much slower load (16s).
We've experimented with loading other mobile sites in our app, and they seem to cache after the first load. So there is something specific to our mobile site which is causing it not to cache.
Any ideas on what this might be, or where we can start looking?
Thanks,