Performance
Load Testing
- nginx request bench mark
- Mongodb request bench mark
- Mongo min and max connection per host, pooling.. Etc
| Tool | UseCase | Description | 
|---|---|---|
| JMeter | API & other browser requests | by UI | 
| k6 | API & other browser requests | by CLI | 
Browser Request Profiling
- developers can do request profiling by lightHouse (Chrome dev tools)
- take heap snapshot in dev tools to check memory usage/ leaks
MongoDB
//connect mongoDB metrics with grafana https://github.com/simagix/keyhole https://www.mongodb.com/blog/post/peek-at-your-mongodb-clusters-like-a-pro-with-keyhole-part-1 https://www.mongodb.com/blog/post/peek-at-your-mongodb-clusters-like-a-pro-with-keyhole-part-2