Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Async bulk optimization #674

Closed
remyperona opened this issue Jul 15, 2022 · 0 comments · Fixed by #693
Closed

Async bulk optimization #674

remyperona opened this issue Jul 15, 2022 · 0 comments · Fixed by #693
Assignees
Labels
epics 🔥 module: bulk optimization priority: high Issues which should be resolved as quickly as possible type: enhancement
Milestone

Comments

@remyperona
Copy link
Contributor

What are we proposing to do?

With this update, we want to make the Bulk Optimization asynchronous.

Why are we doing this?

We want to improve the user experience with the Bulk Optimization to make it faster and easer to use.

The current solution is not efficient for two reasons:

  1. The process can't run in the background (tab should be open). For websites with a ton of images, users have to stay on the page for a while (sometimes days!). Our users want to start it and "forget" about it until it's done.
  2. It can't be triggered via cron programmatically. If a user would like to automatically run the bulk optimization with a script, it’s not possible. A manual action is needed, and we came back to the problem of the need to stay on the page.

https://docs.google.com/document/d/1DBakkW4zVEeeh2GDv8wYYTdyKVcQAW0VT44Z9FQRkv4/edit?usp=sharing

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
epics 🔥 module: bulk optimization priority: high Issues which should be resolved as quickly as possible type: enhancement
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants