https://github.com/callumacrae/perf-workshop
https://github.com/callumacrae/perf-workshop
Last synced: 19 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/callumacrae/perf-workshop
- Owner: callumacrae
- Created: 2016-06-29T17:09:58.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-06-30T13:03:17.000Z (almost 9 years ago)
- Last Synced: 2025-04-01T21:07:57.536Z (24 days ago)
- Language: JavaScript
- Size: 1.37 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Performance workshop
To install:
```
$ npm install
$ npm install -g gulp-cli
```To run:
```
$ gulp
```(or `./node_modules/.bin/gulp`)
# NOTES:
```
- [x] thumbnails too big
- [x] main image too big
- [ ] cache static resources
- [x] javascript needs minifying
- [x] javascript is big (kill jQuery)
- [x] css needs minifying (it doesn't really)
- [ ] gzip javascript9.5
minify javascript (258KB -> 85.6KB)
8.5
thumbnails smaller
4.8
main image smaller
1.89
javascript to footer - didn't speed page load up, but sped up perceieved load time
1.89
remove jquery (85.6KB -> 0.7MB)
1.39
```