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
Kdyby/Events are dumping my registered Listeners into the Tracy debugger bar. This was not a problem untill I had to inject the whole Nette\Application\Application object, because I need to create links in some of my listeners.
DebugPanel dumps the whole Application into the debug bar several times (for each Listener), which sometimes takes up to 200MB of memory, thus significantly slowing the application.
It doesn't happen in production mode, when the Panel is disabled.
The text was updated successfully, but these errors were encountered:
Kdyby/Events are dumping my registered Listeners into the Tracy debugger bar. This was not a problem untill I had to inject the whole Nette\Application\Application object, because I need to create links in some of my listeners.
DebugPanel dumps the whole Application into the debug bar several times (for each Listener), which sometimes takes up to 200MB of memory, thus significantly slowing the application.
It doesn't happen in production mode, when the Panel is disabled.
The text was updated successfully, but these errors were encountered: