Request history8.2.25PHP Version815msRequest Duration11MBMemory UsageGET brand/{brand_slug}Route
    • Booting (338ms)time
    • Application (476ms)time
    • 1 x Application (58.46%)
      476ms
      1 x Booting (41.54%)
      338ms
      10 templates were rendered
      • frontend.product_listingproduct_listing.blade.php#?blade
      • pagination::bootstrap-4bootstrap-4.blade.php#?blade
      • frontend.layouts.appapp.blade.php#?blade
      • frontend.inc.navnav.blade.php#?blade
      • frontend.partials.cart.cartcart.blade.php#?blade
      • frontend.reclassic.partials.category_menucategory_menu.blade.php#?blade
      • frontend.inc.footerfooter.blade.php#?blade
      • frontend.partials.modalmodal.blade.php#?blade
      • frontend.partials.login_modallogin_modal.blade.php#?blade
      • frontend.partials.account_delete_modalaccount_delete_modal.blade.php#?blade
      uri
      GET brand/{brand_slug}
      middleware
      web
      controller
      App\Http\Controllers\SearchController@listingByBrand
      namespace
      prefix
      where
      as
      products.brand
      file
      app/Http/Controllers/SearchController.php:156-163
      39 statements were executed (18 duplicates)Show only duplicates69.09ms
      • select * from `brands` where `slug` = 'samsung-tuwpf' limit 1
        8.85msthecoc3o_ecomSearchController.php#158
        Bindings
        • 0: samsung-tuwpf
        Backtrace
        • app/Http/Controllers/SearchController.php:158
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `brand_translations` where `brand_translations`.`brand_id` in (2)
        1.14msthecoc3o_ecomSearchController.php#158
        Backtrace
        • app/Http/Controllers/SearchController.php:158
        • 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:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `attributes`
        3.67msthecoc3o_ecomSearchController.php#25
        Backtrace
        • app/Http/Controllers/SearchController.php:25
        • app/Http/Controllers/SearchController.php:160
        • 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:259
      • select * from `attribute_translations` where `attribute_translations`.`attribute_id` in (3, 4, 5, 6, 7, 8)
        2.28msthecoc3o_ecomSearchController.php#25
        Backtrace
        • app/Http/Controllers/SearchController.php:25
        • app/Http/Controllers/SearchController.php:160
        • 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:259
      • select * from `colors`
        2.26msthecoc3o_ecomSearchController.php#27
        Backtrace
        • app/Http/Controllers/SearchController.php:27
        • app/Http/Controllers/SearchController.php:160
        • 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:259
      • select * from `categories` where `level` = 0 order by `order_level` desc
        800μsthecoc3o_ecomSearchController.php#68
        Bindings
        • 0: 0
        Backtrace
        • app/Http/Controllers/SearchController.php:68
        • app/Http/Controllers/SearchController.php:160
        • 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:259
      • select * from `category_translations` where `category_translations`.`category_id` in (1, 2, 3, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32)
        520μsthecoc3o_ecomSearchController.php#68
        Backtrace
        • app/Http/Controllers/SearchController.php:68
        • app/Http/Controllers/SearchController.php:160
        • 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:259
      • select * from `categories` where `categories`.`parent_id` in (1, 2, 3, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32)
        280μsthecoc3o_ecomSearchController.php#68
        Backtrace
        • app/Http/Controllers/SearchController.php:68
        • app/Http/Controllers/SearchController.php:160
        • 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:259
      • select * from `uploads` where `uploads`.`id` in (0, 74, 76, 83, 84, 86, 131, 133) and `uploads`.`deleted_at` is null
        450μsthecoc3o_ecomSearchController.php#68
        Backtrace
        • app/Http/Controllers/SearchController.php:68
        • app/Http/Controllers/SearchController.php:160
        • 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:259
      • select count(*) as aggregate from `products` where (`brand_id` = 2) and `approved` = '1' and `published` = 1 and `auction_product` = 0 and `wholesale_product` = 0 and `added_by` = 'admin'
        6.87msthecoc3o_ecomSearchController.php#137
        Bindings
        • 0: 2
        • 1: 1
        • 2: 1
        • 3: 0
        • 4: 0
        • 5: admin
        Backtrace
        • app/Http/Controllers/SearchController.php:137
        • app/Http/Controllers/SearchController.php:160
        • 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:259
      • select * from `brands` where `brands`.`id` = 2 limit 1
        1.36msthecoc3o_ecomHelpers.php#1937
        Bindings
        • 0: 2
        Backtrace
        • app/Http/Helpers.php:1937
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `brand_translations` where `brand_translations`.`brand_id` in (2)
        380μsthecoc3o_ecomHelpers.php#1937
        Backtrace
        • app/Http/Helpers.php:1937
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `brands` where `brands`.`id` = 2 limit 1
        870μsthecoc3o_ecomHelpers.php#1937
        Bindings
        • 0: 2
        Backtrace
        • app/Http/Helpers.php:1937
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `brand_translations` where `brand_translations`.`brand_id` in (2)
        1.41msthecoc3o_ecomHelpers.php#1937
        Backtrace
        • app/Http/Helpers.php:1937
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select count(*) as aggregate from `products` where `approved` = '1' and `published` = 1
        290μsthecoc3o_ecomHelpers.php#1714
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • app/Http/Helpers.php:1714
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `attribute_values` where `attribute_values`.`attribute_id` = 3 and `attribute_values`.`attribute_id` is not null
        19.04msthecoc3o_ecomproduct_listing.blade.php#175
        Bindings
        • 0: 3
        Backtrace
        • view::frontend.product_listing:175
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `attribute_values` where `attribute_values`.`attribute_id` = 4 and `attribute_values`.`attribute_id` is not null
        3.56msthecoc3o_ecomproduct_listing.blade.php#175
        Bindings
        • 0: 4
        Backtrace
        • view::frontend.product_listing:175
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `attribute_values` where `attribute_values`.`attribute_id` = 5 and `attribute_values`.`attribute_id` is not null
        950μsthecoc3o_ecomproduct_listing.blade.php#175
        Bindings
        • 0: 5
        Backtrace
        • view::frontend.product_listing:175
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `attribute_values` where `attribute_values`.`attribute_id` = 6 and `attribute_values`.`attribute_id` is not null
        410μsthecoc3o_ecomproduct_listing.blade.php#175
        Bindings
        • 0: 6
        Backtrace
        • view::frontend.product_listing:175
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `attribute_values` where `attribute_values`.`attribute_id` = 7 and `attribute_values`.`attribute_id` is not null
        750μsthecoc3o_ecomproduct_listing.blade.php#175
        Bindings
        • 0: 7
        Backtrace
        • view::frontend.product_listing:175
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `attribute_values` where `attribute_values`.`attribute_id` = 8 and `attribute_values`.`attribute_id` is not null
        220μsthecoc3o_ecomproduct_listing.blade.php#175
        Bindings
        • 0: 8
        Backtrace
        • view::frontend.product_listing:175
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `languages` where `code` = 'en' limit 1
        910μsthecoc3o_ecomHelpers.php#1661
        Bindings
        • 0: en
        Backtrace
        • app/Http/Helpers.php:1661
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        2.14msthecoc3o_ecomHelpers.php#1168
        Backtrace
        • app/Http/Helpers.php:1168
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `uploads` where `uploads`.`id` = '116' and `uploads`.`deleted_at` is null limit 1
        430μsthecoc3o_ecomHelpers.php#1168
        Bindings
        • 0: 116
        Backtrace
        • app/Http/Helpers.php:1168
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `languages` where `code` = 'en' limit 1
        430μsthecoc3o_ecomHelpers.php#1642
        Bindings
        • 0: en
        Backtrace
        • app/Http/Helpers.php:1642
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        240μsthecoc3o_ecomHelpers.php#1168
        Backtrace
        • app/Http/Helpers.php:1168
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `languages` where `status` = 1
        240μsthecoc3o_ecomHelpers.php#1652
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Helpers.php:1652
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `currencies` where `id` = '28' limit 1
        580μsthecoc3o_ecomHelpers.php#1675
        Bindings
        • 0: 28
        Backtrace
        • app/Http/Helpers.php:1675
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `currencies` where `status` = 1
        190μsthecoc3o_ecomHelpers.php#1685
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Helpers.php:1685
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `uploads` where `uploads`.`id` = '111' and `uploads`.`deleted_at` is null limit 1
        650μsthecoc3o_ecomHelpers.php#1168
        Bindings
        • 0: 111
        Backtrace
        • app/Http/Helpers.php:1168
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `categories` where `level` = 0 order by `order_level` desc
        630μsthecoc3o_ecomHelpers.php#1981
        Bindings
        • 0: 0
        Backtrace
        • app/Http/Helpers.php:1981
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `category_translations` where `category_translations`.`category_id` in (1, 2, 3, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32)
        270μsthecoc3o_ecomHelpers.php#1981
        Backtrace
        • app/Http/Helpers.php:1981
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `uploads` where `uploads`.`id` in (0, 74, 76, 83, 84, 86, 131, 133) and `uploads`.`deleted_at` is null
        310μsthecoc3o_ecomHelpers.php#1981
        Backtrace
        • app/Http/Helpers.php:1981
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `uploads` where `uploads`.`id` in (74, 76, 83, 84, 86, 129, 132, 0, 0, 0, 0, 0, 0) and `uploads`.`deleted_at` is null
        330μsthecoc3o_ecomHelpers.php#1981
        Backtrace
        • app/Http/Helpers.php:1981
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `uploads` where `uploads`.`id` = '111' and `uploads`.`deleted_at` is null limit 1
        500μsthecoc3o_ecomHelpers.php#1168
        Bindings
        • 0: 111
        Backtrace
        • app/Http/Helpers.php:1168
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `custom_alerts` where `status` = 1 order by `id` desc
        620μsthecoc3o_ecomapp.blade.php#256
        Bindings
        • 0: 1
        Backtrace
        • view::frontend.layouts.app:256
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `dynamic_popups` where `status` = 1 order by `id` asc
        570μsthecoc3o_ecomapp.blade.php#297
        Bindings
        • 0: 1
        Backtrace
        • view::frontend.layouts.app:297
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `uploads` where `uploads`.`id` is null and `uploads`.`deleted_at` is null limit 1
        1.25msthecoc3o_ecomHelpers.php#1168
        Backtrace
        • app/Http/Helpers.php:1168
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `countries` where `status` = '1'
        2.44msthecoc3o_ecomHelpers.php#123
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Helpers.php:123
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • vendor/laravel/framework/src/Illuminate/View/View.php:195
      App\Models\Color
      143Color.php#?
      App\Models\Category
      60Category.php#?
      App\Models\CategoryTranslation
      14CategoryTranslation.php#?
      App\Models\Upload
      9Upload.php#?
      App\Models\Attribute
      6Attribute.php#?
      App\Models\AttributeTranslation
      6AttributeTranslation.php#?
      App\Models\Brand
      3Brand.php#?
      App\Models\BrandTranslation
      3BrandTranslation.php#?
      App\Models\Language
      3Language.php#?
      App\Models\Currency
      2Currency.php#?
      App\Models\CustomAlert
      1CustomAlert.php#?
      App\Models\DynamicPopup
      1DynamicPopup.php#?
          _token
          HSWYIYbFmZYEGzDIUXQGEE25yYxAXRdBbeE7V83x
          locale
          en
          path_info
          /brand/samsung-tuwpf
          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:17 [ "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" ] "content-length" => array:1 [ 0 => "0" ] "host" => array:1 [ 0 => "expertsmobi.com" ] "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 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "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" ] "x-https" => array:1 [ 0 => "1" ] ]
          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 => "Thu, 13 Mar 2025 05:08:58 GMT" ] "set-cookie" => array:1 [ 0 => "XSRF-TOKEN=HSWYIYbFmZYEGzDIUXQGEE25yYxAXRdBbeE7V83x; expires=Thu, 13-Mar-2025 07:08:58 GMT; Max-Age=7200; path=/" ] "Set-Cookie" => array:1 [ 0 => "XSRF-TOKEN=HSWYIYbFmZYEGzDIUXQGEE25yYxAXRdBbeE7V83x; expires=Thu, 13-Mar-2025 07:08:58 GMT; path=/" ] ]
          session_attributes
          0 of 0
          array:2 [ "_token" => "HSWYIYbFmZYEGzDIUXQGEE25yYxAXRdBbeE7V83x" "locale" => "en" ]
          ClearShow all
          Date ↕MethodURLData
          #12025-03-13 10:38:58GET/brand/samsung-tuwpf1039251