GET https://aromatowo.stim.net.pl/

Components

6 Twig Components
12 Render Count
896 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.88ms
breed_carousel
"App\Twig\Components\BreedCarouselComponent"
components/breed_carousel.html.twig
2 170.09ms
home_search
"App\Twig\Components\HomeSearchComponent"
components/home_search.html.twig
1 260.90ms
OffersSelectedForToday
"App\Twig\Components\OffersSelectedForToday"
components/OffersSelectedForToday.html.twig
1 446.63ms
AdvertBlock
"App\Twig\Components\AdvertBlock"
frontend/components/advert/block.html.twig
1 1.71ms
featured_posts
"App\Twig\Components\FeaturedPostsComponent"
components/featured_posts.html.twig
1 16.78ms

Render calls

home_search App\Twig\Components\HomeSearchComponent 16.0 MiB 260.90 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 131.22 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 38.87 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 446.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 16.0 MiB 8.28 ms
Input props
[
  "offerId" => 4448
]
Attributes
[]
Component
App\Twig\Components\FavoriteButton {#4339
  +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.88 ms
Input props
[
  "offerId" => 4529
]
Attributes
[]
Component
App\Twig\Components\FavoriteButton {#5583
  +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.88 ms
Input props
[
  "offerId" => 4519
]
Attributes
[]
Component
App\Twig\Components\FavoriteButton {#5679
  +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.90 ms
Input props
[
  "offerId" => 4528
]
Attributes
[]
Component
App\Twig\Components\FavoriteButton {#5794
  +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.92 ms
Input props
[
  "offerId" => 4455
]
Attributes
[]
Component
App\Twig\Components\FavoriteButton {#5912
  +offerId: 4455
  -isFavorite: false
  -user: null
  -security: Symfony\Bundle\SecurityBundle\Security {#4389 …}
  -favoriteService: App\Service\FavoriteService {#4508 …}
}
FavoriteButton App\Twig\Components\FavoriteButton 16.0 MiB 1.02 ms
Input props
[
  "offerId" => 4527
]
Attributes
[]
Component
App\Twig\Components\FavoriteButton {#6047
  +offerId: 4527
  -isFavorite: false
  -user: null
  -security: Symfony\Bundle\SecurityBundle\Security {#4389 …}
  -favoriteService: App\Service\FavoriteService {#4508 …}
}
AdvertBlock App\Twig\Components\AdvertBlock 16.0 MiB 1.71 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 16.0 MiB 16.78 ms
Input props
[]
Attributes
[]
Component
App\Twig\Components\FeaturedPostsComponent {#6302
  +type: "latest"
  -blogRepository: App\Repository\BlogRepository {#6301 …}
}