Skip to content

Latest commit

 

History

History
9 lines (5 loc) · 314 Bytes

File metadata and controls

9 lines (5 loc) · 314 Bytes

Page caching

A page cache saves dynamically generated pages and serves the pre-generated (cached) page to reduce server load and site loading time (by avoiding the re-loading and execution of PHP scripts).

Best practice

  • Use server caching.
  • Use browser caching: expires headers, cache-control headers.