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

Components

6 Twig Components
12 Render Count
1138 ms Render Time
16.0 MiB Memory Usage

Components

Name Metadata Render Count Render Time
FavoriteButton
"App\Twig\Components\FavoriteButton"
components/FavoriteButton.html.twig
6 12.09ms
breed_carousel
"App\Twig\Components\BreedCarouselComponent"
components/breed_carousel.html.twig
2 301.69ms
home_search
"App\Twig\Components\HomeSearchComponent"
components/home_search.html.twig
1 287.09ms
OffersSelectedForToday
"App\Twig\Components\OffersSelectedForToday"
components/OffersSelectedForToday.html.twig
1 531.27ms
AdvertBlock
"App\Twig\Components\AdvertBlock"
frontend/components/advert/block.html.twig
1 1.63ms
featured_posts
"App\Twig\Components\FeaturedPostsComponent"
components/featured_posts.html.twig
1 16.34ms

Render calls

home_search App\Twig\Components\HomeSearchComponent 16.0 MiB 287.09 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 {#1088 …}
  -settingService: App\Service\SettingService {#850 …}
}
breed_carousel App\Twig\Components\BreedCarouselComponent 16.0 MiB 235.00 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 16.0 MiB 66.69 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 16.0 MiB 531.27 ms
Input props
[]
Attributes
[]
Component
App\Twig\Components\OffersSelectedForToday {#4284
  +view: "grid"
  +limit: 6
  -offerRepository: App\Repository\OfferRepository {#3381 …}
}
FavoriteButton App\Twig\Components\FavoriteButton 16.0 MiB 7.74 ms
Input props
[
  "offerId" => 4532
]
Attributes
[]
Component
App\Twig\Components\FavoriteButton {#4339
  +offerId: 4532
  -isFavorite: false
  -user: null
  -security: Symfony\Bundle\SecurityBundle\Security {#4389 …}
  -favoriteService: App\Service\FavoriteService {#4508 …}
}
FavoriteButton App\Twig\Components\FavoriteButton 16.0 MiB 1.06 ms
Input props
[
  "offerId" => 4529
]
Attributes
[]
Component
App\Twig\Components\FavoriteButton {#5617
  +offerId: 4529
  -isFavorite: false
  -user: null
  -security: Symfony\Bundle\SecurityBundle\Security {#4389 …}
  -favoriteService: App\Service\FavoriteService {#4508 …}
}
FavoriteButton App\Twig\Components\FavoriteButton 16.0 MiB 0.81 ms
Input props
[
  "offerId" => 4519
]
Attributes
[]
Component
App\Twig\Components\FavoriteButton {#5707
  +offerId: 4519
  -isFavorite: false
  -user: null
  -security: Symfony\Bundle\SecurityBundle\Security {#4389 …}
  -favoriteService: App\Service\FavoriteService {#4508 …}
}
FavoriteButton App\Twig\Components\FavoriteButton 16.0 MiB 0.81 ms
Input props
[
  "offerId" => 4528
]
Attributes
[]
Component
App\Twig\Components\FavoriteButton {#5823
  +offerId: 4528
  -isFavorite: false
  -user: null
  -security: Symfony\Bundle\SecurityBundle\Security {#4389 …}
  -favoriteService: App\Service\FavoriteService {#4508 …}
}
FavoriteButton App\Twig\Components\FavoriteButton 16.0 MiB 0.82 ms
Input props
[
  "offerId" => 4448
]
Attributes
[]
Component
App\Twig\Components\FavoriteButton {#5942
  +offerId: 4448
  -isFavorite: false
  -user: null
  -security: Symfony\Bundle\SecurityBundle\Security {#4389 …}
  -favoriteService: App\Service\FavoriteService {#4508 …}
}
FavoriteButton App\Twig\Components\FavoriteButton 16.0 MiB 0.85 ms
Input props
[
  "offerId" => 4455
]
Attributes
[]
Component
App\Twig\Components\FavoriteButton {#6057
  +offerId: 4455
  -isFavorite: false
  -user: null
  -security: Symfony\Bundle\SecurityBundle\Security {#4389 …}
  -favoriteService: App\Service\FavoriteService {#4508 …}
}
AdvertBlock App\Twig\Components\AdvertBlock 16.0 MiB 1.63 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 {#6186
  +location: "home_content"
  +advert: null
  +advertGroup: App\Entity\AdvertGroup {#6261 …}
  -advertService: App\Service\AdvertService {#6096 …}
}
featured_posts App\Twig\Components\FeaturedPostsComponent 16.0 MiB 16.34 ms
Input props
[]
Attributes
[]
Component
App\Twig\Components\FeaturedPostsComponent {#6332
  +type: "latest"
  -blogRepository: App\Repository\BlogRepository {#6331 …}
}