[00:00:29] Does mediawiki 1.24 run on hhvm? I think we had hhvm on vagrant before last fall, but can't remember the timing.. [00:00:55] csteipp: the release notes say "beta support" [00:01:20] https://github.com/wikimedia/mediawiki/blob/REL1_24/RELEASE-NOTES-1.24#L760 oh "experimental" [00:35:20] AaronSchulz: https://gerrit.wikimedia.org/r/#/c/197449/ [01:16:51] Krinkle: what should we do about the remaining languages? I think we should combine the less-frequently-used ones into modules with, say, 20-30 languages each. That way, if you happen to land on a page that uses them (which is rare), you'd get some CSS bloat, but the common case (startup module, every req) would be optimized [01:17:33] ori: Hm.. is it loaded via moduleStyles or regular modules [01:17:58] it'd add a lot to the 5min/uncached requests for pages with one of the popular ones as it'd load 30 of them. [01:18:15] Which is its own problem. [01:18:15] addModuleStyles [01:18:25] Roan and I started research into making addModuleStyles not uncached. [01:18:29] Which requires javascript [01:18:33] e.g. adding them to the top queue [01:18:37] with a