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

Twig Templates & Custom Data

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

Rendered Templates

# Template Renders Duration Memory Avg/render
1 security/login.html.twig main 1 2.857 ms 123.08 KB -
2 @WebProfiler/Profiler/toolbar_js.html.twig 1 0.514 ms 81.48 KB -
3 base_org.html.twig 1 2.809 ms 119.02 KB -
4 @WebProfiler/Profiler/toolbar.html.twig 1 0.263 ms 9.34 KB -
5 @WebProfiler/Profiler/toolbar.css.twig 1 0.015 ms 16.76 KB -
6 @WebProfiler/Profiler/toolbar_item.html.twig 1 0.053 ms 1.77 KB -
Total 6 3.371 ms 811.55 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('...');
}