Page MenuHomePhabricator

MediaWiki Core REST API Client gets a speedy response
Closed, ResolvedPublic

Description

"As a MediaWiki Core REST API client, I want to get my HTML output really fast, so that I can show it to my user quickly."

For the core REST API clients that return Parsoid HTML, we need to check the parser cache for the data, and return that.

This is also probably a good time to use the available Parsoid parser, instead of looping back through RESTBase.

  • /page/{title}/html
  • /page/{title}/with_html
  • /revision/{id}/html
  • /revision/{id}/with_html