Initial render is slow

If your first HTML to PDF render with IronPDF is slow, we may be looking at the following underlying issues:

Reasons

  • The "LinuxAndDockerDependenciesAutoConfig" property flag is set to true and/or the required Linux packages are not installed, causing them to be installed at runtime.
  • You are developing on a Windows/Mac machine but deploying to a Linux production environment without using the IronPdf.Linux package, so some components are downloaded from NuGet at runtime.

Initiation Checks

IronPDF will check to ensure that CEF browser DLLs required to execute are available.

Please note
IronPdf.Slim is the base package for our Chrome-identical rendering engine. Using this package alone may allow the most flexibility but will require more time to initiate as the required files are retrieved from the NuGet CDN.

CEF browser application start-up time

The initial render may take 2-3 seconds to execute. This is normal start-up time that is similar to the time it takes for Chrome to open on a desktop environment.

  • If initialization is taking more than 5 seconds, the server or PC may be under-provisioned. We would recommend using a more powerful server or Azure Web app plan (B1 is the minimum).