Libraries tagged by slow-query
gumbercules/mysqlslow
1611 Downloads
Parser class for MySQL slow query log
ahmedmashhour/laravel-query-debugger
107 Downloads
Automatic query tracking, analysis, and debugging for Laravel applications with N+1 detection, slow query monitoring, and performance insights
ritey/laravel-slow-queries
8 Downloads
Collects slow queries via DB::listen, batches them every 10 minutes, emails and rotates.
rezakia/slow-query-logger
1 Downloads
A Laravel package to log slow database queries.
libaro/laravel-slow-queries
27 Downloads
Laravel Slow QueriesLaravel Slow Queries is a package that allows you to easily log slow queries in your Laravel application. This package logs queries that exceed a configurable time limit and stores them in the database, making it easy to analyze and optimize your database performance.
furkankufrevi/laravel-slow-query-detector
0 Downloads
Detect slow queries and N+1 problems in your Laravel app. Logs warnings with query details, execution time, and origin.
chapdel/slow-query-notifier
1 Downloads
Get notified if your Laravel app ever runs an objectively slow database call (configurable threshold)
vynhart/laravel-slow-query-log
1377 Downloads
zufarmarwah/laravel-performance-guard
4 Downloads
Production-safe performance monitoring for Laravel - detect N+1 queries, slow queries, and memory issues
tuser/query-spy
4 Downloads
QuerySpy: Real-time Laravel query performance monitoring — N+1 detection, slow queries, duplicate queries, memory tracking, and a beautiful developer dashboard.
therencemanzo/slowquerylogger
5 Downloads
This librabry will logged all slow queries based on the threshold
marwen-brini/smart-query-analyzer
0 Downloads
A comprehensive query performance monitoring and optimization package for Laravel
sararzbn/queryspy
6 Downloads
Laravel profiler for slow queries with smart suggestions
qdenka/laravel-query-doctor
7 Downloads
Detect N+1 queries, missing indexes, and slow queries in your Laravel app before they reach production.
npabisz/laravel-metrics
21 Downloads
Centralized monitoring system for Laravel applications - collects metrics, tracks slow queries and requests