From d3efba150d267633dc8a30fc9d7428c24ce7b010 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 12 Jan 2026 15:42:33 +0000 Subject: [PATCH 1/2] Initial plan From 87e5318bf6a4a9b70fa72ee2c1e75e7610f83f99 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Mon, 12 Jan 2026 15:45:02 +0000 Subject: [PATCH 2/2] Fix 404 links in overview-body.md source file Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com> --- bin/readme/overview-body.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bin/readme/overview-body.md b/bin/readme/overview-body.md index e410d5a8..72fec342 100644 --- a/bin/readme/overview-body.md +++ b/bin/readme/overview-body.md @@ -1,5 +1,5 @@ `wp profile` monitors key performance indicators of the WordPress execution process to help you quickly identify points of slowness. -Save hours diagnosing slow WordPress sites. Because you can easily run it on any server that supports WP-CLI, `wp profile` compliments Xdebug and New Relic by pointing you in the right direction for further debugging. Because it runs on the command line, using `wp profile` means you don't have to install a plugin and deal with the painful dashboard of a slow WordPress site. And, because it's a WP-CLI command, `wp profile` makes it easy to perform hard tasks (e.g. [profiling a WP REST API response](https://danielbachhuber.com/tip/profile-wp-rest-api/)). +Save hours diagnosing slow WordPress sites. Because you can easily run it on any server that supports WP-CLI, `wp profile` compliments Xdebug and New Relic by pointing you in the right direction for further debugging. Because it runs on the command line, using `wp profile` means you don't have to install a plugin and deal with the painful dashboard of a slow WordPress site. -[Identify why WordPress is slow in just a few steps](https://danielbachhuber.com/tip/identify-wordpress-slowness/) with `wp profile`. +[Identify why WordPress is slow in just a few steps](https://make.wordpress.org/cli/handbook/how-to/figure-out-why-wordpress-is-slow/) with `wp profile`.