Libraries tagged by database performance
dama/doctrine-test-bundle
27144251 Downloads
Symfony bundle to isolate doctrine database tests and improve test performance
bvanhoekelen/performance
678513 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.
halilcosdu/laravel-slower
12327 Downloads
Laravel Slower: Optimize Your DB Queries with AI
stefangabos/zebra_session
97192 Downloads
A drop-in replacement for PHP's default session handler which stores session data in a MySQL database, providing better performance, better security and protection against session fixation and session hijacking
msafadi/laravel-eloquent-join-with
5302 Downloads
Laravel Eloquent Join With Relationships
axllent/silverstripe-version-truncator
57592 Downloads
Automatically delete old versioned Silverstripe records from the database
olliejones/index-wp-mysql-for-speed
1070 Downloads
Speed up your WordPress site by adding high-performance keys (database indexes) to your MySQL database tables.
korridor/laravel-computed-attributes
16955 Downloads
Laravel package that adds computed attributes to eloquent models. A computed attribute is an accessor were the computed value is saved in the database.
bnomei/kirby3-autoid
21316 Downloads
Automatic unique ID for Pages, Files and nested Structures including performant helpers to retrieve them. Bonus: Tiny-URL.
asamir/laravel-in-db-performance-monitor
5520 Downloads
Monitor your laravel application performance by logging requests in your database then analyze it. The log includes request parameters, actions, SQL queries and errors beside that you can know the requests with raw SQL queries.
voku/session2db
19429 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.
tatter/roster
3569 Downloads
Bulk name lookup for database relations in CodeIgniter 4
socialblue/laravel-query-adviser
3266 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.
silviooosilva/cacheer-php
53 Downloads
CacheerPHP é um pacote minimalista para caching em PHP, oferecendo uma interface simples para armazenar e recuperar dados em cache utilizando múltiplos backends.
sarfraznawaz2005/meter
8014 Downloads
laravel package to find performance bottlenecks in your laravel application.