laravel-pulse-monitoring

Installation
SKILL.md

Laravel Pulse Performance Monitoring

When To Use

Use this skill when diagnosing slow application routes, resolving database performance issues, tracking cache metrics, or configuring recorders.

Workflow

  1. Verify configuration: Verify config/pulse.php exists.
  2. Setup slow-query threshold: Configure limits for slow queries (e.g. queries taking > 500ms).
  3. Register Custom Recorders: Create and bind custom performance recorders to track application-specific events.
  4. Isolate Dashboard Access: Ensure only authorized administrators can view the /pulse dashboard.

Examples

Good Example

Installs
2
GitHub Stars
1
First Seen
Jul 7, 2026
laravel-pulse-monitoring — alizharb/agent-skills