Global toggle for gzipped size, or at least for Treemap, Sunburst and Flamegraph
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 1.2k
- Forks
- 89
- Avg merge
- 18h 46m
- Merged PRs (30d)
- 24
Description
Clear and concise description of the problem
I'm aware that DevTools show compressed size sometimes, but while inspecting the bundle that size is ALL I'm interested in!
I don't want to see the size that's on the disk. That may be useful for performance purposes, I don't know, but I'm not there yet. For now I'd like to see what's taking most of my transferred file size.
Suggested solution
Either:
- as a global setting in Settings, as a checkbox, which would turn off all before and after compression displays of size and only show after
- or as a checkbox in Treemap, Sunburst and Flamegraph, to toggle back and forth between compressed and uncompressed
Alternative
No response
Additional context
No response
Validations
- Follow our Code of Conduct
- Read the Contributing Guide.
- Check that there isn't already an issue that request the same feature to avoid creating a duplicate.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how compressed and uncompressed sizes are displayed in Treemap, Sunburst, and Flamegraph, then check how global settings are organized. Decide whether the toggle belongs in Settings or each visualization, and consider the work done when the selected mode consistently controls the displayed sizes across all named views.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript
- Domain
- data-visualization, devtools
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 48/100