Redirect 302 redirect from GET @app_index (8906f5)

GET https://pp-forcodep.quentin-sauvage.fr/connexion

Components

3 Twig Components
6 Render Count
1 ms Render Time
4.0 MiB Memory Usage

Components

Name Metadata Render Count Render Time
Icon
"App\Twig\Components\Icon"
components/Icon.html.twig
3 0.16ms
FormInput
"App\Twig\Components\FormInput"
components/FormInput.html.twig
2 0.49ms
Button
"App\Twig\Components\Button"
components/Button.html.twig
1 0.20ms

Render calls

FormInput App\Twig\Components\FormInput 4.0 MiB 0.41 ms
Input props
[
  "label" => "Adresse e-mail"
  "name" => "_username"
  "type" => "email"
  "placeholder" => "gaetan@elan-formation.fr"
  "value" => ""
  "icon" => "mail"
  "iconPosition" => "left"
  "required" => "true"
]
Attributes
[]
Component
App\Twig\Components\FormInput {#781
  +label: "Adresse e-mail"
  +name: "_username"
  +type: "email"
  +placeholder: "gaetan@elan-formation.fr"
  +value: ""
  +id: ""
  +icon: "mail"
  +iconPosition: "left"
  +required: true
  +disabled: false
}
Icon App\Twig\Components\Icon 4.0 MiB 0.11 ms
Input props
[
  "name" => "mail"
  "size" => "18"
]
Attributes
[]
Component
App\Twig\Components\Icon {#829
  +name: "mail"
  +size: 18
  +class: ""
}
FormInput App\Twig\Components\FormInput 4.0 MiB 0.09 ms
Input props
[
  "label" => "Mot de passe"
  "name" => "_password"
  "type" => "password"
  "placeholder" => "••••••••"
  "icon" => "lock"
  "iconPosition" => "left"
  "required" => "true"
]
Attributes
[]
Component
App\Twig\Components\FormInput {#854
  +label: "Mot de passe"
  +name: "_password"
  +type: "password"
  +placeholder: "••••••••"
  +value: ""
  +id: ""
  +icon: "lock"
  +iconPosition: "left"
  +required: true
  +disabled: false
}
Icon App\Twig\Components\Icon 4.0 MiB 0.02 ms
Input props
[
  "name" => "lock"
  "size" => "18"
]
Attributes
[]
Component
App\Twig\Components\Icon {#870
  +name: "lock"
  +size: 18
  +class: ""
}
Button App\Twig\Components\Button 4.0 MiB 0.20 ms
Input props
[
  "variant" => "primary"
  "icon" => "arrow-right"
  "iconPosition" => "right"
  "type" => "submit"
]
Attributes
[]
Component
App\Twig\Components\Button {#887
  +variant: "primary"
  +size: "md"
  +type: "submit"
  +disabled: false
  +href: ""
  +icon: "arrow-right"
  +iconPosition: "right"
}
Icon App\Twig\Components\Icon 4.0 MiB 0.02 ms
Input props
[
  "name" => "arrow-right"
  "size" => "16"
]
Attributes
[]
Component
App\Twig\Components\Icon {#922
  +name: "arrow-right"
  +size: 16
  +class: ""
}