jetpack icon indicating copy to clipboard operation
jetpack copied to clipboard

Jetpack Docker speed improvement ideas

Open simison opened this issue 6 years ago • 2 comments

  • [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

simison avatar Feb 27 '19 13:02 simison

I took a stab at upgrading to 7.3 and think it's good to go in #10725.

kraftbj avatar Feb 27 '19 23:02 kraftbj

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?

simison avatar Feb 28 '19 06:02 simison