SettingsRequest history8.2.29PHP Version1.89sRequest Duration6MBMemory UsageGET m-{slug}
status
200 OK
full_url
https://batukai.eu/m-lacoste
action_name
manufacturer.show
controller_action
App\Http\Controllers\ManufacturerController@show
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
status
200 OK
full_url
https://batukai.eu/m-lacoste
action_name
manufacturer.show
controller_action
App\Http\Controllers\ManufacturerController@show
uri
GET m-{slug}
controller
App\Http\Controllers\ManufacturerController@show
file
app/Http/Controllers/ManufacturerController.php:18-26
middleware
web
duration
1.91s
peak_memory
8MB
response
text/html; charset=UTF-8
request_format
html
request_query
[]
request_request
[]
request_headers
0 of 0
array:15 [ "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" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "host" => array:1 [ 0 => "batukai.eu" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [ 0 => "no-cache" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "priority" => array:1 [ 0 => "u=0, i" ] ]
request_cookies
[]
response_headers
0 of 0
array:3 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sun, 14 Sep 2025 12:30:16 GMT" ] ]
session_attributes
0 of 0
array:1 [ "_token" => "1rjhdEscnmciSUsxa0cnoObtcteKfCfixHp063SC" ]
  • warninglog[15:30:18] LOG.warning: mb_strlen(): Passing null to parameter #1 ($string) of type string is deprec...
  • Booting (248ms)time
  • Application (1.65s)time
  • Routing (15.02ms)
  • Preparing Response (1.52s)
  • 1 x Application (86.92%)
    1.65s
    1 x Preparing Response (80.06%)
    1.52s
    1 x Booting (13.07%)
    248ms
    1 x Routing (0.79%)
    15.02ms
    uri
    GET m-{slug}
    middleware
    web
    controller
    App\Http\Controllers\ManufacturerController@show
    as
    manufacturer.show
    file
    app/Http/Controllers/ManufacturerController.php:18-26
    10 statements were executed1.45s
    • SessionManager.php#108leshopConnection Established
      Backtrace
      • vendor/laravel/framework/src/Illuminate/Session/SessionManager.php:108
      • vendor/laravel/framework/src/Illuminate/Session/SessionManager.php:95
      • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:159
      • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:57
      • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:209
    • DatabaseSessionHandler.php#97leshop8.26msselect * from `sessions` where `id` = 'Ytdz35fM33eUVIzweyTRzf9AIhDE4AteLjnQlAcm' limit 1
      Bindings
      • 0: Ytdz35fM33eUVIzweyTRzf9AIhDE4AteLjnQlAcm
      Backtrace
      • vendor/laravel/framework/src/Illuminate/Session/DatabaseSessionHandler.php:97
      • vendor/laravel/framework/src/Illuminate/Session/Store.php:117
      • vendor/laravel/framework/src/Illuminate/Session/Store.php:105
      • vendor/laravel/framework/src/Illuminate/Session/Store.php:89
      • vendor/laravel/framework/src/Illuminate/Session/Middleware/StartSession.php:147
    • ManufacturerController.php#20leshop16.74msselect exists(select * from `manufacturers` where `slug` = 'lacoste') as `exists`
      Bindings
      • 0: lacoste
      Backtrace
      • app/Http/Controllers/ManufacturerController.php:20
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • vendor/laravel/framework/src/Illuminate/Routing/Router.php:808
    • ManufacturerController.php#23leshop7.24msselect * from `manufacturers` where `slug` = 'lacoste' limit 1
      Bindings
      • 0: lacoste
      Backtrace
      • app/Http/Controllers/ManufacturerController.php:23
      • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:47
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • vendor/laravel/framework/src/Illuminate/Routing/Router.php:808
    • Manufacturer.php#88leshop195msselect count(*) as aggregate from (select `products`.`product_id`, `tax_class_id`, `price` from `products` where `manufacturer_id` = 341 and `products`.`quantity` > '0' and `status` = 2 group by `product_id`) as `aggregate_table`
      Bindings
      • 0: 341
      • 1: 0
      • 2: 2
      Backtrace
      • app/Livewire/Product/Manufacturer.php:88
      • app/Livewire/Product/Manufacturer.php:93
      • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:36
      • vendor/laravel/framework/src/Illuminate/Container/Util.php:43
      • vendor/laravel/framework/src/Illuminate/Container/BoundMethod.php:95
    • DatabaseStore.php#130leshop2.63msselect * from `cache` where `key` in ('options-list-in-manufacturer-341')
      Bindings
      • 0: options-list-in-manufacturer-341
      Backtrace
      • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:130
      • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:105
      • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:117
      • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:418
      • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
    • DatabaseStore.php#410leshop28.92msdelete from `cache` where `key` in ('options-list-in-manufacturer-341', 'illuminate:cache:flexible:created:options-list-in-manufacturer-341') and `expiration` <= 1757853016
      Bindings
      • 0: options-list-in-manufacturer-341
      • 1: illuminate:cache:flexible:created:options-list-in-manufacturer-341
      • 2: 1757853016
      Backtrace
      • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:410
      • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:145
      • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:105
      • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:117
      • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:418
    • Product.php#222leshop1.14sselect distinct `product_options`.`option_id`, `options`.`name` from `products` left join `product_options` on `products`.`product_id` = `product_options`.`product_id` left join `options` on `product_options`.`option_id` = `options`.`id` where (`status` = 2 and `products`.`manufacturer_id` = 341) and `options`.`name` is not null
      Bindings
      • 0: 2
      • 1: 341
      Backtrace
      • app/Models/Product.php:222
      • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:427
      • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
      • app/Models/Product.php:220
      • app/Livewire/Product/Manufacturer.php:97
    • DatabaseStore.php#190leshop25.87msinsert into `cache` (`expiration`, `key`, `value`) values (1757856618, 'options-list-in-manufacturer-341', 'a:0:{}') on duplicate key update `expiration` = values(`expiration`), `key` = values(`key`), `value` = values(`value`)
      Bindings
      • 0: 1757856618
      • 1: options-list-in-manufacturer-341
      • 2: a:0:{}
      Backtrace
      • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:190
      • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:167
      • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:237
      • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:429
      • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
    • DatabaseStore.php#130leshop10.41msselect * from `cache` where `key` in ('header-categories')
      Bindings
      • 0: header-categories
      Backtrace
      • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:130
      • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:105
      • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:117
      • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:418
      • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
    • DatabaseStore.php#130leshop15.7msselect * from `cache` where `key` in ('pages-list')
      Bindings
      • 0: pages-list
      Backtrace
      • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:130
      • vendor/laravel/framework/src/Illuminate/Cache/DatabaseStore.php:105
      • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:117
      • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:418
      • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:453
    App\Models\Manufacturer
    1Manufacturer.php#?
    product.manufacturer #MegRwCoj9VkcUosYiTrN
    array:4 [ "data" => array:6 [ "manufacturer" => App\Models\Manufacturer {#2346 #connecti...
    header-cart #asqG2j4OtcOWMV42NX0v
    array:4 [ "data" => array:2 [ "cartItems" => Wearepixel\Cart\CartCollection {#2612 #item...
        _token
        1rjhdEscnmciSUsxa0cnoObtcteKfCfixHp063SC
        ClearShow all
        Date ↕MethodURLData
        #12025-09-14 15:30:18GET/m-lacoste11012