Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Sthlm Web Perf Group - Continuously Measuring Web Performance Using Open Source Tools

Sthlm Web Perf Group - Continuously Measuring Web Performance Using Open Source Tools

An Ignite talk covering a few different approaches to continuously measure web performance using open source tools/platforms.

PA Rangsjö

April 03, 2014
Tweet

More Decks by PA Rangsjö

Other Decks in Technology

Transcript

  1. Background and Drivers. - Run Web Performance measurements from any

    location. - Run Web Performance measurements with high frequency.
  2. On the Shoulder of Giants. - Linux of different flavors.

    - Selenium. - Firefox + Firebug + NetExport. - Jetty. - PhantomJS. - HAR Viewer + HighCharts.
  3. #FirstSetup. - Selenium as Cron Job. - Headless Firefox with

    Firebug and NetExport enabled. - HAR data output to files.
  4. #SecondSetup. - Selenium. - Headless Firefox with Firebug and NetExport

    enabled. - Jetty to run a web service with HAR + screenshot output.
  5. #ThirdSetup. - PhantomJS as Cron Job. - HAR Viewer +

    HighCharts. - Client + Server Setup.