From a55498e90c1c7c017e9b9ab2425d4e1916ae8404 Mon Sep 17 00:00:00 2001 From: josevarghese Date: Thu, 13 Jun 2024 19:53:14 +0530 Subject: [PATCH] added to command.php --- src/Command.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Command.php b/src/Command.php index b3d6936..ea2e98d 100644 --- a/src/Command.php +++ b/src/Command.php @@ -27,6 +27,8 @@ use WP_CLI\Utils; * +--------------------------+---------+-------------+ * | hook | time | cache_ratio | * +--------------------------+---------+-------------+ + * | hook | time | cache_ratio | + * +--------------------------+---------+-------------+ * | muplugins_loaded:before | 0.1767s | 33.33% | * | plugins_loaded:before | 0.103s | 78.13% | * | plugins_loaded | 0.0194s | 19.32% |