There is no freaking way in symfony to prevent the extension to warm up the object constructors and performance-wise this is not acceptable.
The extension always loads, no way around it because it is tokenParser depending on other objects
I disabled the bundle and just reusing the service directly on my mailer service when i need it.
There is no freaking way in symfony to prevent the extension to warm up the object constructors and performance-wise this is not acceptable.
The extension always loads, no way around it because it is tokenParser depending on other objects
I disabled the bundle and just reusing the service directly on my mailer service when i need it.