Download the PHP package awilum/craft-benchmark without Composer
On this page you can find all versions of the php package awilum/craft-benchmark. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download awilum/craft-benchmark
More information about awilum/craft-benchmark
Files in awilum/craft-benchmark
Download awilum/craft-benchmark
More information about awilum/craft-benchmark
Files in awilum/craft-benchmark
Vendor awilum
Package craft-benchmark
Short Description Simple benchmark plugin with basic benchmark functionality for Craft CMS.
License MIT
Package craft-benchmark
Short Description Simple benchmark plugin with basic benchmark functionality for Craft CMS.
License MIT
Please rate this library. Is it a good library?
Informations about the package craft-benchmark
Benchmark plugin for Craft CMS
Simple benchmark plugin with basic functionality for benchmarking.
Requirements
- Craft CMS: ^4.0
- PHP: ^8.0
Installation
To install the plugin, follow these instructions.
-
Open your terminal and go to your Craft project:
-
In your terminal run
composer require awilum/craft-benchmark
. - In the Control Panel, go to Settings → Plugins and click the “Install” button for Benchmark.
Usage
Functions
PHP function | Twig function | Description |
Awilum\CraftBenchmark\benchmarkStart |
benchmarkStart | Start benchmark prob. |
Awilum\CraftBenchmark\benchmarkEnd |
benchmarkEnd | End benchmark prob. |
Awilum\CraftBenchmark\benchmarkDelete |
benchmarkDelete | Delete benchmark prob. |
Awilum\CraftBenchmark\benchmarkFlush |
benchmarkFlush | Flush benchmark prob. |
Awilum\CraftBenchmark\benchmarkSummary |
benchmarkSummary | Get benchmark summary. |