Libraries tagged by slow query
phpfui/mysql-slow-log-parser
232 Downloads
MySQL and MariaDB Slow Query Log Parser featuring sortable results
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.
hoannc54/laravel-query-logger
114 Downloads
Slow Query Logger for Laravel
chapdel/slow-query-notifier
1 Downloads
Get notified if your Laravel app ever runs an objectively slow database call (configurable threshold)
brandworks/querylogger
62 Downloads
Trace or log your (slow) queries in Laravel 4
adeiming/slow-query-logger
6 Downloads
Reading slow queries and writing in the log
vynhart/laravel-slow-query-log
1377 Downloads
padosoft/laravel-querymonitor
5 Downloads
Laravel QueryMonitor is a package for Laravel that allows you to monitor and log:Slow SQL Queries: Monitors the actual execution time of SQL queries on the database.Slow Eloquent Methods: Monitors the total time taken by Eloquent methods, including PHP processing.
marcusschwarz/myprofi
19 Downloads
Analyze your MySQL Slow Query Logfiles
ashokdevatwal/laravel-smart-db-optimizer
10 Downloads
Laravel Smart Database Optimizer is a package designed to help developers identify slow queries, suggest optimizations, and recommend indexes to improve database performance.
magefine/performance-mess-detector
2 Downloads
This Magento 2 module provides tools to monitor and improve performance by detecting and logging potential bottlenecks in the system. It specifically focuses on tracking slow controller actions, repeated SQL queries, and other performance issues that may impact your Magento store.
gtstudio/module-querylog
54 Downloads
Show the slowest SQL queries on the storefront.
sarfraznawaz2005/queryline
39 Downloads
QueryLine is a laravel package to show time graph against run quries on a page.
lgescobar/cw-twitter
8361 Downloads
Show tweets from user or search query on frontend.
chojnicki/laravel-seeder-debugger
1176 Downloads
Show debug info after finishing seeding like execution time or queries count, that can help you write better seeders.