Client Side Image Optimization instead of Server SideOpen

When optimizing images (Compress, Resize Rotate) instead of Offloading to the server side using PHP GD Library. Do it on the client side using javascript before uploading.

This will prevent server overload and Timeouts on large multi file uploads

Milestone:
25.03 - Stable - Due: 2025-03-20
Assigned To: =^_^=Johnny
Created Date: 2025-02-28 14:50:43
Discussion Link:

Comments 1

[o_O] Marcus Commented on 2025-03-03 04:06:58

This seems like a lot of work. Why not have this still run on the server but via a Cron-job instead?