Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mvsde/image-performance-measurement
Measure performance for various image formats in browsers
https://github.com/mvsde/image-performance-measurement
browser decoding image measurement performance
Last synced: 30 days ago
JSON representation
Measure performance for various image formats in browsers
- Host: GitHub
- URL: https://github.com/mvsde/image-performance-measurement
- Owner: mvsde
- License: other
- Created: 2022-01-26T09:57:38.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-07-19T08:37:26.000Z (over 1 year ago)
- Last Synced: 2023-07-19T09:44:39.847Z (over 1 year ago)
- Topics: browser, decoding, image, measurement, performance
- Language: JavaScript
- Homepage:
- Size: 32.2 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Image Performance Measurement
## Sample Data
* [Slow device](https://gist.github.com/mvsde/babe7a3c07e0fb5f7b0529580216d357)
* [Fast device](https://gist.github.com/mvsde/3e42f33723b0cfff296f01bedc0dea94)## Usage
### Requirements
* [Node.js](https://nodejs.org/)
### Installation
```sh
npm install
```### Preparation
Create resized images in various formats:
```sh
npm run images
```### Measure
Run performance measurement 5x for each image:
```sh
npm run measure
```## Sponsored by