mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Math
synced 2024-11-28 01:10:09 +00:00
Do not cache MathML results in database
* Currently the Math extension stores the rendering result from restbase in the database. * This creates unnecessary write operations on the database Change-Id: I5f07474fbf8017e39e94ac2b17676db1c3e92e72
This commit is contained in:
parent
4087a1cec0
commit
cfdec7e814
|
@ -100,6 +100,7 @@ class MathMathML extends MathRenderer {
|
|||
$this->mathml = $rbi->getMathML();
|
||||
$this->svg = $rbi->getSvg();
|
||||
$this->svgPath = $rbi->getFullSvgUrl();
|
||||
$this->changed = false;
|
||||
return $rbi->getSuccess();
|
||||
}
|
||||
if ( $forceReRendering ) {
|
||||
|
|
Loading…
Reference in a new issue