Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pajaydev/chrome-bundle-visualizer
https://github.com/pajaydev/chrome-bundle-visualizer
analyzer bundle chrome-extension ebay-bundle-visualizer page-weight performance-analysis web-performance web-performance-budget
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/pajaydev/chrome-bundle-visualizer
- Owner: pajaydev
- Created: 2020-01-24T23:08:28.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T06:57:08.000Z (over 4 years ago)
- Last Synced: 2024-11-08T13:44:21.559Z (about 1 month ago)
- Topics: analyzer, bundle, chrome-extension, ebay-bundle-visualizer, page-weight, performance-analysis, web-performance, web-performance-budget
- Language: JavaScript
- Size: 116 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Bundle Visualizer
This plugin is created only eBay site. It analyzes the bundle size of the webpage and visualizes it using [lasso-analyzer](https://github.com/pajaydev/lasso-analyzer)
## Usage
This extension is available for chrome
## Setup
Install dependencies:
```
git clone [email protected]:pajaydev/bundle-visualizer.git
yarn
```Make the changes and compile the scripts using:
```
yarn run compile
```