# Plotly Performance Tips

> Sub-skill of plotly: Performance Tips.

- Skill: `vamseeachanta/plotly-performance-tips` (Agent Skill)
- Install (CLI): `npx skillmds@latest add vamseeachanta/plotly-performance-tips`
- Raw SKILL.md: https://api.skillmd.com/api/skills/vamseeachanta/plotly-performance-tips/raw
- Safety review: pending
- Works with: Claude Code, Claude.ai, OpenAI Codex
- Category: Coding & Dev Tools
- Author: vamseeachanta (https://skillmd.com/u/vamseeachanta)
- Updated: 2026-09-17
- Page: https://skillmd.com/skills/vamseeachanta/plotly-performance-tips

---


# 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

