Detect Bottlenecks
Tideways automatically analyzes all traces collected for your project. Each of our bottleneck advisories provides helpful clarifications and instructions on how to improve performance.
These bottlenecks range from web-server or application configuration issues, constrained shared resources, and suggested code optimizations to database problems like N+1 queries and other slow API calls.
Every match against our curated bottleneck database, filled with PHP-specific advisories, will be shown in the "Bottlenecks" tab in any trace view.

This analysis happens on both manually and automatically generated traces. For callgraphs we generate even more insights, analyzing down to the function call level.
You can see aggregated summaries of these bottleneck advisories on the Observations page.