halilcosdu/laravel-slower
Laravel Slower spots slow database queries in Laravel apps and logs them for review. Optional AI recommendations suggest indexes and performance improvements so you can optimize query speed during debugging or ongoing monitoring.
Architecture fit: The package integrates seamlessly into Laravel's ecosystem via Eloquent models and scheduled commands, extending native query logging with a dedicated slow_logs table and AI-driven analysis. It leverages Laravel's configuration system and service container for extensibility, but relies on external OpenAI API for recommendations, creating a hard dependency on third-party services. The configurable threshold and prompt system provides flexibility, though the AI-centric approach introduces non-deterministic behavior not typical in standard Laravel tooling.
Integration feasibility: Installation is straightforward via Composer with clear publish commands for config/m
How can I help you explore Laravel packages today?