Skip to content

一个方便获取各类性能指标及 Web Vitals 的库。

License

Notifications You must be signed in to change notification settings

cavinHuangORG/per-moniteur

 
 

Repository files navigation

per-moniteur

一个方便获取各类性能指标及 Web Vitals 的库。

安装

npm install per-moniteur --save

使用

import PerMoniteur from 'per-moniteur';

new PerMoniteur({
  tracker: (type, data, allData) => {
    console.log('type: ', type)
    console.log(`${type} data: `, data)
    console.log('allData: ', allData)
  },
})

能获取的数据指标

  • NavigationTime
  • NetworkInfo
  • FP
  • FCP
  • FID
  • TBT
  • LCP
  • CLS
  • Web Vitals Score

License

MIT © yck.

About

一个方便获取各类性能指标及 Web Vitals 的库。

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 87.0%
  • JavaScript 8.0%
  • HTML 5.0%