Skip to content

Commit 4e26af2

Browse files
authored
Merge pull request #1 from josevarghese/josevarghese-patch-1
Updated Command.php example for the wp profile stage bootstrap
2 parents b68b714 + 8e8c805 commit 4e26af2

File tree

1 file changed

+9
-8
lines changed

1 file changed

+9
-8
lines changed

src/Command.php

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,16 @@
2727
* +--------------------------+---------+-------------+
2828
* | hook | time | cache_ratio |
2929
* +--------------------------+---------+-------------+
30-
* | muplugins_loaded:before | 0.2335s | 40% |
31-
* | muplugins_loaded | 0.0007s | 50% |
32-
* | plugins_loaded:before | 0.2792s | 77.63% |
33-
* | plugins_loaded | 0.1502s | 100% |
34-
* | after_setup_theme:before | 0.068s | 100% |
35-
* | init | 0.2643s | 96.88% |
36-
* | wp_loaded:after | 0.0377s | |
30+
* | muplugins_loaded:before | 0.1767s | 33.33% |
31+
* | plugins_loaded:before | 0.103s | 78.13% |
32+
* | plugins_loaded | 0.0194s | 19.32% |
33+
* | setup_theme | 0.0018s | 75% |
34+
* | after_setup_theme:before | 0.0116s | 95.45% |
35+
* | after_setup_theme | 0.0049s | 96% |
36+
* | init | 0.1428s | 76.74% |
37+
* | wp_loaded:after | 0.0236s | |
3738
* +--------------------------+---------+-------------+
38-
* | total (7) | 1.0335s | 77.42% |
39+
* | total (8) | 0.4837s | 67.71% |
3940
* +--------------------------+---------+-------------+
4041
*
4142
* @package wp-cli

0 commit comments

Comments
 (0)