If a 10 MB file takes 20–30 seconds, the issue is usually not the File Manager widget itself.
Most of the time, the bottleneck is in the environment or network. Check things like server performance, network latency, reverse proxy, or antivirus scanning. These are very common causes of slow uploads.
Also verify that there are no before/after commit events on your file entity. Even if your page has no microflow, these events can still slow things down.
Finally, try uploading from different environments or networks. If the speed changes, the problem is clearly outside Mendix.
If this resolves your issue, please mark it as accepted.
Hi,
For a ~10 MB file, 20–30 seconds is slower than expected, but this is usually environment or network related, not the widget itself.
1. Cloud node / environment limitations
On Free/low-tier nodes:
Fix:
Test on a higher environment (or local vs cloud comparison)
2. Network latency (client → server)
Upload speed depends on:
Fix:
3. File storage configuration
If using external storage (S3, Azure Blob):
Fix:
4. Antivirus / browser scanning
Some environments scan uploads → adds delay
5. Widget configuration
Check:
6. Runtime processing
Even without microflows:
FileDocument storageThe delay is typically due to network + environment + storage path, not the File Manager widget itself. The most effective improvement comes from direct file upload (bypassing runtime) or improving environment capacity.