Navigating to Wikipedia home page was causing a massive slowdown of the browser. After analysis the problem turned out to be due to a long chain of causes.
This is a known and important issue, but will take time to fix. Issue #89. See Update below.
As a consequence of A
, every mouse move causes the body
element to be invalidated, and also its descendants. By itself, this is correct behaviour. (Not really, see update below).
This is bad but by itself it is not terribly inefficient. However, it causes more trouble...