PHPackages                             t4web/profiler - 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. [Logging &amp; Monitoring](/categories/logging)
4. /
5. t4web/profiler

ActiveLibrary[Logging &amp; Monitoring](/categories/logging)

t4web/profiler
==============

ZF2 Module. Allow profiling and log slow request

0.1.0(9y ago)043BSD-3-ClausePHPPHP &gt;=5.5

Since Jul 29Pushed 9y ago3 watchersCompare

[ Source](https://github.com/t4web/Profiler)[ Packagist](https://packagist.org/packages/t4web/profiler)[ Docs](https://github.com/t4web/Profiler)[ RSS](/packages/t4web-profiler/feed)WikiDiscussions master Synced yesterday

READMEChangelog (1)Dependencies (9)Versions (2)Used By (0)

Profiler
========

[](#profiler)

ZF2 Module. Allow profiling and log slow request

Contents
--------

[](#contents)

- [Introduction](#introduction)
- [Installation](#installation)
- [Configuring](#configuring)
- [Timers](#timers)

Introduction
------------

[](#introduction)

Module for allow profiling page load speed. You can add custom timers for detail analyze page loading workflow.

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

[](#installation)

### Main Setup

[](#main-setup)

#### By cloning project

[](#by-cloning-project)

Clone this project into your `./vendor/` directory.

#### With composer

[](#with-composer)

Add this project in your composer.json:

```
"require": {
    "t4web/profiler": "~0.1.0"
}
```

Now tell composer to download `T4web\Profiler` by running the command:

```
$ php composer.phar update
```

#### Post installation

[](#post-installation)

Enabling it in your `application.config.php`file.

```
