|
|
|
|
|
by Uh7seidu
2846 days ago
|
|
> dom.event.contextmenu.enabled = false This is a blunt tool. Some sites uses context menu events in a benign way. A better alternative is to simply bypass context handlers with shift-rightclick when necessary. > webgl.force-enabled This isn't really a performance improvement. If webgl is disabled it's due to troublesome drivers. Forcing it on can crash things. > layers.offmainthreadcomposition.enabled = true
> layers.offmainthreadcomposition.async-animations = true Those are the defaults anyway on supported platforms |
|