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
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.
Thanks
The text was updated successfully, but these errors were encountered:
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.
Thanks
The text was updated successfully, but these errors were encountered: