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.

Github星跟踪图

⏱ PHP Performance tool ?

Hex.pm
GitHub release
Packagist
Github issues
Travis branch
Travis branch Build: Master, Develop

Highlight

Easy to use

// Add namespace at the top
use Performance\Performance;

// Set measure point
Performance::point();

//
// Run test code
//

// Finish all tasks and show test results
Performance::results();

See the function overview for more functions.

Web preview

Command line preview

See how to use query logging.

Web console

See how to use query logging.

See how to export data.

See more info over data review.

Functions

Set measuring point with or without label

Performance::point( <optional:label> );

Finish previous measuring point

Performance::finish();

Finish all measuring points and return test results

Performance::results();

See the function overview for more.

Command line

Run the performance test for the command line

// Normal
$ php your_script.php

// Or live version
$ php your_script.php --live 

Help, docs and links

Backlog & Feedback

If you have any suggestions to improve this performance tool? Please add your feature, bug or improvement to the BACKLOG.dm. Or create a issues.

Installation

Install with Laravel

Get PHP performance tool by running the Composer command in the command line.

 $ composer require bvanhoekelen/performance

Open your file for the performance test.

// Add namespace at the top
use Performance\Performance;

// Set measure point
Performance::point();

//
// Run test code
//

// Finish all tasks and show test results
Performance::results();

Install with Composer

Get PHP performance by running the Composer command in the command line.

 $ composer require bvanhoekelen/performance

Open your file for the performance test.

// Require vender autoload
require_once('../vendor/autoload.php');

// Add namespace at the top
use Performance\Performance;

// Set measure point
Performance::point();

//
// Run test code
//

// Finish all tasks and show test results
Performance::results();

主要指标

概览
名称与所有者bvanhoekelen/performance
主编程语言PHP
编程语言PHP (语言数: 3)
平台
许可证Apache License 2.0
所有者活动
创建于2017-03-13 20:01:00
推送于2024-06-04 15:49:35
最后一次提交2020-07-21 21:35:54
发布数21
最新版本名称v2.5.1 (发布于 2020-07-21 21:36:27)
第一版名称v1.0.1 (发布于 2017-03-23 01:53:26)
用户参与
星数522
关注者数23
派生数36
提交数328
已启用问题?
问题数15
打开的问题数6
拉请求数9
打开的拉请求数1
关闭的拉请求数0
项目设置
已启用Wiki?
已存档?
是复刻?
已锁定?
是镜像?
是私有?