Profiling/Evaluating Wordpress site while developing using WP-CLI

· 1 min read

Adds profile command


wp package install wp-cli/profile-command
wp package list

See the commands you can run


wp profile --help

--spotlight eliminates all 0 values

See query time, number of queries, cache hits, etc


wp profile stage --all --spotlight

Profile a given hook (ex. init)


wp profile hook init --spotlight