the height capturing phase is pretty slow. It might be possible to speed this up by a) making use of a single running electron instance and feeding that a redirect or b) change the compile pipeline so that all the components heights can be captured at once and do a single complete render pass after that or c) do a multipass render where each components height is set only after the components page is rendered.
the height capturing phase is pretty slow. It might be possible to speed this up by a) making use of a single running electron instance and feeding that a redirect or b) change the compile pipeline so that all the components heights can be captured at once and do a single complete render pass after that or c) do a multipass render where each components height is set only after the components page is rendered.