Wiki pages should be periodically re-rendered
Categories
(developer.mozilla.org Graveyard :: Wiki pages, enhancement, P2)
Tracking
(Not tracked)
People
(Reporter: jwhitlock, Unassigned)
References
Details
(Keywords: in-triage, Whiteboard: [specification][type:feature][points=6+])
Comment 1•8 years ago
|
||
Reporter | ||
Comment 2•7 years ago
|
||
Comment 3•7 years ago
|
||
Reporter | ||
Comment 4•7 years ago
|
||
Updated•7 years ago
|
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Comment 5•6 years ago
|
||
As part of bug 1404669, I re-rendered all redirects in staging and all documents (wiki plus redirects) in production, using the script, removing the blockers for other bugs.
It took somewhere between 12 and 24 hours to re-render 133,545 documents. This is somewhere between 1.5 and 2 documents per second. Redirect documents rendered at about 2 per second on staging, and previous re-renders of {{Compat}}
documents took about 1 per second.
811 indexed documents had errors. A bulk re-render (100 at a time) cleared half of them. A slow re-render (1 at a time) cleared another batch, leaving 233 that may have real errors. Some are blocked by removing file data from the Kumascript call (bug 1520574), others appear to be macro errors.
I'm still working on getting my re-rendering code into the Kuma code base, to enable periodic re-rendering.
Reporter | ||
Updated•6 years ago
|
Reporter | ||
Comment 6•6 years ago
|
||
De-prioritized for other work. When we get back to this, it is possible that offline rendering will be the focus, so I'm closing https://github.com/mozilla/kuma/pull/5128 for now.
Reporter | ||
Comment 7•6 years ago
|
||
I've shown Ryan how to use my re-render script (comment #4) to regenerate documents as needed. I'm leaving the MDN team, so I'm not going to continue refining this code to get it into the Kuma code base.
Comment 8•5 years ago
|
||
Updated•5 years ago
|
Description
•