Hacker News new | ask | show | jobs
by fbouvier 492 days ago
Yes, argentic workflows are one of our use cases for Lightpanda.

We skip the graphical rendering of the web page for instant startup, fast execution and low resources usage.

1 comments

Can skipping rendering affect website behavior? What happens when JS tries to get layout/color information? How often does this break a website?
They skip rendering but maybe don't skip layout and style computation?
Does it save much resources at all then? Id think that style computation and layouting takes a large chunk of the total resources used.