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

Question, is pagination available on large collections?

Open procinger opened this issue 4 years ago • 0 comments

Background I'm working in my spare time, on a Pet Project, on a Zend Extension, which gives me the execution stack directly from the PHP VM. Just playing, so I can see what is going on.

Problem I'm only working with the DebugToolbar since today and have successfully written my own collector. The collector now has > 50k items. This makes the rendering of the DebugToolbar very slow.

Question Is there a possibility of some kind of pagination / lazy loading / etc or do I have to implement that myself? I could not find anything in the documentation.

Question

Thanks

procinger avatar Jul 11 '21 19:07 procinger