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

Components

6 Twig Components
12 Render Count
756 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 8.29ms
breed_carousel
"App\Twig\Components\BreedCarouselComponent"
components/breed_carousel.html.twig
2 197.30ms
home_search
"App\Twig\Components\HomeSearchComponent"
components/home_search.html.twig
1 199.84ms
OffersSelectedForToday
"App\Twig\Components\OffersSelectedForToday"
components/OffersSelectedForToday.html.twig
1 344.18ms
AdvertBlock
"App\Twig\Components\AdvertBlock"
frontend/components/advert/block.html.twig
1 1.37ms
featured_posts
"App\Twig\Components\FeaturedPostsComponent"
components/featured_posts.html.twig
1 13.81ms

Render calls

home_search App\Twig\Components\HomeSearchComponent 14.0 MiB 199.84 ms
Input props
[]
Attributes
[]
Component
App\Twig\Components\HomeSearchComponent {#1159
  +categorySlug: "psy"
  +placeholders: [
    "psy" => "Wpisz rasę, np Szpic"
    "koty" => "Wpisz rasę, np Ragdoll"
  ]
  -breedRepository: App\Repository\BreedRepository {#1160 …}
  -imageManager: App\Manager\ImageManager {#1088 …}
  -settingService: App\Service\SettingService {#763 …}
}
breed_carousel App\Twig\Components\BreedCarouselComponent 16.0 MiB 160.15 ms
Input props
[
  "title" => "Popularne rasy <span class="text-poppy-400">psów</span>"
  "category" => "psy"
]
Attributes
[]
Component
App\Twig\Components\BreedCarouselComponent {#3383
  +title: "Popularne rasy <span class="text-poppy-400">psów</span>"
  +category: "psy"
  +limit: 100
  +daysBefore: 240
  -breedRepository: App\Repository\BreedRepository {#1160 …}
  -offerRepository: App\Repository\OfferRepository {#3384 …}
}
breed_carousel App\Twig\Components\BreedCarouselComponent 16.0 MiB 37.15 ms
Input props
[
  "title" => "Popularne rasy <span class="text-rico-400">kotów</span>"
  "category" => "koty"
]
Attributes
[]
Component
App\Twig\Components\BreedCarouselComponent {#4063
  +title: "Popularne rasy <span class="text-rico-400">kotów</span>"
  +category: "koty"
  +limit: 100
  +daysBefore: 240
  -breedRepository: App\Repository\BreedRepository {#1160 …}
  -offerRepository: App\Repository\OfferRepository {#3384 …}
}
OffersSelectedForToday App\Twig\Components\OffersSelectedForToday 16.0 MiB 344.18 ms
Input props
[]
Attributes
[]
Component
App\Twig\Components\OffersSelectedForToday {#4287
  +view: "grid"
  +limit: 6
  -offerRepository: App\Repository\OfferRepository {#3384 …}
}
FavoriteButton App\Twig\Components\FavoriteButton 16.0 MiB 5.28 ms
Input props
[
  "offerId" => 4532
]
Attributes
[]
Component
App\Twig\Components\FavoriteButton {#4342
  +offerId: 4532
  -isFavorite: false
  -user: null
  -security: Symfony\Bundle\SecurityBundle\Security {#4392 …}
  -favoriteService: App\Service\FavoriteService {#4511 …}
}
FavoriteButton App\Twig\Components\FavoriteButton 16.0 MiB 0.62 ms
Input props
[
  "offerId" => 4519
]
Attributes
[]
Component
App\Twig\Components\FavoriteButton {#5670
  +offerId: 4519
  -isFavorite: false
  -user: null
  -security: Symfony\Bundle\SecurityBundle\Security {#4392 …}
  -favoriteService: App\Service\FavoriteService {#4511 …}
}
FavoriteButton App\Twig\Components\FavoriteButton 16.0 MiB 0.60 ms
Input props
[
  "offerId" => 4528
]
Attributes
[]
Component
App\Twig\Components\FavoriteButton {#5767
  +offerId: 4528
  -isFavorite: false
  -user: null
  -security: Symfony\Bundle\SecurityBundle\Security {#4392 …}
  -favoriteService: App\Service\FavoriteService {#4511 …}
}
FavoriteButton App\Twig\Components\FavoriteButton 16.0 MiB 0.63 ms
Input props
[
  "offerId" => 4448
]
Attributes
[]
Component
App\Twig\Components\FavoriteButton {#5889
  +offerId: 4448
  -isFavorite: false
  -user: null
  -security: Symfony\Bundle\SecurityBundle\Security {#4392 …}
  -favoriteService: App\Service\FavoriteService {#4511 …}
}
FavoriteButton App\Twig\Components\FavoriteButton 16.0 MiB 0.58 ms
Input props
[
  "offerId" => 4455
]
Attributes
[]
Component
App\Twig\Components\FavoriteButton {#6007
  +offerId: 4455
  -isFavorite: false
  -user: null
  -security: Symfony\Bundle\SecurityBundle\Security {#4392 …}
  -favoriteService: App\Service\FavoriteService {#4511 …}
}
FavoriteButton App\Twig\Components\FavoriteButton 16.0 MiB 0.58 ms
Input props
[
  "offerId" => 4527
]
Attributes
[]
Component
App\Twig\Components\FavoriteButton {#6145
  +offerId: 4527
  -isFavorite: false
  -user: null
  -security: Symfony\Bundle\SecurityBundle\Security {#4392 …}
  -favoriteService: App\Service\FavoriteService {#4511 …}
}
AdvertBlock App\Twig\Components\AdvertBlock 16.0 MiB 1.37 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 {#6257
  +location: "home_content"
  +advert: null
  +advertGroup: App\Entity\AdvertGroup {#6332 …}
  -advertService: App\Service\AdvertService {#6215 …}
}
featured_posts App\Twig\Components\FeaturedPostsComponent 16.0 MiB 13.81 ms
Input props
[]
Attributes
[]
Component
App\Twig\Components\FeaturedPostsComponent {#6403
  +type: "latest"
  -blogRepository: App\Repository\BlogRepository {#6402 …}
}