Subscribe to access all episodes. View plans →

#80: Proactive Caching

Published February 4, 2019

In episode 79 we used Cachex to lazily cache our categories when a user first requests them.

This works great, but one thing to point out here is that on the initial request the categories are still being queried for from the database and since our categories are static and we know that we’re going to need to display them, let’s explore another caching strategy - proactive caching.

© 2024 HEXMONSTER LLC