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
- Verify configuration: Verify
config/pulse.phpexists. - Setup slow-query threshold: Configure limits for slow queries (e.g. queries taking > 500ms).
- Register Custom Recorders: Create and bind custom performance recorders to track application-specific events.
- Isolate Dashboard Access: Ensure only authorized administrators can view the
/pulsedashboard.