https://github.com/cloudinary/web-speed-test-server
Page Speed Image Performance Analysis (Server)
https://github.com/cloudinary/web-speed-test-server
cloudinary-service
Last synced: 3 months ago
JSON representation
Page Speed Image Performance Analysis (Server)
- Host: GitHub
- URL: https://github.com/cloudinary/web-speed-test-server
- Owner: cloudinary
- License: mit
- Created: 2017-06-15T12:47:58.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2025-06-10T17:18:28.000Z (7 months ago)
- Last Synced: 2025-07-03T18:51:39.756Z (6 months ago)
- Topics: cloudinary-service
- Language: JavaScript
- Homepage:
- Size: 813 KB
- Stars: 8
- Watchers: 27
- Forks: 4
- Open Issues: 16
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
- awesome-cloudinary - Web Speed Test Server
README
# web-speed-test Image Performance Analysis Server App
This is the server app for Cloudinary image analysis tool.
## Getting Started
### Installation
**Step 1**. Make sure that you have [Node.js](https://nodejs.org/) v5 or newer and
[Yarn](https://yarnpkg.com/) installed on your development machine.
**Step 2**. Clone this repository
```shell
$ git clone git@github.com:CloudinaryLtd/web-speed-test-server.git web-speed-test-server
$ cd web-speed-test
$ yarn install # Install project dependencies listed in package.json
```
**Step 3**. Set CLOUDINARY_URL
You will need to add your CLOUDINARY_URL to an `.env` file under `/server`
**Step 4**. Compile and launch your app by running:
```shell
$ yarn start # Run the server
```