Libraries tagged by laravel performance
iskander-g/laravel-new-relic
1053 Downloads
Monitor your Laravel application performance with New Relic
tsaikoga/performance-printer
32 Downloads
PerformancePrinter is a laravel package to print each requests' performance infomation for development.
ideal-creative-lab/laravel-tachyon
217 Downloads
Laravel Tachyon is a package designed to optimize the performance of your Laravel applications by optimizing and minifying HTML output on demand.
huang-yi/swoole-laravel
139 Downloads
Using Swoole to make your web applications which based on Laravel or Lumen framework with higher performance.
mkd/laravel-fast-api
3 Downloads
Laravel FastAPI is a PHP attribute-based routing package designed to streamline API development. It enables developers to define routes, methods, and middlewares directly within their controllers using simple PHP attributes. By reducing the complexity of traditional route definition, Laravel FastAPI improves code organization and enhances performance with route caching. Perfect for developers looking to build clean, efficient APIs in Laravel.
vladkovrigin/laravel-responsecache
12 Downloads
Speed up a Laravel application by caching the entire response
phpwatch/laravel-fast404
5 Downloads
A Laravel middleware to quickly terminate Page-Not-Found pages that do not require a full HTML page
paingheinthu/laravel-swoole
87 Downloads
High performance HTTP server based on Swoole. Speed up your Laravel and Lumen applications.
megaads-vn/laravel-minify-html
378 Downloads
Minifies the HTML output of Laravel 4 applications
landrok/laravel-request-logger
76 Downloads
A Laravel middleware to log HTTP requests into database.
itxiao6/laravel-s
13 Downloads
🚀 LaravelS: speed up Laravel/Lumen by Swoole, let's fly.
imagina/laravel-responsecache
514 Downloads
Speed up a Laravel application by caching the entire response
avnsh1111/laravel-api-rate-limiter
21 Downloads
Laravel API Rate Limiter is an open-source package designed to help developers easily implement and manage rate limiting for their API endpoints in Laravel applications. This package aims to provide a flexible and configurable solution for protecting APIs from excessive requests, ensuring optimal performance and preventing abuse.
aef/laravel-batch-requests
22 Downloads
A Laravel package for efficiently handling multiple API requests in a single batch operation, reducing network overhead and improving performance for bulk operations.
okipa/laravel-model-json-storage
1364 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.