Upon further inspection, it appears that the web UI redraws each DOM element with every update. So I think removing the graph won’t fix the page performance issue because each task list item is being redrawn on every refresh.
> On Sep 7, 2017, at 2:22 PM, Joshua Griffith <jgriff...@campuslabs.com> wrote: > > Hello, I have an auto-generated job that creates too many tasks for web UI’s > job graph to handle. The browser pinwheels while the page attempts to load. > Is it possible to disable the job graph component in the web UI? For slightly > smaller jobs, once the graph loads the rest of the UI is usable. > > Thanks, > > Joshua