profile-command icon indicating copy to clipboard operation
profile-command copied to clipboard

Quickly identify what's slow with WordPress

Results 31 profile-command issues
Sort by recently updated
recently updated
newest added

## Bug Report - [x] Yes, I reviewed the [contribution guidelines](https://make.wordpress.org/cli/handbook/contributing/). - [x] Yes, more specifically, I reviewed the guidelines on [how to write clear bug reports](https://make.wordpress.org/cli/handbook/bug-reports/). ```Warning: count(): Parameter...

bug
state:unconfirmed

because the length is already calculated / formatted correctly but is very unhandy to check/read while numbers are left-aligned like here: ``` root@test-server ~ # sudo -u www-data -s --...

It would be helpful to be able to see all requests and how much time they're taking.

command:profile

It would be helpful to be able to see all queries and how much time they're taking. Also make it possible to show actual queries for (a) a specific callback...

command:profile

We can overload the `$wp_object_cache` global with our own object in order to monitor which cache keys are being fetched and written. We could also introduce a `--cache` flag or...

command:profile

If you don't want all of the verbosity, but only the outliers, it would be nice to have a flag for it. > coreymaass [8:19 AM] @daniel using profile on...

command:profile

It would be cool if you could use `--plugin` to get a table of plugin resource usage.

command:profile

We'd save ourselves some horizontal space if we could collapse these into multi-line headings: ![image](https://cloud.githubusercontent.com/assets/36432/18022136/4115ef1a-6ba1-11e6-9f7c-f8ac3291257d.png)

command:profile

It could be something like `--benchmark=` to load the benchmark numbers. The benchmark numbers could exported by saving output `wp profile --format=json > benchmark.json`

command:profile

> Ability to search by specific callback names. For example: show all FacetWP-related callbacks by searching for FWP().* > > Among other things, it'd give a better picture of a...

command:profile