Skip to content

xwp/performance

This branch is 5975 commits behind WordPress/performance:trunk.

Folders and files

NameName
Last commit message
Last commit date
Jun 15, 2022
Feb 18, 2022
Mar 18, 2022
Jun 29, 2022
May 9, 2022
Jun 29, 2022
Jun 28, 2022
Jun 28, 2022
Jan 12, 2022
Dec 15, 2021
Mar 15, 2022
Feb 28, 2022
Dec 1, 2021
Dec 1, 2021
Dec 20, 2021
Dec 20, 2021
Nov 23, 2021
Jun 7, 2022
Dec 20, 2021
Mar 16, 2022
Dec 1, 2021
Jun 21, 2022
Jun 21, 2022
Jun 21, 2022
Mar 24, 2022
Mar 25, 2022
Mar 29, 2022
Nov 23, 2021
Jun 21, 2022
Jun 21, 2022
Jun 2, 2022

Performance Lab

Performance Lab plugin banner with icon

Monorepo for the WordPress Performance Group, primarily for the Performance Lab plugin, which is a collection of standalone performance modules.

Learn more about the Performance Lab plugin.

Quick Start

To get started with contributing to the Performance Lab project:

  1. Fork the repository.
  2. Clone the fork locally.
  3. Run composer install in the project folder.
  4. Run npm install in the project folder.
  5. Start the development environment by running npm run wp-env start.
  6. Go to http://localhost:8888/wp-admin/ in your browser.
  7. Log in using admin and password.

See the section below for more details on how the environment works.
More details about getting started here.

Useful commands

In order to run the following commands, you need to have Node.js (including npm) and Docker installed, and Docker needs to be up and running. The Docker configuration used relies on the @wordpress/env package.

  • npm install: Installs local development dependencies.
  • npm run wp-env start: Starts the local development environment.
  • npm run wp-env stop: Stops the local development environment.
  • npm run lint-php: Lints all PHP code.
  • npm run format-php: Formats all PHP code.
  • npm run test-php: Runs PHPUnit tests for all PHP code.
  • npm run test-php-multisite: Runs PHPUnit tests in multisite for all PHP code.

Documentation

See the /docs folder for documentation.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 90.8%
  • JavaScript 9.2%