Giter Site home page Giter Site logo

li3_profiler's Introduction

li3_profiler

li3_profiler is a Lithium library for profiling requests built on Jim Rubenstein's PHP Profiler.

Description

The library profiles the primary classes of your application and presents them in a concise report available on each page. Out of the box the library will profile the following:

  • Routing
  • Controller
  • Session (read, write)
  • Authentication (check, set, clear)
  • Database queries
  • View rendering

The injection of the report into the response is handled automatically by the library.

Installation

Clone the repository from your app/libraries folder in your application and initialize submodules.

$ cd app/libraries
$ git clone https://github.com/joebeeson/li3_profiler
$ git submodule init && git submodule update

Add the library to your application's app/config/bootstrap/libraries.php file.

Libraries::add('li3_profiler');

Visit your application, you should see something similar to the following image...

Example

Configuration

To view the available configuration options you should view the li3_profiler/config/bootstrap.php file to see everything available to you.

li3_profiler's People

Contributors

notomato avatar joebeeson avatar jmmcatee avatar

Stargazers

 avatar Djordje Kovacevic avatar Mike Wilson avatar Marc Ghorayeb avatar  avatar Kaiden / GL avatar William Crowcroft avatar Tommi Enenkel | Alice und Bob avatar Eric Cholis avatar Eric David Smith avatar Raymond Julin avatar Dirk Brünsicke avatar Yoan Blanc avatar

Watchers

 avatar

li3_profiler's Issues

MongoDB queries

hello, is it possible for the profiler to profile the mongodb queries? :)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.