You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
API calls for the show listing page require individually caching when successful. For Fireside, this will be a cache of the entire json call, for YT this will be a cache of the entire (paged) YT result set.
Results should be cached for 24 hours - was considering caching until the following week (Thursday morning), but we don't upload the podcasts on a consistent schedule, so its possible that a podcast won't be available on our site for long periods, even though they are available in the API feeds.
This will speed up the show listing page considerably - it currently takes a few seconds to render, this will reduce the call to a few milliseconds when cached.
The text was updated successfully, but these errors were encountered:
API calls for the show listing page require individually caching when successful. For Fireside, this will be a cache of the entire json call, for YT this will be a cache of the entire (paged) YT result set.
Results should be cached for 24 hours - was considering caching until the following week (Thursday morning), but we don't upload the podcasts on a consistent schedule, so its possible that a podcast won't be available on our site for long periods, even though they are available in the API feeds.
This will speed up the show listing page considerably - it currently takes a few seconds to render, this will reduce the call to a few milliseconds when cached.
The text was updated successfully, but these errors were encountered: