vimb icon indicating copy to clipboard operation
vimb copied to clipboard

Avoid/Reduce Layout Thrashing in hinting script

Open fanglingsu opened this issue 5 years ago • 1 comments

The hinting script uses a lot of methods that measure the style and dimensions of DOM-Nodes which causes syncronous Recalculations of the layout wich is expensive see https://developers.google.com/web/fundamentals/performance/rendering/avoid-large-complex-layouts-and-layout-thrashing It's the target of this issue to find/evaluate a method to avoid some of the recalculations to speed up the hinting JavaScript (https://sking7.github.io/articles/449317090.html).

fanglingsu avatar Oct 15 '20 09:10 fanglingsu

This issue has been automatically marked as stale because it has not had activity within the last 60 days.

stale[bot] avatar Dec 25 '20 11:12 stale[bot]