Last modified: 2014-02-12 23:35:44 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T46362, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 44362 - ResourceLoaderWikiModule should query page modification times in batches
ResourceLoaderWikiModule should query page modification times in batches
Status: NEW
Product: MediaWiki
Classification: Unclassified
ResourceLoader (Other open bugs)
1.21.x
All All
: Low enhancement (vote)
: ---
Assigned To: Nobody - You can work on this!
: performance
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-01-25 22:53 UTC by Max Semenik
Modified: 2014-02-12 23:35 UTC (History)
3 users (show)

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Max Semenik 2013-01-25 22:53:44 UTC
Lots of stuff like the below in debug log:

Query my_wiki (10) (slave): SELECT /* ResourceLoaderWikiModule::getTitleMtimes 127.0.0.1 */  page_namespace,page_title,page_touched  FROM `page`  WHERE (page_namespace = '8' AND page_title IN ('Common.js','Common.css','Vector.js','Vector.css','Print.css') )  
Query my_wiki (11) (slave): SELECT /* ResourceLoaderWikiModule::getTitleMtimes 127.0.0.1 */  page_namespace,page_title,page_touched  FROM `page`  WHERE (page_namespace = '8' AND page_title = 'Noscript.css')  
Query my_wiki (12) (slave): SELECT /* ResourceLoaderWikiModule::getTitleMtimes 127.0.0.1 */  page_namespace,page_title,page_touched  FROM `page`  WHERE (page_namespace = '8' AND page_title = 'Filepage.css')  

Should be batched in one request.

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links