refinery-platform/heatmap-scatter-dash

Profiling

mccalluc opened this issue · 2 comments

For large data sets, what takes so long during initial load, and during successive renderings? Are there any easy wins?

Some progress: --profile is implemented, and initial load is a little faster. Look for improvements during rendering.

PR #187 improved profiling machinery, output can be read with snakeviz; Table of all data was the slow point... faster now.