SpinApp SPX & SQL profiling for Laravel
SpinApp provides “SPX & SQL profiling” with SQL query logging to spot N+1 queries and slow endpoints.
Overview
SpinApp is a Laravel local dev product that includes SQL profiling features. SpinApp logs SQL queries so you can detect N+1 queries and slow endpoints before they ship.
SQL query logging (SPX & SQL profiling)
SpinApp states it provides SQL query logging for Laravel. This is intended to help you:
- spot N+1 queries
- identify slow endpoints before they ship
Safe backups for bootstrap/app.php
SpinApp also mentions “safe backups of bootstrap/app.php.” This supports the profiling workflow by preserving a backup of the original file.
Where profiling fits with SpinApp development
SpinApp is designed to keep your local development loop inside its environment. SQL profiling works alongside SpinApp’s ability to run artisan commands, view logs, and connect to the provisioned database.