handbook/how-to.md
copilot-swe-agent[bot] e4de1d2a5d Add how-to guide: Figure out why WordPress is slow
Co-authored-by: swissspidy <841956+swissspidy@users.noreply.github.com>
2026-01-12 12:51:06 +00:00

16 lines
715 B
Markdown

# How to WP-CLI
## Introduction
Using WP-CLI, you can perform specific tasks using the command line instead of accessing the WordPress admin panel. In the following section, we will cover step by step some of these
tasks.
- [How-to install WordPress](https://make.wordpress.org/cli/handbook/how-to-install/)
- [How to put the website in maintenance mode](https://make.wordpress.org/cli/handbook/how-to-maintenance-mode)
- [How-to start the webserver](https://make.wordpress.org/cli/handbook/)
- [How to create a custom plugin](https://make.wordpress.org/cli/handbook/how-to-create-custom-plugins)
- [Figure out why WordPress is slow](https://make.wordpress.org/cli/handbook/figure-out-why-wordpress-is-slow)