I think it's chartjs, when I disable it the page doesn't flicker.
Probably due to the way it handles responsiveness (computing bounds during page load).
You could try wrapping the new Chart(...) calls with setTimeout 0 so it only renders the chart after the first frame.
1 year ago
3
0
0
0