Skip to content

manuelRod/performance

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

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 87.9%
  • JavaScript 12.1%