SQL Queries Comparison
Blackfire tells you the evolution of SQL queries between two profiles.
One of the most popular Blackfire feature is the ability to compare profiles. We have a unique way to display comparisons, both as a call graph and as a function calls table.
But what about HTTP requests and SQL queries?
When profiling code with database calls, you get the executed SQL statements both in the toolbar and in the callgraph:
And when comparing two profiles, the toolbar displays the difference between both profiles; new queries, differences in the number of calls or time to retrieve the data, and queries that are not executed anymore:
SQL queries comparison is one of the Blackfire Enterprise Edition features. If you are interested, don’t hesitate to get in touch and contact us at sales [at] blackfire.io.
Happy profiling!