1.0.2 • Published 5 years ago

network-plate v1.0.2

Weekly downloads
-
License
GPL-3.0
Repository
-
Last release
5 years ago

NetworkPlate

A Development Phase tool to bring network information to your screen

dependencies Node version

ezgif com-video-to-gif

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
1.0.2

5 years ago

1.0.1

5 years ago

1.0.0

5 years ago