FireXStuff / firex-flame-ui

The UI (graph viewer) for Flame.
BSD 3-Clause "New" or "Revised" License
3 stars 1 forks source link

Lazy load external commands beyond 100 #7

Open djungic opened 4 years ago

djungic commented 4 years ago

Some services make thousands of external command calls. When this occurs, the task details page rendering is unacceptably slow.

Show the first 50 and last 50 external command invocations (in case the majority of them are the same command in a tight loop) with a 'Show remaining ' button. Make sure top-level 'Show All' button auto-expands hidden external commands.