Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
从 Symfony 2.3 开始,惰性服务选项可以使用 ProxyManager。我的问题是这有什么缺点吗?似乎只在需要时才启动服务是完美的,但我怀疑一定有一些缺点使 Symfony 默认默认为“false”?
使用延迟加载服务的主要缺点是您的服务必须链接到Container使您的服务与Symfony2
Container
Symfony2
你可以使用延迟加载服务,但你不应该经常使用它们。