Last modified: 2014-01-22 15:24:43 UTC
ResourceLoaderULSModule updates its modified time whenever ResourceLoaderContext::getLanguage varies. ResourceLoaderContext::getLanguage varies gets the language via the 'lang' parameter on the module request. The lang parameter is set in mediawiki.js to wgUserLanguage. Result: the version of ext.uls.languagenames is updated continuously as users with different language settings hit the site, with the effect that practically every request for the module (and any other module fetched in the same request) is uncached. To confirm this bug report, you can go to enwiki and check mw.loader.getVersion('ext.uls.languagenames'); . Then reload and check again. 'mediawiki.language.data' appears to likewise update continuously.
Change 94708 had a related patch set uploaded by Nikerabbit: ResourceLoaderULSModule::getModifiedTime updates continuously https://gerrit.wikimedia.org/r/94708
Change 94708 merged by jenkins-bot: ResourceLoaderULSModule::getModifiedTime updates continuously https://gerrit.wikimedia.org/r/94708