We're rendering a lot of components per chunk which slows down the rendering of the whole page when the stream is long with a lot of back and forth communication between the client and server.
I've tried to reduce the load by removing the expansion panels around the chunks in 6033496 and caching the moment objects 974bc79 since we were parsing the start and endtimes of the chunks multiple times to show the different info per chunk.
Maybe we need to virtualize the stream data list but I'd like to keep a way to just ctrl+f on the whole traffic in the stream.
There was some discussion in #317 with @davenewham regarding this.
We're rendering a lot of components per chunk which slows down the rendering of the whole page when the stream is long with a lot of back and forth communication between the client and server.
I've tried to reduce the load by removing the expansion panels around the chunks in 6033496 and caching the
momentobjects 974bc79 since we were parsing the start and endtimes of the chunks multiple times to show the different info per chunk.Maybe we need to virtualize the stream data list but I'd like to keep a way to just ctrl+f on the whole traffic in the stream.
There was some discussion in #317 with @davenewham regarding this.