Kupić Słuchawki - Marka: Jabra w naszym sklepie ➤ Renewt

Słuchawki Jabra Znaleziono 2 produkty

Aktywne filtry
Marka: Jabra
Wyczyść wszystkie filtry
Filtry
Marka
Product Image
  • Darmowa dostawa
  • 12-miesięczna gwarancja
  • 14 dni na zwrot
Zostaw recenzję
Powystawowy
Słuchawki bezprzewodowe nauszne Jabra Evolve2 85 (Powystawowy)
969

Raty już od 25,68 zł

Product Image
  • Darmowa dostawa
  • 12-miesięczna gwarancja
  • 14 dni na zwrot
Zostaw recenzję
Powystawowy
Słuchawki bezprzewodowe nauszne Jabra Evolve2 85 (Powystawowy)
969

Raty już od 25,68 zł

Koszyk 1 produktów
Do zapłaty
0
Kontynuuj zakup
Złożenie zamówienia
Koszyk jest pusty

Szukasz inspiracji zakupowych?

Odwiedź stronę główną Odkryj nasze promocje
Produkt Smartfon Apple iPhone 13 Pro 6 GB / 128 GB 5G niebieski dodane do koszyka
Złożyć zamówienie
Nasza strona wykorzystuje pliki cookies, aby odróżnić Cię od innych użytkowników naszej witryny. Dzięki temu możemy zapewnić wygodne przeglądanie naszej witryny, a także pozwala nam ją ulepszać. Zapoznaj się z warunkami Polityki Cookies
Request history8.1.31PHP Version91.88msRequest Duration3MBMemory UsageGET catalog/{alias?}/{filters?}Route
  • warninglog[09:18:20] LOG.warning: Automatic conversion of false to array is deprecated in /var/www/dev.renewt....
  • warninglog[09:18:20] LOG.warning: Automatic conversion of false to array is deprecated in /var/www/dev.renewt....
  • Booting (5.97ms)time
  • Application (85.91ms)time
  • 1 x Application (93.5%)
    85.91ms
    1 x Booting (6.5%)
    5.97ms
    20 templates were rendered
    • template2025.widgets.catalog_paginationcatalog_pagination.blade.php#?blade
    • template2025.widgets.ga4.view_item_list_javascriptview_item_list_javascript.blade.php#?blade
    • template2025.catalog_tilecatalog_tile.blade.php#?blade
    • template2025.widgets.breadcrumbsbreadcrumbs.blade.php#?blade
    • template2025.widgets.catalog_filter_thumbscatalog_filter_thumbs.blade.php#?blade
    • template2025.widgets.catalog_filterscatalog_filters.blade.php#?blade
    • template2025.widgets.catalog_tile_productcatalog_tile_product.blade.php#?blade
    • template2025.widgets.catalog_tile_productcatalog_tile_product.blade.php#?blade
    • template2025.widgets.catalog_paginationcatalog_pagination.blade.php#?blade
    • template2025.widgets.user_cart_blockuser_cart_block.blade.php#?blade
    • template2025.widgets.popups.user_cart_blockuser_cart_block.blade.php#?blade
    • template2025.widgets.user_cart_block_mobileuser_cart_block_mobile.blade.php#?blade
    • template2025.widgets.my_account_blockmy_account_block.blade.php#?blade
    • template2025.langBarlangBar.blade.php#?blade
    • template2025.sidebarsidebar.blade.php#?blade
    • template2025.customMenuItemscustomMenuItems.blade.php#?blade
    • template2025.static_pagestatic_page.blade.php#?blade
    • template2025.layouts.site_mainsite_main.blade.php#?blade
    • template2025.widgets.header1header1.blade.php#?blade
    • template2025.widgets.catalog_category_menucatalog_category_menu.blade.php#?blade
    uri
    GET catalog/{alias?}/{filters?}
    middleware
    web
    controller
    App\Http\Controllers\CatalogController@getCatalog
    namespace
    prefix
    where
    as
    getCatalog
    file
    app/Http/Controllers/CatalogController.php:66-202
    30 statements were executed (4 duplicates)Show only duplicates66.14ms
    • CatalogRepository.php#101newrenewt_pl_dev1.34msselect * from `categories` where (`alias` = 'sluchawki')
      Bindings
      • 0: sluchawki
      Backtrace
      • app/Repositories/CatalogRepository.php:101
      • app/Http/Controllers/CatalogController.php:76
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
    • CatalogRepository.php#621newrenewt_pl_dev8.62msselect spl.price from `category_items` as `ci` inner join `item_prices` as `spl` on `spl`.`item_id` = `ci`.`item_id` inner join `item_images` as `ii` on `ii`.`item_id` = `ci`.`item_id` inner join `items` as `it` on `it`.`id` = `ci`.`item_id` where it.id IN ( SELECT specific_item_ids.`item_id` FROM (SELECT `sit`.`item_id` ,count(`sit`.`specific_value_id`) as count_filters FROM `specific_items` as `sit` WHERE #`sit`.`item_id` = `ci`.`item_id` AND `sit`.`specific_id` in (10) and `sit`.`specific_value_id` in (2501) GROUP BY `sit`.`item_id` having `count_filters` = 1) as specific_item_ids ) and (`ci`.`category_id` = 7 and `spl`.`price` > 0 and `ii`.`sort_order` > 0) group by `ci`.`item_id` order by `spl`.`price` desc
      Bindings
      • 0: 7
      • 1: 0
      • 2: 0
      Backtrace
      • app/Repositories/CatalogRepository.php:621
      • app/Repositories/CatalogRepository.php:209
      • app/Http/Controllers/CatalogController.php:94
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • CatalogRepository.php#659newrenewt_pl_dev550μsselect ci.item_id, ANY_VALUE(ci.category_id) as category_id from `category_items` as `ci` inner join `item_prices` as `spl` on `spl`.`item_id` = `ci`.`item_id` inner join `item_images` as `ii` on `ii`.`item_id` = `ci`.`item_id` inner join `items` as `it` on `it`.`id` = `ci`.`item_id` where it.id IN ( SELECT specific_item_ids.`item_id` FROM (SELECT `sit`.`item_id` ,count(`sit`.`specific_value_id`) as count_filters FROM `specific_items` as `sit` WHERE #`sit`.`item_id` = `ci`.`item_id` AND `sit`.`specific_id` in (10) and `sit`.`specific_value_id` in (2501) GROUP BY `sit`.`item_id` having `count_filters` = 1) as specific_item_ids ) and (`ci`.`category_id` = 7 and `spl`.`price` > 0 and `ii`.`sort_order` > 0) group by `ci`.`item_id` order by `it`.`id` asc
      Bindings
      • 0: 7
      • 1: 0
      • 2: 0
      Backtrace
      • app/Repositories/CatalogRepository.php:659
      • app/Repositories/CatalogRepository.php:209
      • app/Http/Controllers/CatalogController.php:94
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • CatalogRepository.php#673newrenewt_pl_dev500μsselect ci.item_id, ANY_VALUE(ci.category_id) as category_id from `category_items` as `ci` inner join `item_prices` as `spl` on `spl`.`item_id` = `ci`.`item_id` inner join `item_images` as `ii` on `ii`.`item_id` = `ci`.`item_id` inner join `items` as `it` on `it`.`id` = `ci`.`item_id` where it.id IN ( SELECT specific_item_ids.`item_id` FROM (SELECT `sit`.`item_id` ,count(`sit`.`specific_value_id`) as count_filters FROM `specific_items` as `sit` WHERE #`sit`.`item_id` = `ci`.`item_id` AND `sit`.`specific_id` in (10) and `sit`.`specific_value_id` in (2501) GROUP BY `sit`.`item_id` having `count_filters` = 1) as specific_item_ids ) and (`ci`.`category_id` = 7 and `spl`.`price` > 0 and `ii`.`sort_order` > 0) group by `ci`.`item_id` order by `it`.`id` asc limit 32
      Bindings
      • 0: 7
      • 1: 0
      • 2: 0
      Backtrace
      • app/Repositories/CatalogRepository.php:673
      • app/Repositories/CatalogRepository.php:209
      • app/Http/Controllers/CatalogController.php:94
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • CatalogRepository.php#621newrenewt_pl_dev550μsselect spl.price from `category_items` as `ci` inner join `item_prices` as `spl` on `spl`.`item_id` = `ci`.`item_id` inner join `item_images` as `ii` on `ii`.`item_id` = `ci`.`item_id` inner join `items` as `it` on `it`.`id` = `ci`.`item_id` where it.id IN ( SELECT specific_item_ids.`item_id` FROM (SELECT `sit`.`item_id` ,count(`sit`.`specific_value_id`) as count_filters FROM `specific_items` as `sit` WHERE #`sit`.`item_id` = `ci`.`item_id` AND `sit`.`specific_id` in (10) and `sit`.`specific_value_id` in (2501) GROUP BY `sit`.`item_id` having `count_filters` = 1) as specific_item_ids ) and (`category_id` = 7 and `spl`.`price` > 0 and `ii`.`sort_order` > 0) group by `ci`.`item_id` order by `spl`.`price` desc
      Bindings
      • 0: 7
      • 1: 0
      • 2: 0
      Backtrace
      • app/Repositories/CatalogRepository.php:621
      • app/Repositories/CatalogRepository.php:211
      • app/Http/Controllers/CatalogController.php:94
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • CatalogRepository.php#659newrenewt_pl_dev500μsselect ci.item_id, ANY_VALUE(ci.category_id) as category_id from `category_items` as `ci` inner join `item_prices` as `spl` on `spl`.`item_id` = `ci`.`item_id` inner join `item_images` as `ii` on `ii`.`item_id` = `ci`.`item_id` inner join `items` as `it` on `it`.`id` = `ci`.`item_id` where it.id IN ( SELECT specific_item_ids.`item_id` FROM (SELECT `sit`.`item_id` ,count(`sit`.`specific_value_id`) as count_filters FROM `specific_items` as `sit` WHERE #`sit`.`item_id` = `ci`.`item_id` AND `sit`.`specific_id` in (10) and `sit`.`specific_value_id` in (2501) GROUP BY `sit`.`item_id` having `count_filters` = 1) as specific_item_ids ) and (`category_id` = 7 and `spl`.`price` > 0 and `ii`.`sort_order` > 0) group by `ci`.`item_id` order by `it`.`id` asc
      Bindings
      • 0: 7
      • 1: 0
      • 2: 0
      Backtrace
      • app/Repositories/CatalogRepository.php:659
      • app/Repositories/CatalogRepository.php:211
      • app/Http/Controllers/CatalogController.php:94
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • CatalogRepository.php#673newrenewt_pl_dev490μsselect ci.item_id, ANY_VALUE(ci.category_id) as category_id from `category_items` as `ci` inner join `item_prices` as `spl` on `spl`.`item_id` = `ci`.`item_id` inner join `item_images` as `ii` on `ii`.`item_id` = `ci`.`item_id` inner join `items` as `it` on `it`.`id` = `ci`.`item_id` where it.id IN ( SELECT specific_item_ids.`item_id` FROM (SELECT `sit`.`item_id` ,count(`sit`.`specific_value_id`) as count_filters FROM `specific_items` as `sit` WHERE #`sit`.`item_id` = `ci`.`item_id` AND `sit`.`specific_id` in (10) and `sit`.`specific_value_id` in (2501) GROUP BY `sit`.`item_id` having `count_filters` = 1) as specific_item_ids ) and (`category_id` = 7 and `spl`.`price` > 0 and `ii`.`sort_order` > 0) group by `ci`.`item_id` order by `it`.`id` asc limit 1000000
      Bindings
      • 0: 7
      • 1: 0
      • 2: 0
      Backtrace
      • app/Repositories/CatalogRepository.php:673
      • app/Repositories/CatalogRepository.php:211
      • app/Http/Controllers/CatalogController.php:94
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • ItemService.php#1085newrenewt_pl_dev220μsselect * from `user_carts` where `ucid` = 'bc3f0e11d68494121108d06a0bcf544d' limit 1
      Bindings
      • 0: bc3f0e11d68494121108d06a0bcf544d
      Backtrace
      • app/Services/ItemService.php:1085
      • app/Repositories/CatalogRepository.php:764
      • app/Repositories/CatalogRepository.php:216
      • app/Http/Controllers/CatalogController.php:94
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
    • ItemService.php#1101newrenewt_pl_dev60μsselect * from `user_carts` where (`ucid` = 'bc3f0e11d68494121108d06a0bcf544d') limit 1
      Bindings
      • 0: bc3f0e11d68494121108d06a0bcf544d
      Backtrace
      • app/Services/ItemService.php:1101
      • app/Repositories/CatalogRepository.php:764
      • app/Repositories/CatalogRepository.php:216
      • app/Http/Controllers/CatalogController.php:94
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
    • ItemService.php#1101newrenewt_pl_dev50.52msinsert into `user_carts` (`ucid`, `name`, `surname`, `phone`, `email`, `is_sent`, `active`, `updated_at`, `created_at`) values ('bc3f0e11d68494121108d06a0bcf544d', '', '', '', '', '0', '1', '2025-08-13 09:18:20', '2025-08-13 09:18:20')
      Bindings
      • 0: bc3f0e11d68494121108d06a0bcf544d
      • 1: 
      • 2: 
      • 3: 
      • 4: 
      • 5: 0
      • 6: 1
      • 7: 2025-08-13 09:18:20
      • 8: 2025-08-13 09:18:20
      Backtrace
      • app/Services/ItemService.php:1101
      • app/Repositories/CatalogRepository.php:764
      • app/Repositories/CatalogRepository.php:216
      • app/Http/Controllers/CatalogController.php:94
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
    • ItemService.php#1115newrenewt_pl_dev280μsselect * from `user_item_wishlists` where (`user_cart_id` = 100082 and `active` = 1)
      Bindings
      • 0: 100082
      • 1: 1
      Backtrace
      • app/Services/ItemService.php:1115
      • app/Repositories/CatalogRepository.php:764
      • app/Repositories/CatalogRepository.php:216
      • app/Http/Controllers/CatalogController.php:94
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
    • CatalogRepository.php#769newrenewt_pl_dev240μsselect `id`, `id` as `item_id`, `name`, `alias` as `item_alias` from `items` where `items`.`id` in (1565, 1644)
      Bindings
      • 0: 1565
      • 1: 1644
      Backtrace
      • app/Repositories/CatalogRepository.php:769
      • app/Repositories/CatalogRepository.php:216
      • app/Http/Controllers/CatalogController.php:94
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • CatalogRepository.php#770newrenewt_pl_dev330μsselect * from `item_images` where `item_images`.`item_id` in (1565, 1644)
      Bindings
      • 0: 1565
      • 1: 1644
      Backtrace
      • app/Repositories/CatalogRepository.php:770
      • app/Repositories/CatalogRepository.php:216
      • app/Http/Controllers/CatalogController.php:94
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • CatalogRepository.php#771newrenewt_pl_dev90μsselect * from `item_prices` where `item_prices`.`item_id` in (1565, 1644)
      Bindings
      • 0: 1565
      • 1: 1644
      Backtrace
      • app/Repositories/CatalogRepository.php:771
      • app/Repositories/CatalogRepository.php:216
      • app/Http/Controllers/CatalogController.php:94
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • CatalogRepository.php#772newrenewt_pl_dev80μsselect * from `item_reviews` where `item_reviews`.`item_id` in (1565, 1644)
      Bindings
      • 0: 1565
      • 1: 1644
      Backtrace
      • app/Repositories/CatalogRepository.php:772
      • app/Repositories/CatalogRepository.php:216
      • app/Http/Controllers/CatalogController.php:94
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • CatalogRepository.php#773newrenewt_pl_dev160μsselect * from `specific_items` where `specific_items`.`item_id` in (1565, 1644)
      Bindings
      • 0: 1565
      • 1: 1644
      Backtrace
      • app/Repositories/CatalogRepository.php:773
      • app/Repositories/CatalogRepository.php:216
      • app/Http/Controllers/CatalogController.php:94
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • CatalogRepository.php#774newrenewt_pl_dev140μsselect `name`, `specific_items`.`item_id` as `pivot_item_id`, `specific_items`.`specific_value_id` as `pivot_specific_value_id` from `specific_values` inner join `specific_items` on `specific_values`.`id` = `specific_items`.`specific_value_id` where `specific_items`.`specific_id` = 10 and `specific_items`.`item_id` in (1565, 1644)
      Bindings
      • 0: 10
      • 1: 1565
      • 2: 1644
      Backtrace
      • app/Repositories/CatalogRepository.php:774
      • app/Repositories/CatalogRepository.php:216
      • app/Http/Controllers/CatalogController.php:94
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • CatalogRepository.php#775newrenewt_pl_dev120μsselect `name`, `specific_items`.`item_id` as `pivot_item_id`, `specific_items`.`specific_value_id` as `pivot_specific_value_id` from `specific_values` inner join `specific_items` on `specific_values`.`id` = `specific_items`.`specific_value_id` where `specific_items`.`specific_id` in (3) and `specific_items`.`item_id` in (1565, 1644)
      Bindings
      • 0: 3
      • 1: 1565
      • 2: 1644
      Backtrace
      • app/Repositories/CatalogRepository.php:775
      • app/Repositories/CatalogRepository.php:216
      • app/Http/Controllers/CatalogController.php:94
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • CatalogRepository.php#776newrenewt_pl_dev140μsselect `name`, `specific_items`.`item_id` as `pivot_item_id`, `specific_items`.`specific_value_id` as `pivot_specific_value_id` from `specific_values` inner join `specific_items` on `specific_values`.`id` = `specific_items`.`specific_value_id` where `specific_items`.`specific_id` = 1 and `specific_items`.`item_id` in (1565, 1644)
      Bindings
      • 0: 1
      • 1: 1565
      • 2: 1644
      Backtrace
      • app/Repositories/CatalogRepository.php:776
      • app/Repositories/CatalogRepository.php:216
      • app/Http/Controllers/CatalogController.php:94
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • CatalogRepository.php#777newrenewt_pl_dev110μsselect `categories`.*, `category_items`.`item_id` as `laravel_through_key` from `categories` inner join `category_items` on `category_items`.`category_id` = `categories`.`id` where `category_items`.`item_id` in (1565, 1644)
      Bindings
      • 0: 1565
      • 1: 1644
      Backtrace
      • app/Repositories/CatalogRepository.php:777
      • app/Repositories/CatalogRepository.php:216
      • app/Http/Controllers/CatalogController.php:94
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • Promo.php#66newrenewt_pl_dev210μsselect `pitpl`.`promo_id`, `pr`.`alias` as `promo_alias`, `prlng`.`title` as `promo_name`, `pitpl`.`item_id`, `pitpl`.`price` as `current_price`, `pitpl`.`price_old` from `promo_item_prices` as `pitpl` inner join `promos` as `pr` on `pr`.`id` = `pitpl`.`promo_id` inner join `promo_langs` as `prlng` on `prlng`.`promo_id` = `pitpl`.`promo_id` where (`pitpl`.`item_id` = 1565 and `pitpl`.`leftover_active` > 0 and `pr`.`active` = '1' and `pr`.`started` = '1') order by `pitpl`.`id` desc limit 1
      Bindings
      • 0: 1565
      • 1: 0
      • 2: 1
      • 3: 1
      Backtrace
      • app/Models/Promo.php:66
      • app/Repositories/CatalogRepository.php:809
      • app/Repositories/CatalogRepository.php:216
      • app/Http/Controllers/CatalogController.php:94
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
    • Promo.php#66newrenewt_pl_dev150μsselect `pitpl`.`promo_id`, `pr`.`alias` as `promo_alias`, `prlng`.`title` as `promo_name`, `pitpl`.`item_id`, `pitpl`.`price` as `current_price`, `pitpl`.`price_old` from `promo_item_prices` as `pitpl` inner join `promos` as `pr` on `pr`.`id` = `pitpl`.`promo_id` inner join `promo_langs` as `prlng` on `prlng`.`promo_id` = `pitpl`.`promo_id` where (`pitpl`.`item_id` = 1644 and `pitpl`.`leftover_active` > 0 and `pr`.`active` = '1' and `pr`.`started` = '1') order by `pitpl`.`id` desc limit 1
      Bindings
      • 0: 1644
      • 1: 0
      • 2: 1
      • 3: 1
      Backtrace
      • app/Models/Promo.php:66
      • app/Repositories/CatalogRepository.php:809
      • app/Repositories/CatalogRepository.php:216
      • app/Http/Controllers/CatalogController.php:94
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
    • CatalogRepository.php#1043newrenewt_pl_dev90μsselect * from `specifics` where `id` in (10)
      Bindings
      • 0: 10
      Backtrace
      • app/Repositories/CatalogRepository.php:1043
      • app/Repositories/CatalogRepository.php:962
      • app/Repositories/CatalogRepository.php:216
      • app/Http/Controllers/CatalogController.php:94
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
    • CatalogRepository.php#1045newrenewt_pl_dev60μsselect * from `specific_values` where `id` in (2501)
      Bindings
      • 0: 2501
      Backtrace
      • app/Repositories/CatalogRepository.php:1045
      • app/Repositories/CatalogRepository.php:962
      • app/Repositories/CatalogRepository.php:216
      • app/Http/Controllers/CatalogController.php:94
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
    • SpecificItem.php#76newrenewt_pl_dev140μsselect sit.specific_id, sit.specific_value_id, count(sit.specific_value_id) as count_filters from `specific_items` as `sit` where `sit`.`item_id` in (1565, 1644) group by `sit`.`specific_id`, `sit`.`specific_value_id`
      Bindings
      • 0: 1565
      • 1: 1644
      Backtrace
      • app/Models/SpecificItem.php:76
      • app/Repositories/CatalogRepository.php:480
      • app/Repositories/CatalogRepository.php:223
      • app/Http/Controllers/CatalogController.php:94
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
    • CatalogService.php#1672newrenewt_pl_dev120μsselect * from `specific_items` where `specific_items`.`item_id` = 1565 and `specific_items`.`item_id` is not null
      Bindings
      • 0: 1565
      Backtrace
      • app/Services/CatalogService.php:1672
      • app/Http/Controllers/CatalogController.php:95
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
    • CatalogService.php#1672newrenewt_pl_dev90μsselect * from `specific_items` where `specific_items`.`item_id` = 1644 and `specific_items`.`item_id` is not null
      Bindings
      • 0: 1644
      Backtrace
      • app/Services/CatalogService.php:1672
      • app/Http/Controllers/CatalogController.php:95
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
    • ItemService.php#1085newrenewt_pl_dev80μsselect * from `user_carts` where `ucid` = 'bc3f0e11d68494121108d06a0bcf544d' limit 1
      Bindings
      • 0: bc3f0e11d68494121108d06a0bcf544d
      Backtrace
      • app/Services/ItemService.php:1085
      • app/Http/Controllers/AppController.php:119
      • app/Http/Controllers/CatalogController.php:201
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • ItemService.php#1115newrenewt_pl_dev70μsselect * from `user_item_wishlists` where (`user_cart_id` = 100082 and `active` = 1)
      Bindings
      • 0: 100082
      • 1: 1
      Backtrace
      • app/Services/ItemService.php:1115
      • app/Http/Controllers/AppController.php:119
      • app/Http/Controllers/CatalogController.php:201
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • AppController.php#237newrenewt_pl_dev90μsselect `id`, `name`, `alias` from `categories` where `active` = '1'
      Bindings
      • 0: 1
      Backtrace
      • app/Http/Controllers/AppController.php:237
      • app/Http/Controllers/AppController.php:149
      • app/Http/Controllers/CatalogController.php:201
      • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    App\Models\SpecificItem
    130SpecificItem.php#?
    App\Models\Category
    56Category.php#?
    App\Models\ItemImage
    18ItemImage.php#?
    App\Models\CategoryItem
    12CategoryItem.php#?
    App\Models\SpecificValue
    5SpecificValue.php#?
    App\Models\Item
    2Item.php#?
    App\Models\ItemPrice
    2ItemPrice.php#?
    App\Models\Specific
    1Specific.php#?
    App\Models\UserCart
    1UserCart.php#?
        _token
        ugw69Gv5hMo5r53m517KeQuqlSdv5InkZnGBcNt6
        _previous
        array:1 [ "url" => "http://dev.renewt.pl/catalog/sluchawki/10=2501" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        path_info
        /catalog/sluchawki/10=2501
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        []
        
        request_request
        []
        
        request_headers
        0 of 0
        array:22 [ "x-forwarded-for" => array:1 [ 0 => "216.73.216.6" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "cf-connecting-ip" => array:1 [ 0 => "216.73.216.6" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "cf-ray" => array:1 [ 0 => "96e71fe1a971eade-ORD" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "priority" => array:1 [ 0 => "u=0, i" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "host" => array:1 [ 0 => "dev.renewt.pl" ] ]
        request_cookies
        []
        
        response_headers
        0 of 0
        array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Wed, 13 Aug 2025 09:18:20 GMT" ] "set-cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6ImRZd2NyUmdBWTlFRG5sMGhMZDdYZUE9PSIsInZhbHVlIjoickd0cXR2THhCOE5SN3RWaFNBVFZ0VDIwMStEMXZSaFJWeXZ1ak1BQVhTd1p6Um9KbGlRL2hRVE5CQXE5ZjhOY2d0OVAreDJOQ1hiVmpzeXhYL1FQUU1JTU1UelFuODhYZ0NmbkdsN29vZ2Z0YmZNVTQ1NVhTdXF0WDJrWXdNbkgiLCJtYWMiOiIzNTdlYTcwOTg1NTYwNzk4NDEzMTFiN2JmMGVhYjE4MzVhYjEwOWZhNTY2MDk4YTE5N2RiNjUzZGNmNmE0MDJmIiwidGFnIjoiIn0%3D; expires=Wed, 13 Aug 2025 11:18:20 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6ImRZd2NyUmdBWTlFRG5sMGhMZDdYZUE9PSIsInZhbHVlIjoickd0cXR2THhCOE5SN3RWaFNBVFZ0VDIwMStEMXZSaFJWeXZ1ak1BQVhTd1p6Um9KbGlRL2hRVE5CQXE5ZjhOY2d0OVAre" 1 => "renewtpl_session=eyJpdiI6ImN2aFNUN0ZZb0xvaGF0MU5lUGpiREE9PSIsInZhbHVlIjoiMWdhTi90VW5DVnJWY25CRm82Uzg4ZjNKc3c3V0RKTDZ6c2dHMisyZnBsdFRjalZjSnZ5aE14SHZlaUcwRFN2MlZaVFRlN2trWlc1Q2ZxTUNYM0ZqUG5zWW1DYXhrWldpUE1BQmc0RTJndXFQUTFpNmY5U0JEYUp1aGxvNC9FUUYiLCJtYWMiOiI3OGVhNmE3MjQyZTE3ZjgwZDNkMzkwOTkxZmQxYTY3NTMyMTBjOGVmMmE0MzRkZDBjZjBmNTY4NTI0ODhmMzEzIiwidGFnIjoiIn0%3D; expires=Wed, 13 Aug 2025 11:18:20 GMT; Max-Age=7200; path=/; httponly; samesite=laxrenewtpl_session=eyJpdiI6ImN2aFNUN0ZZb0xvaGF0MU5lUGpiREE9PSIsInZhbHVlIjoiMWdhTi90VW5DVnJWY25CRm82Uzg4ZjNKc3c3V0RKTDZ6c2dHMisyZnBsdFRjalZjSnZ5aE14SHZlaUcwRFN2MlZ" 2 => "ucid=eyJpdiI6Im54NFpJa09BblRlZDBNOFhRVUNLWHc9PSIsInZhbHVlIjoiUDhwc29nek56MVpDdnczT0dtTWk4WTU4NU1iQkZFMk9WWWdZbjNpZEJDb0MwVVpEVmJrbjVJazY4clpmcnk2VzlBMjlObi9RdHduaG9mdWl5bUdrbWpLUkdpWHhtVFZKb2EyQ2hidVpxdDQ9IiwibWFjIjoiOTcxNDYxMWRkNGVjYmRjNGYyMDAxZThjMzg1NGYzNzM4ZTk1Y2U3ZDU2ZjFmOTg3ODlhMjk0ZWUwNTVhY2Q4YSIsInRhZyI6IiJ9; expires=Fri, 12 Sep 2025 09:18:20 GMT; Max-Age=2592000; path=/; httponly; samesite=laxucid=eyJpdiI6Im54NFpJa09BblRlZDBNOFhRVUNLWHc9PSIsInZhbHVlIjoiUDhwc29nek56MVpDdnczT0dtTWk4WTU4NU1iQkZFMk9WWWdZbjNpZEJDb0MwVVpEVmJrbjVJazY4clpmcnk2VzlBMjlObi9RdHd" ] "Set-Cookie" => array:3 [ 0 => "XSRF-TOKEN=eyJpdiI6ImRZd2NyUmdBWTlFRG5sMGhMZDdYZUE9PSIsInZhbHVlIjoickd0cXR2THhCOE5SN3RWaFNBVFZ0VDIwMStEMXZSaFJWeXZ1ak1BQVhTd1p6Um9KbGlRL2hRVE5CQXE5ZjhOY2d0OVAreDJOQ1hiVmpzeXhYL1FQUU1JTU1UelFuODhYZ0NmbkdsN29vZ2Z0YmZNVTQ1NVhTdXF0WDJrWXdNbkgiLCJtYWMiOiIzNTdlYTcwOTg1NTYwNzk4NDEzMTFiN2JmMGVhYjE4MzVhYjEwOWZhNTY2MDk4YTE5N2RiNjUzZGNmNmE0MDJmIiwidGFnIjoiIn0%3D; expires=Wed, 13-Aug-2025 11:18:20 GMT; path=/XSRF-TOKEN=eyJpdiI6ImRZd2NyUmdBWTlFRG5sMGhMZDdYZUE9PSIsInZhbHVlIjoickd0cXR2THhCOE5SN3RWaFNBVFZ0VDIwMStEMXZSaFJWeXZ1ak1BQVhTd1p6Um9KbGlRL2hRVE5CQXE5ZjhOY2d0OVAre" 1 => "renewtpl_session=eyJpdiI6ImN2aFNUN0ZZb0xvaGF0MU5lUGpiREE9PSIsInZhbHVlIjoiMWdhTi90VW5DVnJWY25CRm82Uzg4ZjNKc3c3V0RKTDZ6c2dHMisyZnBsdFRjalZjSnZ5aE14SHZlaUcwRFN2MlZaVFRlN2trWlc1Q2ZxTUNYM0ZqUG5zWW1DYXhrWldpUE1BQmc0RTJndXFQUTFpNmY5U0JEYUp1aGxvNC9FUUYiLCJtYWMiOiI3OGVhNmE3MjQyZTE3ZjgwZDNkMzkwOTkxZmQxYTY3NTMyMTBjOGVmMmE0MzRkZDBjZjBmNTY4NTI0ODhmMzEzIiwidGFnIjoiIn0%3D; expires=Wed, 13-Aug-2025 11:18:20 GMT; path=/; httponlyrenewtpl_session=eyJpdiI6ImN2aFNUN0ZZb0xvaGF0MU5lUGpiREE9PSIsInZhbHVlIjoiMWdhTi90VW5DVnJWY25CRm82Uzg4ZjNKc3c3V0RKTDZ6c2dHMisyZnBsdFRjalZjSnZ5aE14SHZlaUcwRFN2MlZ" 2 => "ucid=eyJpdiI6Im54NFpJa09BblRlZDBNOFhRVUNLWHc9PSIsInZhbHVlIjoiUDhwc29nek56MVpDdnczT0dtTWk4WTU4NU1iQkZFMk9WWWdZbjNpZEJDb0MwVVpEVmJrbjVJazY4clpmcnk2VzlBMjlObi9RdHduaG9mdWl5bUdrbWpLUkdpWHhtVFZKb2EyQ2hidVpxdDQ9IiwibWFjIjoiOTcxNDYxMWRkNGVjYmRjNGYyMDAxZThjMzg1NGYzNzM4ZTk1Y2U3ZDU2ZjFmOTg3ODlhMjk0ZWUwNTVhY2Q4YSIsInRhZyI6IiJ9; expires=Fri, 12-Sep-2025 09:18:20 GMT; path=/; httponlyucid=eyJpdiI6Im54NFpJa09BblRlZDBNOFhRVUNLWHc9PSIsInZhbHVlIjoiUDhwc29nek56MVpDdnczT0dtTWk4WTU4NU1iQkZFMk9WWWdZbjNpZEJDb0MwVVpEVmJrbjVJazY4clpmcnk2VzlBMjlObi9RdHd" ] ]
        session_attributes
        0 of 0
        array:3 [ "_token" => "ugw69Gv5hMo5r53m517KeQuqlSdv5InkZnGBcNt6" "_previous" => array:1 [ "url" => "http://dev.renewt.pl/catalog/sluchawki/10=2501" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-08-13 09:18:20GET/catalog/sluchawki/10=250122030227