Skip to content

Commit f84b0e0

Browse files
swissspidyCopilot
andauthored
Update how-to/figure-out-why-wordpress-is-slow.md
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 8d2c899 commit f84b0e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

how-to/figure-out-why-wordpress-is-slow.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ $ wp profile stage --url=runcommand.io
2121

2222
When WordPress handles a request from a browser, it's essentially executing as one long PHP script. `wp profile stage` breaks the script into three stages:
2323

24-
* **bootstrap** is where WordPress is setting itself up, loading plugins and the main theme, and firing the init hook.
24+
* **bootstrap** is where WordPress is setting itself up, loading plugins and the main theme, and firing the `init` hook.
2525
* **main_query** is how WordPress transforms the request (e.g. /2016/10/21/moms-birthday/) into the primary WP_Query.
2626
* **template** is where WordPress determines which theme template to render based on the main query, and renders it.
2727

0 commit comments

Comments
 (0)