testpress icon indicating copy to clipboard operation
testpress copied to clipboard

Add debug options to wp-config.php locally

Open pento opened this issue 7 years ago • 1 comments

We currently use WP-CLI to add the debug options to wp-config.php, but because it's going via Docker, it's relatively slow for such a simple task. Doing it locally would save a bunch of time during startup.

pento avatar Jun 04 '18 02:06 pento

This was partially circumvented in #36, as the debug options are only added to wp-config.php when it's created, rather than every time the server restarts.

It's still slow, though.

pento avatar Sep 23 '18 01:09 pento