webpack-bundle-analyzer
lighthouse ci action
webpack-bundle-analyzer | lighthouse ci action | |
---|---|---|
25 | 175 | |
12,636 | 29,046 | |
0.0% | 0.4% | |
4.7 | 9.4 | |
19 days ago | 7 days ago | |
JavaScript | JavaScript | |
MIT License | Apache License 2.0 |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
webpack-bundle-analyzer
-
bundle-stats alternatives - webpack-bundle-analyzer, statoscope, and rollup-plugin-visualizer
4 projects | 4 Apr 2025
-
Optimizing Your React/Next.js Application
Analyze Bundle Size: Use tools like webpack-bundle-analyzer to analyze and reduce your JavaScript bundle size. This can help identify large dependencies that may be slowing down your app.
-
🚀 Angular 18 + Cypress, Material + Transloco + Jest, EsLint + Docker + Prettier 🚀
- `npm run start` - Start the app - `npm run lint` - Lint the project - `npm run test` - Run unit tests - `npm run build` - Build the project - `npm run build:prod` - Build the project in production mode - `npm run build:prod:stats` - Build the project in product mode with stats - `npm run analyse` - Analyse bundle with [webpack-bundle-analyzer](https://github.com/webpack-contrib/webpack-bundle-analyzer) - `npm run compodoc` - Generate [compodoc](https://github.com/compodoc/compodoc) documentation - `npm run version` - Generate changelog - `npm run prettier` - Format the whole project - `npm run audit` - Audit this application using Sonatype OSS Index
-
Performing Maintenance Task For A Large Codebase
If you're using Webpack for bundling your app, there's the very well known webpack-bundle-analyzer which comes as a webpack plugin that you need add in your webpack config file in order to use it.
-
How We Went from 46 to 99 Performance Score to Improve Our Website Speed
Then, with the Webpack Bundle Analyzer plugin, we discovered problematic areas in bundles. Bundle Analyzer highlighted our biggest bundles – client-location and map-with-flashing-dots
-
Bundle size analyzer when using esbuild?
I used to use webpack-bundle-analyzer but we have switched the builder to browser-esbuild now.
-
How to handle multiple webpacks in the same app, that both include React?
First start by running a webpack bundle analysis to see what exactly is bundled. You might be surprised about things being included that you didn't expect which can help with where to look.
-
Building a PNPM monorepo with Webpack - large builds?
Firstly I recommend taking a look at the structure of the webpack output with something like webpack-bundle-analyzer for any obvious over bundling issues.
-
First time i encounter this any idea how to exploit it ? or its already an info disclosure and i should report within bug bounty program ?
See: https://github.com/webpack-contrib/webpack-bundle-analyzer
-
Web Performance Resources for Front End Developers
Webpack Bundle Analyzer
lighthouse ci action
-
SEO for Developers: How to Make Your Website Visible (With Code Examples & Resources)
Lighthouse (Chrome DevTools) — audit SEO and performance
-
Leveraging Lighthouse audits to optimize web performance
Slow-loading pages can stem from multiple causes, which makes them one of the most challenging issues to fix in web development. Lighthouse (LH) is Google’s free and open-source website auditing tool that can help you detect and solve your web performance issues and speed up your site.
-
Problems with font distribution, and why versioning matters
We wanted to use next/font/google to implement the Inter Google Font for its magical ways of optimising font performance. We wanted a fast site with green Lighthouse scores. (Along with images, custom fonts are a major cause of poor site performance.)
-
Building an Accessible Navigation Menu
Google Lighthouse
-
How Guardius Supercharges Google Lighthouse for Seamless Web Performance Audits
Google Lighthouse is an open-source tool that helps developers run technical audits on web apps and websites. It generates comprehensive reports on performance, accessibility, SEO, and best practices. The insights Lighthouse provides are valuable for improving user experience and making your website perform well in Google’s search rankings.
-
End-to-End SEO Testing with Playwright and Lighthouse
1 - SEO Starter Guide 2 - Lighthouse Overview 3 - Vitest Guide 4 - Playwright Intro 5 - Abhinaba Ghosh/Playwright/Lighthouse
-
The Power of UX/UI Design: How It Impacts Your Website’s Success
🔹 Mobile Responsiveness – More than 60% of traffic comes from mobile devices. Test your site on Google’s Mobile-Friendly Test to ensure it’s optimized.
-
How You Can Build The Best, Fastest Blog On The Internet
At this point, I built our blog app using npm run build and previewed it to generate a Lighthouse report. We received a 100 in the Performance and SEO categories.
-
Adults can learn perfect pitch
https://developer.chrome.com/docs/lighthouse/overview
-
Google advises against using YouTube embeds
I think it was always a Google product https://github.com/GoogleChrome/lighthouse/tree/9ff34c320811.... If I remember right it was an evolution of the page speed test site (can't remember exact name) of which Google was also a contributor to.
There's plenty that can be said about Google, but investing in education and testing around web performance was one of their stand out achievements imo.
What are some alternatives?
rollup-plugin-visualizer - 📈⚖️ Visuallize your bundle
Turbolinks - Turbolinks makes navigating your web application faster
awesome-vite - ⚡️ A curated list of awesome things related to Vite.js
Vue Storefront - Alokai is a Frontend as a Service solution that simplifies composable commerce. It connects all the technologies needed to build and deploy fast & scalable ecommerce frontends. It guides merchants to deliver exceptional customer experiences quickly and easily.
vite-plugin-svgr - Vite plugin to transform SVGs into React components
axe-core - Accessibility engine for automated Web UI testing