I’m new to observablehq and am hoping someone might be able to help me. I’ve created an interactive map but the rendering is really slow. I tried using an update function to speed things up but I’m not sure I’ve done it correctly because it hasn’t improved the speed.
The 50% opacity is hurting the rendering performance, but it also seems that you draw each circle multiple times, which effectively negates any transparency.
Can you share more details about the data in plant_locs@3.csv? I see a lot of seemingly duplicate entries in there.
Chrome’s developer tools also have an FPS meter that you can enable through the command menu, but as far as I can tell that one only updates while scrolling.