SpinApp SPX & SQL profiling
SpinApp includes SQL query logging to help identify N+1 queries and slow endpoints locally.
Overview
SpinApp includes SPX & SQL profiling with SQL query logging to help you spot performance issues in Laravel.
SQL query logging for Laravel
SpinApp supports SQL query logging for Laravel so you can inspect queries produced by your local app. SpinApp frames this profiling as a way to identify:
- N+1 queries
- slow endpoints
Safe backups of bootstrap/app.php
SpinApp mentions “safe backups of bootstrap/app.php.”
How this connects to the SpinApp local environment
Because SpinApp runs a Dockerized Laravel stack and connects a provisioned database, the profiling output is tied to the local execution environment you start with SpinApp.