Skip to content

kpulkit29/NetworkPlate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Find it Here

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

About

Bring network information to your screen

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published