Skip to content

Use mw.loader for asset loading

Chlod Alejandro requested to merge master-mw-loader into master

This replaces a giant <head> append (which has severe load speed implications) with a much more suitable method of loading (which is handled by the MediaWiki JavaScript interface's native mw.loader library).

Merge request reports