Introducing Per-User Database Caching

Introducing Per-User Database Caching

What is database caching? Whenever your website needs to load a page, it usually queries the database to fetch posts, settings, or user information. That’s fast, but not always fast enough. If the same queries are repeated over and over, performance suffers. That’s...