GET https://actisystem.basenyspa.pl/login

Twig Templates & Custom Data

login.html.twig Main Template
11.14 ms Total Render Time
1203.9 KB Memory Usage
6 Templates
6 Blocks

Rendered Templates

# Template Renders Duration Memory Avg/render
1 security/login.html.twig main 1 10.503 ms 164.62 KB -
2 @WebProfiler/Profiler/toolbar_js.html.twig 1 0.638 ms 81.48 KB -
3 base_org.html.twig 1 9.079 ms 137.65 KB -
4 @WebProfiler/Profiler/toolbar.html.twig 1 0.320 ms 9.34 KB -
5 @WebProfiler/Profiler/toolbar.css.twig 1 0.007 ms 16.76 KB -
6 @WebProfiler/Profiler/toolbar_item.html.twig 1 0.043 ms 1.77 KB -
Total 6 11.141 ms 1203.93 KB
All template names (6)
security/login.html.twig
@WebProfiler/Profiler/toolbar_js.html.twig
base_org.html.twig
@WebProfiler/Profiler/toolbar.html.twig
@WebProfiler/Profiler/toolbar.css.twig
@WebProfiler/Profiler/toolbar_item.html.twig

Custom Controller Data

No custom data. Use ToolbarDataBag in your controller to pass data.

Usage example
public function index(ToolbarDataBag $toolbarData): Response
{
    $toolbarData->set('message', 'My message');
    $toolbarData->set('count', 42);

    return $this->render('...');
}