R library: Big slowdown in Firefox but not in Chrome
See original GitHub issueHi, when I view this page: https://beta.rstudioconnect.com/mark/digitalMarketingReportSchedule/ …in Firefox it has big slowdown problems, sometimes asking to stop an unresponsive script, other times its enough that it crashes Firefox. Even if it does load, tooltip response time is sluggish.
The problems only appear when using plot.ly plots, not other htmlwidget libraries like dygraph.
The plots in the page are generated using this R code in an .Rmd document:
gadata %>% plot_ly(x = date, y = sessions, group = medium)
plot_ly(gadata[gadata$date > as.Date(Sys.Date() - 30),],
x = date,
y = transactionRevenue, group = medium, type = "bar") %>% layout(barmode="stack")
However the same report in Chrome has no issues, loads quickly.
I’m on OSX Yosemite 10.10.2 running Firefox 42.0
Issue Analytics
- State:
- Created 8 years ago
- Comments:5 (2 by maintainers)
Top Results From Across the Web
Big apps run slow in IE/Edge/Firefox but not Chrome - shiny
Hi, I am running big app on IE too! When I deploy it to shinyapps.io , it tuns very slowly in IE11 but...
Read more >Considerable slowdown in Firefox once notebook gets a bit ...
I can confirm that FF 53 is much slower than Chrome 58 with working with multiple large notebooks. Things that are slow: Putting...
Read more >Is it just me or does Google slow YouTube down on Firefox?
My understanding is that YouTube uses a JavaScript library called Polymer (developed by Google) for its front-end. I'm not sure if it's still ......
Read more >1596576 - H2 upload speed is so slow in Firefox, all other ...
Downloading with Firefox is fine, but not uploading. ... I tried uploading on all other browsers (Edge, Chrome and even Internet Explorer) and...
Read more >Firefox slows gradually (over the day) to the point that it is ...
Firefox slows gradually (over the day) to the point that it is not usuable. Restarting works, but sick of restarting. Tried update/refresh, ...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Ok great. As this ticket won’t directly result in a PR, I’ll close it.
Thanks for checking @MarkEdmondson1234 🎉
My example above is usable now, so good for me.