Page MenuHomePhabricator

Remove render-blocking JavaScript
Closed, ResolvedPublic

Description

Render-blocking JavaScript -- or, in MediaWiki / ResourceLoader parlance, top-loading modules -- are primarily used to modify the page before it is drawn. My contention is that the value-added provided by these top-loading modules is not commensurate to their harmful impact on rendering times. We should get rid of them, ideally without breaking anything.