wp profile stage <stage>
Profile each stage of the WordPress load process (bootstrap, main_query, template)
Arguments
Name | Description |
---|
stage | Drill down into a specific stage |
Options
Name | Description |
---|
--all | Expand upon all stages |
--spotlight | Filter out logs with zero-ish values from the set |
--url <url> | Execute a request against a specified URL. Defaults to the home URL |
--fields <fields> | Limit the output to specific fields. Default is all fields |
--format <format> | Render output in a particular format |
--order <order> | Ascending or descending order |
--orderby <orderby> | Order by fields |