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

GET https://billing.brightnous.com/login

Twig Metrics

20 ms Render time
6 Template calls
2 Block calls
0 Macro calls

Render time includes sub-requests rendering time (if any).

Rendered Templates

Template Name & Path Render Count
login.html.twig templates/login.html.twig 1
auth_layout.html.twig templates/auth_layout.html.twig 1
@WebProfiler/Profiler/toolbar_js.html.twig vendor/symfony/web-profiler-bundle/Resources/views/Profiler/toolbar_js.html.twig 1
@WebProfiler/Profiler/toolbar.html.twig vendor/symfony/web-profiler-bundle/Resources/views/Profiler/toolbar.html.twig 1
@WebProfiler/Profiler/toolbar_item.html.twig vendor/symfony/web-profiler-bundle/Resources/views/Profiler/toolbar_item.html.twig 1
@WebProfiler/Profiler/toolbar.css.twig vendor/symfony/web-profiler-bundle/Resources/views/Profiler/toolbar.css.twig 1

Rendering Call Graph

main 19.82ms/100%login.html.twig 17.42ms/88%
│ └ auth_layout.html.twig 16.59ms/84%
│   └ login.html.twig::block(content) 4.51ms/23%@WebProfiler/Profiler/toolbar_js.html.twig 2.40ms/12%@WebProfiler/Profiler/toolbar.html.twig 1.37ms/7%
  │ └ @WebProfiler/Profiler/cancel.html.twig::block(toolbar) 1.01ms/5%
  │   └ @WebProfiler/Profiler/toolbar_item.html.twig@WebProfiler/Profiler/toolbar.css.twig