ibabushkin / gabelstaplerwm

A window manager in Rust, using XCB
BSD 3-Clause "New" or "Revised" License
92 stars 8 forks source link

Weird performance issues with firefox #10

Closed ibabushkin closed 8 years ago

ibabushkin commented 8 years ago

For some reason, firefox' reaction time is vastly worse compared to other environments and applications. Reaction time and graphical update are significantly slower for some reason.

ibabushkin commented 8 years ago

Reproducible with dwm, but not inside Xephyr. Some investigation of the requests firefox sends us should be done.

ibabushkin commented 8 years ago

Seems to be caused by missing reparenting, but couldn't be fixed with a trivial implementation.

ibabushkin commented 8 years ago

Currently impossible to reproduce on debug binaries, testing on release - no issues. Closing now.