question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

R library: Big slowdown in Firefox but not in Chrome

See original GitHub issue

Hi, 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:closed
  • Created 8 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
etpinardcommented, Oct 2, 2017

Ok great. As this ticket won’t directly result in a PR, I’ll close it.

Thanks for checking @MarkEdmondson1234 🎉

0reactions
MarkEdmondson1234commented, Oct 2, 2017

My example above is usable now, so good for me.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found