Libraries tagged by query optimization
halilcosdu/laravel-slower
24487 Downloads
Laravel Slower: Optimize Your DB Queries with AI
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.
tenantcloud/laravel-boolean-softdeletes
118674 Downloads
Laravel soft deletes optimization for high load queries
martinkup/symfony-profiler-optimization-advisor-bundle
268 Downloads
Symfony Profiler bundle that analyzes per-request signals and produces scored, actionable optimization opportunities with ready-made AI agent prompts.
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
tommyknocker/pdo-database-class
5992 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.
benjdiasaad/laravel-db-monitor
400 Downloads
Real-time database health monitoring for Laravel applications. Detects slow queries, N+1 issues, missing indexes, and suggests performance optimizations.
xsolve-pl/associate
19971 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
3003 Downloads
Modify the WP_Query to support the geo_query parameter. Uses the Haversine SQL optimization by Ollie Jones.
zxch/indexlens
46 Downloads
Intelligent database query observability and optimization package for Laravel.
adrosoftware/laravel-data-proxy
760 Downloads
A GraphQL-like declarative data retrieval layer for Laravel with query batching and optimization
sarfraznawaz2005/indexer
2736 Downloads
Laravel package to monitor SELECT queries and offer best possible INDEX fields.
commerce-experts/searchhub-php-client
897 Downloads
maps similar searches to best query
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)