rarst / laps
Light WordPress profiler.
Installs: 193 002
Dependents: 3
Suggesters: 0
Security: 0
Stars: 549
Watchers: 22
Forks: 37
Open Issues: 2
Type:wordpress-plugin
Requires
- php: ^7.2.5 || ^8
- composer/installers: ^1.6 || ^2
- mustache/mustache: ^2.14.1
- pimple/pimple: ^3.5
- symfony/stopwatch: ^4.2.1
Requires (Dev)
- brain/monkey: ^2.2
- pds/skeleton: ^1.0
- twbs/bootstrap: ^3.4
README
Laps — light WordPress profiler
Make a site, make it fast.
Laps is a plugin that shows performance information about WordPress page load.
It provides a visual summary in toolbar that is quick and easy to inspect.
Page profiling
Laps automatically tracks many events, such as:
- PHP, core, plugins, and themes load, main posts loop, sidebars
- database queries (with
SAVEQUERIES
defined constant set to true) - network requests to other sites
API profiling
For Ajax and REST API — Laps outputs performance information by Server Timing API, for use with clients such as Chrome Dev Tools.
API authentication
API requests need to be authenticated as admin for performance data to be sent. For Ajax requests cookies are sufficient. REST API requests also need nonce passed.
laps_can_see
check can be filtered to relax required permissions on the plugin’s side.
Installation
Tests
Tests require Brain Monkey (included in dependencies) and PHPUnit 8 (not included).
phpunit
License
MIT