
Prerender
Prerender uses Headless Chrome to render HTML, screenshots, PDFs, and HAR files out of any web page, in order to serve them to crawlers.
Official integration
Created - Last update
Prerender is a node server that uses Headless Chrome to render HTML, screenshots, PDFs, and HAR files out of any web page. The Prerender server listens for an http request, takes the URL and loads it in Headless Chrome, waits for the page to finish loading by waiting for the network to be idle, and then returns your content. You can choose wheter to expose it as a web app, or not.
Deployed services
prerender
tvanro/prerender-alpine:6.4.0
3000
always
4Variables
Enable memory cache?
Default: 1
$$cap_memory_cacheServe cache responses in memory.
Cache Max Size
Default: 10000
$$cap_cache_max_sizeMax number of objects(pages) in cache.
Cache time to live in (seconds)
Default: 7200
$$cap_cache_ttlMaximum time to live in seconds of objects(pages).
Optional: Blacklisted domains, separated by ",". Leave empty if none.
Default: undefined
$$cap_blacklisted_domainsBlacklisted domains which will not be pre rendered. E.g: yahoo.com,www.google.com