Libraries tagged by query-optimization
halilcosdu/laravel-slower
25117 Downloads
Laravel Slower: Optimize Your DB Queries with AI
ahmed-bhs/doctrine-doctor
9713 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
1145 Downloads
Real-time detection and resolution of N+1 query issues for Laravel applications. Support now Laravel 11
martinkup/symfony-profiler-optimization-advisor-bundle
370 Downloads
Symfony Profiler bundle that analyzes per-request signals and produces scored, actionable optimization opportunities with ready-made AI agent prompts.
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)
clcbws/laravel-eloquent-insight
2 Downloads
Premium Eloquent performance suite with N+1 resolution, ghost relation detection, hydration profiling, and AST auto-fixing.
architools/laravel-sieve
66 Downloads
Laravel Sieve is a lightweight yet powerful filtering and sorting engine for Laravel applications. It transforms HTTP query parameters into clean, maintainable Eloquent or Query Builder queries with zero boilerplate. Built to follow SOLID and DRY principles, this modular package supports dynamic filtering, custom sorting, relationship constraints, and JSON field queries. Ideal for RESTful APIs, admin panels, and data-intensive applications, it keeps your controllers slim and your queries expressive — all while embracing Laravel best practices.
zero1/search-query-optimization
319 Downloads
sumeetghimire/fastsearch
5 Downloads
FastSearch is a powerful Laravel package that accelerates search operations across multiple database models. It allows for flexible keyword searching with support for exact and partial matches, caching, and easy integration with Laravel applications.
shammaa/laravel-optimized-queries
32 Downloads
Advanced Laravel query optimizer - Reduce multiple Eloquent queries to a single optimized SQL statement with JSON aggregation. Supports nested relations, callbacks, belongsToMany, polymorphic relations, and caching.
mystus/laravel-query-insights
0 Downloads
Monitor, analyse, and optimise database query performance in Laravel applications with SQL Server support
itpathsolutions/mysqlinfo
17 Downloads
Mysql information
goldlapel/goldlapel
19 Downloads
Self-optimizing Postgres proxy — automatic materialized views and indexes
dedmytro/laravel-model-related-fields
7 Downloads
Provide an ability to add related fields/columns to all model Eloquent queries