Analyzes bundle sizes and contents for broccoli-concat-based build chains with raw, uglified, and compressed metrics.
broccoli-concat-analyser is a profiling tool for analyzing concatenated asset bundles in broccoli-concat-based build chains. It visualizes bundle sizes (raw, uglified, compressed) and contents to help developers identify optimization opportunities. The tool generates interactive HTML reports for detailed inspection of asset composition.
Frontend developers using broccoli-concat in their build pipelines, particularly those working on Ember.js applications via the ember-cli-bundle-analyzer addon.
It provides granular visibility into bundle composition and size metrics, enabling data-driven optimizations to reduce load times and improve application performance.
broccoli-concat-analyser is a profiling tool for build chains using broccoli-concat. It generates detailed visual reports showing the size and composition of concatenated bundles, helping developers understand and optimize their asset footprints.
It provides actionable insights into asset composition to help developers reduce bundle bloat and improve performance.
Open-Awesome is built by the community, for the community. Submit a project, suggest an awesome list, or help improve the catalog on GitHub.
Reports raw, uglified, and compressed bundle sizes, providing clear data for performance optimization based on the README's feature list.
Generates HTML files with foamtree visualizations that allow developers to explore bundle contents interactively, as shown in the example demo.
Integrated via the ember-cli-bundle-analyzer addon, enabling easy use in Ember.js apps without complex setup.
Tailored for broccoli-concat workflows, ensuring accurate profiling of concatenated assets within that ecosystem.
Only works with broccoli-concat, making it irrelevant for projects using other bundlers, as admitted by its niche focus.
Requires setting environment variables, running separate commands, and manually opening HTML files, lacking automation for streamlined workflows.
Uglified size metrics are currently limited to JavaScript, leaving other asset types like CSS with less detailed optimization insights.