Great!
Our hosting company for our church site is a bit slow, which is noticeable on the app – takes a few seconds to get the content. Did some checks and found it was mostly waiting for the server not the processing and data download (2secs for us, of which 1.94s is waiting for server response). So I’ve been working on caching app content, so you just get that wait just when a church updates it’s app content and then page response in the app is instant. Won’t cache the calendar, or news pages, but everything else can be cached. Should be a game changer, but spending a lot of time testing scenarios.