Faster Templates With The Transients API

One of WordPress’ best-kept secrets is the Transients API, which provides a built-in means to cache certain template markup in the database. You can use it to easily customize personalized pages for logged-in users, selectively cache parts of a template for different time lengths, and speed up the rendering of pages that just won’t work on a static cache. We’ll examine some use cases and how transients can help us solve common site caching challenges.

Speaker