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

Components

3 Twig Components
10 Render Count
5 ms Render Time
6.0 MiB Memory Usage

Components

Name Metadata Render Count Render Time
FormInput
"App\Twig\Components\FormInput"
components/FormInput.html.twig
5 3.18ms
Icon
"App\Twig\Components\Icon"
components/Icon.html.twig
4 0.69ms
Button
"App\Twig\Components\Button"
components/Button.html.twig
1 1.62ms

Render calls

FormInput App\Twig\Components\FormInput 6.0 MiB 1.76 ms
Input props
[
  "label" => "Prénom"
  "name" => "registration_form[prenom]"
  "type" => "text"
  "placeholder" => "Jean"
  "value" => ""
  "required" => "true"
]
Attributes
[]
Component
App\Twig\Components\FormInput {#1105
  +label: "Prénom"
  +name: "registration_form[prenom]"
  +type: "text"
  +placeholder: "Jean"
  +value: ""
  +id: ""
  +icon: ""
  +iconPosition: "right"
  +required: true
  +disabled: false
}
FormInput App\Twig\Components\FormInput 6.0 MiB 0.04 ms
Input props
[
  "label" => "Nom"
  "name" => "registration_form[nom]"
  "type" => "text"
  "placeholder" => "Dupont"
  "value" => ""
  "required" => "true"
]
Attributes
[]
Component
App\Twig\Components\FormInput {#1073
  +label: "Nom"
  +name: "registration_form[nom]"
  +type: "text"
  +placeholder: "Dupont"
  +value: ""
  +id: ""
  +icon: ""
  +iconPosition: "right"
  +required: true
  +disabled: false
}
FormInput App\Twig\Components\FormInput 6.0 MiB 1.20 ms
Input props
[
  "label" => "Adresse e-mail"
  "name" => "registration_form[email]"
  "type" => "email"
  "placeholder" => "jean.dupont@example.fr"
  "value" => ""
  "icon" => "mail"
  "iconPosition" => "left"
  "required" => "true"
]
Attributes
[]
Component
App\Twig\Components\FormInput {#1057
  +label: "Adresse e-mail"
  +name: "registration_form[email]"
  +type: "email"
  +placeholder: "jean.dupont@example.fr"
  +value: ""
  +id: ""
  +icon: "mail"
  +iconPosition: "left"
  +required: true
  +disabled: false
}
Icon App\Twig\Components\Icon 6.0 MiB 0.60 ms
Input props
[
  "name" => "mail"
  "size" => "18"
]
Attributes
[]
Component
App\Twig\Components\Icon {#1034
  +name: "mail"
  +size: 18
  +class: ""
}
FormInput App\Twig\Components\FormInput 6.0 MiB 0.10 ms
Input props
[
  "label" => "Téléphone"
  "name" => "registration_form[telephone]"
  "type" => "tel"
  "placeholder" => "06 00 00 00 00"
  "value" => ""
  "icon" => "phone"
  "iconPosition" => "left"
]
Attributes
[]
Component
App\Twig\Components\FormInput {#996
  +label: "Téléphone"
  +name: "registration_form[telephone]"
  +type: "tel"
  +placeholder: "06 00 00 00 00"
  +value: ""
  +id: ""
  +icon: "phone"
  +iconPosition: "left"
  +required: false
  +disabled: false
}
Icon App\Twig\Components\Icon 6.0 MiB 0.03 ms
Input props
[
  "name" => "phone"
  "size" => "18"
]
Attributes
[]
Component
App\Twig\Components\Icon {#1140
  +name: "phone"
  +size: 18
  +class: ""
}
FormInput App\Twig\Components\FormInput 6.0 MiB 0.08 ms
Input props
[
  "label" => "Mot de passe"
  "name" => "registration_form[plainPassword]"
  "type" => "password"
  "placeholder" => "••••••••"
  "icon" => "lock"
  "iconPosition" => "left"
  "required" => "true"
]
Attributes
[]
Component
App\Twig\Components\FormInput {#1156
  +label: "Mot de passe"
  +name: "registration_form[plainPassword]"
  +type: "password"
  +placeholder: "••••••••"
  +value: ""
  +id: ""
  +icon: "lock"
  +iconPosition: "left"
  +required: true
  +disabled: false
}
Icon App\Twig\Components\Icon 6.0 MiB 0.02 ms
Input props
[
  "name" => "lock"
  "size" => "18"
]
Attributes
[]
Component
App\Twig\Components\Icon {#1172
  +name: "lock"
  +size: 18
  +class: ""
}
Button App\Twig\Components\Button 6.0 MiB 1.62 ms
Input props
[
  "variant" => "primary"
  "icon" => "arrow-right"
  "iconPosition" => "right"
  "type" => "submit"
]
Attributes
[]
Component
App\Twig\Components\Button {#1189
  +variant: "primary"
  +size: "md"
  +type: "submit"
  +disabled: false
  +href: ""
  +icon: "arrow-right"
  +iconPosition: "right"
}
Icon App\Twig\Components\Icon 6.0 MiB 0.04 ms
Input props
[
  "name" => "arrow-right"
  "size" => "16"
]
Attributes
[]
Component
App\Twig\Components\Icon {#1266
  +name: "arrow-right"
  +size: 16
  +class: ""
}