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

Add status indicator for long sweeps #63

Open
cupojoe opened this issue Dec 30, 2018 · 3 comments
Open

Add status indicator for long sweeps #63

cupojoe opened this issue Dec 30, 2018 · 3 comments

Comments

@cupojoe
Copy link

cupojoe commented Dec 30, 2018

If you are cleaning a large database, sweeping can take a while. Adding a status or progress indicator would be great.
Something to know the process didn't hang.

Like: xx of yyyy left.

@szepeviktor
Copy link
Collaborator

szepeviktor commented Dec 30, 2018

If you have a large website please consider using the command line. You will benefit from it.

@cupojoe
Copy link
Author

cupojoe commented Dec 30, 2018

Thanks for responding quickly. This is great, although I still think this request is valid. Most people in need of sweeping have data that make the plugin feel like it hangs or nothing is happening. I see you listen to callbacks for when it's done via Ajax. Maybe adding a callback for progress updates?

@lesterchan
Copy link
Owner

Thinking out loud, we can set a timer from php max execution time to show a countdown and refresh the page after it is 0. Often, it timeout because of the 30s max execution time

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants