A cache that stores the complete rendered HTML of a page and serves it directly to anonymous visitors, bypassing PHP and database entirely. Typically implemented via static file caches or CDN edge caches.
A cache that stores the complete rendered HTML of a page and serves it directly to anonymous visitors, bypassing PHP and database entirely. Typically implemented via static file caches or CDN edge caches.