Libraries tagged by database-performance
ahmed-bhs/doctrine-doctor
9043 Downloads
Runtime analysis tool for Doctrine ORM integrated into Symfony Web Profiler. Unlike static linters, it analyzes actual query execution at runtime to detect performance bottlenecks, security vulnerabilities, and best practice violations during development with real execution context and data.
saasscaleup/laravel-n-plus-one-detector
1100 Downloads
Real-time detection and resolution of N+1 query issues for Laravel applications. Support now Laravel 11
rgalstyan/symfony-aggregated-queries
1 Downloads
Reduce multi-relation Doctrine queries to a single SQL statement using JSON aggregation. Solves Doctrine's N+1 problem.
snype/nplusone
13 Downloads
This package helps you detect and log N+1 queries in a Laravel application to help optimize database performance. By listening to all database queries executed during the request lifecycle, the package identifies queries that may lead to N+1 query problems, which can severely impact the performance of your application.
sekizlipenguen/laravel-index-analyzer
56 Downloads
Advanced package that automatically analyzes Laravel SQL queries and provides intelligent index suggestions to optimize database performance
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.
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.