SpinApp SPX & SQL profiling
SpinApp provides SQL query logging to help you find N+1 queries and slow endpoints.
Overview
SpinApp is a product that supports local profiling for Laravel. SpinApp includes “SPX & SQL profiling” with SQL query logging. SpinApp positions this workflow to help you spot N+1 queries and slow endpoints before they ship.
SQL query logging
SpinApp provides SQL query logging for Laravel. SpinApp positions this logging as a way to identify:
- N+1 query patterns
- slow endpoints
Safe backups of bootstrap/app.php
SpinApp also mentions “safe backups of bootstrap/app.php.” SpinApp presents this as part of the profiling workflow so the original file can be restored after profiling changes.