vivliostyle-cli icon indicating copy to clipboard operation
vivliostyle-cli copied to clipboard

Feature request - Warm up build environment to accept multiple build requests

Open danvim opened this issue 6 months ago • 1 comments

Is it possible to pre-launch the headless browser to anticipate multiple later CLI calls to build outputs so it reduces the overhead in launching the browser/preparing the environment?

danvim avatar Jun 12 '25 10:06 danvim

We also received a request in #560 to build output on demand on request. Currently, it is possible to run this in a separate process using child_process by request, but we recognize that this is not the best approach for performance.

spring-raining avatar Jun 15 '25 03:06 spring-raining