https://bugzilla.wikimedia.org/show_bug.cgi?id=37030

       Web browser: ---
             Bug #: 37030
           Summary: Allow caching for Revision::newFromTitle to reduce
                    database load
           Product: MediaWiki
           Version: 1.20-git
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: Unprioritized
         Component: Database
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified
   Mobile Platform: ---


As reported by Asher Feldman: 73% of all queries to the enwiki master
representing 58% of query execution time are of the one following type, which
can be almost fully eliminated with caching:  SELECT  /* Revision::newFromTitle
n.n.n.n */ page_latest FROM `page` WHERE page_namespace = '10' AND page_title =
'Cite_book' LIMIT 1

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
You are on the CC list for the bug.

_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to