Closed mskasal closed 3 years ago
I believe you would want to use the rendertron middleware directly for this use case: https://github.com/GoogleChrome/rendertron/tree/main/middleware
Apologies for the extremely slow response :)
Also please note that prpl-server is now in maintenance mode. Please see https://github.com/Polymer/prpl-server#prpl-server for our recently added maintenance mode notice, and recommendations for alternatives.
I would like to configure Rendertron when I am using CLI which using Rendertron middleware.
I believe these options quite important.
For instance, I want to skip
image
renderings sake of performance. I am able to do that when I use middleware like this;If I am missing something or there are a better options to achieve these please tell me. Thanks.