jetpack
jetpack copied to clipboard
Jetpack Docker speed improvement ideas
- [x] Upgrade to PHP 7.3 — current PHP 7.0 is notably slower https://github.com/Automattic/jetpack/pull/10725
- [ ] Allow disabling unused containers (sftp, email)
- [ ] Query monitor warns about external cache: Opcode cache in use: Zend OPcache External object cache not in use: The APCu extension for PHP is installed but is not in use by WordPress
- [ ] Support ngrok natively #10698
I took a stab at upgrading to 7.3 and think it's good to go in #10725.
Nice, thanks!
I was reading about conditionally disabling services (sftp and maildev) and there doesn't seem to be config.
Maybe we can have them off by default and provide commands to spin them up easily?