(Go: >> BACK << -|- >> HOME <<)

Page MenuHomePhabricator

Do not cache fast parsoid output in ParserCache (exploration)
Closed, ResolvedPublic

Description

To save space in the parser cache, avoid caching the long tail of small (quick to parse) pages.

For this purpose, introduce a config setting that controls a threshold duration. If parsing the page takes less time than the given threshold, the output is not cached.

Event Timeline

daniel renamed this task from Do not cache fast parsoid output in ParserCache to Do not cache fast parsoid output in ParserCache (exploration).May 24 2022, 8:02 AM
daniel triaged this task as Medium priority.

Change 805177 had a related patch set uploaded (by D3r1ck01; author: Derick Alangi):

[mediawiki/core@master] Configure caching parsoid output per wiki based on threshold

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

Change 805177 merged by jenkins-bot:

[mediawiki/core@master] Configure caching parsoid output per wiki based on threshold

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