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

Updating the bar data client side

Open bchubb-web opened this issue 1 year ago • 2 comments

At my current workplace we have a custom debug bar (we use an in house framework sadly) which i am attempting to migrate to this, my main issue is the loading of data.

our implementation caches the logs at the end of the request, and an ajax call is made to get the past N pages when the bar renders, as the logs can be HUGE

i am thinking of mapping our logs to what this package expects, and pass to 'duplicated' collectors.

my main issue is im not sure how to update the debug bars dataset to add this new data.

any help would be appreciated

bchubb-web avatar Oct 11 '24 10:10 bchubb-web