Skip to content
/ laps Public
forked from Rarst/laps

Profile Panel for WordPress.

License

Notifications You must be signed in to change notification settings

ingobaab/laps

 
 

Repository files navigation

Laps v3 toolbar screenshot

Laps — Profile Panel for WordPress

Make a site, make it fast.

Scrutinizer Code Quality Build Status Code Coverage Total Downloads Latest Stable Version PHP from Packagist Download Laps

Profile Panel for WordPress 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

Profile Panel for WordPress automatically tracks many events, such as:

API profiling

For Ajax and REST API — Laps outputs performance information by Server Timing API, for use with clients such as Chrome Dev Tools.

Laps v3 dev tools screenshot

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

Composer (recommended) Release archive
composer require ingobaab/laps Download Laps

Tests

Tests require Brain Monkey (included in dependencies) and PHPUnit 9 (not included).

phpunit

License

GPL v2

About

Profile Panel for WordPress.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 79.1%
  • JavaScript 18.4%
  • Less 2.2%
  • Mustache 0.3%