The-Apiary / buzz

A podcast client with functionality inspired by Rdio
0 stars 2 forks source link

Improve load times through side loading assets. #6

Closed everett1992 closed 10 years ago

everett1992 commented 10 years ago

When a associated object is not loaded Ember will try to fetch it from the server. Even if there are many similar requests ember will do separately. If Ember has a list of Subscriptions, it will load each subscriptions Podcast in separate requests.

This can be avoided by bundling associated data in the original request and should be done whenever possible.