Page MenuHomePhabricator

Certain Memcached keys are retrieved multiple times for a single page view
Open, Needs TriagePublic

Description

In the course of attempting to isolate an unrelated problem, I noticed that certain memcached keys were being retrieved multiple times in a single request. The specific request was parsing [[en:United States]]. I saw the following keys retrieved multiple times:

Times retrievedMemcached key
6getMulti(WANCache:v:enwiki:user:id:292262)
6get(centralauth-user-37df0dd0caf3ce2dd4d955209bdaccc5)
4get(enwiki:echo-notification-count:292262:1.5)

Event Timeline

ori raised the priority of this task from to Needs Triage.
ori updated the task description. (Show Details)
ori added subscribers: ori, Legoktm, aaron.
Restricted Application added a subscriber: Aklapper. · View Herald Transcript

By parse do you mean just parsing (e.g. api.php?action=parse) or parsing the page and re-generating various skin/UI elements?

Also, is there a way I can reproduce this myself?