[Bug] wordfence WordPress plugin severly degrades WP-CLI performance on Docker #51
Labels
💻 aspect: code
Concerns the software code in the repository
🤖 aspect: dx
Concerns developers' experience with the codebase
🛠 goal: fix
Bug fix
🟩 priority: low
Low priority and doesn't need to be rushed
🏁 status: ready for work
Ready for work
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
wordfence
plugintime ./wpcli.sh plugin list
wordfence
plugintime ./wpcli.sh plugin list
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
The text was updated successfully, but these errors were encountered: