wp-cli / doctor-command

Diagnose problems within WordPress by running a series of checks for symptoms
MIT License
146 stars 22 forks source link

Check for use of `wp_cache_flush()` within wp-content directory #96

Closed danielbachhuber closed 7 years ago

danielbachhuber commented 7 years ago

wp_cache_flush() shouldn't be used on production sites because it can cause performance problems when repopulating.