2017 © Pedro Peláez
 

library shittyprofiler

A shitty profiler for Laravel.

image

pitekantrop/shittyprofiler

A shitty profiler for Laravel.

  • Sunday, July 27, 2014
  • by pitekantrop
  • Repository
  • 2 Watchers
  • 1 Stars
  • 2,039 Installations
  • PHP
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 1 Open issues
  • 12 Versions
  • 0 % Grown

The README.md

Laravel Shitty Profiler

A shitty profiler for Laravel. It only shows some quick and dirty stats, but it's unobtrusive and easy to configure., (*1)

Installation

Add the following to your composer.json file:, (*2)

"pitekantrop/shittyprofiler":"*"

Then, run composer update or composer install if you haven't already installed any packages., (*3)

While you're waiting, add the following line to the providers array in app/config/app.php:, (*4)

'Pitekantrop\ShittyProfiler\ProfilerServiceProvider',

And the profiler is installed., (*5)

Usage

While your app is in debug mode simply add the ?profile query string to the URL of the request that you wish to inspect, and the usual output will be replaced with the profiler view., (*6)

, (*7)

Custom Markers

To measure time from the application start up to a certain point add the following marker in your code:, (*8)

Profiler::mark('CustomMarker');

It is also possible to measure time between two markers:, (*9)

Profiler::mark('AnotherCustomMarker');
// Some code
Profiler::mark('AnotherCustomMarkerEnd');

The Versions

27/07 2014

dev-master

9999999-dev

A shitty profiler for Laravel.

  Sources   Download

MIT

The Requires

 

by Avatar pitekantrop

laravel profiler

27/07 2014

1.1.4

1.1.4.0

A shitty profiler for Laravel.

  Sources   Download

MIT

The Requires

 

by Avatar pitekantrop

laravel profiler

29/06 2014

dev-hhmvworkaround

dev-hhmvworkaround

A shitty profiler for Laravel.

  Sources   Download

MIT

The Requires

 

by Avatar pitekantrop

laravel profiler

21/06 2014

1.1.3

1.1.3.0

A shitty profiler for Laravel.

  Sources   Download

MIT

The Requires

 

by Avatar pitekantrop

laravel profiler

12/02 2014

1.1.2

1.1.2.0

A shitty profiler for Laravel.

  Sources   Download

MIT

The Requires

 

by Avatar pitekantrop

laravel profiler

05/01 2014

1.1.1

1.1.1.0

A shitty profiler for Laravel.

  Sources   Download

MIT

The Requires

 

by Avatar pitekantrop

laravel profiler

04/01 2014

1.1.0

1.1.0.0

A shitty profiler for Laravel.

  Sources   Download

MIT

The Requires

 

by Avatar pitekantrop

laravel profiler

29/12 2013

1.0.6

1.0.6.0

A shitty profiler for Laravel.

  Sources   Download

MIT

The Requires

 

by Avatar pitekantrop

laravel profiler

13/12 2013

1.0.5

1.0.5.0

A shitty profiler for Laravel.

  Sources   Download

MIT

The Requires

 

by Avatar pitekantrop

laravel profiler

12/12 2013

1.0.4

1.0.4.0

A shitty profiler for Laravel.

  Sources   Download

MIT

The Requires

 

by Avatar pitekantrop

laravel profiler

12/12 2013

1.0.2

1.0.2.0

A shitty profiler for Laravel.

  Sources   Download

MIT

The Requires

 

by Avatar pitekantrop

laravel profiler

12/12 2013

1.0.0

1.0.0.0

A shitty profiler for Laravel.

  Sources   Download

MIT

The Requires

 

by Avatar pitekantrop

laravel profiler