Latest Products
511 Items found
Top
Request history8.1.32PHP Version2.7sRequest Duration36MBMemory UsageGET productsRoute
    • Booting (1.03s)time
    • Application (1.67s)time
    • 1 x Application (61.89%)
      1.67s
      1 x Booting (38.11%)
      1.03s
      30 templates were rendered
      • web-views.products.viewview.blade.php#?blade
      • web-views.products._ajax-products_ajax-products.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • web-views.partials._filter-single-product_filter-single-product.blade.php#?blade
      • pagination::bootstrap-4bootstrap-4.blade.php#?blade
      • layouts.front-end.appapp.blade.php#?blade
      • layouts.front-end.partials._modals_modals.blade.php#?blade
      • layouts.front-end.partials._quick-view-modal_quick-view-modal.blade.php#?blade
      • layouts.front-end.partials._header_header.blade.php#?blade
      • layouts.front-end.partials._cart_cart.blade.php#?blade
      • layouts.front-end.partials._footer_footer.blade.php#?blade
      • layouts.front-end.partials.modal._dynamic-modals_dynamic-modals.blade.php#?blade
      uri
      GET products
      middleware
      web, maintenance_mode, guestCheck
      controller
      App\Http\Controllers\Web\ProductListController@products
      namespace
      App\Http\Controllers\Web
      prefix
      where
      as
      products
      file
      app/Http/Controllers/Web/ProductListController.php:24-34
      39 statements were executed (8 duplicates)Show only duplicates343ms
      • select * from `business_settings` where (`type` = 'maintenance_mode') limit 1
        4.06mswadaahc4_MYSQLhelpers.php#167
        Bindings
        • 0: maintenance_mode
        Backtrace
        • app/Utils/helpers.php:167
        • middleware::maintenance_mode:20
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • middleware::api_lang:22
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
      • insert into `guest_users` (`ip_address`, `created_at`) values ('18.191.70.86', '2025-04-15 02:44:59')
        4.06mswadaahc4_MYSQLGuestMiddleware.php#25
        Bindings
        • 0: 18.191.70.86
        • 1: 2025-04-15 02:44:59
        Backtrace
        • middleware::guestCheck:25
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • middleware::maintenance_mode:27
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • middleware::api_lang:22
      • select count(*) as aggregate from `products` where (exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical')
        5.76mswadaahc4_MYSQLProductListController.php#174
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: approved
        • 5: admin
        • 6: 1
        • 7: digital
        • 8: physical
        Backtrace
        • app/Http/Controllers/Web/ProductListController.php:174
        • app/Http/Controllers/Web/ProductListController.php:29
        • 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:260
      • select * from `products` where (exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical') order by `created_at` desc limit 20 offset 260
        8.2mswadaahc4_MYSQLProductListController.php#174
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: approved
        • 5: admin
        • 6: 1
        • 7: digital
        • 8: physical
        Backtrace
        • app/Http/Controllers/Web/ProductListController.php:174
        • app/Http/Controllers/Web/ProductListController.php:29
        • 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:260
      • select * from `reviews` where `reviews`.`product_id` in (511, 512, 513, 514, 515, 516, 517, 519, 520, 521, 522, 523, 525, 526, 536, 537, 538, 539, 540, 541) and `delivery_man_id` is null and `status` = 1
        2.1mswadaahc4_MYSQLProductListController.php#174
        Bindings
        • 0: 1
        Backtrace
        • app/Http/Controllers/Web/ProductListController.php:174
        • app/Http/Controllers/Web/ProductListController.php:29
        • 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:260
      • select * from `translations` where `translations`.`translationable_id` in (511, 512, 513, 514, 515, 516, 517, 519, 520, 521, 522, 523, 525, 526, 536, 537, 538, 539, 540, 541) and `translations`.`translationable_type` = 'App\\Models\\Product' and `locale` = 'en'
        3.01mswadaahc4_MYSQLProductListController.php#174
        Bindings
        • 0: App\Models\Product
        • 1: en
        Backtrace
        • app/Http/Controllers/Web/ProductListController.php:174
        • app/Http/Controllers/Web/ProductListController.php:29
        • 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:260
      • select `brands`.*, (select count(*) from `products` where `brands`.`id` = `products`.`brand_id` and (exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical')) as `brand_products_count` from `brands` where `status` = 1 order by `created_at` desc
        38.06mswadaahc4_MYSQLbrand-manager.php#31
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: approved
        • 5: admin
        • 6: 1
        • 7: digital
        • 8: physical
        • 9: 1
        Backtrace
        • app/Utils/brand-manager.php:31
        • view::web-views.products.view:228
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (1, 2, 3, 4, 5, 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, 34, 35, 36, 37, 38) and `translations`.`translationable_type` = 'App\\Models\\Brand' and `locale` = 'en'
        12.62mswadaahc4_MYSQLbrand-manager.php#31
        Bindings
        • 0: App\Models\Brand
        • 1: en
        Backtrace
        • app/Utils/brand-manager.php:31
        • view::web-views.products.view:228
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `categories` where `position` = 0 order by `priority` asc
        7.58mswadaahc4_MYSQLcategory-manager.php#13
        Bindings
        • 0: 0
        Backtrace
        • app/Utils/category-manager.php:13
        • view::web-views.products.view:257
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `categories` where `categories`.`parent_id` in (6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 24, 29, 37, 39, 40, 53, 60) order by `priority` asc
        24.28mswadaahc4_MYSQLcategory-manager.php#13
        Backtrace
        • app/Utils/category-manager.php:13
        • view::web-views.products.view:257
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `categories` where `categories`.`parent_id` in (17, 18, 19, 20, 23, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 38, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59) order by `priority` asc
        17.07mswadaahc4_MYSQLcategory-manager.php#13
        Backtrace
        • app/Utils/category-manager.php:13
        • view::web-views.products.view:257
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (17, 18, 19, 20, 23, 25, 26, 27, 28, 30, 31, 32, 33, 34, 35, 36, 38, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 54, 55, 56, 57, 58, 59) and `translations`.`translationable_type` = 'App\\Models\\Category' and `locale` = 'en'
        2.59mswadaahc4_MYSQLcategory-manager.php#13
        Bindings
        • 0: App\Models\Category
        • 1: en
        Backtrace
        • app/Utils/category-manager.php:13
        • view::web-views.products.view:257
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 24, 29, 37, 39, 40, 53, 60) and `translations`.`translationable_type` = 'App\\Models\\Category' and `locale` = 'en'
        9.28mswadaahc4_MYSQLcategory-manager.php#13
        Bindings
        • 0: App\Models\Category
        • 1: en
        Backtrace
        • app/Utils/category-manager.php:13
        • view::web-views.products.view:257
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `currencies` where (`code` = 'USD') limit 1
        6.1mswadaahc4_MYSQLcurrency.php#92
        Bindings
        • 0: USD
        Backtrace
        • app/Utils/currency.php:92
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'currency_symbol_position') limit 1
        3.38mswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: currency_symbol_position
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'google_tag_manager_id') limit 1
        6.02mswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: google_tag_manager_id
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'pixel_analytics') limit 1
        11.94mswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: pixel_analytics
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'announcement') limit 1
        13.68mswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: announcement
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `currencies` where `status` = 1
        11.71mswadaahc4_MYSQL_header.blade.php#39
        Bindings
        • 0: 1
        Backtrace
        • view::layouts.front-end.partials._header:39
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select `cart_group_id` from `carts` where (`customer_id` = 304173 and `is_guest` = 1) group by `cart_group_id`
        15.13mswadaahc4_MYSQLcart-manager.php#74
        Bindings
        • 0: 304173
        • 1: 1
        Backtrace
        • app/Utils/cart-manager.php:74
        • app/Utils/cart-manager.php:43
        • view::layouts.front-end.partials._cart:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `carts` where 0 = 1
        7.22mswadaahc4_MYSQLcart-manager.php#43
        Backtrace
        • app/Utils/cart-manager.php:43
        • view::layouts.front-end.partials._cart:5
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `cart_group_id` from `carts` where (`customer_id` = 304173 and `is_guest` = 1) group by `cart_group_id`
        6.07mswadaahc4_MYSQLcart-manager.php#74
        Bindings
        • 0: 304173
        • 1: 1
        Backtrace
        • app/Utils/cart-manager.php:74
        • app/Utils/cart-manager.php:43
        • view::layouts.front-end.partials._cart:14
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `carts` where 0 = 1
        540μswadaahc4_MYSQLcart-manager.php#43
        Backtrace
        • app/Utils/cart-manager.php:43
        • view::layouts.front-end.partials._cart:14
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select count(*) as aggregate from `categories` where `position` = 0
        5.33mswadaahc4_MYSQL_header.blade.php#228
        Bindings
        • 0: 0
        Backtrace
        • view::layouts.front-end.partials._header:228
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `categories` where `position` = 0 order by `priority` asc limit 11 offset 143
        13.18mswadaahc4_MYSQL_header.blade.php#228
        Bindings
        • 0: 0
        Backtrace
        • view::layouts.front-end.partials._header:228
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select `brands`.*, (select count(*) from `products` where `brands`.`id` = `products`.`brand_id` and (exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical')) as `brand_products_count` from `brands` where `status` = 1 order by `created_at` desc
        28.14mswadaahc4_MYSQLbrand-manager.php#31
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: approved
        • 5: admin
        • 6: 1
        • 7: digital
        • 8: physical
        • 9: 1
        Backtrace
        • app/Utils/brand-manager.php:31
        • view::layouts.front-end.partials._header:315
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (1, 2, 3, 4, 5, 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, 34, 35, 36, 37, 38) and `translations`.`translationable_type` = 'App\\Models\\Brand' and `locale` = 'en'
        770μswadaahc4_MYSQLbrand-manager.php#31
        Bindings
        • 0: App\Models\Brand
        • 1: en
        Backtrace
        • app/Utils/brand-manager.php:31
        • view::layouts.front-end.partials._header:315
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select count(*) as aggregate from `products` where (exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`status` = 1) and (`request_status` = 1) or (`brand_id` is null and `status` = 1)) and (exists (select * from `sellers` where `products`.`user_id` = `sellers`.`id` and (`status` = 'approved')) or ((`added_by` = 'admin' and `status` = 1))) and `product_type` in ('digital', 'physical') and `discount` != 0
        6.99mswadaahc4_MYSQL_header.blade.php#342
        Bindings
        • 0: 1
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: approved
        • 5: admin
        • 6: 1
        • 7: digital
        • 8: physical
        • 9: 0
        Backtrace
        • view::layouts.front-end.partials._header:342
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'seller_registration') limit 1
        830μswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: seller_registration
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'loader_gif') limit 1
        4.9mswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: loader_gif
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'country_code') limit 1
        8.82mswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: country_code
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `flash_deals` where (`status` = 1 and `deal_type` = 'flash_deal') and date(`start_date`) <= '2025-04-15' and date(`end_date`) >= '2025-04-15' limit 1
        6.25mswadaahc4_MYSQL_footer.blade.php#104
        Bindings
        • 0: 1
        • 1: flash_deal
        • 2: 2025-04-15
        • 3: 2025-04-15
        Backtrace
        • view::layouts.front-end.partials._footer:104
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'refund-policy') limit 1
        2.25mswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: refund-policy
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'return-policy') limit 1
        770μswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: return-policy
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'cancellation-policy') limit 1
        810μswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: cancellation-policy
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'company_phone') limit 1
        2.02mswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: company_phone
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'company_email') limit 1
        1.9mswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: company_email
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'shop_address') limit 1
        4.37mswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: shop_address
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'whatsapp') limit 1
        35.44mswadaahc4_MYSQLsettings.php#15
        Bindings
        • 0: whatsapp
        Backtrace
        • app/Utils/settings.php:15
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      App\Models\Brand
      74Brand.php#?
      App\Models\Category
      53Category.php#?
      App\Models\Product
      20Product.php#?
      App\Models\BusinessSetting
      14BusinessSetting.php#?
      App\Models\Currency
      2Currency.php#?
          decimal_point_settings
          2
          product_brand
          1
          digital_product
          1
          business_mode
          multi
          currency_model
          multi_currency
          language
          array:2 [ 0 => array:6 [ "id" => "1" "name" => "english" "direction" => "ltr" "cod...
          local
          en
          direction
          ltr
          system_default_currency
          2
          system_default_currency_info
          App\Models\Currency {#1859 #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyT...
          currency_code
          GHS
          currency_symbol
          Gh₵
          currency_exchange_rate
          1
          _token
          ffLhSbcR6LkZc7rGl9THR0mNAChoolspyUr0V0VR
          guest_id
          304173
          usd
          0.16393442622951
          currency_symbol_position
          left
          company_email
          sales@wadaah.com
          _previous
          array:1 [ "url" => "https://wadaah.com/products?data_from=latest&page=14&page_no=11" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /products
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:3 [ "data_from" => "latest" "page" => "14" "page_no" => "11" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:18 [ "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 => "wadaah.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" ] "x-forwarded-for" => array:1 [ 0 => "18.191.70.86" ] "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-forwarded-proto" => array:1 [ 0 => "https" ] "x-https" => array:1 [ 0 => "on" ] ]
          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 => "Tue, 15 Apr 2025 02:44:59 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im9yL3ZBR21MM0xzcHNlczZOTlJvcUE9PSIsInZhbHVlIjoiRjRnQ2VPb0tsckQ3ZVY4UUhta21VNGNwRW5SWnpSVk4vMWdsZ0oyWGpNOU5oc1RBYU1ZejdkcjlkSkNtb2xBVlYxdmVNTDllakpnL1JFMlZ5eEhkVFBxK3orVFVjVnFZYXNacnFzaWJMYytLSU8vV0FqSlBGa0huekNIRlJvYUEiLCJtYWMiOiI2ZmUwMWI1OTc4ZDQ3ZTc4MjcwZGFkNDhmZjgyZmViZDZiYzM0ZTFjZDBlMWVmZmQ0NDBjY2RlOWIwOGI0YTAyIiwidGFnIjoiIn0%3D; expires=Tue, 15 Apr 2025 03:45:00 GMT; Max-Age=3600; path=/XSRF-TOKEN=eyJpdiI6Im9yL3ZBR21MM0xzcHNlczZOTlJvcUE9PSIsInZhbHVlIjoiRjRnQ2VPb0tsckQ3ZVY4UUhta21VNGNwRW5SWnpSVk4vMWdsZ0oyWGpNOU5oc1RBYU1ZejdkcjlkSkNtb2xBVlYxdmVNT" 1 => "6valley1729336764_session=eyJpdiI6ImpqSWZnZjgxbDBNbmsya3lLMjFJZGc9PSIsInZhbHVlIjoiaEhSdWd0Q2NjdmFFbmZsb0VtaGpuK2xaekZjWUxGNTBEaEVQd1EyN0RhWmFqSVNDWWZOWFcraTM1M0o2a295TkdZM1JEeFNWMk5rNmJWWU1FWU91ZVU5aGpYc3JWaTFIOUJWNGtndzJ0UjNnU3lkcFhucWQrZGhROFZqOWpPQmoiLCJtYWMiOiI4MmNiNzAwNjZlYTE5MzZmMjZmOTZlOGJkNTMxZTYzYmZmNTg0NzNhNjEyMTdlZDFkZWQ3NDY0ZjRmNWZmYmYyIiwidGFnIjoiIn0%3D; expires=Tue, 15 Apr 2025 03:45:00 GMT; Max-Age=3600; path=/; httponly6valley1729336764_session=eyJpdiI6ImpqSWZnZjgxbDBNbmsya3lLMjFJZGc9PSIsInZhbHVlIjoiaEhSdWd0Q2NjdmFFbmZsb0VtaGpuK2xaekZjWUxGNTBEaEVQd1EyN0RhWmFqSVNDWWZOWFcraTM1M0" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im9yL3ZBR21MM0xzcHNlczZOTlJvcUE9PSIsInZhbHVlIjoiRjRnQ2VPb0tsckQ3ZVY4UUhta21VNGNwRW5SWnpSVk4vMWdsZ0oyWGpNOU5oc1RBYU1ZejdkcjlkSkNtb2xBVlYxdmVNTDllakpnL1JFMlZ5eEhkVFBxK3orVFVjVnFZYXNacnFzaWJMYytLSU8vV0FqSlBGa0huekNIRlJvYUEiLCJtYWMiOiI2ZmUwMWI1OTc4ZDQ3ZTc4MjcwZGFkNDhmZjgyZmViZDZiYzM0ZTFjZDBlMWVmZmQ0NDBjY2RlOWIwOGI0YTAyIiwidGFnIjoiIn0%3D; expires=Tue, 15-Apr-2025 03:45:00 GMT; path=/XSRF-TOKEN=eyJpdiI6Im9yL3ZBR21MM0xzcHNlczZOTlJvcUE9PSIsInZhbHVlIjoiRjRnQ2VPb0tsckQ3ZVY4UUhta21VNGNwRW5SWnpSVk4vMWdsZ0oyWGpNOU5oc1RBYU1ZejdkcjlkSkNtb2xBVlYxdmVNT" 1 => "6valley1729336764_session=eyJpdiI6ImpqSWZnZjgxbDBNbmsya3lLMjFJZGc9PSIsInZhbHVlIjoiaEhSdWd0Q2NjdmFFbmZsb0VtaGpuK2xaekZjWUxGNTBEaEVQd1EyN0RhWmFqSVNDWWZOWFcraTM1M0o2a295TkdZM1JEeFNWMk5rNmJWWU1FWU91ZVU5aGpYc3JWaTFIOUJWNGtndzJ0UjNnU3lkcFhucWQrZGhROFZqOWpPQmoiLCJtYWMiOiI4MmNiNzAwNjZlYTE5MzZmMjZmOTZlOGJkNTMxZTYzYmZmNTg0NzNhNjEyMTdlZDFkZWQ3NDY0ZjRmNWZmYmYyIiwidGFnIjoiIn0%3D; expires=Tue, 15-Apr-2025 03:45:00 GMT; path=/; httponly6valley1729336764_session=eyJpdiI6ImpqSWZnZjgxbDBNbmsya3lLMjFJZGc9PSIsInZhbHVlIjoiaEhSdWd0Q2NjdmFFbmZsb0VtaGpuK2xaekZjWUxGNTBEaEVQd1EyN0RhWmFqSVNDWWZOWFcraTM1M0" ] ]
          session_attributes
          0 of 0
          array:20 [ "decimal_point_settings" => 2 "product_brand" => 1 "digital_product" => 1 "business_mode" => "multi" "currency_model" => "multi_currency" "language" => array:2 [ 0 => array:6 [ "id" => "1" "name" => "english" "direction" => "ltr" "code" => "en" "status" => 1 "default" => true ] 1 => array:6 [ "id" => 4 "name" => "Hindi" "direction" => "ltr" "code" => "hn" "status" => 0 "default" => false ] ] "local" => "en" "direction" => "ltr" "system_default_currency" => 2 "system_default_currency_info" => App\Models\Currency {#1859 #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyType: "int" +incrementing: true #with: [] #withCount: [] +preventsLazyLoading: false #perPage: 15 +exists: true +wasRecentlyCreated: false #escapeWhenCastingToString: false #attributes: array:8 [ "id" => "2" "name" => "Ghanaian cedi" "symbol" => "Gh₵" "code" => "GHS" "exchange_rate" => "1" "status" => "1" "created_at" => null "updated_at" => "2023-01-14 01:34:22" ] #original: array:8 [ "id" => "2" "name" => "Ghanaian cedi" "symbol" => "Gh₵" "code" => "GHS" "exchange_rate" => "1" "status" => "1" "created_at" => null "updated_at" => "2023-01-14 01:34:22" ] #changes: [] #casts: array:4 [ "id" => "integer" "status" => "boolean" "created_at" => "datetime" "updated_at" => "datetime" ] #classCastCache: [] #attributeCastCache: [] #dateFormat: null #appends: [] #dispatchesEvents: [] #observables: [] #relations: [] #touches: [] +timestamps: true +usesUniqueIds: false #hidden: [] #visible: [] #fillable: array:5 [ 0 => "name" 1 => "symbol" 2 => "code" 3 => "exchange_rate" 4 => "status" ] #guarded: array:1 [ 0 => "*" ] } "currency_code" => "GHS" "currency_symbol" => "Gh₵" "currency_exchange_rate" => "1" "_token" => "ffLhSbcR6LkZc7rGl9THR0mNAChoolspyUr0V0VR" "guest_id" => 304173 "usd" => "0.16393442622951" "currency_symbol_position" => "left" "company_email" => "sales@wadaah.com" "_previous" => array:1 [ "url" => "https://wadaah.com/products?data_from=latest&page=14&page_no=11" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-04-15 02:45:00GET/products?data_from=latest&page=14&page_no=113039163