From 8f098ef106fcf117d9bea1a7a876e8850fab5e6a Mon Sep 17 00:00:00 2001 From: Thuan Bui Date: Thu, 6 Feb 2025 17:30:25 +0900 Subject: [PATCH] Add Query Monitor to the plugins list when install new site --- README.md | 2 +- templates/wp-setup.sh.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 81cf892..16e3a6e 100644 --- a/README.md +++ b/README.md @@ -104,8 +104,8 @@ Each WordPress installation comes pre-configured with carefully selected plugins - **Wordfence Security**: Premium WordPress firewall and security scanner - **Rank Math SEO**: Advanced SEO plugin for optimizing your content and improving search engine visibility - **Fluent SMTP**: Reliable email delivery solution for WordPress -- **SEO Framework**: Lightweight, fast, and automated SEO solution - **Cache Enabler**: Efficient caching plugin for improved performance +- **Query Monitor**: Debugging and performance analysis tool for WordPress - **Kadence Blocks**: Advanced content blocks for the WordPress block editor, perfectly integrated with Kadence theme ### Default Theme diff --git a/templates/wp-setup.sh.template b/templates/wp-setup.sh.template index 196ba2a..2e0e833 100644 --- a/templates/wp-setup.sh.template +++ b/templates/wp-setup.sh.template @@ -23,7 +23,7 @@ if ! wpcli core is-installed ; then --skip-email wpcli rewrite structure '/%postname%/' echo "Installing and activating plugins..." - wpcli plugin install wordfence cache-enabler autodescription fluent-smtp kadence-blocks --activate + wpcli plugin install wordfence cache-enabler seo-by-rank-math fluent-smtp kadence-blocks query-monitor --activate wpcli option update cache_enabler '{ "version": "1.8.15", "use_trailing_slashes": 1,