SpinApp SPX & SQL profiling
SpinApp includes “SPX & SQL profiling” with SQL query logging for Laravel.
Overview
SpinApp is a product feature that adds SQL query logging to your Laravel local environment. SpinApp helps you identify N+1 queries and slow endpoints before they ship.
What SpinApp logs
SpinApp SQL query logging for Laravel under “SPX & SQL profiling.”
What you can find with SQL profiling
SpinApp states this helps you spot:
- N+1 queries
- slow endpoints
Safe backups of bootstrap/app.php
SpinApp mentions “safe backups of bootstrap/app.php.”