آخر المنتجات
229 العناصر الموجودة
أعلى
Request history8.2.15PHP Version327msRequest Duration9MBMemory UsageGET productsRoute
    • Booting (65.71ms)time
    • Application (261ms)time
    • 1 x Application (79.88%)
      261ms
      1 x Booting (20.12%)
      65.71ms
      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
      40 statements were executed, 13 of which were duplicates, 27 unique. Show only duplicated169ms
      • select * from `business_settings` where (`type` = 'maintenance_mode') limit 1
        230μsu686212497_marbohgomlaDBBhelpers.php#167
        Bindings
        • 0: maintenance_mode
        Backtrace
        • 16. app/Utils/helpers.php:167
        • 17. middleware::maintenance_mode:19
        • 18. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • 19. middleware::api_lang:22
        • 20. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
      • insert into `guest_users` (`ip_address`, `created_at`) values ('3.22.250.87', '2025-01-09 15:48:32')
        340μsu686212497_marbohgomlaDBBGuestMiddleware.php#23
        Bindings
        • 0: 3.22.250.87
        • 1: 2025-01-09 15:48:32
        Backtrace
        • 15. middleware::guestCheck:23
        • 16. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • 17. middleware::maintenance_mode:23
        • 18. vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • 19. middleware::api_lang:22
      • select * from `business_settings` where (`type` = 'business_mode') limit 1
        200μsu686212497_marbohgomlaDBBsettings.php#15
        Bindings
        • 0: business_mode
        Backtrace
        • 16. app/Utils/settings.php:15
        • 26. app/Http/Controllers/Web/ProductListController.php:40
        • 27. app/Http/Controllers/Web/ProductListController.php:29
        • 28. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 29. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select count(*) as aggregate from `products` where ((`added_by` = 'admin') 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 ('physical')
        2.09msu686212497_marbohgomlaDBBProductListController.php#171
        Bindings
        • 0: admin
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: 1
        • 5: approved
        • 6: admin
        • 7: 1
        • 8: physical
        Backtrace
        • 16. app/Http/Controllers/Web/ProductListController.php:171
        • 17. app/Http/Controllers/Web/ProductListController.php:29
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select `products`.*, (select count(*) from `reviews` where `products`.`id` = `reviews`.`product_id` and `delivery_man_id` is null and `status` = 1) as `reviews_count` from `products` where ((`added_by` = 'admin') 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 ('physical') order by `created_at` desc limit 20 offset 100
        2.5msu686212497_marbohgomlaDBBProductListController.php#171
        Bindings
        • 0: 1
        • 1: admin
        • 2: 1
        • 3: 1
        • 4: 1
        • 5: 1
        • 6: approved
        • 7: admin
        • 8: 1
        • 9: physical
        Backtrace
        • 16. app/Http/Controllers/Web/ProductListController.php:171
        • 17. app/Http/Controllers/Web/ProductListController.php:29
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `reviews` where `reviews`.`product_id` in (1873, 1874, 1875, 1877, 1878, 1905, 1911, 1912, 1942, 1943, 1945, 1946, 1947, 1949, 3626, 3638, 3639, 3640, 3641, 3642) and `delivery_man_id` is null and `status` = 1
        190μsu686212497_marbohgomlaDBBProductListController.php#171
        Bindings
        • 0: 1
        Backtrace
        • 21. app/Http/Controllers/Web/ProductListController.php:171
        • 22. app/Http/Controllers/Web/ProductListController.php:29
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `translations` where `translations`.`translationable_id` in (1873, 1874, 1875, 1877, 1878, 1905, 1911, 1912, 1942, 1943, 1945, 1946, 1947, 1949, 3626, 3638, 3639, 3640, 3641, 3642) and `translations`.`translationable_type` = 'App\Models\Product' and `locale` = 'eg'
        350μsu686212497_marbohgomlaDBBProductListController.php#171
        Bindings
        • 0: App\Models\Product
        • 1: eg
        Backtrace
        • 21. app/Http/Controllers/Web/ProductListController.php:171
        • 22. app/Http/Controllers/Web/ProductListController.php:29
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `business_settings` where (`type` = 'business_mode') limit 1
        220μsu686212497_marbohgomlaDBBsettings.php#15
        Bindings
        • 0: business_mode
        Backtrace
        • 16. app/Utils/settings.php:15
        • 26. app/Models/Brand.php:42
        • 32. app/Utils/brand-manager.php:30
        • 33. view::web-views.products.view:228
        • 35. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select `brands`.*, (select count(*) from `products` where `brands`.`id` = `products`.`brand_id` and ((`added_by` = 'admin') 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 ('physical')) as `brand_products_count` from `brands` where `status` = 1 order by `created_at` desc
        75msu686212497_marbohgomlaDBBbrand-manager.php#30
        Bindings
        • 0: admin
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: 1
        • 5: approved
        • 6: admin
        • 7: 1
        • 8: physical
        • 9: 1
        Backtrace
        • 15. app/Utils/brand-manager.php:30
        • 16. view::web-views.products.view:228
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78) and `translations`.`translationable_type` = 'App\Models\Brand' and `locale` = 'eg'
        810μsu686212497_marbohgomlaDBBbrand-manager.php#30
        Bindings
        • 0: App\Models\Brand
        • 1: eg
        Backtrace
        • 20. app/Utils/brand-manager.php:30
        • 21. view::web-views.products.view:228
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `categories` where `position` = 0 order by `priority` asc
        290μsu686212497_marbohgomlaDBBcategory-manager.php#13
        Bindings
        • 0: 0
        Backtrace
        • 15. app/Utils/category-manager.php:13
        • 16. view::web-views.products.view:257
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `categories` where `categories`.`parent_id` in (8, 9, 10, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 52, 89, 108, 180, 186) order by `priority` asc
        760μsu686212497_marbohgomlaDBBcategory-manager.php#13
        Backtrace
        • 20. app/Utils/category-manager.php:13
        • 21. view::web-views.products.view:257
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `categories` where `categories`.`parent_id` in (24, 31, 32, 33, 34, 35, 36, 37, 38, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 91, 93, 94, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 113, 115, 116, 117, 118, 120, 121, 122, 123, 124, 126, 127, 128, 132, 134, 135, 136, 137, 140, 141, 142, 143, 146, 147, 148, 150, 152, 153, 156, 158, 159, 162, 163, 164, 165, 166, 167, 169, 170, 184, 185, 187, 188, 189, 190, 191, 192, 193, 194, 196, 197, 198, 199, 200, 201, 204, 205, 206, 207, 208, 209, 212, 213, 214, 215, 216, 218, 219, 220, 221, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 238, 240, 241, 242, 243, 244, 247, 248, 250, 251, 252, 253, 254, 255, 256, 257, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 271, 272, 273, 274, 277, 278, 279, 280, 281, 282, 283, 284, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304) order by `priority` asc
        390μsu686212497_marbohgomlaDBBcategory-manager.php#13
        Backtrace
        • 25. app/Utils/category-manager.php:13
        • 26. view::web-views.products.view:257
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (24, 31, 32, 33, 34, 35, 36, 37, 38, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 64, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78, 79, 80, 81, 82, 83, 84, 85, 87, 88, 91, 93, 94, 97, 98, 99, 100, 101, 102, 103, 104, 105, 106, 107, 109, 110, 111, 113, 115, 116, 117, 118, 120, 121, 122, 123, 124, 126, 127, 128, 132, 134, 135, 136, 137, 140, 141, 142, 143, 146, 147, 148, 150, 152, 153, 156, 158, 159, 162, 163, 164, 165, 166, 167, 169, 170, 184, 185, 187, 188, 189, 190, 191, 192, 193, 194, 196, 197, 198, 199, 200, 201, 204, 205, 206, 207, 208, 209, 212, 213, 214, 215, 216, 218, 219, 220, 221, 223, 224, 225, 226, 227, 228, 229, 230, 231, 232, 233, 234, 235, 236, 238, 240, 241, 242, 243, 244, 247, 248, 250, 251, 252, 253, 254, 255, 256, 257, 259, 260, 261, 262, 263, 264, 265, 266, 267, 268, 271, 272, 273, 274, 277, 278, 279, 280, 281, 282, 283, 284, 286, 287, 288, 289, 290, 291, 292, 293, 294, 295, 296, 297, 298, 299, 300, 301, 302, 303, 304) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'eg'
        1.38msu686212497_marbohgomlaDBBcategory-manager.php#13
        Bindings
        • 0: App\Models\Category
        • 1: eg
        Backtrace
        • 25. app/Utils/category-manager.php:13
        • 26. view::web-views.products.view:257
        • 28. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 29. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 30. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (8, 9, 10, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 26, 28, 29, 52, 89, 108, 180, 186) and `translations`.`translationable_type` = 'App\Models\Category' and `locale` = 'eg'
        340μsu686212497_marbohgomlaDBBcategory-manager.php#13
        Bindings
        • 0: App\Models\Category
        • 1: eg
        Backtrace
        • 20. app/Utils/category-manager.php:13
        • 21. view::web-views.products.view:257
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `business_settings` where (`type` = 'currency_symbol_position') limit 1
        310μsu686212497_marbohgomlaDBBsettings.php#15
        Bindings
        • 0: currency_symbol_position
        Backtrace
        • 16. app/Utils/settings.php:15
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 24. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'google_tag_manager_id') limit 1
        250μsu686212497_marbohgomlaDBBsettings.php#15
        Bindings
        • 0: google_tag_manager_id
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'pixel_analytics') limit 1
        220μsu686212497_marbohgomlaDBBsettings.php#15
        Bindings
        • 0: pixel_analytics
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'announcement') limit 1
        170μsu686212497_marbohgomlaDBBsettings.php#15
        Bindings
        • 0: announcement
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select `cart_group_id` from `carts` where (`customer_id` = 502094 and `is_guest` = 1) group by `cart_group_id`
        260μsu686212497_marbohgomlaDBBcart-manager.php#74
        Bindings
        • 0: 502094
        • 1: 1
        Backtrace
        • 14. app/Utils/cart-manager.php:74
        • 15. app/Utils/cart-manager.php:43
        • 16. view::layouts.front-end.partials._cart:19
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `carts` where 0 = 1
        180μsu686212497_marbohgomlaDBBcart-manager.php#43
        Backtrace
        • 15. app/Utils/cart-manager.php:43
        • 16. view::layouts.front-end.partials._cart:19
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select `cart_group_id` from `carts` where (`customer_id` = 502094 and `is_guest` = 1) group by `cart_group_id`
        270μsu686212497_marbohgomlaDBBcart-manager.php#74
        Bindings
        • 0: 502094
        • 1: 1
        Backtrace
        • 14. app/Utils/cart-manager.php:74
        • 15. app/Utils/cart-manager.php:43
        • 16. view::layouts.front-end.partials._cart:28
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • select * from `carts` where 0 = 1
        140μsu686212497_marbohgomlaDBBcart-manager.php#43
        Backtrace
        • 15. app/Utils/cart-manager.php:43
        • 16. view::layouts.front-end.partials._cart:28
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select count(*) as aggregate from `categories` where `position` = 0
        220μsu686212497_marbohgomlaDBB_header.blade.php#247
        Bindings
        • 0: 0
        Backtrace
        • 16. view::layouts.front-end.partials._header:247
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `categories` where `position` = 0 order by `priority` asc limit 11 offset 55
        220μsu686212497_marbohgomlaDBB_header.blade.php#247
        Bindings
        • 0: 0
        Backtrace
        • 16. view::layouts.front-end.partials._header:247
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'business_mode') limit 1
        180μsu686212497_marbohgomlaDBBsettings.php#15
        Bindings
        • 0: business_mode
        Backtrace
        • 16. app/Utils/settings.php:15
        • 26. app/Models/Brand.php:42
        • 32. app/Utils/brand-manager.php:30
        • 33. view::layouts.front-end.partials._header:334
        • 35. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • select `brands`.*, (select count(*) from `products` where `brands`.`id` = `products`.`brand_id` and ((`added_by` = 'admin') 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 ('physical')) as `brand_products_count` from `brands` where `status` = 1 order by `created_at` desc
        74.6msu686212497_marbohgomlaDBBbrand-manager.php#30
        Bindings
        • 0: admin
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: 1
        • 5: approved
        • 6: admin
        • 7: 1
        • 8: physical
        • 9: 1
        Backtrace
        • 15. app/Utils/brand-manager.php:30
        • 16. view::layouts.front-end.partials._header:334
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `translations` where `translations`.`translationable_id` in (1, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77, 78) and `translations`.`translationable_type` = 'App\Models\Brand' and `locale` = 'eg'
        850μsu686212497_marbohgomlaDBBbrand-manager.php#30
        Bindings
        • 0: App\Models\Brand
        • 1: eg
        Backtrace
        • 20. app/Utils/brand-manager.php:30
        • 21. view::layouts.front-end.partials._header:334
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `business_settings` where (`type` = 'business_mode') limit 1
        300μsu686212497_marbohgomlaDBBsettings.php#15
        Bindings
        • 0: business_mode
        Backtrace
        • 16. app/Utils/settings.php:15
        • 23. view::layouts.front-end.partials._header:359
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select count(*) as aggregate from `products` where ((`added_by` = 'admin') 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 ('physical') and `discount` != 0
        2.93msu686212497_marbohgomlaDBB_header.blade.php#359
        Bindings
        • 0: admin
        • 1: 1
        • 2: 1
        • 3: 1
        • 4: 1
        • 5: approved
        • 6: admin
        • 7: 1
        • 8: physical
        • 9: 0
        Backtrace
        • 16. view::layouts.front-end.partials._header:359
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'business_mode') limit 1
        250μsu686212497_marbohgomlaDBBsettings.php#15
        Bindings
        • 0: business_mode
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'loader_gif') limit 1
        270μsu686212497_marbohgomlaDBBsettings.php#15
        Bindings
        • 0: loader_gif
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. 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-01-09' and date(`end_date`) >= '2025-01-09' limit 1
        270μsu686212497_marbohgomlaDBB_footer.blade.php#103
        Bindings
        • 0: 1
        • 1: flash_deal
        • 2: 2025-01-09
        • 3: 2025-01-09
        Backtrace
        • 16. view::layouts.front-end.partials._footer:103
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'refund-policy') limit 1
        280μsu686212497_marbohgomlaDBBsettings.php#15
        Bindings
        • 0: refund-policy
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'return-policy') limit 1
        240μsu686212497_marbohgomlaDBBsettings.php#15
        Bindings
        • 0: return-policy
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'cancellation-policy') limit 1
        260μsu686212497_marbohgomlaDBBsettings.php#15
        Bindings
        • 0: cancellation-policy
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'company_phone') limit 1
        200μsu686212497_marbohgomlaDBBsettings.php#15
        Bindings
        • 0: company_phone
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'company_email') limit 1
        190μsu686212497_marbohgomlaDBBsettings.php#15
        Bindings
        • 0: company_email
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'shop_address') limit 1
        220μsu686212497_marbohgomlaDBBsettings.php#15
        Bindings
        • 0: shop_address
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      • select * from `business_settings` where (`type` = 'whatsapp') limit 1
        310μsu686212497_marbohgomlaDBBsettings.php#15
        Bindings
        • 0: whatsapp
        Backtrace
        • 16. app/Utils/settings.php:15
        • 19. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 21. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 22. vendor/laravel/framework/src/Illuminate/View/View.php:207
      App\Models\Translation
      397Translation.php#?
      App\Models\Category
      221Category.php#?
      App\Models\Brand
      150Brand.php#?
      App\Models\Product
      20Product.php#?
      App\Models\BusinessSetting
      16BusinessSetting.php#?
          decimal_point_settings
          2
          product_brand
          1
          digital_product
          0
          currency_model
          single_currency
          language
          array:2 [ 0 => array:6 [ "id" => "1" "name" => "english" "direction" => "ltr" "cod...
          local
          eg
          direction
          rtl
          system_default_currency
          8
          system_default_currency_info
          App\Models\Currency {#4428 #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyT...
          currency_code
          LE
          currency_symbol
          LE
          currency_exchange_rate
          1
          _token
          1LN8EU1DCyaGAVEs0vOgPaM9TGbgsHV5w5kLOIZb
          guest_id
          502094
          currency_symbol_position
          right
          company_email
          tabarak24co@gmail.com
          _previous
          array:1 [ "url" => "https://marbohgomla.com/products?data_from=latest&page=6" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /products
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:2 [ "data_from" => "latest" "page" => "6" ]
          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 => "marbohgomla.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" ] ]
          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, 09 Jan 2025 13:48:32 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im5LMGgwM08xV0JrUnpKV2Q1WDM2T0E9PSIsInZhbHVlIjoiSG4xQnhJQjBuWExtbVNoV29sZHFlTk9TS2JLVHcyNm1wNzB6UzRNVmZNOTZLMFZLSUlpeStLYzg3WS9xSUNZMWhPUGNiOEpVWG45THprTWNCTXhnWmlPMlNrS2R4SFJ0cy9aTGdVaDd4dERKTmpUSUcvRmdBcHU1emxsTGpnL24iLCJtYWMiOiI3NmQ2YTc5NDdiYTQxNmVmMDljZDdjZTk4ZDNlZjk1N2ZkN2ZiM2ZlNGYzZjhhMjVlNzFhM2M3NzU4OTdkYWRiIiwidGFnIjoiIn0%3D; expires=Thu, 09 Jan 2025 14:48:33 GMT; Max-Age=3600; path=/XSRF-TOKEN=eyJpdiI6Im5LMGgwM08xV0JrUnpKV2Q1WDM2T0E9PSIsInZhbHVlIjoiSG4xQnhJQjBuWExtbVNoV29sZHFlTk9TS2JLVHcyNm1wNzB6UzRNVmZNOTZLMFZLSUlpeStLYzg3WS9xSUNZMWhPUGNiO" 1 => "laravel_session=eyJpdiI6ImY1QW5pbnF1UXJtZENDNWlkRHFGdWc9PSIsInZhbHVlIjoiaE92S1Y0dHZJU0RUSXpLSWtNQ2p6c1VVRmdpUGJkbFc5Tkk4RGVUQ1pmWjR3TUVmTVVyMWsvVDVYbmlVTy9Xdm96TUNWQ1crRFVDS2lyaXJLdVJtcUwvMWhrVW5Jd0o3UDlKMWVnVXQyaUM5Z2lhUjE5OUFvMHl5aWxxNUxCSlkiLCJtYWMiOiIzNDlkOWNiYWQ1NDNkMGVkMTRkNjBhNWI3NDBlNTlmZDIwYWQzMDA5OTBjNzgzNzIwZDlmZTBiOGMyOWM1ZmU0IiwidGFnIjoiIn0%3D; expires=Thu, 09 Jan 2025 14:48:33 GMT; Max-Age=3600; path=/; httponlylaravel_session=eyJpdiI6ImY1QW5pbnF1UXJtZENDNWlkRHFGdWc9PSIsInZhbHVlIjoiaE92S1Y0dHZJU0RUSXpLSWtNQ2p6c1VVRmdpUGJkbFc5Tkk4RGVUQ1pmWjR3TUVmTVVyMWsvVDVYbmlVTy9Xdm96" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Im5LMGgwM08xV0JrUnpKV2Q1WDM2T0E9PSIsInZhbHVlIjoiSG4xQnhJQjBuWExtbVNoV29sZHFlTk9TS2JLVHcyNm1wNzB6UzRNVmZNOTZLMFZLSUlpeStLYzg3WS9xSUNZMWhPUGNiOEpVWG45THprTWNCTXhnWmlPMlNrS2R4SFJ0cy9aTGdVaDd4dERKTmpUSUcvRmdBcHU1emxsTGpnL24iLCJtYWMiOiI3NmQ2YTc5NDdiYTQxNmVmMDljZDdjZTk4ZDNlZjk1N2ZkN2ZiM2ZlNGYzZjhhMjVlNzFhM2M3NzU4OTdkYWRiIiwidGFnIjoiIn0%3D; expires=Thu, 09-Jan-2025 14:48:33 GMT; path=/XSRF-TOKEN=eyJpdiI6Im5LMGgwM08xV0JrUnpKV2Q1WDM2T0E9PSIsInZhbHVlIjoiSG4xQnhJQjBuWExtbVNoV29sZHFlTk9TS2JLVHcyNm1wNzB6UzRNVmZNOTZLMFZLSUlpeStLYzg3WS9xSUNZMWhPUGNiO" 1 => "laravel_session=eyJpdiI6ImY1QW5pbnF1UXJtZENDNWlkRHFGdWc9PSIsInZhbHVlIjoiaE92S1Y0dHZJU0RUSXpLSWtNQ2p6c1VVRmdpUGJkbFc5Tkk4RGVUQ1pmWjR3TUVmTVVyMWsvVDVYbmlVTy9Xdm96TUNWQ1crRFVDS2lyaXJLdVJtcUwvMWhrVW5Jd0o3UDlKMWVnVXQyaUM5Z2lhUjE5OUFvMHl5aWxxNUxCSlkiLCJtYWMiOiIzNDlkOWNiYWQ1NDNkMGVkMTRkNjBhNWI3NDBlNTlmZDIwYWQzMDA5OTBjNzgzNzIwZDlmZTBiOGMyOWM1ZmU0IiwidGFnIjoiIn0%3D; expires=Thu, 09-Jan-2025 14:48:33 GMT; path=/; httponlylaravel_session=eyJpdiI6ImY1QW5pbnF1UXJtZENDNWlkRHFGdWc9PSIsInZhbHVlIjoiaE92S1Y0dHZJU0RUSXpLSWtNQ2p6c1VVRmdpUGJkbFc5Tkk4RGVUQ1pmWjR3TUVmTVVyMWsvVDVYbmlVTy9Xdm96" ] ]
          session_attributes
          0 of 0
          array:19 [ "decimal_point_settings" => 2 "product_brand" => 1 "digital_product" => 0 "currency_model" => "single_currency" "language" => array:2 [ 0 => array:6 [ "id" => "1" "name" => "english" "direction" => "ltr" "code" => "en" "status" => 1 "default" => false ] 1 => array:6 [ "id" => 2 "name" => "العربية" "direction" => "rtl" "code" => "eg" "status" => 1 "default" => true ] ] "local" => "eg" "direction" => "rtl" "system_default_currency" => 8 "system_default_currency_info" => App\Models\Currency {#4428 #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" => 8 "name" => "LE" "symbol" => "LE" "code" => "LE" "exchange_rate" => "1" "status" => 1 "created_at" => "2024-02-07 07:40:53" "updated_at" => "2024-02-07 07:41:21" ] #original: array:8 [ "id" => 8 "name" => "LE" "symbol" => "LE" "code" => "LE" "exchange_rate" => "1" "status" => 1 "created_at" => "2024-02-07 07:40:53" "updated_at" => "2024-02-07 07:41:21" ] #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" => "LE" "currency_symbol" => "LE" "currency_exchange_rate" => "1" "_token" => "1LN8EU1DCyaGAVEs0vOgPaM9TGbgsHV5w5kLOIZb" "guest_id" => 502094 "currency_symbol_position" => "right" "company_email" => "tabarak24co@gmail.com" "_previous" => array:1 [ "url" => "https://marbohgomla.com/products?data_from=latest&page=6" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-01-09 15:48:33GET/products?data_from=latest&page=63040804