[Webkit-unassigned] [Bug 165403] New: Almost half-second stall scrolling apple.com because of synchronous getPositionInformation

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 5 12:54:43 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=165403

            Bug ID: 165403
           Summary: Almost half-second stall scrolling apple.com because
                    of synchronous getPositionInformation
    Classification: Unclassified
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: Unspecified
                OS: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit2
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: thorton at apple.com

getPositionInformation often does a lot of work that it doesn't need to, and is called synchronously from the UI process.

We should try to minimize the work it does to only what is needed, especially when it comes to snapshotting Web content, which is very expensive.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161205/19114d3a/attachment.html>


More information about the webkit-unassigned mailing list