Skip to content
forked from kazuho/wpbench

benchmark the load timings of a web page

Notifications You must be signed in to change notification settings

michelbio/wpbench

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 

Repository files navigation

wpbench - collect the load timings of a web page

Web-site performance is a crucial factor to succeeding in the Web business. According to a research conducted by Microsoft, 500msec slowdown in Bing causes their revenue go down by 1.2%.

Wpbench collects the following metrics required for tuning the performance. The primary goal of performance tuning will be to minimize first-paint time, so that the visitors to the web site can start working on the destination page as early as possible, and the second goal will be the load time.

Event Description
unload timing when the browser switches to the destination page; the new page will be blank until
first-paint timing when some content of the destination page is rendered by the web browser
DOMContentLoaded timing when the entire HTML is laid out
load timing when all the downloads are complete

It is known to work with: Chrome, Firefox, Safari.

How-to

  1. upload wpbench.html to your web-site
  2. open the uploaded HTML
  3. enter the path of the web-page you want to take the benchmark
  4. hit the start button

About

benchmark the load timings of a web page

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 100.0%