php-debugbar
php-debugbar copied to clipboard
Exponential memory usage growth with stacked data and Request collector
The request data collector store the data from $_SESSION which contains the stacked data, which in turn contains the data from the request collector, etc, so memory usage double with each request. So with multiple requests that have a request data collector and getting stacked, that becomes a problem rather quickly.