SettingsRequest history8.2.29PHP Version1.14sRequest Duration6MBMemory UsageGET m-{slug}
status
200 OK
full_url
https://batukai.eu/m-ur-ceo
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-ur-ceo
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.16s
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 => "Tue, 16 Sep 2025 00:38:38 GMT" ] ]
session_attributes
0 of 0
array:1 [ "_token" => "tN0xtK91CQeVjG9UX6ra9MzHAcczeVcUH93JltfL" ]
  • warninglog[03:38:39] LOG.warning: mb_strlen(): Passing null to parameter #1 ($string) of type string is deprec...
  • Booting (193ms)time
  • Application (947ms)time
  • Routing (1.5ms)
  • Preparing Response (859ms)
  • 1 x Application (83.09%)
    947ms
    1 x Preparing Response (75.31%)
    859ms
    1 x Booting (16.91%)
    193ms
    1 x Routing (0.13%)
    1.50ms
    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 executed786ms
    • 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#97leshop11.07msselect * from `sessions` where `id` = 'kr5QWo2k0dweI9qdn1St8aqNvliMg5fWUSRUAa5l' limit 1
      Bindings
      • 0: kr5QWo2k0dweI9qdn1St8aqNvliMg5fWUSRUAa5l
      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#20leshop24.76msselect exists(select * from `manufacturers` where `slug` = 'ur-ceo') as `exists`
      Bindings
      • 0: ur-ceo
      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#23leshop4.5msselect * from `manufacturers` where `slug` = 'ur-ceo' limit 1
      Bindings
      • 0: ur-ceo
      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#88leshop124msselect count(*) as aggregate from (select `products`.`product_id`, `tax_class_id`, `price` from `products` where `manufacturer_id` = 333 and `products`.`quantity` > '0' and `status` = 2 group by `product_id`) as `aggregate_table`
      Bindings
      • 0: 333
      • 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#130leshop7.02msselect * from `cache` where `key` in ('options-list-in-manufacturer-333')
      Bindings
      • 0: options-list-in-manufacturer-333
      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#410leshop16.62msdelete from `cache` where `key` in ('options-list-in-manufacturer-333', 'illuminate:cache:flexible:created:options-list-in-manufacturer-333') and `expiration` <= 1757983118
      Bindings
      • 0: options-list-in-manufacturer-333
      • 1: illuminate:cache:flexible:created:options-list-in-manufacturer-333
      • 2: 1757983118
      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#222leshop580msselect 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` = 333) and `options`.`name` is not null
      Bindings
      • 0: 2
      • 1: 333
      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#190leshop8.69msinsert into `cache` (`expiration`, `key`, `value`) values (1757986719, 'options-list-in-manufacturer-333', 'a:0:{}') on duplicate key update `expiration` = values(`expiration`), `key` = values(`key`), `value` = values(`value`)
      Bindings
      • 0: 1757986719
      • 1: options-list-in-manufacturer-333
      • 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#130leshop950μsselect * 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#130leshop8.36msselect * 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 #1hRvPOhKdPc6RJrAj610
    array:4 [ "data" => array:6 [ "manufacturer" => App\Models\Manufacturer {#2346 #connecti...
    header-cart #YEdTiK6M9Id4UqJWPrjp
    array:4 [ "data" => array:2 [ "cartItems" => Wearepixel\Cart\CartCollection {#2612 #item...
        _token
        tN0xtK91CQeVjG9UX6ra9MzHAcczeVcUH93JltfL
        ClearShow all
        Date ↕MethodURLData
        #12025-09-16 03:38:39GET/m-ur-ceo11012