Caching Drupal

HTML Cache

When a server sends an HTML page, it can set caching instructions in the header that tell your browser how long to use the cached copy before fetching a new one.

Private browser cache

This is the store of http cached content in your browser.

Cache-Control

Cache-Control: max-age=3000

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Cache-Control

Expires

Sets date and time to expire cache.

Overridden by Cache-Control: max-age.

https://developer.mozilla.org/en-US/docs/Web/HTTP/Headers/Expires

Page cache

Dynamic cache

Render cache

Big Pipe

 

Topics