Dydis

Spalva

SettingsRequest history8.2.29PHP Version643msRequest Duration9MBMemory UsageGET m-{slug}
status
200 OK
full_url
https://batukai.eu/m-cosas
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-cosas
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
672ms
peak_memory
12MB
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 => "Thu, 28 Aug 2025 01:51:53 GMT" ] ]
session_attributes
0 of 0
array:1 [ "_token" => "sIpPz2s02GKYQl2unPUsMDELme7EG4vOQ751iisZ" ]
  • warninglog[04:51:53] LOG.warning: mb_strlen(): Passing null to parameter #1 ($string) of type string is deprec...
  • Booting (246ms)time
  • Application (396ms)time
  • Routing (4.4ms)
  • Preparing Response (259ms)
  • 1 x Application (61.67%)
    396ms
    1 x Preparing Response (40.22%)
    259ms
    1 x Booting (38.33%)
    246ms
    1 x Routing (0.68%)
    4.40ms
    uri
    GET m-{slug}
    middleware
    web
    controller
    App\Http\Controllers\ManufacturerController@show
    as
    manufacturer.show
    file
    app/Http/Controllers/ManufacturerController.php:18-26
    13 statements were executed21.22ms
    • 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#97leshop2.18msselect * from `sessions` where `id` = 'wzAG3Ae0FQAACWT679gnt93Xyok2teX0xmElkgy4' limit 1
      Bindings
      • 0: wzAG3Ae0FQAACWT679gnt93Xyok2teX0xmElkgy4
      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#20leshop1.89msselect exists(select * from `manufacturers` where `slug` = 'cosas') as `exists`
      Bindings
      • 0: cosas
      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#23leshop670μsselect * from `manufacturers` where `slug` = 'cosas' limit 1
      Bindings
      • 0: cosas
      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#88leshop3.96msselect count(*) as aggregate from (select `products`.`product_id`, `tax_class_id`, `price` from `products` where `manufacturer_id` = 268 and `products`.`quantity` > '0' and `status` = 2 group by `product_id`) as `aggregate_table`
      Bindings
      • 0: 268
      • 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
    • Manufacturer.php#88leshop3.95msselect `products`.`product_id`, `tax_class_id`, `price` from `products` where `manufacturer_id` = 268 and `products`.`quantity` > '0' and `status` = 2 group by `product_id` order by `product_id` desc limit 24 offset 0
      Bindings
      • 0: 268
      • 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
    • Manufacturer.php#88leshop430μsselect * from `product_descriptions` where `product_descriptions`.`product_id` in (19813, 19818, 19820, 19823, 20133, 20250, 20252, 20257, 21671, 21673, 21674, 39894, 235389)
      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
    • Manufacturer.php#88leshop520μsselect * from `tax_classes` where `tax_classes`.`id` in (1)
      Bindings
      • 0: 1
      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
    • Manufacturer.php#88leshop420μsselect * from `product_glami_exports` where `product_glami_exports`.`product_id` in (19813, 19818, 19820, 19823, 20133, 20250, 20252, 20257, 21671, 21673, 21674, 39894, 235389)
      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
    • Manufacturer.php#88leshop770μsselect * from `product_specials` where ((product_specials.date_start = '0000-00-00' OR product_specials.date_start < NOW()) AND (product_specials.date_end = '0000-00-00' OR product_specials.date_end > NOW())) and `product_specials`.`product_id` in (19813, 19818, 19820, 19823, 20133, 20250, 20252, 20257, 21671, 21673, 21674, 39894, 235389) order by `product_specials`.`price` asc
      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
    • Manufacturer.php#88leshop360μsselect * from `product_images` where `product_images`.`product_id` in (19813, 19818, 19820, 19823, 20133, 20250, 20252, 20257, 21671, 21673, 21674, 39894, 235389) order by `order` asc
      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.47msselect * from `cache` where `key` in ('options-list-in-manufacturer-268')
      Bindings
      • 0: options-list-in-manufacturer-268
      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#130leshop700μ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#130leshop2.9msselect * 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\ProductGlamiExport
    29ProductGlamiExport.php#?
    App\Models\ProductImage
    22ProductImage.php#?
    App\Models\Product
    13Product.php#?
    App\Models\ProductDescription
    13ProductDescription.php#?
    App\Models\Manufacturer
    1Manufacturer.php#?
    App\Models\TaxClass
    1TaxClass.php#?
    product.manufacturer #WvEEZBk1HVnYI36duX3p
    array:4 [ "data" => array:6 [ "manufacturer" => App\Models\Manufacturer {#2346 #connecti...
    header-cart #DzKIENyM2nPIYQmVlznr
    array:4 [ "data" => array:2 [ "cartItems" => Wearepixel\Cart\CartCollection {#2359 #item...
        _token
        sIpPz2s02GKYQl2unPUsMDELme7EG4vOQ751iisZ
        ClearShow all
        Date ↕MethodURLData
        #12025-08-28 04:51:54GET/m-cosas113792