Perfomance issue during OfficeMath rendering on version 23.3

Hi Team.

I migrate my java project with Aspose.Words from 22.4 version to 23.3 version.
I have found that renderring office math to MathML takes nore time.
Fo example, document https://cloud.mail.ru/public/4jba/mzzpvjy8q
contains 118 formulas. I use the following code to convert formulas to MathML

HtmlSaveOptions options = new HtmlSaveOptions();
options.setOfficeMathOutputMode(HtmlOfficeMathOutputMode.MATH_ML);
String mathML = asposeOfficeMath.toString(options);

This code works

  • on version 22.4 50ms in avarage
  • on version 23.3 1162 in avarage

Renedering all formulas takes 5sec on version 22.4 and 137 sec on version 23.3.

Is there in issue in my code or something wrong with the new version?

Thank you in advance,
Svetlana

@skorpusova
We have opened the following new ticket(s) in our internal issue tracking system and will deliver their fixes according to the terms mentioned in Free Support Policies.

Issue ID(s): WORDSNET-25169

You can obtain Paid Support Services if you need support on a priority basis, along with the direct access to our Paid Support management team.

1 Like