A Multi-Step Strategy for better Full Page Caching
A full page cache is a powerful performance optimization for web-applications with numerous visitors. Instead of performing all the PHP and database work to render the same page over and over again, you cache the resulting HTML once and serve that time and again for a period. But there is room for even more improvement, especially in e-commerce applications that use full page caching.