https://bugzilla.wikimedia.org/show_bug.cgi?id=37030
--- Comment #9 from Asher Feldman <[email protected]> 2012-08-08 21:38:34 UTC --- ChronologyProtector seems like it could be a good bet for moving these to slave reads... Row caching would be even nicer :) What about these three: SELECT /* Revision::newFromTitle 98.210.186.194 */ page_latest FROM `page` WHERE page_namespace = '8' AND page_title = 'Gadget-ReferenceTooltips.js' LIMIT 1 SELECT /* Revision::newFromTitle 98.210.186.194 */ page_latest FROM `page` WHERE page_namespace = '8' AND page_title = 'Gadget-DRN-wizard-loader.js' LIMIT 1 SELECT /* Revision::newFromTitle 98.210.186.194 */ page_latest FROM `page` WHERE page_namespace = '8' AND page_title = 'Common.js/secure_new.js' LIMIT 1 Which were being executed on every parsercache derived view of the above linked page? -- Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug. _______________________________________________ Wikibugs-l mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/wikibugs-l
