Skip to content

Noticeable Performance Regression Between 2.5 -> 2.8 #55

Open
@svengeance

Description

@svengeance

After I upgraded (specifically to capture the new supported file extensions), I noticed that the same conversions are now taking much longer. One of my integration tests, a 13MB power point file, went from 8sec to timing out (past 30 seconds).

Sample code:

var builder = await new MergeOfficeBuilder()
	.WithAssets(w => w.AddItem(fileName, fileBytes))
	.SetPdfFormat(PdfFormats.A1b)
	.BuildAsync();

With the upgrade, I only changed PdfFormats to LibrePdfFormats. It makes sense if the upgrade gives us new options or something along those lines, but the default experience without configuring anything else.

Thanks!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions