You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For some reason the DataCollectorPlugin slows the performance of my import by roughly 100%. According to blackfire.io the plugin greatly increases time used by garbage collector. I don't care why that happens since I don't really need the plugin.
I obviously can't set kernel.debug to false since I want to see errors. And I can't uninstall symfony/stopwatch either since it is required by friendsofphp/php-cs-fixer. So I need some other way to disable this plugin. How can I do that?
The text was updated successfully, but these errors were encountered:
For some reason the DataCollectorPlugin slows the performance of my import by roughly 100%. According to blackfire.io the plugin greatly increases time used by garbage collector. I don't care why that happens since I don't really need the plugin.
I obviously can't set
kernel.debug
tofalse
since I want to see errors. And I can't uninstallsymfony/stopwatch
either since it is required byfriendsofphp/php-cs-fixer
. So I need some other way to disable this plugin. How can I do that?The text was updated successfully, but these errors were encountered: