network-plate
v1.0.2
Published
A JS library to bring network tab on your screen
Downloads
4
Readme
NetworkPlate
A Development Phase tool to bring network information to your screen
What is NetworkPlate?
NetworkPlate brings network tab information (XHR & Js) to your screen providing you with a convenient interface to have look at the different network entries and there corresponding durations. With NetworkPlate you can watch out for different network requests being made on your website and analyze the duration. Thus providing you with the information to optimize the current performance while your developing.
NetworkPlate polls for the network entries and depicts the gathered information on the screen. The polling will stop as and when the NetworkPlate is closed. Instead of appending entries on the fly entries are added in a batch.
How to use ?
Do npm i network-plate
in your project
Note: Place the below mentioned code in body tag (preferably just before the tag)
For minified code add this
<script src='[YOUR_PATH_TO_NODE_MODULES]/network-plate/scripts/main.min.js'></script>
For unminified code add this
<script src='[YOUR_PATH_TO_NODE_MODULES]/network-plate/scripts/main.js'></script>
Todos
- Make NetworkPlate draggable
- Sorting w.r.t duration