Description:
I’ve noticed a critical performance issue when uploading image files as attachments.
Issue Details:
When I upload around 5 image files (each between 10–15 MB), the application begins to lag and eventually becomes unresponsive.
However, when I convert the same images into a single PDF file (totaling over 100 MB), the upload process is smooth and the application remains stable.
Steps to Reproduce:
- Upload 5 separate image files (each 10–15 MB).
- Observe the app lag and eventual unresponsiveness.
- Convert the same images into a PDF and upload the PDF file instead.
- Observe that the app handles the PDF upload without issues.
Expected Behavior:
The app should handle multiple image uploads as efficiently as it does with PDFs, without lag or becoming unresponsive.
Attachments:
- Included the sample image files that caused the issue.
Uploading: 17422835247417258562522184089062.jpg…
Uploading: 2025_03_15_OS302.1 (2).jpg…
Environment:
- Hosted via Docker on localhost
Thank you again for your support!