git404hub

what is analyse fr?

chenxsan/analyse — explained in plain English

Analysis updated 2026-07-18 · repo last pushed 2020-01-03

Audience · developerComplexity · 2/5DormantSetup · easy

tl;dr

A web app that visualizes webpack bundle stats so you can see what files are in your JavaScript bundle, how large they are, and where space is wasted.

vibe map

mindmap
  root((analyse))
    What it does
      Visualizes webpack stats
      Shows bundle contents
      Finds wasted space
    Tech stack
      Grunt build tool
      Hosted web app
    Use cases
      Diagnose slow load times
      Bundle size code review
      Spot duplicate code
    Audience
      Frontend developers
      Team leads
    How to use
      Generate stats.json
      Upload to hosted app
      Explore interactively

Code map

Detail Auto

An interactive map of this repo's files and how they connect — its source is parsed live in your browser. Click Visualize to build it.

filefunction / class

what do people make with this?

VIBE 1

Upload a webpack stats.json file to visually explore what's inside your JavaScript bundle.

VIBE 2

Diagnose slow page loads by finding which modules are bloating your bundle size.

VIBE 3

Spot duplicate code across your bundle to shrink final file size.

VIBE 4

Use bundle visualizations as part of team code review to keep bundle size in check.

what's the stack?

JavaScriptGruntWebpack

how it stacks up fr

chenxsan/analyse0verflowme/alarm-clock0verflowme/seclists
LanguageCSS
Last pushed2020-01-032022-10-032020-05-03
MaintenanceDormantDormantDormant
Setup difficultyeasyeasyeasy
Complexity2/52/51/5
Audiencedevelopervibe coderops devops

Figures from each repo's GitHub metadata at analysis time.

how do i run it?

Difficulty · easy time til it works · 5min
No license information is stated in the explanation.

prompts (copy fr)

prompt 1
Show me the exact webpack command to generate a stats.json file I can upload to the analyse tool.
prompt 2
I uploaded my stats.json to webpack.github.com/analyse, how do I interpret the visualization to find duplicate modules?
prompt 3
Help me set up a local dev build of chenxsan/analyse using Grunt so I can test changes before deploying.
prompt 4
My webpack bundle is too large, walk me through using this tool's stats.json workflow to find what to remove.

Frequently asked questions

what is analyse fr?

A web app that visualizes webpack bundle stats so you can see what files are in your JavaScript bundle, how large they are, and where space is wasted.

Is analyse actively maintained?

Dormant — no commits in 2+ years (last push 2020-01-03).

What license does analyse use?

No license information is stated in the explanation.

How hard is analyse to set up?

Setup difficulty is rated easy, with roughly 5min to a first successful run.

Who is analyse for?

Mainly developer.

peek the repo → explain another one

This repo across BitVibe Labs

double-check against the repo, no cap.