thebennos / webpagetest

Official repository for WebPagetest

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WebPageTest

This is the official repository for the WebPageTest web-performance testing code.

If you are looking to install your own instance, I recommend grabbing the latest private instance release.

Troubleshooting Private instances

If your instance is running, but you're having issues configuring agents, try navigating to {server_ip}/install and checking for a valid configuration.

Agents

The cross-platform browser agent is here.

Documentation

WebPageTest Documentation

API Examples

There are two examples using the Restful API:

  • /bulktest - A php cli project that can submit a bulk set of tests, gather the results and aggregate analysis.
  • /batchtool - A python project that can submit a bulk set of tests and gather the results.

Contributing

There are 2 separate lies of development under different licenses and pull requests are accepted to either of them. The master branch where most active development is occurring is under the Polyform Shield 1.0.0 license and there is an "apache" branch which is under the more permissive Apache 2.0 license.

Testing the code

WebPageTest uses PHPUnit to run unit tests. In order to install PHPUnit and run the unit tests, you'll first need to install Composer. From there, you can run composer install and composer test to run the tests.

Change Log

View the WebPageTest Change Log

About

Official repository for WebPagetest

License:Other


Languages

Language:PHP 49.9%Language:JavaScript 42.4%Language:HTML 6.5%Language:CSS 1.0%Language:SCSS 0.2%Language:Python 0.0%Language:XSLT 0.0%Language:Dockerfile 0.0%Language:Shell 0.0%Language:NASL 0.0%