SpinApp SPX & SQL profiling
SpinApp includes SPX & SQL profiling with SQL query logging to help spot N+1 queries and slow endpoints.
Overview
SpinApp is a product that includes SPX & SQL profiling for Laravel. SpinApp provides SQL query logging to help you identify N+1 queries and slow endpoints before they ship.
SQL query logging for Laravel
SpinApp “SPX & SQL profiling” and focuses on SQL query logging. SpinApp positions this as visibility you can use while developing.
What SpinApp helps you detect
SpinApp states that SQL profiling helps you spot:
- N+1 queries
- slow endpoints
Safety detail mentioned by SpinApp
SpinApp mentions “safe backups of bootstrap/app.php.”
Where this fits in local workflows
SpinApp’s profiling is part of local development. It provides feedback so you can address query issues before deploying.