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.
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.