Closed tchamberlin closed 1 year ago
Some of the data is cached at the beginning, though most of it seems to be fetched dynamically. There's a websocket that could be receiving client requests to update the plot and sending back data. When I compare memory snapshots of before vs. after requests, an ArrayBuffer gains or loses several megabytes of data. Also, it looks like there's nothing in storage, but I could be misinterpreting that tab
https://nyc-taxi.pyviz.demo.anaconda.com/dashboard
Specifically, where is it getting the data? Is it pre-loaded at the beginning, or fetched dynamically? How?
Use Firefox dev tools to analyze