398

Product support

Get help in the plugin support forum.

  • Added on Jan 13, 2020
  • Current version: 1.0.1
  • Platform Compatibility
    v4.x not tested
    v3.x not tested
    v2.x not tested
    v1.x use latest
  • Created by
  • Public repository

Categories

This plugin Extend Bedard.Debugbar and provide Timeline for all events running on the page. This is helpful when you want to speed up the time of execution of events.

Debug Plus

This plugin Extend Bedard.Debugbar and provide Timeline for all events running on the page. This is helpful when you want to speed up the time of execution of events.

Installation

Install the plugin via October's plugin marketplace and don't forget to set debug to true in config/app.php.

Usage

You can change the napagency/debugplus/config/config.php and set the minimum time to track Event Timeline. An other usage of this plugins is to track everything you want:

use NapAgency\DebugPlus\classes\Helper;    
$helper = Helper::instance();   

Start Tracking :

$helper->starTimeline($label); 

End Tracking :

 $helper->endTimeLine();

See Bedard.Debugbar for more usage instructions and documentation about the DebugBar.

1.0.1

Fix Rainlab.User event expected return

Jan 15, 2020

1.0.0

First version of DebugPlus

Jan 13, 2020