Libraries tagged by performer
blackbird/module-cache-warmer
58 Downloads
A Magento 2 module that improves store performance by automatically warming cache through intelligent page crawling and async refresh mechanisms.
biigle/laserpoints
8979 Downloads
BIIGLE module to perform a heuristic laser point detection on images.
biigle/kpis
2826 Downloads
BIIGLE module to collect key performance indicators.
asilgag/aws-s3-incremental-deployer
8197 Downloads
Incremental and atomic high-performance deployments for AWS S3
a7/seeder
9295 Downloads
Perform heavy and/or infrequent actions in a controlled manner
swooletw/laravel-hyperf
83 Downloads
A Laravel-style PHP framework with native coroutine support for ultra-high performance.
raitisg/imagetool
1654 Downloads
Different tools/functions to perform various tasks with images
odan/hydrator
18869 Downloads
A high performance hydrator for PHP.
nystudio107/craft-connect
9109 Downloads
Allows you to connect to external databases and perform db queries
nmeri/tilwa
2 Downloads
Opinionated PHP framework for building performant, extensible, and testable web applications
mattkingshott/waterfall
17 Downloads
A package that performs cascading deletes in batches to ease database strain
malkusch/php-autoloader
1352 Downloads
This autoloader supports every autoloadable PHP feature up to PHP 5.4’s traits. It find’s every class, interface or traits definition in any situation. No matter what convention is used. The autoloader is index based. After building the index there will be no performance issue. The building is done dynamically. There is no explicit need of calling a build script. For the sake of comfortability there exists a script for prebuilding an index.
fooman/composer-magento2-optimizations
28768 Downloads
Composer plugin to improve composer performance for Magento 2 projects
dmamontov/asynctask
2330 Downloads
AsyncTask enables proper and easy use of the thread. This class allows to perform background operations and publish results on the thread without having to manipulate threads and/or handlers.
cashlink/php-index
11582 Downloads
This library provides an API to perform binary search operations on a sorted index. The index can be a XML document, a CSV document, or an arbitrary text file where the key has a fixed position. You can easily implement your own index. This API comes handy on any sorted data structure where realtime search operations are necessary without the detour of a DBS import.