You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: