MuhammaraJS icon indicating copy to clipboard operation
MuhammaraJS copied to clipboard

Recrypt take pretty long time

Open hilmanski opened this issue 2 years ago • 1 comments

Hi

Here's my current test using recrypt function PDF with 45KB (4 pages) -> 3-4 seconds PDF with 250KB -> around 10 seconds, sometimes more PDF with 1MB (14 pages) -> timeout

I've tried with almost same result on:

  • using in express/node docker
  • as nextjs/vercel api

Is this normal? what about you guys? Just want to confirm, if it's something on my end or it's normal

hilmanski avatar Dec 12 '22 23:12 hilmanski

Can you post a minimal example pdf, package.json,.package-lock, code and docker file so that I could run it and benchmark the code?

Normally it should be several mb/s but that depends on several things.

julianhille avatar Dec 13 '22 06:12 julianhille