NEW247783
Janky interaction with the page for large Google Colab notebooks
https://bugs.webkit.org/show_bug.cgi?id=247783
Summary Janky interaction with the page for large Google Colab notebooks
Vladimir Prelovac
Reported 2022-11-11 00:20:09 PST
Load: https://colab.research.google.com/drive/1qA_xbKQl8xZH_oqXwjywkI8spiD2vgE2 Try fast scrolling the page. It will be very janky and uncomfortable. In general working with large Colabs is very slow. On Firefox (and Chrome) it is sikly smooth.
Attachments
Radar WebKit Bug Importer
Comment 1 2022-11-11 09:15:38 PST
Simon Fraser (smfr)
Comment 2 2022-11-11 09:20:38 PST
Looks like layout thrash (triggered by getBoundingClientRect()) and some expensive layouts. Page doesn't seem to be using content-visibility.
Note You need to log in before you can comment on or make changes to this bug.