Libraries tagged by database performance
socialblue/laravel-query-adviser
3349 Downloads
With Laravel Query Adviser you can get more insights into the SQL queries created by Eloquent models used in your app. It logs the queries used by your application and provides a helpful overview of the SQL queries. You can rerun the SQL query to analyze the database impact or copy the SQL query to your clipboard. The handy card view allows you to quickly point out the pain points of your application's SQL queries.
msafadi/laravel-eloquent-join-with
5910 Downloads
Laravel Eloquent Join With Relationships
devtheorem/peachy-sql
1399 Downloads
A high-performance query builder and runner for PHP
anourvalar/laravel-pulse
3290 Downloads
Additional cards for Laravel Pulse
js/mysqlnd-bundle
3393 Downloads
The JSMysqlndBundle is an extension to the Symfony2 profiling toolbar. It extends the data collection with information gathered from PHP's mysqlnd database driver, giving more insight on the performance.
tatter/roster
3715 Downloads
Bulk name lookup for database relations in CodeIgniter 4
silviooosilva/cacheer-php
80 Downloads
CacheerPHP is a minimalist package for caching in PHP, offering a simple interface for storing and retrieving cached data using multiple backends.
sarfraznawaz2005/indexer
2734 Downloads
Laravel package to monitor SELECT queries and offer best possible INDEX fields.
okipa/laravel-model-json-storage
1378 Downloads
Storing your models in a json file rather than in database (single or few lines recording) can be a good option. This package saves you to create a table for a ridiculous amount of lines, improves the data recovery performances, and allows you to store and access to your models from a json files as you would do it in database.
omaralalwi/laravel-jobs-metrics
6 Downloads
Tracks job memory consumption — works with or without Horizon, and enables long-term performance analysis via database logging.
versaorm/versaorm-php
28 Downloads
ORM ligero y seguro para PHP con motor PDO nativo - Query Builder fluido, Active Record simple, alto rendimiento
stas29a/doctrine
62 Downloads
Doctrine 2 fork with performance improvements
sarfraznawaz2005/aiqueryoptimizer
3 Downloads
A Laravel package to analyze and optimize SQL queries using AI.
ruzaik11/laravel-seeder-tracker
12 Downloads
Track Laravel seeders execution like migrations with batch support and status management
larsgmortensen/litemysqli
5 Downloads
LiteMySQLi is a lightweight, minimal-overhead wrapper for PHP's MySQLi extension. Designed for speed, simplicity, and ease of integration.