Skip to content

Latest commit

 

History

History
24 lines (13 loc) · 928 Bytes

File metadata and controls

24 lines (13 loc) · 928 Bytes

Pre-rendering: Caching

All pre-rendering engine results are cached by default. Cache TTL can be changed in the pre-rendering settings, individually per host.

Why cache results?

Caching offloads your origin, saves bandwidth, and speeds up sequential requests to the same pages by web crawlers — resulting in a better SEO score for your website.

Requests served from cache are not billed, making pre-rendering cheaper the more it is used.

Cache TTL

Cache TTL is set per host and ranges from 2 hours to 744 hours (31 days).

Set Pre-rendering Cache TTL screenshot

Cache purging

Full cache purges are limited to once per 2 hours, but any specific page can be purged individually at any moment. See cache purging for details.

Related