Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused javascript #861

Closed
Jeffrey9130 opened this issue Aug 10, 2019 · 1 comment
Closed

Remove unused javascript #861

Jeffrey9130 opened this issue Aug 10, 2019 · 1 comment

Comments

@Jeffrey9130
Copy link

Hi,

The background is I'm going to run a dash application on a Raspberry Pi, and therefore want to improve the loading speed of the application by minimizing the loading components.

I noticed that most of the javascript embed along with the dash application have very low running coverage. I use plotly to render some dynamic curves but the overall coverage of plotly.js is only about 30%.

I have no handy experience about javascript before but is there any way to remove those uncovered javascript?

@alexcjohnson
Copy link
Collaborator

Thanks @Jeffrey9130 - this is discussed in plotly/dash-core-components#462 and #655 - closing this issue, let's continue the discussion in those issues.

HammadTheOne pushed a commit to HammadTheOne/dash that referenced this issue May 28, 2021
Fix pandas orient arg (to_dict("rows") -> to_dict("records"))
HammadTheOne pushed a commit that referenced this issue Jul 23, 2021
Fix pandas orient arg (to_dict("rows") -> to_dict("records"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants