pento / testpress

Tool for helping you get a WordPress Core test environment up and running.
GNU General Public License v2.0
68 stars 2 forks source link

Add debug options to wp-config.php locally #32

Open pento opened 6 years ago

pento commented 6 years ago

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 commented 6 years ago

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.