Aspose.Html Converter.ConvertTemplate in version 25.1 is much slower than version 23.7

We recently upgraded Aspose.Html from version 23.7 to version 25.1

We found that Converter.ConvertTemplate is much slower for large file in version 25.1. We also tried version 25.5 and it is still slower than 23.7

I attached sample json data, html template, and output file.

Here’s how we call the function:

using Aspose.Html;
using Aspose.Html.Collections;
using Aspose.Html.Converters;
using Aspose.Html.Dom;
using Aspose.Html.Loading;

// Create html from template
using (HTMLDocument htmlDoc = Converter.ConvertTemplate(
    templateFilePath, 
    new TemplateData(tempJsonFilePath), 
    new TemplateLoadOptions()))
{
    . . .
    htmlDoc.Save(tempOutputFilePath);
}

Aspose.Html.zip (7.6 MB)

@msaleh6

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): HTMLNET-6438

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.