Rendering chords in the chord fingering list is singlehandedly slowing down the home page. This is especially true when rendering tabs or notes using VexFlow.
Every chord in the list should not be rendered at once, but only the ones that are visible. As the user scrolls, chords need to be rendered just before they come into view to avoid any lag.
Rendering chords in the chord fingering list is singlehandedly slowing down the home page. This is especially true when rendering tabs or notes using VexFlow.
Every chord in the list should not be rendered at once, but only the ones that are visible. As the user scrolls, chords need to be rendered just before they come into view to avoid any lag.