Vasilij Duško

Results 8 issues of Vasilij Duško

Allow choosing whether the container should be updated or not.

Enable it for https://symfony.com/doc/current/components/lock.html

When a relative path is transformed into its real and absolute path, PHP caches the result to improve performance. Applications that open many PHP files, such as Symfony projects, should...

In production servers, PHP files should never change, unless a new application version is deployed. However, by default OPcache checks if cached files have changed their contents since they were...

The default OPcache configuration is not suited for Symfony applications, so it's recommended to change these settings as follows: ``` ; php.ini ; maximum memory that OPcache can use to...