You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
issue:- The system is experiencing performance issues when attempting to load 30 images, each with a size of 100MB. after all, we have attempted compression in one file at a time in the loop but that is also hanging the system.
Here I have attached some example code that we are using.
Make sure you're really using WebWorker for compression. I see you set useWebWorker: true but is it really loaded and used? I think this is the key to success.
Using WebWorker you process images in a separate thread and your UI will not be affected
issue:- The system is experiencing performance issues when attempting to load 30 images, each with a size of 100MB. after all, we have attempted compression in one file at a time in the loop but that is also hanging the system.
Here I have attached some example code that we are using.
How can I compress images without hanging a system? any suggestion would be appreciated. thanks
The text was updated successfully, but these errors were encountered: