A single server setup is where everything runs on one machine—your web application, database, cache, and all business logic.
Going to the database repeatedly is slow and operations-heavy. Caching stores recent/frequent data in a faster layer (memory) ...