p5-plack-debugger icon indicating copy to clipboard operation
p5-plack-debugger copied to clipboard

Make panel rendering lazy

Open stevan opened this issue 10 years ago • 0 comments

The panels are rendered immediately upon fetching of data, which is fine if you actually look at the panels, but is a waste if you never open them. The ideal situation is that we extract the minimum relevant data to render as much of the panel as we show.

This is particularly bad when fetching AJAX sub-requests as each AJAX call will kick off a data fetch from the server and then a bunch of rendering of panels.

stevan avatar Oct 07 '14 09:10 stevan