mirror of
https://github.com/10h30/kazewp.git
synced 2026-05-12 15:21:20 +09:00
Add Query Monitor to the plugins list when install new site
This commit is contained in:
@@ -104,8 +104,8 @@ Each WordPress installation comes pre-configured with carefully selected plugins
|
|||||||
- **Wordfence Security**: Premium WordPress firewall and security scanner
|
- **Wordfence Security**: Premium WordPress firewall and security scanner
|
||||||
- **Rank Math SEO**: Advanced SEO plugin for optimizing your content and improving search engine visibility
|
- **Rank Math SEO**: Advanced SEO plugin for optimizing your content and improving search engine visibility
|
||||||
- **Fluent SMTP**: Reliable email delivery solution for WordPress
|
- **Fluent SMTP**: Reliable email delivery solution for WordPress
|
||||||
- **SEO Framework**: Lightweight, fast, and automated SEO solution
|
|
||||||
- **Cache Enabler**: Efficient caching plugin for improved performance
|
- **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
|
- **Kadence Blocks**: Advanced content blocks for the WordPress block editor, perfectly integrated with Kadence theme
|
||||||
|
|
||||||
### Default Theme
|
### Default Theme
|
||||||
|
|||||||
@@ -23,7 +23,7 @@ if ! wpcli core is-installed ; then
|
|||||||
--skip-email
|
--skip-email
|
||||||
wpcli rewrite structure '/%postname%/'
|
wpcli rewrite structure '/%postname%/'
|
||||||
echo "Installing and activating plugins..."
|
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 '{
|
wpcli option update cache_enabler '{
|
||||||
"version": "1.8.15",
|
"version": "1.8.15",
|
||||||
"use_trailing_slashes": 1,
|
"use_trailing_slashes": 1,
|
||||||
|
|||||||
Reference in New Issue
Block a user