-
-
Notifications
You must be signed in to change notification settings - Fork 154
EmailSenderListener adds significant overhead #3
Comments
If symfony/symfony#3557 gets accepted, I'll implement it in the EmailSenderListener, which will prevent Swiftmail from loading on every request... stay tuned. |
Closing as the IntrospectableContainerInterface is now used |
This is a very old issue, but as the IntrospectableContainerInterface was removed from Symfony 3.0, the overhead that was mentioned here seems to be back. It seems removing the check for the IntrospectableContainerInterface implemented in symfony/symfony#3557 does the trick - if you are using Symfony 3.0. |
@MetalArend The IntrospectableContainerInterface is merged in the the ContainerInterface, the EmailSenderListener needs to be updated for this. A method_exists() for |
see symfony/symfony#3396
The text was updated successfully, but these errors were encountered: