keep-observers
Version:
This is a monitoring service applied to the web side Support Elasticsearch+kiban The middleware extension interface is provided by means of plug-in service compositionkeep-observers
28 lines (20 loc) • 644 B
Markdown
# keepObserverLoad
### Function
read the related browser's first loading information, rely on the related functions of browser's window.performance
### Config
```javascript
LoadCustom:{
//whether record one time everyday default: true
isOneDay: Boolean,
//whether enable performance analysis default: true,
isPerformance: Boolean,
//whether check cache to read content default: true,
isPerformanceRequest: Boolean,
//whether report immediately when obtaining load information default: true,
immediatelyiReport: Boolean,
}
```
### Api
```javascript
//not api render
```