User tests: Successful: Unsuccessful:
Pull Request for Issue #16881.
Composer has an optimized mode, where they recommend to use in production. More information can be found in the composer documentation.
This pr activates that mode, which leads to bigger class map files and less IO. More infromation can be found in issue #16881.
Just log in on the back end and open some articles on the front end.
All should work as expected, just faster.
All should work as expected.
Status | New | ⇒ | Pending |
Category | ⇒ | External Library Libraries |
Category | External Library Libraries | ⇒ | External Library Composer Change Libraries |
I can run then another composer install, no worries.
Merged with staging too.
Status | Pending | ⇒ | Fixed in Code Base |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2017-08-10 23:36:05 |
Closed_By | ⇒ | mbabker |
As with the merge of #16754, this one can safely be merged, as a composer install in optimized mode was run there. This pr only adds the required configuration option to the composer.json file that the next
composer update
will not overwrite the optimized classmap files.I did another
composer install
and there are some test classes showing up in the diff which should not being mapped.