# 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.”

## Related AI Resources
- [SpinApp AI tools: exec, sql, logs, and start/stop/status](https://spinapp.aigent.host/t/ai-tools-exec-sql-logs)
- [SpinApp migrations-ready databases](https://spinapp.aigent.host/t/migrations-ready-databases)
- [SpinApp four-step local development flow](https://spinapp.aigent.host/t/four-step-flow-setup)