Libraries tagged by query optimization
halilcosdu/laravel-slower
27873 Downloads
Laravel Slower: Optimize Your DB Queries with AI
martinkup/symfony-profiler-optimization-advisor-bundle
1314 Downloads
Symfony Profiler bundle that analyzes per-request signals and produces scored, actionable optimization opportunities with ready-made AI agent prompts.
ahmed-bhs/doctrine-doctor
11884 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.
tenantcloud/laravel-boolean-softdeletes
122263 Downloads
Laravel soft deletes optimization for high load queries
tommyknocker/pdo-database-class
6137 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.
kobykorman/eloquentify
796 Downloads
Easily transform complex custom query results into fully hydrated hierarchical Eloquent models.
saasscaleup/laravel-n-plus-one-detector
1244 Downloads
Real-time detection and resolution of N+1 query issues for Laravel applications. Support now Laravel 11
benjdiasaad/laravel-db-monitor
600 Downloads
Real-time database health monitoring for Laravel applications. Detects slow queries, N+1 issues, missing indexes, and suggests performance optimizations.
xsolve-pl/associate
20133 Downloads
This library allows to collect objects and values through associations and provides some entity fetching optimizations for Doctrine ORM to address N+1 queries problem.
birgir/geo-query
3005 Downloads
Modify the WP_Query to support the geo_query parameter. Uses the Haversine SQL optimization by Ollie Jones.
sarfraznawaz2005/indexer
2737 Downloads
Laravel package to monitor SELECT queries and offer best possible INDEX fields.
romdh4ne/laravel-querycraft
27 Downloads
Find and fix Laravel performance issues automatically
commerce-experts/searchhub-php-client
1074 Downloads
maps similar searches to best query
artisanpack-ui/performance
32 Downloads
Comprehensive performance optimization toolkit for Laravel applications: image optimization, JS/CSS strategies, resource hints, speculative loading, page and fragment caching, query analysis, and real-user performance monitoring.
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.