Force editor layer for faster paint. #11267
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "github/fork/Tihauan/perf/editor-layer"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Implement the layer separation suggested in [1] to reduce the print area when scrolling. The editor will get its own GPU accelerated layer [2]. It applies to Chrome/WebKit.
Before

After

[1] Tricks for high performance scrolling
[2] Accelerated Rendering in Chrome
This will disable editor's subpixel anti aliasing.
That's definitely a downside. And there are other invasive effects from applying transforms. Since this is easy enough to enable with a custom CSS rule if you really want it, I think I'd prefer not to merge this.
Closing until further notice.
Pull request closed