CSS blur filter is order of magnitude slower than Chrome
Categories
(Core :: Graphics, defect)
Tracking
()
People
(Reporter: caustin, Assigned: bas.schouten)
References
(Blocks 1 open bug)
Details
(Whiteboard: [games])
Attachments
(2 files)
Updated•11 years ago
|
Comment 1•11 years ago
|
||
Reporter | ||
Comment 2•11 years ago
|
||
Reporter | ||
Comment 3•11 years ago
|
||
Updated•11 years ago
|
Updated•10 years ago
|
Comment 8•7 years ago
|
||
Updated•7 years ago
|
Comment 10•6 years ago
|
||
Comment 11•6 years ago
|
||
Comment 12•6 years ago
|
||
Comment 13•6 years ago
|
||
Comment 14•6 years ago
|
||
Comment 15•6 years ago
|
||
Comment 16•6 years ago
|
||
Comment 17•6 years ago
|
||
I opened another issue before I found this one: https://bugzilla.mozilla.org/show_bug.cgi?id=1532300
Did anyone manage to find some workaround? Firefox picks up the -webkit-filter property. I was trying to avoid ugly css hacks on production.
Comment 18•6 years ago
|
||
I guess this is the only workaround for now:
filter: none !important;
}```
Comment 19•4 years ago
|
||
I noticed this problem too at the end of last year. Just tested the same code again on Firefox 87.0 and it is now as fast as Chrome, if not faster!
It sure looks like this is address finally! 🥳
Comment 20•3 years ago
|
||
Clearly not solved in my case!
I'm using 3 feGaussianBlur Filters for a shadow on a SVG element, that is dragged with a mouse. Chromium based Edge is perfectly smooth. Firefox very jerky.
With Edge I see rather high GPU load and a little extra CPU load while dragging.
With Firefox there is a little higher GPU load and lot of extra CPU load while dragging.
Firefox 100.2 (64-bit) on Windows 10
Comment 21•2 years ago
|
||
I don't know if this is related but backdrop blur is terribly slow compared to Chrome when enabled in about:config
It's perfectly fine on my desktop which I think is more due to my hardware being able to power through it, but on my phone it's terribly slow compared to Chromium based browsers on the same phone
Misskey.io is a website that uses it heavily and is very noticeable
My phone is a Google Pixel 3A which is on the lower end but also not a slouch
Comment 22•2 years ago
|
||
This bug has a bunch of different reports all lumped in together. The original problem was fixed by WebRender. If you're still experiencing problems with blur please open a new bug and you can post the number here.
Updated•2 years ago
|
Description
•