Acquista 2

Accedi

Notice. We use cookies to provide necessary website functionality, improve your experience and analyze our traffic. By using our website, you agree to our legal policies.

SettingsRequest history103msRequest Duration43MBMemory Usage12.x
Laravel Version
12.3.0
PHP Version
8.3.15
Environment
local
Debug Mode
Enabled
URL
ukrtestdev.com
Timezone
Europe/Warsaw
Locale
it
GET it/list-{key}
status
200 OK
full_url
https://ukrtestdev.com/it/list-buy2
action_name
product.list
controller_action
App\Http\Controllers\Front\ProductListController@index
Theme
Open Button Position
Hide Empty Tabs
Autoshow
Reset to defaults
    status
    200 OK
    full_url
    https://ukrtestdev.com/it/list-buy2
    action_name
    product.list
    controller_action
    App\Http\Controllers\Front\ProductListController@index
    uri
    GET it/list-{key}
    controller
    App\Http\Controllers\Front\ProductListController@index
    prefix
    /it
    file
    app/Http/Controllers/Front/ProductListController.php:22-188
    middleware
    web, setLocale
    duration
    103ms
    peak_memory
    50.8MB
    response
    text/html; charset=UTF-8
    request_format
    html
    request_query
    []
    
    request_request
    []
    
    request_headers
    0 of 0
    array:15 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "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" ] "host" => array:1 [ 0 => "ukrtestdev.com" ] ]
    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 => "Wed, 30 Apr 2025 01:56:37 GMT" ] ]
    session_attributes
    0 of 0
    array:1 [ "_token" => "Y4FwKSli1lUycUKguVecSQT2OlfJK62HzODgNpfC" ]
    • Booting (78.98ms)time
    • Application (23.63ms)time
    • Routing (2.3ms)
    • Preparing Response (5.37ms)
    • View: templates.mihi.layouts.product_listviews
    • View: templates.mihi.layouts.appviews
    • View: templates.mihi.layouts.partials.text_stub_instead_of_parametersviews
    • View: templates.mihi.menu.menu_showviews
    • View: templates.mihi.layouts.partials.text_stub_instead_of_parametersviews
    • View: templates.mihi.layouts.messagesviews
    • 1 x Booting (76.97%)
      78.98ms
      1 x Application (23.03%)
      23.63ms
      1 x Preparing Response (5.24%)
      5.37ms
      1 x Routing (2.24%)
      2.30ms
      6 x View (0%)
      0μs
      6 templates were rendered
      • templates.mihi.layouts.product_listproduct_list.blade.php#?blade
      • templates.mihi.layouts.appapp.blade.php#?blade
      • templates.mihi.layouts.partials.text_stub_instead_of_parameterstext_stub_instead_of_parameters.blade.php#?blade
      • templates.mihi.menu.menu_showmenu_show.blade.php#?blade
      • templates.mihi.layouts.partials.text_stub_instead_of_parameterstext_stub_instead_of_parameters.blade.php#?blade
      • templates.mihi.layouts.messagesmessages.blade.php#?blade
      11 statements were executed (6 duplicates)Show only duplicates2.6ms
      • MarketingPlan.php#42dev_mihi860μsselect * from `periods` where `start_period` <= '2025-04-30 03:56:37' and `end_period` >= '2025-04-30 03:56:37' limit 1
        Bindings
        • 0: 2025-04-30 03:56:37
        • 1: 2025-04-30 03:56:37
        Backtrace
        • app/Traits/MarketingPlan.php:42
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:429
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:456
        • app/Traits/MarketingPlan.php:35
        • app/Http/Controllers/Controller.php:25
      • MarketingPlan.php#45dev_mihi200μsselect * from `periods` where `end_period` < '2025-04-30 03:56:37' order by `end_period` desc limit 1
        Bindings
        • 0: 2025-04-30 03:56:37
        Backtrace
        • app/Traits/MarketingPlan.php:45
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:429
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:456
        • app/Traits/MarketingPlan.php:35
        • app/Http/Controllers/Controller.php:25
      • ProductListController.php#29dev_mihi150μsselect `currency_id` from `languages` where `code` = 'it' limit 1
        Bindings
        • 0: it
        Backtrace
        • app/Http/Controllers/Front/ProductListController.php:29
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • ProductListController.php#30dev_mihi130μsselect * from `currencies` where `currencies`.`id` = 1 limit 1
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Controllers/Front/ProductListController.php:30
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • MarketingPlan.php#42dev_mihi160μsselect * from `periods` where `start_period` <= '2025-04-30 03:56:37' and `end_period` >= '2025-04-30 03:56:37' limit 1
        Bindings
        • 0: 2025-04-30 03:56:37
        • 1: 2025-04-30 03:56:37
        Backtrace
        • app/Traits/MarketingPlan.php:42
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:429
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:456
        • app/Traits/MarketingPlan.php:35
        • app/Http/Controllers/Front/ProductListController.php:280
      • MarketingPlan.php#45dev_mihi120μsselect * from `periods` where `end_period` < '2025-04-30 03:56:37' order by `end_period` desc limit 1
        Bindings
        • 0: 2025-04-30 03:56:37
        Backtrace
        • app/Traits/MarketingPlan.php:45
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:429
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:456
        • app/Traits/MarketingPlan.php:35
        • app/Http/Controllers/Front/ProductListController.php:280
      • ProductListController.php#283dev_mihi390μsselect `products_id` from `actions` where `catalog` = 1 and json_contains(`periods_id`, '49') and `from` <= '2025-04-30 03:56:37' and `to` >= '2025-04-30'
        Bindings
        • 0: 1
        • 1: 49
        • 2: 2025-04-30 03:56:37
        • 3: 2025-04-30
        Backtrace
        • app/Http/Controllers/Front/ProductListController.php:283
        • app/Http/Controllers/Front/ProductListController.php:100
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
      • ProductListController.php#100dev_mihi220μsselect * from `products` where `archived` = '0' and `availability` = 1 and not exists (select * from `categories` inner join `category_product` on `categories`.`id` = `category_product`.`category_id` where `products`.`id` = `category_product`.`product_id` and `categories`.`id` in (42, 47, 48, 49, 50, 51, 52, 127)) and 0 = 1
        Bindings
        • 0: 0
        • 1: 1
        • 2: 42
        • 3: 47
        • 4: 48
        • 5: 49
        • 6: 50
        • 7: 51
        • 8: 52
        • 9: 127
        Backtrace
        • app/Http/Controllers/Front/ProductListController.php:100
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:44
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:266
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
      • MarketingPlan.php#42dev_mihi130μsselect * from `periods` where `start_period` <= '2025-04-30 03:56:37' and `end_period` >= '2025-04-30 03:56:37' limit 1
        Bindings
        • 0: 2025-04-30 03:56:37
        • 1: 2025-04-30 03:56:37
        Backtrace
        • app/Traits/MarketingPlan.php:42
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:429
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:456
        • app/Traits/MarketingPlan.php:35
        • app/Http/Controllers/Controller.php:25
      • MarketingPlan.php#45dev_mihi110μsselect * from `periods` where `end_period` < '2025-04-30 03:56:37' order by `end_period` desc limit 1
        Bindings
        • 0: 2025-04-30 03:56:37
        Backtrace
        • app/Traits/MarketingPlan.php:45
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:429
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:456
        • app/Traits/MarketingPlan.php:35
        • app/Http/Controllers/Controller.php:25
      • MenuController.php#16dev_mihi130μsselect * from `menus` order by `order` asc
        Backtrace
        • app/Http/Controllers/Front/MenuController.php:16
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:124
        • vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:178
        • vendor/laravel/framework/src/Illuminate/View/View.php:190
        • vendor/laravel/framework/src/Illuminate/View/View.php:161
      App\Models\Period
      6Period.php#?
      App\Models\Language
      1Language.php#?
      App\Models\Currency
      1Currency.php#?
          ClearShow all
          Date ↕MethodURLData
          #12025-04-30 03:56:37GET/it/list-buy26118