GET https://www.dev.petso.halisz.pl/

Components

6 Twig Components
12 Render Count
1099 ms Render Time
18.0 MiB Memory Usage

Components

Name Metadata Render Count Render Time
FavoriteButton
"App\Twig\Components\FavoriteButton"
components/FavoriteButton.html.twig
6 40.81ms
breed_carousel
"App\Twig\Components\BreedCarouselComponent"
components/breed_carousel.html.twig
2 184.76ms
home_search
"App\Twig\Components\HomeSearchComponent"
components/home_search.html.twig
1 387.68ms
OffersSelectedForToday
"App\Twig\Components\OffersSelectedForToday"
components/OffersSelectedForToday.html.twig
1 498.63ms
AdvertBlock
"App\Twig\Components\AdvertBlock"
frontend/components/advert/block.html.twig
1 3.74ms
featured_posts
"App\Twig\Components\FeaturedPostsComponent"
components/featured_posts.html.twig
1 23.69ms

Render calls

home_search App\Twig\Components\HomeSearchComponent 16.0 MiB 387.68 ms
Input props
[]
Attributes
[]
Component
App\Twig\Components\HomeSearchComponent {#1160
  +categorySlug: "psy"
  +placeholders: [
    "psy" => "Wpisz rasę, np Szpic"
    "koty" => "Wpisz rasę, np Ragdoll"
  ]
  -breedRepository: App\Repository\BreedRepository {#1161 …}
  -imageManager: App\Manager\ImageManager {#1098 …}
  -settingService: App\Service\SettingService {#850 …}
}
breed_carousel App\Twig\Components\BreedCarouselComponent 18.0 MiB 147.29 ms
Input props
[
  "title" => "Popularne rasy <span class="text-poppy-400">psów</span>"
  "category" => "psy"
]
Attributes
[]
Component
App\Twig\Components\BreedCarouselComponent {#3380
  +title: "Popularne rasy <span class="text-poppy-400">psów</span>"
  +category: "psy"
  +limit: 100
  +daysBefore: 240
  -breedRepository: App\Repository\BreedRepository {#1161 …}
  -offerRepository: App\Repository\OfferRepository {#3381 …}
}
breed_carousel App\Twig\Components\BreedCarouselComponent 18.0 MiB 37.47 ms
Input props
[
  "title" => "Popularne rasy <span class="text-rico-400">kotów</span>"
  "category" => "koty"
]
Attributes
[]
Component
App\Twig\Components\BreedCarouselComponent {#4060
  +title: "Popularne rasy <span class="text-rico-400">kotów</span>"
  +category: "koty"
  +limit: 100
  +daysBefore: 240
  -breedRepository: App\Repository\BreedRepository {#1161 …}
  -offerRepository: App\Repository\OfferRepository {#3381 …}
}
OffersSelectedForToday App\Twig\Components\OffersSelectedForToday 18.0 MiB 498.63 ms
Input props
[]
Attributes
[]
Component
App\Twig\Components\OffersSelectedForToday {#4284
  +view: "grid"
  +limit: 6
  -offerRepository: App\Repository\OfferRepository {#3381 …}
}
FavoriteButton App\Twig\Components\FavoriteButton 18.0 MiB 36.27 ms
Input props
[
  "offerId" => 4448
]
Attributes
[]
Component
App\Twig\Components\FavoriteButton {#4339
  +offerId: 4448
  -isFavorite: false
  -user: null
  -security: Symfony\Bundle\SecurityBundle\Security {#4498 …}
  -favoriteService: App\Service\FavoriteService {#4508 …}
}
FavoriteButton App\Twig\Components\FavoriteButton 18.0 MiB 0.91 ms
Input props
[
  "offerId" => 4529
]
Attributes
[]
Component
App\Twig\Components\FavoriteButton {#5583
  +offerId: 4529
  -isFavorite: false
  -user: null
  -security: Symfony\Bundle\SecurityBundle\Security {#4498 …}
  -favoriteService: App\Service\FavoriteService {#4508 …}
}
FavoriteButton App\Twig\Components\FavoriteButton 18.0 MiB 0.91 ms
Input props
[
  "offerId" => 4519
]
Attributes
[]
Component
App\Twig\Components\FavoriteButton {#5679
  +offerId: 4519
  -isFavorite: false
  -user: null
  -security: Symfony\Bundle\SecurityBundle\Security {#4498 …}
  -favoriteService: App\Service\FavoriteService {#4508 …}
}
FavoriteButton App\Twig\Components\FavoriteButton 18.0 MiB 0.89 ms
Input props
[
  "offerId" => 4528
]
Attributes
[]
Component
App\Twig\Components\FavoriteButton {#5794
  +offerId: 4528
  -isFavorite: false
  -user: null
  -security: Symfony\Bundle\SecurityBundle\Security {#4498 …}
  -favoriteService: App\Service\FavoriteService {#4508 …}
}
FavoriteButton App\Twig\Components\FavoriteButton 18.0 MiB 0.89 ms
Input props
[
  "offerId" => 4455
]
Attributes
[]
Component
App\Twig\Components\FavoriteButton {#5912
  +offerId: 4455
  -isFavorite: false
  -user: null
  -security: Symfony\Bundle\SecurityBundle\Security {#4498 …}
  -favoriteService: App\Service\FavoriteService {#4508 …}
}
FavoriteButton App\Twig\Components\FavoriteButton 18.0 MiB 0.94 ms
Input props
[
  "offerId" => 4527
]
Attributes
[]
Component
App\Twig\Components\FavoriteButton {#6047
  +offerId: 4527
  -isFavorite: false
  -user: null
  -security: Symfony\Bundle\SecurityBundle\Security {#4498 …}
  -favoriteService: App\Service\FavoriteService {#4508 …}
}
AdvertBlock App\Twig\Components\AdvertBlock 18.0 MiB 3.74 ms
Input props
[
  "location" => "home_content"
  "class" => "mx-auto my-4 max-w-2xl"
]
Attributes
[
  "class" => "mx-auto my-4 max-w-2xl"
]
Component
App\Twig\Components\AdvertBlock {#6156
  +location: "home_content"
  +advert: null
  +advertGroup: App\Entity\AdvertGroup {#6231 …}
  -advertService: App\Service\AdvertService {#6086 …}
}
featured_posts App\Twig\Components\FeaturedPostsComponent 18.0 MiB 23.69 ms
Input props
[]
Attributes
[]
Component
App\Twig\Components\FeaturedPostsComponent {#6302
  +type: "latest"
  -blogRepository: App\Repository\BlogRepository {#6301 …}
}