# SPX and SQL profiling in SpinApp

SpinApp provides SPX & SQL profiling to log SQL queries and help spot slow endpoints and N+1 queries.

## Overview
SpinApp is a Laravel local dev environment that supports SPX & SQL profiling. SpinApp provides SQL query logging to help you identify slow endpoints and N+1 queries.

## SQL query logging for Laravel
SpinApp “SPX & SQL profiling” with SQL query logging for Laravel.

## What you can detect
SpinApp states that the profiling helps you spot:

- N+1 queries
- slow endpoints before they ship

## Safe backups of bootstrap/app.php
SpinApp mentions “safe backups of bootstrap/app.php.”

## Source URLs
SPX and SQL profiling details are based on SpinApp’s public product description at https://spinapp.site/.
## Related AI Resources

- [migrations-ready-databases](https://spinapp.aigent.host/t/migrations-ready-databases.md)
- [in-container-ai-tool-actions](https://spinapp.aigent.host/t/in-container-ai-tool-actions.md)
- [spinapp-local-domain-and-cloudflare-tunnel](https://spinapp.aigent.host/t/spinapp-local-domain-and-cloudflare-tunnel.md)