bvanhoekelen/performance
PHP performance tool analyser your script on time, memory usage and db query. Support Laravel and Composer for web, web console and command line interfaces.
v2.6.0
923K downloads/mo
#3171 most downloaded on Packagist
bvanhoekelen/performance
What this package is like to depend on
Last release 6 months ago
21 Feb 2026
Ships unpredictably
gaps range from 3 weeks to 5.6 years
Nearly every release is documented
notes for 22 of 22 stable releases
Nothing withdrawn
no release was ever pulled
9 years old
22 releases · first in 2017
1 release in the last 12 months
see the full history below
Release timeline
22 releases · Mar 2017 to Feb 2026Releases
latest 22-
v2.6.021 Feb 2026Release notes
Open source →Version v2.6.0 is now available Latest
Latest
Compare
Choose a tag to compare
-
v2.5.121 Jul 2020 -
v2.5.031 Mar 2019Release notes
Open source →Change
- Use
protectedinstead ofprivate - Use
staticinstead ofself - use
/**for comments - use
throw new exceptioninstead ofdie - Require php version 5.6 and higher
Release notes
Open source →Change
- Use
protectedinstead ofprivate - Use
staticinstead ofself - use
/**for comments - use
throw new exceptioninstead ofdie - Require php version 5.6 and higher
- Use
-
v2.4.011 Dec 2018 -
v2.3.605 Oct 2018 -
v2.3.501 Mar 2018Release notes
Open source →Add
- SQL query log for web presenter
Change
- Max screen width to 140
Fix
- Wrong time rounding by SQL query log
Release notes
Open source →Add
- SQL query log for web presenter
Change
- Max screen width to 140
Fix
- Wrong time rounding by SQL query log
-
v2.3.408 Feb 2018Release notes
Open source →Remove
- Remove default time zone UTC. This has to be set by the user in php.ini
Change
- Fix example 8, change dump of print_r
Special thanks to
- https://github.com/vesper8 for feedback on overriding my date configuration #9
Release notes
Open source →Remove
- Remove default time zone UTC. This has to be set by the user in php.ini
Change
- Fix example 8, change dump of print_r
-
v2.3.220 Nov 2017Release notes
Open source →Change
- Change error messages.
- dd() and dump() to die and print_r.
Remove
- Larapack/dd dependency (See #7).
Special thanks to
- https://github.com/vesper8 for feedback on Larapack/dd dependency
Release notes
Open source →Change
- Change error messages.
- dd() and dump() to die and print_r
Remove
- Larapack/dd dependency. See https://github.com/bvanhoekelen/performance/issues/7
Special thanks to
- https://github.com/vesper8 feedback on Larapack/dd dependency
-
v2.3.114 Sep 2017Release notes
Open source →Change
- Increase accuracy for time measurement on normal points.
Added
- Multiple point support, see wiki or issue #5
Release notes
Open source →Change
- Increase accuracy for time measurement on normal points.
Added
- Multiple point support, see wiki or issue https://github.com/bvanhoekelen/performance/issues/5
-
v2.2.117 Aug 2017Release notes
Open source →Change
- Performance installation package uses less storage space.
- Add .gitattributes for ignore export the folder (assets, examples and screenshots).
Release notes
Open source →Change
- Performance installation package uses less storage space.
- Add .gitattributes for ignore export the folder (assets, examples and screenshots).
-
V2.2.017 Jul 2017 -
v2.1.028 Jun 2017 -
v2.0.218 May 2017Release notes
Open source →Bug fix
- Fix Too few arguments to function error. See: https://github.com/illuminate/database/commit/ba465fbda006d70265362012653b4e97667c867b#diff-eba180ff89e23df156c82c995be952df
-
v2.0.126 Apr 2017 -
v2.0.026 Apr 2017Release notes
Open source →Added
- Add query log support
- Export function (included to file)
- Message function
- Enable an disable manual or automatic base on ENV:APP_DEBUG
- Config item Nice label
Change
- Change config system
- Change display to presenter
- Big code refactoring
-
v1.0.720 Apr 2017Release notes
Open source →Change
- Terminal view: redesign, add tool name and change background color
-
v1.0.617 Apr 2017 -
v1.0.517 Apr 2017Release notes
Open source →Added
- Config item: POINT_LABEL_LTRIM see wiki for info
- Config item: POINT_LABEL_RTRIM see wiki for info
-
v1.0.416 Apr 2017 -
v1.0.316 Apr 2017Release notes
Open source →Added
- Config system
- Config item: CONSOLE_LIVE see wiki for info
Changes
- Text by 'max execution time' by 0 to unlimited
Remove
- Performance ascii art. Pull request form nunomaduro.
-
v1.0.223 Mar 2017 -
v1.0.123 Mar 2017Release notes
Open source →Fixed
- Missing </div> tag by web view
Added
- Default font-family: Times;
- Phpunit test
- Travis.yml