I want to talk about transients, this little, but so useful caching system included in WordPress Core. This famous (or not ?) API is a friend, let’s see some concrete cases to lower external requests, avoid to perform same DB queries, pass param without using a param (what??), transients are used more than you think. You will learn how it works, how and why to use it, the goal is to reduce your website’s loading time.