Skip to content

mlrawlings/pnark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pnark: page speed reporter

Build Status Coverage Status

pnark (pronounced närk - the p is silent) is a module that allows you to get insight into what's happening on your server during the lifecycle of a request.

Basic usage with express

1. Add the express middleware and some plugins:

app.use(require('pnark/express').middleware({
  plugins: [require('pnark-http'), require('pnark-fs')]
}));

2. Visit your page in the browser and click the icon in the bottom right of your screen to view the report

3. Read the report, become a better developer

Available plugins

Writing plugins

Coming Soon

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published