compat-table icon indicating copy to clipboard operation
compat-table copied to clipboard

Hovering over the table cells is slow in Safari/Firefox

Open mgol opened this issue 9 years ago • 8 comments

Hovering over the table cells is slow in Safari/Firefox, I'm getting maybe 5 FPS on the latest MacBook Pro Retina. In Chrome it works fast. On Firefox it also affects scrolling speed, Safari seems to at least have fast scrolling.

mgol avatar Mar 03 '16 13:03 mgol

I have windows 10 desktop PC and experience the same slowdown on Fx, I've tried to capture a sample with Fx's profiler, but it hang!

qbolec avatar Mar 03 '16 14:03 qbolec

Removing position: sticky from thead seems to improve scrolling performance on Fx.

Ginden avatar Mar 03 '16 14:03 Ginden

Unfortunately removing position: sticky from thead doesn't help even a bit in Safari.

typeofweb avatar Mar 03 '16 21:03 typeofweb

Related: https://bugzilla.mozilla.org/show_bug.cgi?id=1191995

Swatinem avatar Mar 06 '16 11:03 Swatinem

In my testing, removing the CSS filters made it much smoother on Firefox.

Knowing this, I made a userstyle (for my own use), that replaces the CSS filters with opacity for obsolete/unstable and a transparent black overlay for the hover effect. The colors aren't exactly the same, but it's good enough for me.

LMLB avatar Mar 04 '17 09:03 LMLB

I can't reproduce. Everything works smooth now. Does anyone still have this problem?

chicoxyzzy avatar Mar 29 '20 06:03 chicoxyzzy

Firefox on Windows is fast, but slower than Chrome on Windows. Chrome on MacOS is slower than Firefox on Windows, but faster than Firefox on macOS. Firefox and Safari on macOS Macbook Pro 13 Retina - still slow. Firefox somewhat faster.

Sorted by speed (fastest first): Chrome on Windows (60) Firefox on Windows (50) Chrome on MacOS (40) Firefox on macOS (10) Safari on macOS (8)

zowers avatar Mar 31 '20 17:03 zowers

Thank you for sharing this @zowers!

chicoxyzzy avatar Mar 31 '20 17:03 chicoxyzzy