Libraries tagged by database performance
helbrary/db-performance
123 Downloads
Library for increase performance of db in Nette Database using multi-update and multi-insert.
substacks/zebra_session
12 Downloads
A PHP library acting as a wrapper for PHP's default session handling functions which stores data in a MySQL database, providing both better performance and better security and protection against session fixation and session hijacking.
codepeak/dsettings
220 Downloads
Store custom settings in database and add cache layer for performance
webonaute/doctrine-datalocking-bundle
20249 Downloads
Lock a list of object of the same entity to be executed by a single processor. When the lock is aquire, the lock ID generated can be use by a processor to execute action on that locked list.
vmorozov/laravel_duplicate_query_cache
10 Downloads
This small library contents all needed code to cache duplicate queries during one request
tms/cachemonitor
170 Downloads
A simple database-driven solution for monitoring and analyzing content caches in Neos CMS.
sharkodlak/fluentdb
7 Downloads
Fluent DB provides high performance DB layer with easy to use fluent interface.
nochso/orm
251 Downloads
ORM with relations and performance in mind.
flik/piece-of-cake
6 Downloads
Piece of Cake is a basic MVC framework for fast performance.
axel-dzhurko/load-analyser
907 Downloads
PHP performance tool analyser your script on time, memory usage and db query. Support Laravel and Composer for web, web console and command line interfaces.
libaro/laravel-slow-queries
23 Downloads
Laravel Slow QueriesLaravel Slow Queries is a package that allows you to easily log slow queries in your Laravel application. This package logs queries that exceed a configurable time limit and stores them in the database, making it easy to analyze and optimize your database performance.
laravel-hrdk/laravel-s-p-multi-response
1 Downloads
LaravelSPMultiResponse is a powerful Laravel package designed to streamline the execution of SQL stored procedures with the capability to handle multiple response sets effortlessly. With this package, you can seamlessly integrate stored procedures into your Laravel application, simplifying database interactions and enhancing performance. Say goodbye to complex database queries and hello to efficient, organized, and scalable database operations with LaravelSPMultiResponse.
rohitpavaskar/localization
201 Downloads
Localization using labels stored in database and served using cache for performance
knowzies-tech/localization
60 Downloads
Localization using labels stored in database and served using cache for performance
mjducharme/laravel-model-json-storage
175 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.