Investigation: Case study of trivial_scrolling_page.html |
||
Issue descriptionSee https://docs.google.com/document/d/1YVO9FGRBF1RUsedU28H6P8lt9bDpOci0vi0CLSkFih8/edit# for a less-in-depth study. The page has a large amount of text, and uses requestAnimationFrame to scroll the document by 1px each frame. This requires about 4ms of processing each frame. This seems quite high for such a simple case where *theoretically* there should be no style recalculations, and almost no repaints/rasterization.
,
Nov 16 2016
brianderson notes that ProxyMain::BeginMainFrame::commit should show an "abort" task that prevents a commit. Instead, there is a PendingTree::Waiting which implies that a real commit is happening. This is not working as intended. |
||
►
Sign in to add a comment |
||
Comment 1 by erikc...@chromium.org
, Nov 10 2016