You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
Most likely due to the fact that there are A LOT of elements on this page, just thought I'd check to see if anyone else was seeing this behavior. I'm not sure what a good solution would be except for maybe pagination / lazy loading.
Images can also be a big pain to rendering engine. Or start with sections collapsed. It seems when I collapse all and tab back and forth it seems to be regular speed.
Or crazy idea here, iframes, but all the sections into iframes. Don't look at me like I'm crazy iframes have a unique behavior where upon the root has to relyaout it just recalcs the iframe's position and not the iframe's contents / child nodes. Think about that one for a while ;) this could theoretically be big perf win. I never tried it myself but theoretically!!