aeatech/cli-snapshot-profiler-event-subscriber
dd() or Xdebug).Executives: "This package lets us profile Symfony CLI applications in production—like cron jobs or migrations—without adding complexity. It’s a lightweight, open-source tool that plugs into our existing stack, giving us visibility into performance bottlenecks that could be costing us time and money. Think of it as ‘New Relic for CLI workflows’: minimal overhead, high value for debugging slow or failing automated processes."
Engineering: *"We’re adding a zero-config event subscriber to profile CLI commands in production. It’s MIT-licensed, Symfony-compatible, and outputs actionable metrics (execution time, memory, queries) via Symfony’s event system. No Xdebug setup needed—just drop it in and start profiling slow Artisan commands. Ideal for:
DevOps/SRE: "This complements our existing monitoring by adding CLI-specific profiling—something tools like Blackfire or New Relic don’t cover natively. It’s passive (no code changes needed) and outputs structured data we can forward to our metrics pipeline. Low risk, high reward for debugging production issues."
How can I help you explore Laravel packages today?