Sub-skill of plotly: Performance Tips.
Scanned 9/9/2026
Install to Claude Code
npx -y skills add vamseeachanta/workspace-hub --skill performance-tips --agent claude-codeInstalls into .claude/skills of the current project.
Are you the author of Performance Tips?
Add the live security badge to your README — it updates automatically with every re-scan.
[](https://www.skillsdirectory.com/skills/vamseeachanta-performance-tips-641b51d8)More formats (shields.io, HTML) on the badges page.
---
name: plotly-performance-tips
description: 'Sub-skill of plotly: Performance Tips.'
version: 1.0.0
category: data-visualization
type: reference
scripts_exempt: true
---
# Performance Tips
## Performance Tips
1. **Use WebGL for large datasets** - Scattergl, Scattermapbox
2. **Limit animation frames** - Keep under 50 frames
3. **Simplify traces** - Reduce number of data points for complex charts
4. **Disable hover** - For static exports: `hovermode=False`
5. **Optimize layout updates** - Batch updates when possible
Is this your skill, or is something wrong with this listing? Request removal or report an issue. Author removals are honored within 72 hours.
No comments yet. Be the first to comment!