You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This does seem reasonably sane to include by default since it's a recommendation directly from Drupal upstream, although I can't seem to find that same content in the Drupal 8 documentation -- any idea where it might have moved to or why it might have been removed?
Good question @tianon - My guess is that the Drupal 8 documentation simply hasn't caught up to include everything that is in the Drupal 7 docs. That said, I think this suggestion is just as relevant (if not more) to Drupal 8.
Notably, the Symfony documentation has the same recommendation (Drupal 8 is built on Symfony), with an even higher realpath_cache_size suggestion: https://symfony.com/doc/current/performance.html
Drupal.org's official documentation recommends overriding PHP's default
realpath-cache-size
andrealpath-cache-ttl
to "noticeably decrease Drupal's initial page generation times."https://www.drupal.org/docs/7/managing-site-performance/tuning-phpini-for-drupal
I am currently adding the following lines to my Dockerfile that inherits from
drupal:7
to accomplish this:Would it be worth including these in the official Docker Hub images? If so, I would be happy to provide a pull request.
The text was updated successfully, but these errors were encountered: