mw.loader.store: do one eval per batch, rather than one per module
authorOri Livneh <ori@wikimedia.org>
Tue, 29 Oct 2013 08:35:05 +0000 (01:35 -0700)
committerOri Livneh <ori@wikimedia.org>
Tue, 29 Oct 2013 22:12:08 +0000 (15:12 -0700)
commitfa3e3b4e4f808ed99fa7359e467b5fb126f9a8ad
treed3016cd760730c01f860092c12e6172286e779b8
parenta4eceeff1fd53fda8189f313309d4f1152660fef
mw.loader.store: do one eval per batch, rather than one per module

Concatenating module implementations and calling $.globalEval on the result is
reproducibly faster for me than calling $.globalEval for each module.

Change-Id: I70e5bcedb43cd1331720a8e5e6c52cfeabb41ab7
resources/mediawiki/mediawiki.js