Libraries tagged by database-performance

ahmed-bhs/doctrine-doctor

92 Favers
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.

Go to Download


saasscaleup/laravel-n-plus-one-detector

48 Favers
1100 Downloads

Real-time detection and resolution of N+1 query issues for Laravel applications. Support now Laravel 11

Go to Download


rgalstyan/symfony-aggregated-queries

4 Favers
1 Downloads

Reduce multi-relation Doctrine queries to a single SQL statement using JSON aggregation. Solves Doctrine's N+1 problem.

Go to Download


snype/nplusone

0 Favers
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.

Go to Download


sekizlipenguen/laravel-index-analyzer

0 Favers
56 Downloads

Advanced package that automatically analyzes Laravel SQL queries and provides intelligent index suggestions to optimize database performance

Go to Download


libaro/laravel-slow-queries

1 Favers
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.

Go to Download


ashokdevatwal/laravel-smart-db-optimizer

0 Favers
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.

Go to Download