-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
π status: ready for workReady for workReady for workπ» aspect: codeConcerns the software code in the repositoryConcerns the software code in the repositoryπ goal: fixBug fixBug fixπ© priority: lowLow priority and doesn't need to be rushedLow priority and doesn't need to be rushedπ€ aspect: dxConcerns developers' experience with the codebaseConcerns developers' experience with the codebase
Description
Description
The wordfence WordPress plugin severely degrades WP-CLI performance on Docker. Enabling it results in WP-CLI commands taking approximately 10-20 times longer.
This does not happen on staging or production. It may be due to the fact that the current docker configuration has WordPress and WP-CLI in different containers.
Reproduction
- Activate
wordfenceplugin./wpcli.sh plugin activate wordfence
- List plugins
time ./wpcli.sh plugin listreal 0m10.783s user 0m0.078s sys 0m0.037s - Deactivate
wordfenceplugin./wpcli.sh plugin deactivate wordfence
- List plugins
time ./wpcli.sh plugin listreal 0m0.385s user 0m0.077s sys 0m0.038s
Expectation
Local development should be performant.
Investigate to determine if the wordfence WordPress plugin can be configured so that it does not negatively impact WP-CLI performance within a docker container. Alternately, investigate moving the Docker configuration to a single container model for WordPress and WP-CLI.
Additional context
Resolution
- I would be interested in resolving this bug.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
π status: ready for workReady for workReady for workπ» aspect: codeConcerns the software code in the repositoryConcerns the software code in the repositoryπ goal: fixBug fixBug fixπ© priority: lowLow priority and doesn't need to be rushedLow priority and doesn't need to be rushedπ€ aspect: dxConcerns developers' experience with the codebaseConcerns developers' experience with the codebase
Type
Projects
Status
Backlog