https://performanceanalytics.herokuapp.com/ ####subitems
- performanceAnalyzer.js
- performanceAnalyzer.js collects some performance related key metrics from browser and sends to the perfanalytics API
<script async src="https://performanceanalytics.herokuapp.com/performanceAnalyzer.js"></script>
https://www.linkedin.com/pulse/async-vs-defer-attributes-javascript-diwaker-mishra/
- perfanalyticsAPI
- perfanalytics api is a restful api which saves data, poster from performanceAnalyzer.js and returns specific filtered data
- perfanalyticsdashboard;
- perfanalyticsdashboard is a dashboard which show perf related metrics in a visualized way
make sure that you fixed fetch urls
#Tech Stack
- performanceAnalyzer.js
- javascript
- perfanalyticsAPI
- nodejs - mongodb - express
- perfanalyticsdashboard;
- reactjs
- CI/CD;
- circleci / heroku
#Resources that i have used
https://developer.mozilla.org/en-US/docs/Web/API/PerformanceTiming/responseStart
https://attacomsian.com/blog/static-resources-express