0.0.26 • Published 2 years ago
web-page-monitor v0.0.26
web-page-monitor
Try it
Create a bookmarklet on your browser (and then try it where policies allows you to) using the following:
which comes from the following:
Install it
yarn add web-page-monitor
Use it
import 'web-page-monitor'
WebPageMonitor
.showFPS(/* options */)
.showMEM(/* options */)
.showTAGS(/* options */)
.showEVENTS(/* options */)
.showLOAD(/* options */)
.showNET(/* options */)
.showVIEW()
.render({where: document.body /* default is body */, collapsible: true /* default false */});
if You want to render elsewhere just pass {where: YourTargetNode}
when calling render.
Available panels
0.0.22
2 years ago
0.0.23
2 years ago
0.0.24
2 years ago
0.0.25
2 years ago
0.0.26
2 years ago
0.0.20
3 years ago
0.0.21
3 years ago
0.0.17
3 years ago
0.0.18
3 years ago
0.0.19
3 years ago
0.0.15
4 years ago
0.0.16
4 years ago
0.0.13
4 years ago
0.0.14
4 years ago
0.0.10
4 years ago
0.0.11
4 years ago
0.0.12
4 years ago
0.0.9
4 years ago
0.0.8
4 years ago
0.0.3
4 years ago
0.0.5
4 years ago
0.0.4
4 years ago
0.0.7
4 years ago
0.0.6
4 years ago
0.0.2
4 years ago
0.0.1
4 years ago