Skip to content

alexandrul/webpagetest-wip

 
 

Repository files navigation

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

Resources

License

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 49.9%
  • JavaScript 42.3%
  • HTML 6.5%
  • CSS 1.1%
  • SCSS 0.2%
  • Python 0.0%