GET https://restore-shop-website.bzi.zian.dev/order

Components

3 Twig Components
3 Render Count
9 ms Render Time
6.0 MiB Memory Usage

Components

Name Metadata Render Count Render Time
header
"Logic\UiBundle\Component\Header\Header"
@LogicUi/components/Header/header.html.twig
1 8.33ms
hero
"Logic\UiBundle\Component\Hero\Hero"
@LogicUi/components/Hero/hero.html.twig
1 0.29ms
footer
"Logic\UiBundle\Component\Footer\Footer"
@LogicUi/components/Footer/footer.html.twig
1 0.32ms

Render calls

header Logic\UiBundle\Component\Header\Header 6.0 MiB 8.33 ms
Input props
[
  "brand_label" => "Restore Shop"
  "brand_href" => "/"
  "nav_aria_label" => "Navigation principale"
  "cta_label" => "Je commande"
  "cta_href" => "/order"
  "items" => [
    [
      "label" => "How it works"
      "href" => "/how-it-works"
    ]
    [
      "label" => "Offres & Tarifs"
      "href" => "#plans"
    ]
    [
      "label" => "FAQ"
      "href" => "#faq"
    ]
  ]
]
Attributes
[]
Component
Logic\UiBundle\Component\Header\Header {#941
  +brand_label: "Restore Shop"
  +brand_href: "/"
  +aria_label: "Site header"
  +nav_aria_label: "Navigation principale"
  +items: [
    [
      "label" => "How it works"
      "href" => "/how-it-works"
    ]
    [
      "label" => "Offres & Tarifs"
      "href" => "#plans"
    ]
    [
      "label" => "FAQ"
      "href" => "#faq"
    ]
  ]
  +cta_label: "Je commande"
  +cta_href: "/order"
  +skip_to: null
  +skip_label: "Aller au contenu"
  +variant: null
  +theme: null
}
hero Logic\UiBundle\Component\Hero\Hero 6.0 MiB 0.29 ms
Input props
[
  "title" => "Commande"
]
Attributes
[]
Component
Logic\UiBundle\Component\Hero\Hero {#987
  +title: "Commande"
  +subtitle: null
  +primary_label: null
  +primary_href: null
  +secondary_label: null
  +secondary_href: null
  +note: null
  +note_id: "sla"
  +actions_aria_label: "Actions"
  +variant: null
  +theme: null
}
footer Logic\UiBundle\Component\Footer\Footer 6.0 MiB 0.32 ms
Input props
[
  "nav_aria_label" => "Liens utilitaires"
  "items" => [
    [
      "label" => "Mentions légales"
      "href" => "#"
    ]
    [
      "label" => "Confidentialité"
      "href" => "#"
    ]
    [
      "label" => "Support"
      "href" => "#"
    ]
  ]
  "copyright" => "© 2025 Restore Shop"
]
Attributes
[]
Component
Logic\UiBundle\Component\Footer\Footer {#977
  +aria_label: "Site footer"
  +nav_aria_label: "Liens utilitaires"
  +items: [
    [
      "label" => "Mentions légales"
      "href" => "#"
    ]
    [
      "label" => "Confidentialité"
      "href" => "#"
    ]
    [
      "label" => "Support"
      "href" => "#"
    ]
  ]
  +copyright: "© 2025 Restore Shop"
  +variant: null
  +theme: null
}