rendertron
rendertron copied to clipboard
A Headless Chrome rendering solution
We have a check on the userAgent (with https://github.com/browserslist/browserslist-useragent-regexp) to ensure browsers are recent. With this old userAgent, Rendertron displays our "not-supported-browser" page and therefore the smartphone bots do not...
Why? - there is no way to see javascript logs when a page is pre-rendered. If a particular bug only happens when pre-rendered, it's not possible to see what the...
I discovered an interesting bug that confused me for about a day. When you call the "render" endpoint on a rendertron instance that uses memory cache you can either use...
In my organisational project I had to forward all the headers to browser so that it can be cached and all the time we do not have to make server...
Hey there. is there any possibility to set the user agent for the rendertron requests? Regards CK
I implemented this PR to resolve #754 . Added the `waitUntil` option for the rendertron configuration. ### How to use the configuration update: (config.json) ```json { ... "waitUntil": [ "domcontentloaded",...
I setup a ubuntu server which have 2GB ram and 2GB swap, after i setup the rendertron server and let it run like 1 or 2 days, it just suddenly...
Can we deploy this code in lambda function using server less koa? https://www.npmjs.com/package/aws-serverless-koa
Could you please help to understand why rendertron cuts page URL which is used in tag as a page default URL ? Reference: https://github.com/GoogleChrome/rendertron/blob/main/src/renderer.ts#L226 I ams asking as it leads...
As our caching options became more flexible and caching is an integral part of Rendertron we would like to introduce a different way of handling cache configuration. Currently, the cache...