Questions tagged [blackfire]

Blackfire Profiler automatically instruments your code to gather data about consumed server resources like memory, CPU time, and I/O.

Blackfire empowers all developers and IT/Ops to easily identify and understand performance bottlenecks, and find how to resolve them quickly based on accurate data.

But Blackfire Profiler is more than figures; its interactive Callgraphs make it straightforward to find bottlenecks and improve performance. Moreover, profile comparisons let you understand the impact of your changes.

References:

35 questions
0
votes
1 answer

How to copy class and function name in Blackfire report

When I am copy-pasting method name from Blackfire profile, I am getting a reversed string like this: sgnitsiLredivorPdaol::yrotisopeRresopmoC\yrotisopeR\resopmoC What is intended way to copy a proper method name (not reversed)? Why does Blackfire…
vearutop
  • 3,924
  • 24
  • 41
0
votes
2 answers

Blackfire PHP Probe cannot locate php-cli

While attempting to install Blackfire.io PHP Probe on my CentOS server by entering the follow command sudo yum install blackfire-php I received the following error: Error: Package: blackfire-php-1.8.0-1.x86_64 (blackfire) Requires:…
tfont
  • 10,891
  • 7
  • 56
  • 52
0
votes
0 answers

Can't install blackfire-php package via APT package manager

I get an error when trying to install blackfire-php with command sudo apt-get install blackfire-php on my Ubuntu Desktop 15.10. There's a full stack output in console: Reading package lists... Done Building dependency tree Reading state…
Victor Bocharsky
  • 11,930
  • 13
  • 58
  • 91
0
votes
2 answers

PHP Profiling with Blackfire

I am using Blackfire as a profiling tool, but have a doubt. https://www.dropbox.com/s/r9q1ixy56nabi0e/Screenshot%202015-10-19%2010.15.08.png?dl=0 In the above stats, 29630 calls to a function mb_strtolower is happening. Blackfire analyse the script…
rahulb
  • 970
  • 4
  • 12
  • 24
0
votes
0 answers

Profiling a Laravel beanstalkd queue using Blackfire.io

Suppose I have the following Laravel 4.2 queuing code that runs on the beanstalkd queue service: Queue::push('Reporter\ImportReportData', ['report_request_id' => $id], 'import-reports'); Is there a way I could have the execution of this analyzed by…
eComEvo
  • 11,669
  • 26
  • 89
  • 145
1 2
3