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

Twig Metrics

28 ms Render time
4 Template calls
1 Block calls
0 Macro calls

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

Rendered Templates

Template Name & Path Render Count
@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 27.66ms/100%@WebProfiler/Profiler/toolbar_js.html.twig 27.66ms/100%@WebProfiler/Profiler/toolbar.html.twig 15.53ms/56%
  │ └ @WebProfiler/Profiler/cancel.html.twig::block(toolbar) 7.40ms/27%
  │   └ @WebProfiler/Profiler/toolbar_item.html.twig 5.03ms/18%@WebProfiler/Profiler/toolbar.css.twig