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

Introduce --verbose flag to provide more visibility into what checks are doing #170

Open
bozzmedia opened this issue Nov 16, 2022 · 1 comment

Comments

@bozzmedia
Copy link

Run wp doctor check command as follows:
[root@server production]# wp doctor check --all --allow-root

Check begins but never gets past 12%

Running checks 12 % [====================> ] 0:16 / 2:15[root@server production]#

Expected behavior is that it completes or returns an error message.

Ideally a fix would complete the scan, alternatively provide a verbose error message.

Thanks!

PHP 8.0, WP 6.0.3, updated to latest production version of WP CLI and doctor package.
Large WP site, 30,000 posts, 200,000 comments. 16GB 4CPU VPS on centos/apache

@danielbachhuber danielbachhuber changed the title wp doctor check --all stuck at 12% Introduce --verbose flag to provide more visibility into what checks are doing Nov 17, 2022
@danielbachhuber
Copy link
Member

Thanks for the report, @bozzmedia !

I imagine it's processing a large body of data (files or in your database) for a specific check, and is slow to update the progress indicator.

It would be nice to have a --verbose flag that gives you more visibility into what each check is doing.

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

No branches or pull requests

2 participants