awesome-repositories.com
Blog
awesome-repositories.com

Descubre los mejores repositorios open-source con nuestra búsqueda potenciada por IA.

ExplorarBúsquedas curadasAlternativas open-sourceSoftware autohospedableBlogMapa del sitio
ProyectoAcerca deCómo clasificamosPrensaServidor MCP
Aviso legalPrivacidadTérminos
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
pajaydev avatar

pajaydev/lasso-analyzer

0
View on GitHub↗
4 estrellas·1 fork·JavaScript·MIT·2 vistaspajaydev.github.io/lasso-analyzer↗

Lasso Analyzer

📊 Analyzing bundles created by Lasso js.

Features

  • Bundle Analysis - Analyzes and visualizes bundles created by Lasso.

Historial de estrellas

Gráfico del historial de estrellas de pajaydev/lasso-analyzerGráfico del historial de estrellas de pajaydev/lasso-analyzer

Búsqueda con IA

Explora más repositorios increíbles

Describe lo que necesitas en lenguaje sencillo: la IA clasifica miles de proyectos open-source curados por relevancia.

Start searching with AI

Alternativas open-source a Lasso Analyzer

Proyectos open-source similares, clasificados según cuántas características comparten con Lasso Analyzer.
  • zouhir/jarvisAvatar de zouhir

    zouhir/jarvis

    5,459Ver en GitHub↗

    Jarvis is a suite of utilities for Webpack projects designed for bundle analysis, tree-shaking audits, build error debugging, and network performance simulation. It provides a browser-based dashboard to visualize asset distributions and monitor the total size of bundles and chunks. The project includes a network performance simulator that estimates how assets load across various connection types and speeds. It also features a tree-shaking analysis tool that measures the ratio of shakeable to non-shakeable module imports to identify opportunities for bundle size reduction. Additional capabili

    JavaScriptbuild-tooldashboardwebpack
    Ver en GitHub↗5,459
  • siddharthkp/bundlesizeAvatar de siddharthkp

    siddharthkp/bundlesize

    4,476Ver en GitHub↗

    Bundlesize is a continuous integration tool used to calculate JavaScript bundle weights, track asset growth, and block deployments that exceed predefined size limits. It functions as a bundle size validator and reporter that monitors JavaScript build files to prevent unexpected growth. The tool integrates directly into build pipelines to enforce frontend performance budgeting. It communicates validation results back to version control platforms via API calls, allowing it to signal when bundle size limits are exceeded and block pull requests in continuous integration workflows. The system ide

    JavaScript
    Ver en GitHub↗4,476
  • relative-ci/bundle-statsAvatar de relative-ci

    relative-ci/bundle-stats

    670Ver en GitHub↗

    Analyze bundle stats(bundle size, assets, modules, packages) and compare the results between different builds. Support for webpack, rspack, vite, rolldown and rollup.

    TypeScript
    Ver en GitHub↗670
  • danvk/source-map-explorerAvatar de danvk

    danvk/source-map-explorer

    3,930Ver en GitHub↗

    source-map-explorer is a source map bundle analyzer that visualizes the space usage of bundled JavaScript files. It functions as a bundle size auditor and visualizer, using source maps to identify which original modules and files occupy the most space within a production bundle. The tool generates an interactive treemap to represent bundle composition and calculates compressed gzip sizes to estimate actual network transfer costs. It further serves as a code coverage mapper by overlaying execution data onto source maps to identify unused code segments that can be deferred or split. The utilit

    TypeScript
    Ver en GitHub↗3,930
Ver las 11 alternativas a Lasso Analyzer→

Preguntas frecuentes

¿Qué hace pajaydev/lasso-analyzer?

📊 Analyzing bundles created by Lasso js.

¿Cuáles son las características principales de pajaydev/lasso-analyzer?

Las características principales de pajaydev/lasso-analyzer son: Bundle Analysis.

¿Qué alternativas de código abierto existen para pajaydev/lasso-analyzer?

Las alternativas de código abierto para pajaydev/lasso-analyzer incluyen: zouhir/jarvis — Jarvis is a suite of utilities for Webpack projects designed for bundle analysis, tree-shaking audits, build error… siddharthkp/bundlesize — Bundlesize is a continuous integration tool used to calculate JavaScript bundle weights, track asset growth, and block… webpack/analyse — http://webpack.github.io/analyse. webpack/compression-webpack-plugin — Prepare compressed versions of assets to serve them with Content-Encoding. webpack/webpack-bundle-analyzer — webpack-bundle-analyzer is a bundle size analysis tool and Webpack build plugin that visualizes the composition of web… relative-ci/bundle-stats — Analyze bundle stats(bundle size, assets, modules, packages) and compare the results between different builds. Support…