FE&BE - Scrollable Pagespeed Graph
Pagespeed checks need to be limited to a reasonable number, and it doesn't make a whole lot of sense to pick every nth check like we did with Monitor Details.
A visually intesresting implementation might be a scrollable graph which fetches data in paginated chunks.
[Preloaded Chunk] <-> [ Displayed Chunk ] <-> [Preloaded Chunk]
We would fetch one page of offscreen data in each direction to ensure smooth scrolling
That is a brilliant idea I like it!
Hi, I'd like to give this issue a go
Sure @mospell - thanks for your interest.
I have a question regarding the graph:
When there's an empty space between two checks the graph (happens when checking paused) it creates fake ticks with no data. This works fine when displaying the whole graph, but it breaks a bit when paginating. If the page ends with one or more of those fake ticks the graph cuts off, and if an entire page consists of them the graph just doesn't render.
How should I approach this? I could also commit what I've done so far to make sure I'm on the right track.