Libraries tagged by laravel performance
z1px/laravel-swoole
13 Downloads
High performance HTTP server based on Swoole. Speed up your Laravel and Lumen applications.
yogeshjoshi/laravel-time-logger
6 Downloads
Laravel Time Logger is a lightweight and developer-friendly profiling utility for Laravel. It helps measure and log code execution time effortlessly, making performance debugging simple and efficient.
wuxuejian/laravel-excel
2 Downloads
Laravel-Excel is based on Spartner NL/Lavel Excel code and switches to an xlswriter extension. If your project is using SparnerNL/Lavel Excel and there are big data export performance issues, and you don't want to modify a lot of code, then the current package may be very suitable for you.
vmorozov/laravel_duplicate_query_cache
11 Downloads
This small library contents all needed code to cache duplicate queries during one request
triyak/react-performance
0 Downloads
The world's most advanced React performance optimization toolkit - Built on 500+ enterprise website optimizations
thomasgenster/laravel-swoole7
32 Downloads
High performance HTTP server based on Swoole. Speed up your Laravel and Lumen applications.
think201/echoza-sdk-php-laravel
415 Downloads
With Echoza, you can monitor the performance of your application and even analyze the root cause before fixing the errors. Get real-time notifications when something breaks down even before your customers report on it.
terranc/laravel-s
507 Downloads
🚀 LaravelS is an out-of-the-box adapter between Swoole and Laravel/Lumen.
swoolezf/laravel-swoole
2 Downloads
High performance HTTP server based on Swoole. Speed up your Laravel and Lumen applications.
rzl-app/laravel-blade-minify
6 Downloads
A Laravel package to seamlessly minify Blade HTML output for faster pages and a better user experience.
priblo/laravel-has-tags
28 Downloads
Performance centric model tags trait
phpner/laravel-profiler
4 Downloads
Laravel package for measuring and logging memory usage and execution time
panda843/laravel-s
3 Downloads
🚀 LaravelS is an out-of-the-box adapter between Swoole and Laravel/Lumen.
ourmetrics/laravel-sdk
5637 Downloads
....
mjducharme/laravel-model-json-storage
176 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.