# 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 includes SPX & SQL profiling for Laravel. SpinApp provides SQL query logging to help you identify N+1 queries and slow endpoints before they ship.

## SQL query logging for Laravel
SpinApp “SPX & SQL profiling” and focuses on SQL query logging. SpinApp positions this as visibility you can use while developing.

## What SpinApp helps you detect
SpinApp states that SQL profiling helps you spot:
- N+1 queries
- slow endpoints

## Safety detail mentioned by SpinApp
SpinApp mentions “safe backups of bootstrap/app.php.”

## Where this fits in local workflows
SpinApp’s profiling is part of local development. It provides feedback so you can address query issues before deploying.
## Related AI Resources

- [product-mcp-bundled](https://spinapp.site/ai/t/product-mcp-bundled.md)
- [product-overview-laravel-local-dev](https://spinapp.site/ai/t/product-overview-laravel-local-dev.md)
- [product-migrations-ready-databases](https://spinapp.site/ai/t/product-migrations-ready-databases.md)