PHPackages                             aditya/performance-analyser - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Debugging &amp; Profiling](/categories/debugging)
4. /
5. aditya/performance-analyser

ActiveLibrary[Debugging &amp; Profiling](/categories/debugging)

aditya/performance-analyser
===========================

Locate the routes taking too much time to respond

039PHP

Since Nov 19Pushed 3y ago1 watchersCompare

[ Source](https://github.com/adidhembre/performance-analyser)[ Packagist](https://packagist.org/packages/aditya/performance-analyser)[ RSS](/packages/aditya-performance-analyser/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependenciesVersions (1)Used By (0)

Performance Analyser
====================

[](#performance-analyser)

Locate the routes taking too much time to respond

Installation
------------

[](#installation)

```
composer require aditya/performance-analyser

```

Enable Analyser
---------------

[](#enable-analyser)

Add following in `.env` file

```
ANALYSER_ENABLED=true

```

Migration
---------

[](#migration)

Migrate the migrations after installation

```
php artisan migrate

```

Check `analyser` table in mysql

Configuration
-------------

[](#configuration)

The default configuration is given in [config/analyser.php](/config/analyser.php)

Any changes in the configuration can be added in Project `config/analyser.php` file.

Log Clear
---------

[](#log-clear)

```
php artisan analyser:clear

```

Log Column Info
---------------

[](#log-column-info)

The `analyser` table will include following columns

- `user` (user id from auth)
- `route` (uri called in raw format i.e. `/path/{param_variable_name}`
- `method` (GET, POST)
- `params` (Route parameters variable with value in JSON format)
- `referer` (Referer in Header of request)
- `host` (Host from which route is called)
- `sqlcalls` (No of sql calls made during execution of request)
- `sqltime` (Total time taken by sql queries in milliseconds)
- `starttime` (datetime at start of request execution)
- `endtime` (datetime at end of request execution)
- `status` (Status of the response 0 = failed before response; 1 = sucess (i.e 200 response); -1 = fail)
- `time` (Total time for execution of request in seconds)

###  Health Score

15

—

LowBetter than 3% of packages

Maintenance20

Infrequent updates — may be unmaintained

Popularity7

Limited adoption so far

Community7

Small or concentrated contributor base

Maturity24

Early-stage or recently created project

 Bus Factor1

Top contributor holds 100% of commits — single point of failure

How is this calculated?**Maintenance (25%)** — Last commit recency, latest release date, and issue-to-star ratio. Uses a 2-year decay window.

**Popularity (30%)** — Total and monthly downloads, GitHub stars, and forks. Logarithmic scaling prevents top-heavy scores.

**Community (15%)** — Contributors, dependents, forks, watchers, and maintainers. Measures real ecosystem engagement.

**Maturity (30%)** — Project age, version count, PHP version support, and release stability.

### Community

Maintainers

![](https://www.gravatar.com/avatar/3b5fd26c21ba32e2bf822e8e9b13df24a8b5405e5688823e8097fdb292201b03?d=identicon)[adidhembre](/maintainers/adidhembre)

---

Top Contributors

[![adidhembre](https://avatars.githubusercontent.com/u/94886461?v=4)](https://github.com/adidhembre "adidhembre (14 commits)")

### Embed Badge

![Health badge](/badges/aditya-performance-analyser/health.svg)

```
[![Health](https://phpackages.com/badges/aditya-performance-analyser/health.svg)](https://phpackages.com/packages/aditya-performance-analyser)
```

###  Alternatives

[symfony/stopwatch

Provides a way to profile code

2.8k387.2M915](/packages/symfony-stopwatch)[fruitcake/laravel-debugbar

PHP Debugbar integration for Laravel

19.1k662.9k28](/packages/fruitcake-laravel-debugbar)[spatie/ignition

A beautiful error page for PHP applications.

510147.6M69](/packages/spatie-ignition)[jokkedk/webgrind

Webgrind is a Xdebug profiling web frontend in PHP5. It implements a subset of the features of kcachegrind and installs in seconds and works on all platforms. For quick'n'dirty optimizations it does the job.

3.3k193.0k](/packages/jokkedk-webgrind)[koriym/printo

An object graph visualizer.

1421.8M2](/packages/koriym-printo)[soloterm/dumps

A Laravel command to intercept dumps from your Laravel application.

125285.7k3](/packages/soloterm-dumps)

PHPackages © 2026

[Directory](/)[Categories](/categories)[Trending](/trending)[Changelog](/changelog)[Analyze](/analyze)
