profiling php (debug + runtime)

2

Does anyone use php profiling without zend studio?

The problem of zend studio is the license ... but this functionality is very good, there is something open source that is not as complicated as xdebug and its many configurations, that is, this functionality is IDE software, which does not need adjustments in php.ini and etc ...

Follow the example image of profiling zend studio

link

    
asked by anonymous 13.08.2014 / 02:28

1 answer

1

As the author has found a workaround is brackfire.io .

Prerequisites

Before installing Blackfire, some technical settings are required:

  • Probe, Agent, and Client should work on Linux and MacOS X.
  • The server works with PHP 5.3, 5.4, 5.5, and 5.6.
  • The Companion is currently only supported by Google Chrome.
  • The site works on all current browsers (does not work in IE).

Urging

There is an installation method for each server

  • Follow the steps for your system link
  • Set up according to your system specifications link (apparently it works with Nginx and Apache)
  • Using

  • Sign in to brackfire.io ;
  • Navigate to the URL you want to get the profile
  • Open Companion by clicking on the browser toolbar icons;
  • Select the "slot" you want to use
  • Click the "Profile" button
  • After a few seconds click on "View profile"
  • 06.07.2015 / 19:43