You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Eric Lamb edited this page Dec 29, 2023
·
8 revisions
The ExpressionEngine Benchmark library is only a timer so the benchmarks are useful for determining bottlenecks in your code.
Example
Within your PHP scripts you'll essentially want to have 2 calls (a start and a stop) to the below methods:
ee()->benchmark->mark('your_benchmark_name_start');