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 provides “SPX & SQL profiling” for Laravel. SpinApp adds SQL query logging to help you identify N+1 queries and slow endpoints before they ship.
What SpinApp logs
SpinApp includes SQL query logging for Laravel, and it frames this as a way to inspect runtime query behavior during local development.
Use case: N+1 queries and slow endpoints
SpinApp states that SQL profiling helps you spot:
- N+1 queries
- slow endpoints
Safe backups of bootstrap/app.php
SpinApp mentions “safe backups of bootstrap/app.php.”