ricardoamaro / drupalci_testbot

This is a testing version of Drupal testbot using docker containers. Please use:
https://drupal.org/project/drupalci_testbot
MIT License
53 stars 21 forks source link

Experiment with `opcache.optimization_level` #15

Open wimleers opened 10 years ago

wimleers commented 10 years ago

See http://stackoverflow.com/a/21291587/80305.

I suspect that running the entire Drupal 8 code base's tests costs enough time that playing with the optimization level might make a difference. By default, all optimizations are enabled. But in our case, that might actually be suboptimal.