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: |
![]() |
Created Date: | 2025-02-28 14:50:43 |
Discussion Link: |
Comments 1
This seems like a lot of work. Why not have this still run on the server but via a Cron-job instead?