By lussoluca on
Change record status:
Published (View all published change records)
Project:
Introduced in branch:
8.x-1.x-dev
Issue links:
Description:
Now it is possible to also collect the time needed to instantiate every single service used in a request, to make it work you need to add this two lines to settings.php (or, event better, to settings.local.php):
$class_loader->addPsr4('Drupal\\webprofiler\\', [ __DIR__ . '/../../modules/contrib/webprofiler/src']);
$settings['container_base_class'] = '\Drupal\webprofiler\DependencyInjection\TraceableContainer';
Impacts:
Site builders, administrators, editors
Module developers