Profile Command Versions Save

Quickly identify what's slow with WordPress

v2.1.3

7 months ago
  • Remove part of the test condition to fix failing tests [#184]

v2.1.2

7 months ago
  • Update WPCS to v3 [#183]

v2.1.1

1 year ago
  • Reduce test flakiness by dropping assertion [#180]
  • Add composer phpcbf and allow wordpress-core-installer [#179]
  • Add a command doc for use in the handbook [#178]
  • Regenerate README file [#174]
  • Fix links in the Overview section [#173]
  • Add php 8.1 support [#171]

v2.1.0

3 years ago
  • Regenerate README file [#167]
  • Regenerate README file [#166]
  • Update infrastructure to match current bundled setup [#163]
  • Remove default value from $include_total [#162]
  • Add missing $callback_count property to Logger [#159]

v2.0.1

3 years ago
  • Move PHP 5.4 tests from WP_VERSION latest to 5.1 [#155]

v2.0.0

5 years ago
  • Move command over to new v2 structure [#151]
  • Fix doc that references global scope [#148]
  • Fix location of --format=<format> YAML docs [#147]
  • Make fields sortable [#142]
  • Grammar fix [#141]
  • Update package with latest scaffolded components [#140]
  • Fix Travis CI caching for composer [#139]
  • Add prefer-stable to composer-json [#137]
  • s/profile/profile-command/ [#134]
  • Reduce number of Travis builds by only running WP_VERSION=trunk once [#133]
  • Regenerate README for general WP-CLI consumption [#132]
  • Include mention that profiling intermediate hooks is broken in PHP7 [#125]
  • Use --hook[=<hook>] to profile all hooks, or callbacks to spec hook [#124]
  • Mention account dashboard in installation instructions [#123]

v0.2.0

7 years ago
  • Registers more basic hooks for the template stage.
  • Ensures the last step to a stage is logged appropriately
  • Fixes error notice when SAVEQUERIES is already defined. If SAVEQUERIES is defined as false, then wp profile bails.
  • Fixes bottom of the table when there aren't any items displayed.
  • Fix profiling of early hooks. When we throw an Exception to bail out of the call, this means the rest of the bootstrap code hasn't executed, and important things aren't set up.
  • Updates installation instructions with detail on how to require private file.

v0.1.0

7 years ago
  • Initial release