Libraries tagged by database optimization
nunomaduro/laravel-optimize-database
44510 Downloads
Publishes migrations that make your database production ready.
halilcosdu/laravel-slower
25016 Downloads
Laravel Slower: Optimize Your DB Queries with AI
joshembling/image-optimizer
159958 Downloads
Optimize your Filament images before they reach your database.
danihidayatx/image-optimizer
15695 Downloads
Optimize your Filament images before they reach your database. Forked from joshembling/image-optimizer for Filament v4 & v5 support.
ahmed-bhs/doctrine-doctor
9674 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.
tommyknocker/pdo-database-class
6056 Downloads
Framework-agnostic PHP database library with unified API for MySQL, MariaDB, PostgreSQL, SQLite, MSSQL, and Oracle. Query Builder, caching, sharding, window functions, CTEs, JSON, migrations, ActiveRecord, CLI tools, AI-powered analysis. Zero external dependencies.
saasscaleup/laravel-n-plus-one-detector
1144 Downloads
Real-time detection and resolution of N+1 query issues for Laravel applications. Support now Laravel 11
tonymans33/video-optimizer
1054 Downloads
Optimize your Filament videos before they reach your database.
benjdiasaad/laravel-db-monitor
430 Downloads
Real-time database health monitoring for Laravel applications. Detects slow queries, N+1 issues, missing indexes, and suggests performance optimizations.
sarfraznawaz2005/indexer
2737 Downloads
Laravel package to monitor SELECT queries and offer best possible INDEX fields.
zortje/mysql-keeper
16 Downloads
Find incorrect configurations or missed optimization opportunities in MySQL databases
silviooosilva/cacheer-php
106 Downloads
CacheerPHP is a minimalist package for caching in PHP, offering a simple interface for storing and retrieving cached data using multiple backends.
romdh4ne/laravel-querycraft
23 Downloads
Find and fix Laravel performance issues automatically
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.
rgalstyan/laravel-aggregated-queries
16 Downloads
Optimize Laravel queries using SQL JSON aggregation (belongsTo/hasOne/hasMany in a single query)