php-debugbar icon indicating copy to clipboard operation
php-debugbar copied to clipboard

Exponential memory usage growth with stacked data and Request collector

Open dotdash opened this issue 1 year ago • 2 comments

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.

dotdash avatar Aug 18 '24 10:08 dotdash