I have some big differences in time thats needed to generate a mPDF.
On an AWS (Serverless with Docker) hosted Application it took me 25 seconds to generate a PDF, while that identically same PDF took 5 seconds to generate on a VPS with Ubuntu installed.
The PDF doesn't contain any images, just plain text.
Is there something I can configure on AWS what can speed-up things? Like installing some extra packages in my Docker instance maybe?
Hi,
I have some big differences in time thats needed to generate a mPDF. On an AWS (Serverless with Docker) hosted Application it took me 25 seconds to generate a PDF, while that identically same PDF took 5 seconds to generate on a VPS with Ubuntu installed. The PDF doesn't contain any images, just plain text.
Is there something I can configure on AWS what can speed-up things? Like installing some extra packages in my Docker instance maybe?