Monolithic installs VS single responsibilities networks

In the beginning, Drupal site is extremely lightweight, it consists only from few core modules, and even not all of them are enabled. But step by step, the site is growing and begins to be more and more complex.

As one of aims of Drupal is ultimate customization, each, even tiniest, module - potentially could change the behaviour of whole system in any moment.

The more site complex is, more modules are installed -  more difficult to control the quality of the whole project.

In this session we will talk about the model of organization of Drupal infrastructures, where each Drupal instance has limited number of functional responsibilities and communicates with other instances through defined interfaces.

This method provides better quality, best performance and less risks, when You are building complex sites with Drupal.