GLOBAL TECHNOLOGY
Showing 1–16 of 32 results
8.2.28PHP Version400msRequest Duration5MBMemory UsageGET productsRoute
  • warninglog[03:21:48] LOG.warning: Callables of the form ["Swift_SmtpTransport", "Swift_Transport_EsmtpTranspor...
  • Booting (206ms)
  • Application (194ms)
  • 1 x Booting (51.53%)
    206ms
    1 x Application (48.47%)
    194ms
    7 templates were rendered
    • theme-views.product.view (resources/themes/theme_aster/theme-views/product/view.blade.php)6blade
      Params
      0
      products
      1
      data
      2
      ratings
      3
      product_ids
      4
      _categories
      5
      _brands
    • theme-views.layouts.app (resources/themes/theme_aster/theme-views/layouts/app.blade.php)15blade
      Params
      0
      __env
      1
      app
      2
      web_config
      3
      language
      4
      errors
      5
      products
      6
      data
      7
      ratings
      8
      product_ids
      9
      _categories
      10
      _brands
      11
      __currentLoopData
      12
      category
      13
      loop
      14
      brand
    • theme-views.layouts.partials._head (resources/themes/theme_aster/theme-views/layouts/partials/_head.blade.php)15blade
      Params
      0
      __env
      1
      app
      2
      web_config
      3
      language
      4
      errors
      5
      products
      6
      data
      7
      ratings
      8
      product_ids
      9
      _categories
      10
      _brands
      11
      __currentLoopData
      12
      category
      13
      loop
      14
      brand
    • theme-views.layouts.partials._top_nav (resources/themes/theme_aster/theme-views/layouts/partials/_top_nav.blade.php)15blade
      Params
      0
      __env
      1
      app
      2
      web_config
      3
      language
      4
      errors
      5
      products
      6
      data
      7
      ratings
      8
      product_ids
      9
      _categories
      10
      _brands
      11
      __currentLoopData
      12
      category
      13
      loop
      14
      brand
    • theme-views.layouts.partials._nav (resources/themes/theme_aster/theme-views/layouts/partials/_nav.blade.php)15blade
      Params
      0
      __env
      1
      app
      2
      web_config
      3
      language
      4
      errors
      5
      products
      6
      data
      7
      ratings
      8
      product_ids
      9
      _categories
      10
      _brands
      11
      __currentLoopData
      12
      category
      13
      loop
      14
      brand
    • theme-views.layouts.partials._footer (resources/themes/theme_aster/theme-views/layouts/partials/_footer.blade.php)15blade
      Params
      0
      __env
      1
      app
      2
      web_config
      3
      language
      4
      errors
      5
      products
      6
      data
      7
      ratings
      8
      product_ids
      9
      _categories
      10
      _brands
      11
      __currentLoopData
      12
      category
      13
      loop
      14
      brand
    • theme-views.layouts.partials._scripts (resources/views/theme-views/layouts/partials/_scripts.blade.php)15blade
      Params
      0
      __env
      1
      app
      2
      web_config
      3
      language
      4
      errors
      5
      products
      6
      data
      7
      ratings
      8
      product_ids
      9
      _categories
      10
      _brands
      11
      __currentLoopData
      12
      category
      13
      loop
      14
      brand
    uri
    GET products
    middleware
    web, maintenance_mode
    controller
    App\Http\Controllers\Web\ProductListController@products
    namespace
    App\Http\Controllers\Web
    prefix
    where
    as
    products
    file
    app/Http/Controllers/Web/ProductListController.php:24-35
    51 statements were executed115ms
    • select * from `business_settings` where (`type` = 'maintenance_mode') limit 1
      340μs/app/CPU/helpers.php:153u214691740_axon
      Metadata
      Bindings
      • 0. maintenance_mode
      Backtrace
      • 15. /app/CPU/helpers.php:153
      • 16. middleware::maintenance_mode:19
      • 17. /vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167
      • 18. middleware::api_lang:22
      • 19. /vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:167
    • 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 (exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`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')
      73.18ms/app/Http/Controllers/Web/ProductListController.php:213u214691740_axon
      Metadata
      Bindings
      • 0. 1
      • 1. 1
      • 2. 1
      • 3. 1
      • 4. approved
      • 5. admin
      • 6. 1
      • 7. digital
      • 8. physical
      Backtrace
      • 14. /app/Http/Controllers/Web/ProductListController.php:213
      • 15. /app/Http/Controllers/Web/ProductListController.php:31
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
    • select * from `reviews` where `reviews`.`product_id` in (1, 2, 3, 4, 5, 6, 8) and `delivery_man_id` is null and `status` = 1
      420μs/app/Http/Controllers/Web/ProductListController.php:213u214691740_axon
      Metadata
      Bindings
      • 0. 1
      Backtrace
      • 19. /app/Http/Controllers/Web/ProductListController.php:213
      • 20. /app/Http/Controllers/Web/ProductListController.php:31
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
    • select * from `order_details` where `delivery_status` = 'delivered' and `order_details`.`product_id` in (1, 2, 3, 4, 5, 6, 8)
      630μs/app/Http/Controllers/Web/ProductListController.php:213u214691740_axon
      Metadata
      Bindings
      • 0. delivered
      Backtrace
      • 19. /app/Http/Controllers/Web/ProductListController.php:213
      • 20. /app/Http/Controllers/Web/ProductListController.php:31
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
    • select avg(rating) average, product_id from `reviews` where `delivery_man_id` is null and `reviews`.`product_id` in (1, 2, 3, 4, 5, 6, 8) and `status` = 1 group by `product_id`
      1.08ms/app/Http/Controllers/Web/ProductListController.php:213u214691740_axon
      Metadata
      Bindings
      • 0. 1
      Backtrace
      • 19. /app/Http/Controllers/Web/ProductListController.php:213
      • 20. /app/Http/Controllers/Web/ProductListController.php:31
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
    • select * from `sellers` where `sellers`.`id` in (1)
      1ms/app/Http/Controllers/Web/ProductListController.php:213u214691740_axon
      Metadata
      Backtrace
      • 19. /app/Http/Controllers/Web/ProductListController.php:213
      • 20. /app/Http/Controllers/Web/ProductListController.php:31
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
    • select * from `shops` where `shops`.`seller_id` in (1)
      420μs/app/Http/Controllers/Web/ProductListController.php:213u214691740_axon
      Metadata
      Backtrace
      • 24. /app/Http/Controllers/Web/ProductListController.php:213
      • 25. /app/Http/Controllers/Web/ProductListController.php:31
      • 26. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 27. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 28. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
    • select * from `wishlists` where `wishlists`.`product_id` in (1, 2, 3, 4, 5, 6, 8) and `customer_id` = 0
      480μs/app/Http/Controllers/Web/ProductListController.php:213u214691740_axon
      Metadata
      Bindings
      • 0. 0
      Backtrace
      • 19. /app/Http/Controllers/Web/ProductListController.php:213
      • 20. /app/Http/Controllers/Web/ProductListController.php:31
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
    • select * from `product_compares` where `product_compares`.`product_id` in (1, 2, 3, 4, 5, 6, 8) and `user_id` = 0
      350μs/app/Http/Controllers/Web/ProductListController.php:213u214691740_axon
      Metadata
      Bindings
      • 0. 0
      Backtrace
      • 19. /app/Http/Controllers/Web/ProductListController.php:213
      • 20. /app/Http/Controllers/Web/ProductListController.php:31
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
    • select * from `translations` where `translations`.`translationable_id` in (1, 2, 3, 4, 5, 6, 8) and `translations`.`translationable_type` = 'App\Model\Product' and `locale` = 'en'
      400μs/app/Http/Controllers/Web/ProductListController.php:213u214691740_axon
      Metadata
      Bindings
      • 0. App\Model\Product
      • 1. en
      Backtrace
      • 19. /app/Http/Controllers/Web/ProductListController.php:213
      • 20. /app/Http/Controllers/Web/ProductListController.php:31
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
    • 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 (exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`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 0 = 1 order by `created_at` desc
      770μs/app/Http/Controllers/Web/ProductListController.php:402u214691740_axon
      Metadata
      Bindings
      • 0. 1
      • 1. 1
      • 2. 1
      • 3. 1
      • 4. approved
      • 5. admin
      • 6. 1
      • 7. digital
      • 8. physical
      Backtrace
      • 14. /app/Http/Controllers/Web/ProductListController.php:402
      • 15. /app/Http/Controllers/Web/ProductListController.php:31
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
    • select count(*) as aggregate from `products` where (exists (select * from `brands` where `products`.`brand_id` = `brands`.`id` and (`status` = 1)) and (`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 0 = 1
      450μs/app/Http/Controllers/Web/ProductListController.php:423u214691740_axon
      Metadata
      Bindings
      • 0. 1
      • 1. 1
      • 2. 1
      • 3. approved
      • 4. admin
      • 5. 1
      • 6. digital
      • 7. physical
      Backtrace
      • 15. /app/Http/Controllers/Web/ProductListController.php:423
      • 16. /app/Http/Controllers/Web/ProductListController.php:31
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
    • select * from `categories` where `categories`.`id` = 373 limit 1
      420μs/app/Http/Controllers/Web/ProductListController.php:444u214691740_axon
      Metadata
      Bindings
      • 0. 373
      Backtrace
      • 19. /app/Http/Controllers/Web/ProductListController.php:444
      • 20. /app/Http/Controllers/Web/ProductListController.php:31
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
    • select * from `translations` where `translations`.`translationable_id` in (373) and `translations`.`translationable_type` = 'App\Model\Category' and `locale` = 'en'
      390μs/app/Http/Controllers/Web/ProductListController.php:444u214691740_axon
      Metadata
      Bindings
      • 0. App\Model\Category
      • 1. en
      Backtrace
      • 24. /app/Http/Controllers/Web/ProductListController.php:444
      • 25. /app/Http/Controllers/Web/ProductListController.php:31
      • 26. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 27. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 28. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
    • select `categories`.*, (select count(*) from `products` where `categories`.`id` = `products`.`category_id`) as `product_count` from `categories` where `parent_id` = 0
      530μs/app/Http/Controllers/Web/ProductListController.php:456u214691740_axon
      Metadata
      Bindings
      • 0. 0
      Backtrace
      • 14. /app/Http/Controllers/Web/ProductListController.php:456
      • 15. /app/Http/Controllers/Web/ProductListController.php:31
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
    • select * from `translations` where `translations`.`translationable_id` in (8, 362, 363, 364, 365, 366, 381, 382, 384, 403) and `translations`.`translationable_type` = 'App\Model\Category' and `locale` = 'en'
      470μs/app/Http/Controllers/Web/ProductListController.php:456u214691740_axon
      Metadata
      Bindings
      • 0. App\Model\Category
      • 1. en
      Backtrace
      • 19. /app/Http/Controllers/Web/ProductListController.php:456
      • 20. /app/Http/Controllers/Web/ProductListController.php:31
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
    • select * from `brands` where `status` = 1 limit 15
      1.06ms/app/Http/Controllers/Web/ProductListController.php:458u214691740_axon
      Metadata
      Bindings
      • 0. 1
      Backtrace
      • 14. /app/Http/Controllers/Web/ProductListController.php:458
      • 15. /app/Http/Controllers/Web/ProductListController.php:31
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
    • select * from `translations` where `translations`.`translationable_id` in (4, 5, 6, 7, 8) and `translations`.`translationable_type` = 'App\Model\Brand' and `locale` = 'en'
      470μs/app/Http/Controllers/Web/ProductListController.php:458u214691740_axon
      Metadata
      Bindings
      • 0. App\Model\Brand
      • 1. en
      Backtrace
      • 19. /app/Http/Controllers/Web/ProductListController.php:458
      • 20. /app/Http/Controllers/Web/ProductListController.php:31
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
    • select * from `categories` where `categories`.`parent_id` = 8 and `categories`.`parent_id` is not null order by `priority` asc
      570μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276u214691740_axon
      Metadata
      Bindings
      • 0. 8
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `translations` where `translations`.`translationable_id` in (369, 370, 371, 372, 373, 399) and `translations`.`translationable_type` = 'App\Model\Category' and `locale` = 'en'
      400μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276u214691740_axon
      Metadata
      Bindings
      • 0. App\Model\Category
      • 1. en
      Backtrace
      • 24. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276
      • 26. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 28. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 29. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `categories` where `categories`.`parent_id` = 399 and `categories`.`parent_id` is not null order by `priority` asc
      270μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289u214691740_axon
      Metadata
      Bindings
      • 0. 399
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `categories` where `categories`.`parent_id` = 369 and `categories`.`parent_id` is not null order by `priority` asc
      280μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289u214691740_axon
      Metadata
      Bindings
      • 0. 369
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `categories` where `categories`.`parent_id` = 370 and `categories`.`parent_id` is not null order by `priority` asc
      270μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289u214691740_axon
      Metadata
      Bindings
      • 0. 370
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `categories` where `categories`.`parent_id` = 371 and `categories`.`parent_id` is not null order by `priority` asc
      270μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289u214691740_axon
      Metadata
      Bindings
      • 0. 371
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `categories` where `categories`.`parent_id` = 372 and `categories`.`parent_id` is not null order by `priority` asc
      230μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289u214691740_axon
      Metadata
      Bindings
      • 0. 372
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `categories` where `categories`.`parent_id` = 373 and `categories`.`parent_id` is not null order by `priority` asc
      230μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289u214691740_axon
      Metadata
      Bindings
      • 0. 373
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `categories` where `categories`.`parent_id` = 362 and `categories`.`parent_id` is not null order by `priority` asc
      280μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276u214691740_axon
      Metadata
      Bindings
      • 0. 362
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `translations` where `translations`.`translationable_id` in (374, 375) and `translations`.`translationable_type` = 'App\Model\Category' and `locale` = 'en'
      420μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276u214691740_axon
      Metadata
      Bindings
      • 0. App\Model\Category
      • 1. en
      Backtrace
      • 24. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276
      • 26. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 28. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 29. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `categories` where `categories`.`parent_id` = 374 and `categories`.`parent_id` is not null order by `priority` asc
      430μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289u214691740_axon
      Metadata
      Bindings
      • 0. 374
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `categories` where `categories`.`parent_id` = 375 and `categories`.`parent_id` is not null order by `priority` asc
      260μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289u214691740_axon
      Metadata
      Bindings
      • 0. 375
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `categories` where `categories`.`parent_id` = 363 and `categories`.`parent_id` is not null order by `priority` asc
      260μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276u214691740_axon
      Metadata
      Bindings
      • 0. 363
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `translations` where `translations`.`translationable_id` in (376, 377) and `translations`.`translationable_type` = 'App\Model\Category' and `locale` = 'en'
      370μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276u214691740_axon
      Metadata
      Bindings
      • 0. App\Model\Category
      • 1. en
      Backtrace
      • 24. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276
      • 26. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 28. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 29. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `categories` where `categories`.`parent_id` = 376 and `categories`.`parent_id` is not null order by `priority` asc
      280μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289u214691740_axon
      Metadata
      Bindings
      • 0. 376
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `categories` where `categories`.`parent_id` = 377 and `categories`.`parent_id` is not null order by `priority` asc
      240μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289u214691740_axon
      Metadata
      Bindings
      • 0. 377
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `categories` where `categories`.`parent_id` = 364 and `categories`.`parent_id` is not null order by `priority` asc
      250μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276u214691740_axon
      Metadata
      Bindings
      • 0. 364
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `translations` where `translations`.`translationable_id` in (378) and `translations`.`translationable_type` = 'App\Model\Category' and `locale` = 'en'
      290μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276u214691740_axon
      Metadata
      Bindings
      • 0. App\Model\Category
      • 1. en
      Backtrace
      • 24. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276
      • 26. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 28. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 29. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `categories` where `categories`.`parent_id` = 378 and `categories`.`parent_id` is not null order by `priority` asc
      220μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289u214691740_axon
      Metadata
      Bindings
      • 0. 378
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `categories` where `categories`.`parent_id` = 365 and `categories`.`parent_id` is not null order by `priority` asc
      250μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276u214691740_axon
      Metadata
      Bindings
      • 0. 365
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `translations` where `translations`.`translationable_id` in (379) and `translations`.`translationable_type` = 'App\Model\Category' and `locale` = 'en'
      310μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276u214691740_axon
      Metadata
      Bindings
      • 0. App\Model\Category
      • 1. en
      Backtrace
      • 24. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276
      • 26. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 28. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 29. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `categories` where `categories`.`parent_id` = 379 and `categories`.`parent_id` is not null order by `priority` asc
      290μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289u214691740_axon
      Metadata
      Bindings
      • 0. 379
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `categories` where `categories`.`parent_id` = 366 and `categories`.`parent_id` is not null order by `priority` asc
      330μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276u214691740_axon
      Metadata
      Bindings
      • 0. 366
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `translations` where `translations`.`translationable_id` in (380) and `translations`.`translationable_type` = 'App\Model\Category' and `locale` = 'en'
      350μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276u214691740_axon
      Metadata
      Bindings
      • 0. App\Model\Category
      • 1. en
      Backtrace
      • 24. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276
      • 26. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 28. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 29. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `categories` where `categories`.`parent_id` = 380 and `categories`.`parent_id` is not null order by `priority` asc
      250μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289u214691740_axon
      Metadata
      Bindings
      • 0. 380
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `categories` where `categories`.`parent_id` = 381 and `categories`.`parent_id` is not null order by `priority` asc
      270μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276u214691740_axon
      Metadata
      Bindings
      • 0. 381
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `categories` where `categories`.`parent_id` = 382 and `categories`.`parent_id` is not null order by `priority` asc
      230μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276u214691740_axon
      Metadata
      Bindings
      • 0. 382
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `categories` where `categories`.`parent_id` = 384 and `categories`.`parent_id` is not null order by `priority` asc
      240μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276u214691740_axon
      Metadata
      Bindings
      • 0. 384
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `categories` where `categories`.`parent_id` = 403 and `categories`.`parent_id` is not null order by `priority` asc
      320μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276u214691740_axon
      Metadata
      Bindings
      • 0. 403
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `translations` where `translations`.`translationable_id` in (404) and `translations`.`translationable_type` = 'App\Model\Category' and `locale` = 'en'
      360μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276u214691740_axon
      Metadata
      Bindings
      • 0. App\Model\Category
      • 1. en
      Backtrace
      • 24. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:276
      • 26. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 27. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 28. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 29. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `categories` where `categories`.`parent_id` = 404 and `categories`.`parent_id` is not null order by `priority` asc
      270μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289u214691740_axon
      Metadata
      Bindings
      • 0. 404
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:289
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `solution_menus`
      22.1msview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:321u214691740_axon
      Metadata
      Backtrace
      • 14. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:321
      • 16. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 17. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 18. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 19. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    • select * from `our_solutions` where `our_solutions`.`solution_menus_id` in (1, 2, 3, 4, 5)
      650μsview::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:321u214691740_axon
      Metadata
      Backtrace
      • 19. view::8abe9bf4000d72c16ea362e9ee28252f11b5b36e:321
      • 21. /vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:108
      • 22. /vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 23. /vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:61
      • 24. /vendor/facade/ignition/src/Views/Engines/CompilerEngine.php:37
    App\Model\OurSolution
    4
    App\Model\SolutionMenu
    5
    App\Model\Brand
    5
    App\Model\Category
    25
    App\Model\Shop
    1
    App\Model\Seller
    1
    App\Model\OrderDetail
    2
    App\Model\Review
    2
    App\Model\Product
    7
    App\Model\BusinessSetting
    1
        decimal_point_settings
        2
        product_brand
        1
        digital_product
        1
        recaptcha
        array:3 [ "status" => 0 "site_key" => "" "secret_key" => "" ]
        currency_model
        single_currency
        language
        array:1 [ 0 => array:4 [ "id" => "1" "name" => "english" "code" => "en" "status" =...
        local
        en
        direction
        ltr
        system_default_currency
        3
        system_default_currency_info
        App\Model\Currency {#3337 #connection: "mysql" #table: "currencies" #primaryKey: "id" #keyTy...
        currency_code
        INR
        currency_symbol
        currency_exchange_rate
        60.0
        _token
        7MYvEYkdoJpkYgFbUrV7vyLdaZSqTpIX6mQhuCcp
        _previous
        array:1 [ "url" => "https://globaltechnologypra.com/index.php/products?data_from=category&id=373" ...
        _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" => "category" "id" => "373" ]
        request_request
        0 of 0
        array:2 [ "data_from" => "category" "id" => "373" ]
        request_headers
        0 of 0
        array:22 [ "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 => "br" ] "host" => array:1 [ 0 => "globaltechnologypra.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.216.244.2" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-real-ip" => array:1 [ 0 => "18.216.244.2" ] "x-real-port" => array:1 [ 0 => "19097" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-port" => array:1 [ 0 => "443" ] "x-lscache" => array:1 [ 0 => "1" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "priority" => array:1 [ 0 => "u=0, i" ] ]
        request_server
        0 of 0
        array:59 [ "LSPHP_ProcessGroup" => "on" "PATH" => "/usr/local/bin:/bin:/usr/bin" "HTTP_ACCEPT" => "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" "HTTP_ACCEPT_ENCODING" => "br" "HTTP_HOST" => "globaltechnologypra.com" "HTTP_PRAGMA" => "no-cache" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_X_FORWARDED_FOR" => "18.216.244.2" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_X_REAL_IP" => "18.216.244.2" "HTTP_X_REAL_PORT" => "19097" "HTTP_X_FORWARDED_PORT" => "443" "HTTP_X_PORT" => "443" "HTTP_X_LSCACHE" => "1" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_PRIORITY" => "u=0, i" "DOCUMENT_ROOT" => "/home/u214691740/domains/globaltechnologypra.com/public_html" "REMOTE_ADDR" => "18.216.244.2" "REMOTE_PORT" => "62342" "SERVER_ADDR" => "2a02:4780:11:1775:0:ccb:ef9c:4" "SERVER_NAME" => "globaltechnologypra.com" "SERVER_ADMIN" => "" "SERVER_PORT" => "443" "REQUEST_SCHEME" => "https" "REQUEST_URI" => "/index.php/products?data_from=category&id=373" "PATH_INFO" => "/products" "PATH_TRANSLATED" => "/home/u214691740/domains/globaltechnologypra.com/public_html/products" "PROXY_REMOTE_ADDR" => "2a02:4780:1:25::2" "HTTPS" => "on" "CRAWLER_USLEEP" => "1000" "CRAWLER_LOAD_LIMIT_ENFORCE" => "25" "H_PLATFORM" => "Hostinger" "H_TYPE" => "shared" "H_CANARY" => "false" "H_STAGING" => "false" "SSL_PROTOCOL" => "TLSv1.3" "SSL_CIPHER" => "TLS_AES_256_GCM_SHA384" "SSL_CIPHER_USEKEYSIZE" => "256" "SSL_CIPHER_ALGKEYSIZE" => "256" "SCRIPT_FILENAME" => "/home/u214691740/domains/globaltechnologypra.com/public_html/index.php" "QUERY_STRING" => "data_from=category&id=373" "SCRIPT_URI" => "https://globaltechnologypra.com/index.php/products" "SCRIPT_URL" => "/index.php/products" "SCRIPT_NAME" => "/index.php" "SERVER_PROTOCOL" => "HTTP/1.1" "SERVER_SOFTWARE" => "LiteSpeed" "REQUEST_METHOD" => "GET" "X-LSCACHE" => "on,crawler,esi,combine" "PHP_SELF" => "/index.php/products" "REQUEST_TIME_FLOAT" => 1747173108.6628 "REQUEST_TIME" => 1747173108 ]
        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, 13 May 2025 21:51:48 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikd4dVRMVW9JbVYzazJ2OS9YajFoclE9PSIsInZhbHVlIjoiS00rVllIZnB1T2xJcDJzNFE4bFJ5QTV4cmpxYjZvNjF2WXRaYVROaW96dWcwMUxzWnBFQnJVQ1pyTy9KVXZRRmxpT05UOWxnYTdFTmw2N1p5RlNwaWFTS1B3WEN0bWw1Z2RCbStZUFpZaWNZaXFlSEg4cndJM0Uxa1pIRzNabDEiLCJtYWMiOiIxZGM3YmYxYTU4MmI3NmI4ODUzN2NiMjEzZmRiMmQzNDUyZjEzZWY2ZjVlNDEzZmUyODEyMzM5NWY1YjEwZmZmIiwidGFnIjoiIn0%3D; expires=Tue, 13-May-2025 22:51:49 GMT; Max-Age=3600; path=/XSRF-TOKEN=eyJpdiI6Ikd4dVRMVW9JbVYzazJ2OS9YajFoclE9PSIsInZhbHVlIjoiS00rVllIZnB1T2xJcDJzNFE4bFJ5QTV4cmpxYjZvNjF2WXRaYVROaW96dWcwMUxzWnBFQnJVQ1pyTy9KVXZRRmxpT05UO" 1 => "6valley1692876894_session=eyJpdiI6IjJCcmFiY3FHWWpqU21pdmtFVFo5UGc9PSIsInZhbHVlIjoidjZyUERhWWthYTgzcWZDbGw0Y0xUT09hOXdzMEVrUVBFbDNlaWdlMncyTXVmayt0cVd3SDMvMmZFMnlEUUFLbjMybk9POXFIY2M1UzN4Z28zaUV5YVBRazVoMFQ0R2NWU21Yb3JWUnEzN2cva1gvUWJjNkxscDRmU3h5VUE1TzgiLCJtYWMiOiI5ODNmMTczNGUzZGVlYTZhYzk0ZWI3NzgwODBhN2ZiMDJmYTU1YTg2OTU5MWNmZWYzZWIzMTk2M2Y0YmJlZWE0IiwidGFnIjoiIn0%3D; expires=Tue, 13-May-2025 22:51:49 GMT; Max-Age=3600; path=/; httponly6valley1692876894_session=eyJpdiI6IjJCcmFiY3FHWWpqU21pdmtFVFo5UGc9PSIsInZhbHVlIjoidjZyUERhWWthYTgzcWZDbGw0Y0xUT09hOXdzMEVrUVBFbDNlaWdlMncyTXVmayt0cVd3SDMvMmZFMn" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ikd4dVRMVW9JbVYzazJ2OS9YajFoclE9PSIsInZhbHVlIjoiS00rVllIZnB1T2xJcDJzNFE4bFJ5QTV4cmpxYjZvNjF2WXRaYVROaW96dWcwMUxzWnBFQnJVQ1pyTy9KVXZRRmxpT05UOWxnYTdFTmw2N1p5RlNwaWFTS1B3WEN0bWw1Z2RCbStZUFpZaWNZaXFlSEg4cndJM0Uxa1pIRzNabDEiLCJtYWMiOiIxZGM3YmYxYTU4MmI3NmI4ODUzN2NiMjEzZmRiMmQzNDUyZjEzZWY2ZjVlNDEzZmUyODEyMzM5NWY1YjEwZmZmIiwidGFnIjoiIn0%3D; expires=Tue, 13-May-2025 22:51:49 GMT; path=/XSRF-TOKEN=eyJpdiI6Ikd4dVRMVW9JbVYzazJ2OS9YajFoclE9PSIsInZhbHVlIjoiS00rVllIZnB1T2xJcDJzNFE4bFJ5QTV4cmpxYjZvNjF2WXRaYVROaW96dWcwMUxzWnBFQnJVQ1pyTy9KVXZRRmxpT05UO" 1 => "6valley1692876894_session=eyJpdiI6IjJCcmFiY3FHWWpqU21pdmtFVFo5UGc9PSIsInZhbHVlIjoidjZyUERhWWthYTgzcWZDbGw0Y0xUT09hOXdzMEVrUVBFbDNlaWdlMncyTXVmayt0cVd3SDMvMmZFMnlEUUFLbjMybk9POXFIY2M1UzN4Z28zaUV5YVBRazVoMFQ0R2NWU21Yb3JWUnEzN2cva1gvUWJjNkxscDRmU3h5VUE1TzgiLCJtYWMiOiI5ODNmMTczNGUzZGVlYTZhYzk0ZWI3NzgwODBhN2ZiMDJmYTU1YTg2OTU5MWNmZWYzZWIzMTk2M2Y0YmJlZWE0IiwidGFnIjoiIn0%3D; expires=Tue, 13-May-2025 22:51:49 GMT; path=/; httponly6valley1692876894_session=eyJpdiI6IjJCcmFiY3FHWWpqU21pdmtFVFo5UGc9PSIsInZhbHVlIjoidjZyUERhWWthYTgzcWZDbGw0Y0xUT09hOXdzMEVrUVBFbDNlaWdlMncyTXVmayt0cVd3SDMvMmZFMn" ] ]
        session_attributes
        0 of 0
        array:17 [ "decimal_point_settings" => 2 "product_brand" => 1 "digital_product" => 1 "recaptcha" => array:3 [ "status" => 0 "site_key" => "" "secret_key" => "" ] "currency_model" => "single_currency" "language" => array:1 [ 0 => array:4 [ "id" => "1" "name" => "english" "code" => "en" "status" => 1 ] ] "local" => "en" "direction" => "ltr" "system_default_currency" => 3 "system_default_currency_info" => App\Model\Currency {#3337 #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" => 3 "name" => "Indian Rupi" "symbol" => "" "code" => "INR" "exchange_rate" => "60" "status" => 1 "created_at" => "2020-10-15 17:23:04" "updated_at" => "2021-06-04 18:26:38" ] #original: array:8 [ "id" => 3 "name" => "Indian Rupi" "symbol" => "" "code" => "INR" "exchange_rate" => "60" "status" => 1 "created_at" => "2020-10-15 17:23:04" "updated_at" => "2021-06-04 18:26:38" ] #changes: [] #casts: array:4 [ "exchange_rate" => "float" "status" => "integer" "created_at" => "datetime" "updated_at" => "datetime" ] #classCastCache: [] #attributeCastCache: [] #dates: [] #dateFormat: null #appends: [] #dispatchesEvents: [] #observables: [] #relations: [] #touches: [] +timestamps: true #hidden: [] #visible: [] #fillable: [] #guarded: array:1 [ 0 => "*" ] } "currency_code" => "INR" "currency_symbol" => "" "currency_exchange_rate" => 60.0 "_token" => "7MYvEYkdoJpkYgFbUrV7vyLdaZSqTpIX6mQhuCcp" "_previous" => array:1 [ "url" => "https://globaltechnologypra.com/index.php/products?data_from=category&id=373" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]