Not heard of blackfire.io, I mainly use lighthouse, screamingfrog and CRUX data :D. Source: over 1 year ago
Do you have XP with alternatives to blackfire.io? It may helps, but sounds a little expensive for evaluating performance issues. I found also MySQLTuner which is free (of course it only helps with the database). Source: almost 2 years ago
Go get a subscription to blackfire.io and profile your application. I guarantee you that your queries to the DB are shit and not using indices. Redis will just mask the issue. You probably also have a bunch of PHP code being ran in loops. Source: almost 2 years ago
Although the connection with the API should no longer cause the trouble, we knew that this was the most compute-heavy part of the platform. So the fewer requests are sent to that API, the better the website performance would be. We used Blackfire.io to check how often the web app uses the API and we got interesting results. We noticed that the homepage, the most frequently visited page, used the API twice per each... - Source: dev.to / over 2 years ago
Nice article; skimming over it, it seems exhaustive and well-written. But nowadays, I'd generally recommend blackfire.io over XHProf. Yes, it's a (mostly) closed source SAAS platform, and the free tier only offers the most absolutely basic of tools, but by the time performance really starts to matter on your wordpress site, I don't think ~$30 a month is a dealbreaker. Installation is easier, the visualisation... Source: over 2 years ago
The problems were like with any legacy application. It was necessary to patch urgent bugs and optimize the code in some parts. We mainly used Blackfire and MySQL Slow Query Log to monitor and look for the causes of problems. - Source: dev.to / over 2 years ago
Optimizing should be done immediately though. Use blackfire.io for the PHP portion of optimizing, and then for the database use Percona MySQL. In addition to that use Percona MySQL Monitoring and Management (PMM) for the database. A single shitty query can nuke your database and "optimizing" the site may even be done in minutes compared to days spent on scaling. Source: over 2 years ago
Blackfire.io — Blackfire is the SaaS-delivered Application Performance Solution. Free Hacker plan (PHP only). - Source: dev.to / about 3 years ago
Yes, I had tried other tools(blackfire.io, tideways) which use to tell me that there is problem with `apply_filters` and `do_action` which makes more sense they are the function which actually help customize everything inside wp. Source: over 3 years ago
If it's way lower, start profiling your code (try https://blackfire.io/). Source: over 3 years ago
I recently encountered an interesting case. I was trying to optimize the MessagePack unpacking, but after testing the performance of the new faster (as I thought) version, it turned out to be slower than the original implementation. Trying to figure out which part of the code was causing the slowdown, I reran the tests with Blackfire and was surprised to see that the profiler reported a 30% improvement in the new... Source: over 3 years ago
Do you know an article comparing Blackfire.io to other products?
Suggest a link to a post with product alternatives.
This is an informative page about Blackfire.io. You can review and discuss the product here. The primary details have not been verified within the last quarter, and they might be outdated. If you think we are missing something, please use the means on this page to comment or suggest changes. All reviews and comments are highly encouranged and appreciated as they help everyone in the community to make an informed choice. Please always be kind and objective when evaluating a product and sharing your opinion.