wp-cli / profile-command

Quickly identify what's slow with WordPress
MIT License
271 stars 29 forks source link

Example for the 'wp profile stage' updated and a small typo correction #191

Closed josevarghese closed 3 months ago

josevarghese commented 4 months ago

See https://github.com/wp-cli/wp-cli/issues/5955

wojsmol commented 4 months ago

@josevarghese This should be changed directly in https://github.com/wp-cli/profile-command/blob/main/src/Command.php

josevarghese commented 4 months ago

@wojsmol Thanks for guiding me. I made changes to the file.

wojsmol commented 4 months ago

The text with typo is here

josevarghese commented 4 months ago

Added a commit for the typo fix

ernilambar commented 4 months ago

@josevarghese May be not due to this PR (as this is only doc change), any idea about failing test mentioning SQL error, just in case?

WordPress database error Table 'wp_cli_test.wp_posts' doesn't exist for query SELECT   wp_posts.ID
                             FROM wp_posts 
                             WHERE 1=1  AND ( 
ernilambar commented 4 months ago

@swissspidy This PR is ready I believe. It seems I don't have access to merge in this particular repo.