[Webkit-unassigned] [Bug 185608] iOS 11.3 WebKit crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri May 18 08:39:51 PDT 2018


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

--- Comment #7 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
I think this is probably your process getting killed because it uses too much memory. If you use the Layers panel in the web inspector, you can see that your page uses about 122MB of layer memory in steady state, spiking up to 150MB on interaction. This is really high.

You need to reduce the number of elements on which you apply -webkit-backface-visibility: hidden; and translate3d().

BTW,  -webkit-backface-visibility: hidden; doesn't really do anything any more unless you're really doing 3D.

-- 
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/20180518/5a13112d/attachment.html>


More information about the webkit-unassigned mailing list