perf-analytics-sdk
v1.3.0
Published
This sdk gets TTFB, FCP, Dom Load and Window Load values from Node.js API.
Downloads
8
Maintainers
Readme
Perf-Analytics Project
This sdk gets TTFB, FCP, Dom Load and Window Load values from Node.js API.
Quickstart
Install
# npm
npm install --save perf-analytics-sdk
# yarn
yarn add perf-analytics-sdk
Usage
import PerfAnalytics from 'perf-analytics-sdk';
export function getMetrics () {
return PerfAnalytics()
.then( res => res )
}
Contributing
Many improvements and bugfixes were contributed by the open source community.
You can also check the GitHub page at Perf-Analytics-App.
License
MIT. Please see the license file for more information.