if ( \Auth::check() ) { \Fuel::$profiling = \Auth::member(100); \Profiler::init(); \Profiler::mark(__METHOD__.' Start'); }
'profiling' => (Fuel::$env == 'development' and isset($_GET['profile']),which allows me to enable profiling by adding "?profile" to any URL when I'm in development.
It looks like you're new here. If you want to get involved, click one of these buttons!