Giter Club home page Giter Club logo

quickprofiler's Introduction

REQUIREMENTS
============
PHP 5.2+
Modern browser with enabled JavaScript.

SETUP
=====
Enable plugin in dashboard.
ATTENTION! Plugin add code to /conf/bootstrap.before.php
If something goes wrong add manually to the begin of the file:
if (file_exists(PATH_ROOT . '/plugins/QuickProfiler/class.log.php')) require_once PATH_ROOT . '/plugins/QuickProfiler/class.log.php';

USAGE
=====
Press ~ (tilde) to open console.
Click on tab title to switch between panels.
Press ~ (tilde) again or ESC to close it.

CHANGELOG
=========
1.24 (23 Nov 2011)
- changed dummy handler to Base_All_Handler
- added control in Base_AfterBody_Handler

1.23 (17 Nov 2011)
- removed jquery depency
- log::checkpoint moved to correct place
- added log::item() method

1.21 (16 Nov 2011)
- added QueryTimes() function (used in deverror.master.php)
- added Parameters to $Query (used in deverror.master.php)

1.20 (15 Nov 2011)
- fixed style for code and vars
- log cache information
- log controller::data
- replaced __DIR__ by dirname(__FILE__)
- fixed auto color choose
- prevent double draw console
- green color reserved
- removed debug code

1.11 (15 Nov 2011)
- rewritten anonymous functions (PHP 5.3 is not required anymore)

1.10 (15 Nov 2011)
- css fixes
- Log::Dump()
- Log::Memory()
- various interface improvements

1.03 (14 Nov 2011)
- fixed bug when delivery type was not correctly detected

1.02 (14 Nov 2011)
- quick fix for permissions to view

1.01 (14 Nov 2011)
- permissions to view
- removed explain similar info

1.00 (13 Nov 2011)
- first release

quickprofiler's People

Contributors

unlight avatar

Watchers

 avatar James Cloos avatar  avatar

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.