This was introduced some time between 2018-01-26 to 2018-03-07 Here's a plot of 10,000 points: ``` df <- data.frame(x = runif(10000, min = 0, max = 20000), y = runif(10000, min = 0, max = 20000)) plot_ly(df, x = ~x, y= ~y) %>% add_markers() ``` Running this 2 months ago, I was able to LASSO points with no problem. Now it's essentially unusable. Converting it to `toWebGL()` helps, but is still much slower than it was before. See video below for comparisons  (related to #1211)