Since the Youtube API has quota limits, try to limit unnecessary calls to it.
Right now every time you load a channel page, it gets new lists of videos from Youtube.
Instead... it should store the last time it fetched the list for that channel, and only fetch new videos if it's been more than 24 hours since the last time.
We may also want to look into fetching more videos from the list.
Since the Youtube API has quota limits, try to limit unnecessary calls to it. Right now every time you load a channel page, it gets new lists of videos from Youtube. Instead... it should store the last time it fetched the list for that channel, and only fetch new videos if it's been more than 24 hours since the last time. We may also want to look into fetching more videos from the list.