You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Caused by using ElemHide.collapseNode method. In multi-process environment working with nodes from the chrome process is slow because every time it is an IPC method call.
Temporary solution: do it chromium-way. I mean let's collapse elements from the content script in case if e10s is used.
The text was updated successfully, but these errors were encountered:
Firefox: fixed incompatibility with e10s
#3
Firefox: fixed unsafe CPOW usage issue, addon should be much faster with e10s now
#4
Refactoring, some minor improvements
More info on CPOW:
http://mikeconley.ca/blog/2015/02/17/on-unsafe-cpow-usage-in-firefox-desktop-and-why-is-my-nightly-so-sluggish-with-e10s-enabled/
Caused by using ElemHide.collapseNode method. In multi-process environment working with nodes from the chrome process is slow because every time it is an IPC method call.
Temporary solution: do it chromium-way. I mean let's collapse elements from the content script in case if e10s is used.
The text was updated successfully, but these errors were encountered: