[Webkit-unassigned] [Bug 218348] REGRESSION (r254038): Simple.com money transfer UI is very laggy (multiple seconds per keypress)

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 29 12:31:34 PDT 2020


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

--- Comment #9 from Darin Adler <darin at apple.com> ---
I think the issue is that finding time offsets has always been slow, and involves calling underlying platform APIs. And our caching is inadequate to mitigate that. And it also seems that websites that don’t need this expensive operation end up asking for it accidentally.

It would be easy to fix this slowdown by restoring the old behavior, and much harder to fix it by optimizing local time computations.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20201029/e6d15cdb/attachment.htm>


More information about the webkit-unassigned mailing list