https://github.com/shipshapecode/ember-performance-workshop
The code for the EmberConf 2018 Performance Workshop
https://github.com/shipshapecode/ember-performance-workshop
Last synced: 11 months ago
JSON representation
The code for the EmberConf 2018 Performance Workshop
- Host: GitHub
- URL: https://github.com/shipshapecode/ember-performance-workshop
- Owner: shipshapecode
- Created: 2018-02-19T13:43:38.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-06-28T15:49:40.000Z (over 7 years ago)
- Last Synced: 2025-02-16T12:30:03.518Z (11 months ago)
- Language: HTML
- Homepage: https://ember-performance-workshop.netlify.com/
- Size: 729 KB
- Stars: 4
- Watchers: 3
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Ember Performance Workshop
## Setup
We will be starting with Ember 3.0 to automatically get the ~10 kb savings the removal of deprecations gives us.
I have setup this example app and added some bloated and non-performant things to it.
I highly recommend following along with the official repo and just making these changes in your other apps later,
but if you would like to try to work in a different app, feel free to, but we may not be able to offer as much support if things go wrong.
## Things to install
npm install -g lighthouse
npm install -g broccoli-concat-analyser
## Exercises
The steps and exercises live in the app itself. If you would like to refer to something deployed, you
can head to [https://ember-performance-workshop.netlify.com/](https://ember-performance-workshop.netlify.com/) to
see the app deployed, before any changes or exercises have been completed. The steps live on the pages there.