Page MenuHomePhabricator

Inject the term box into cached page content
Closed, ResolvedPublic

Description

The term box (aka the "in other languages" box) is currently generated as part of the page content; however, since the set of languages is user-specific, this renders the page content non-cacheable.

To solve this, only a placeholder should be generated as part of the cacheable page content, and the actual term box would be generated and injected when viewing the content (probably via a OutputPageParserOutput hook or some such).


Version: unspecified
Severity: normal
Whiteboard: backlog

Details

Reference
bz58342

Event Timeline

bzimport raised the priority of this task from to Medium.Nov 22 2014, 2:43 AM
bzimport set Reference to bz58342.
bzimport added a subscriber: Unknown Object (MLST).

Change 101064 merged by jenkins-bot:
(bug 58342) Inject TermBox when viewing

https://gerrit.wikimedia.org/r/101064