Libraries tagged by Performace
differentweb/symfony1
248 Downloads
Fork of symfony 1.4 with dic, form enhancements, latest swiftmailer and better performance
datatables.net/datatables.net-scroller-dt
1499 Downloads
Scroller is a virtual rendering plug-in for DataTables which allows large datasets to be drawn on screen very quickly. Virtual rendering means is that only the visible portion of the table is drawn, while the scrolling container gives the visual impression that the whole table is visible, allowing excellent browser performance. This is Scroller for DataTables with styling for [DataTables](https://datatables.net/)
datatables.net/datatables.net-scroller-bs5
271 Downloads
Scroller is a virtual rendering plug-in for DataTables which allows large datasets to be drawn on screen very quickly. Virtual rendering means is that only the visible portion of the table is drawn, while the scrolling container gives the visual impression that the whole table is visible, allowing excellent browser performance. This is Scroller for DataTables with styling for [Bootstrap5](https://getbootstrap.com/)
cmpayments/schemavalidator
3982 Downloads
SchemaValidator is a PHP implementation for validating JSON against a Schema (also a string), the JSON and Schema are both linted with https://github.com/cmpayments/jsonlint. This library is optimized for speed and performance.
caujasutom/laravel-optimizer
181 Downloads
A lightweight Laravel package to optimize performance by minifying HTML, caching, and more.
c9s/roller
119 Downloads
High performance PHP router
bolden/htmlcache
7703 Downloads
Cache pages to HTML and boost website performance on Craft CMS 3.
biigle/kpis
1210 Downloads
BIIGLE module to collect key performance indicators.
b-khouy/block_list_override
1296 Downloads
Remove unnecessary blocks from the block list for better system performance.
aaron-dev/xhprof-webman
136 Downloads
aaron-dev/xhprof-webman is a code performance analysis plugin that is compatible with webman. Mainly optimize and adjust the old and unusable xhprof for adapting to webman, making installation simple and fast.Developers can quickly access performance analysis reports through browsers to troubleshoot code performance issues.
wp-graphql/wp-graphql-insights
3970 Downloads
Insights for WPGraphQL. Performance and error logging.
ohvitorino/openlayers3
40264 Downloads
Openlayers 3 - A high-performance, feature-packed library for all your mapping needs
odan/hydrator
18597 Downloads
A high performance hydrator for PHP.
marfatech/liveprof
721 Downloads
A performance monitoring system for running on live sites
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.