Last modified: 2014-08-28 21:28:34 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 T28398, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 26398 - ResourceLoader preloads blob metadata, then does another query for blob contents
ResourceLoader preloads blob metadata, then does another query for blob contents
Status: ASSIGNED
Product: MediaWiki
Classification: Unclassified
ResourceLoader (Other open bugs)
unspecified
All All
: Low enhancement with 1 vote (vote)
: ---
Assigned To: Trevor Parscal
: performance
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2010-12-22 21:16 UTC by Roan Kattouw
Modified: 2014-08-28 21:28 UTC (History)
3 users (show)

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


Attachments

Description Roan Kattouw 2010-12-22 21:16:15 UTC
Query 14 (slave): SELECT /* ResourceLoader::preloadModuleInfo Catrope */  mr_resource,mr_timestamp  FROM `msg_resource`  WHERE mr_resource IN ('ext.proofreadpage.page','mediawiki.legacy.ajax')  AND mr_lang = 'en'  
Query 15 (slave): SELECT /* MessageBlobStore::getFromDB Catrope */  mr_blob,mr_resource,mr_timestamp  FROM `msg_resource`  WHERE mr_resource IN ('ext.proofreadpage.page','mediawiki.legacy.ajax')  AND mr_lang = 'en'  

Should just query it once.

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


Navigation
Links