Skip to content

Setup xdebug

In order to setup blackfire you need to:

  • Set BLACKFIRE_ENABLE variable to "1"
  • Set BLACKFIRE_SERVER_ID to the right value from your Blackfire account
  • Set BLACKFIRE_SERVER_TOKEN to the right value from your Blackfire account
  • Stop and start containers:
1
2
./vendor/bin/chirripo stop
./vendor/bin/chirripo start

Then you can start profiling by using the browser companion or the cli tool.

Happy profiling!