namespace App\Scheduler\Handler; use App\Scheduler\Message\SendDailyReminder; use Symfony\Component\Messenger\Attribute\AsMessageHandler; #[AsMessageHandler] class SendDailyReminderHandler { public function __invoke(SendDailySalesReports $message) { // ... do some work to send the report to the customers } }namespace App\Scheduler\Message; class SendDailyReminder { public function __construct(private int $id) {} public function getId(): int { return $this->id; } } Symfony Profiler

Error 404 Not Found

GET https://billing.brightnous.com/robots.txt

Forwarded to ErrorController (4a1da1)

Performance metrics

425 ms Total execution time
106 ms Symfony initialization
6.00 MiB Peak memory usage
1 Sub-Request
220.3 ms Sub-Request time

Execution timeline

ms (timeline only displays events with a duration longer than this threshold)

Main Request 319.2 ms

Note: sections with a striped background correspond to sub-requests.

Sub-requests (1)

Symfony\Component\HttpKernel\Controller\ErrorController::() 220.3 ms