awesome-repositories.com
Blog
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektÜber unsRanking-MethodikPresseMCP-Server
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
webpack avatar

webpack/compression-webpack-plugin

0
View on GitHub↗
1,427 Stars·110 Forks·JavaScript·MIT·1 Aufruf

Compression Webpack Plugin

Prepare compressed versions of assets to serve them with Content-Encoding

Features

  • Bundle Analysis - Prepares compressed assets for efficient delivery.

Star-Verlauf

Star-Verlauf für webpack/compression-webpack-pluginStar-Verlauf für webpack/compression-webpack-plugin

KI-Suche

Entdecke weitere awesome Repositories

Beschreibe in einfachen Worten, was du brauchst — die KI bewertet tausende kuratierte Open-Source-Projekte nach Relevanz.

Start searching with AI

Open-Source-Alternativen zu Compression Webpack Plugin

Ähnliche Open-Source-Projekte, sortiert nach der Anzahl der gemeinsamen Funktionen mit Compression Webpack Plugin.
  • zouhir/jarvisAvatar von zouhir

    zouhir/jarvis

    5,459Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗5,459
  • pajaydev/lasso-analyzerAvatar von pajaydev

    pajaydev/lasso-analyzer

    4Auf GitHub ansehen↗

    📊 Analyzing bundles created by Lasso js.

    JavaScript
    Auf GitHub ansehen↗4
  • danvk/source-map-explorerAvatar von danvk

    danvk/source-map-explorer

    3,930Auf GitHub ansehen↗

    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
    Auf GitHub ansehen↗3,930
  • relative-ci/bundle-statsAvatar von relative-ci

    relative-ci/bundle-stats

    670Auf GitHub ansehen↗

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

    TypeScript
    Auf GitHub ansehen↗670
Alle 11 Alternativen zu Compression Webpack Plugin anzeigen→

Häufig gestellte Fragen

Was macht webpack/compression-webpack-plugin?

Prepare compressed versions of assets to serve them with Content-Encoding

Was sind die Hauptfunktionen von webpack/compression-webpack-plugin?

Die Hauptfunktionen von webpack/compression-webpack-plugin sind: Bundle Analysis.

Welche Open-Source-Alternativen gibt es zu webpack/compression-webpack-plugin?

Open-Source-Alternativen zu webpack/compression-webpack-plugin sind unter anderem: zouhir/jarvis — Jarvis is a suite of utilities for Webpack projects designed for bundle analysis, tree-shaking audits, build error… pajaydev/lasso-analyzer — 📊 Analyzing bundles created by Lasso js. danvk/source-map-explorer — source-map-explorer is a source map bundle analyzer that visualizes the space usage of bundled JavaScript files. It… statoscope/statoscope — Statoscope is a toolkit for analyzing (with UI-base report) and validate stats of your bundle. webpack/analyse — http://webpack.github.io/analyse. webpack/webpack-bundle-analyzer — webpack-bundle-analyzer is a bundle size analysis tool and Webpack build plugin that visualizes the composition of web…