Lucas Riutzel
Lucas Riutzel
With composer 2 the following composer performance addons are not needed - zaporylie/composer-drupal-optimizations - hirak/prestissimo This allows us to switch back to an official container
This updated the following packages composer/installers drupal/admin_toolbar behat/behat drupal/devel This removed cweagans/composer-patches due to incompatibilities
I think something like ```make help``` would be useful. It envision it would access a markdown file for the different commands. These markdown files would have name, description, in depth...
I believe we can fix all permission issues once and for all by passing the host UID into the docker build process and creating/manipulating users inside each container to match...
The idea is a ```make``` command which would run a few performance tests to give some idea of the current performance of the application. Could use something like ```ab``` apache...
Composer update can take forever. Satis should allow a much faster update time.
opcache key/value is suppose to be much faster than redis or other caching methods. Might be useful for local dev?
Used on AORG atm Looks to be a great win especially if we can package the file cache inside docker. https://medium.com/@dylanwenzlau/500x-faster-caching-than-redis-memcache-apc-in-php-hhvm-dcd26e8447ad ; configuration for php opcache module ; priority=10 zend_extension=opcache.so...