Closed stof closed 13 years ago
You are instantiating all services in the ContainerDataCollector to get their class. This is a bad idea IMO as it can have a huge impact.
See https://github.com/symfony/symfony/blob/master/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php for the way the CLI command achieves this.
Done. Thx :)
You are instantiating all services in the ContainerDataCollector to get their class. This is a bad idea IMO as it can have a huge impact.