dragthor / south-ridge-app

South Ridge Community Church (Clinton, NJ) mobile iOS and Android application.
4 stars 3 forks source link

album cover photo should be cached #15

Closed dragthor closed 12 years ago

dragthor commented 12 years ago

The album cover photo should be cached. Currently, we are making a browser Json request each time the view is loaded. This should not happen as we should really be limiting the number of requests and network traffic. Also, this method should be using the lower level request object & request method.

dragthor commented 12 years ago

We still need to write the caching code but as of v1.4 we are not using the browser .ajax method.

dragthor commented 12 years ago

This is now fixed with v1.5.