- Installation
- Run
bundle
- Run
yarn
- Run
- Running
- Run
bin/webpacker-dev-server
- Run
rails c
- Run
- Reproducing
- Manually
- Browse to localhost:3000
- Click between page 1 and page 2, see the numbers go up
- Memory usage
- Comment out
import '../src/freshdesk'
inapp/javascript/entries/application.js
to establish a baseline - Run
memlab run --scenario scripts/freshchat.js
- Remove comments in
app/javascript/entires/application.js
- Run
memlab run --scenario scripts/freshchat.js
again
- Comment out
- Manually