<カテゴリを選ぶ> <ブランドで絞り込み>

<金額で絞り込み>
99円
1,116,109円
8.2.22PHP Version6.42sRequest Duration11MBMemory UsageGET category/{slug?}Route
Total time
0μs
  • warninglog[09:41:57] LOG.warning: Callables of the form ["Swift_SmtpTransport", "Swift_Transport_EsmtpTranspor...
  • warninglog[09:42:03] LOG.warning: explode(): Passing null to parameter #2 ($string) of type string is deprecat...
  • Booting (11.38ms)
  • Application (6.41s)
  • 1 x Application (99.82%)
    6.41s
    1 x Booting (0.18%)
    11.38ms
    4 templates were rendered
    • category (resources/views/category.blade.php)17blade
      Params
      0
      category_data
      1
      product_lists_for_display
      2
      childlists
      3
      breadcrumbs
      4
      attributes
      5
      brand_names
      6
      category_brand_lists
      7
      brand_names_array
      8
      attribute_list_check
      9
      url_parameter_brand_array
      10
      url_parameter_attribute
      11
      product_lists_for_filter
      12
      category_brand_lists_attribute_filter
      13
      min_price_displayed
      14
      max_price_displayed
      15
      countRegisteredProducts
      16
      sidebar_categories
    • pagination::bootstrap-4 (vendor/laravel/framework/src/Illuminate/Pagination/resources/views/bootstrap-4.blade.php)4blade
      Params
      0
      paginator
      1
      elements
      2
      countRegisteredProducts
      3
      sidebar_categories
    • layouts.sidebar (resources/views/layouts/sidebar.blade.php)31blade
      Params
      0
      __env
      1
      app
      2
      isMobile
      3
      errors
      4
      category_data
      5
      product_lists_for_display
      6
      childlists
      7
      breadcrumbs
      8
      attributes
      9
      brand_names
      10
      category_brand_lists
      11
      brand_names_array
      12
      attribute_list_check
      13
      url_parameter_brand_array
      14
      url_parameter_attribute
      15
      product_lists_for_filter
      16
      category_brand_lists_attribute_filter
      17
      min_price_displayed
      18
      max_price_displayed
      19
      countRegisteredProducts
      20
      sidebar_categories
      21
      __currentLoopData
      22
      breadcrumb
      23
      loop
      24
      childlist
      25
      category_brand_list
      26
      isFirstAttribute
      27
      product
      28
      priceParam
      29
      initialMin
      30
      initialMax
    • layouts.app (resources/views/layouts/app.blade.php)31blade
      Params
      0
      __env
      1
      app
      2
      isMobile
      3
      errors
      4
      category_data
      5
      product_lists_for_display
      6
      childlists
      7
      breadcrumbs
      8
      attributes
      9
      brand_names
      10
      category_brand_lists
      11
      brand_names_array
      12
      attribute_list_check
      13
      url_parameter_brand_array
      14
      url_parameter_attribute
      15
      product_lists_for_filter
      16
      category_brand_lists_attribute_filter
      17
      min_price_displayed
      18
      max_price_displayed
      19
      countRegisteredProducts
      20
      sidebar_categories
      21
      __currentLoopData
      22
      breadcrumb
      23
      loop
      24
      childlist
      25
      category_brand_list
      26
      isFirstAttribute
      27
      product
      28
      priceParam
      29
      initialMin
      30
      initialMax
    uri
    GET category/{slug?}
    middleware
    web
    controller
    App\Http\Controllers\ProductCategoryController@index
    namespace
    App\Http\Controllers
    prefix
    where
    as
    category
    file
    app/Http/Controllers/ProductCategoryController.php:35-121
    30 statements were executed, 13 of which were duplicated, 17 unique6.35s
    • select `brand_name`, `brand_id` from `product_brands`
      1.5ms/app/Models/ProductBrand.php:18toolnet_laravel
      Metadata
      Backtrace
      • 15. /app/Models/ProductBrand.php:18
      • 16. /app/Http/Controllers/ProductCategoryController.php:39
      • 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 `product_categories` where `slug` = 'lighting' limit 1
      210μs/app/Models/ProductCategory.php:85toolnet_laravel
      Metadata
      Bindings
      • 0. lighting
      Backtrace
      • 15. /app/Models/ProductCategory.php:85
      • 16. /app/Http/Controllers/ProductCategoryController.php:45
      • 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 `product_categories` where `slug` = 'lighting' limit 1
      130μs/app/Models/ProductCategory.php:29toolnet_laravel
      Metadata
      Bindings
      • 0. lighting
      Backtrace
      • 15. /app/Models/ProductCategory.php:29
      • 16. /app/Http/Controllers/ProductCategoryController.php:48
      • 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 `parent`, `category_id`, `slug`, `category_name` from `product_categories`
      450μs/app/Models/ProductCategory.php:92toolnet_laravel
      Metadata
      Backtrace
      • 14. /app/Models/ProductCategory.php:92
      • 15. /app/Http/Controllers/ProductCategoryController.php:51
      • 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 `parent`, `category_name`, `category_id`, `slug`, `count` from `product_categories`
      560μs/app/Models/ProductCategory.php:41toolnet_laravel
      Metadata
      Backtrace
      • 14. /app/Models/ProductCategory.php:41
      • 15. /app/Http/Controllers/ProductCategoryController.php:55
      • 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 `product_specs` where `category` in (1113, 1114, 1191, 1401)
      1.07ms/app/Http/Controllers/ProductCategoryController.php:79toolnet_laravel
      Metadata
      Bindings
      • 0. 1113
      • 1. 1114
      • 2. 1191
      • 3. 1401
      Backtrace
      • 14. /app/Http/Controllers/ProductCategoryController.php:79
      • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `product_prices` where `product_prices`.`wp_id` in (195062, 195073, 195074, 195075, 197812, 197842, 199059, 220382, 220383, 220384, 220385, 220386, 220387, 220388, 220389, 220390, 220393, 220394, 220396, 220397, 220402, 220403, 220404, 220405, 220406, 220407, 220408, 220409, 220410, 220411, 220638, 220639, 220640, 220641, 223516, 223517, 223518, 223528, 223529, 223530, 223871, 223874, 224144, 224199, 229681, 229682, 229683, 229684, 230707, 230708, 230709, 230710, 230711, 230712, 230713, 230728, 230732, 230739, 230745, 230746, 230747, 230750, 230751, 230989, 255703, 255717, 255718, 255719, 255720, 255721, 255723, 267685, 267702, 267703, 268985, 270416, 270448, 274680, 274697, 274773, 275089, 277411, 280345, 280358, 283221, 283223, 283224, 284540, 294079, 294080, 294081, 294082, 294083, 294084, 294085, 294086, 294087, 294088, 294089, 301113, 301114, 301116, 301117, 301122, 301125, 301126, 301129, 301132, 301137, 301144, 301146, 303018, 304257, 304258, 304364, 304369, 304370, 304371, 304372, 304373, 304374, 304375, 304380, 304394, 304395, 304396, 304399, 304404, 304406, 304409, 304412, 304413, 304437, 304439, 305629, 307151, 307513, 307718, 307719, 307720, 316947, 316948, 316949, 316950, 316951, 316953, 316954, 316956, 316957, 316958, 316988, 316989, 317064, 317067, 317068, 317282, 317289, 331242, 332383, 332384, 332387, 332388, 332420, 332427, 332428, 332584, 333878, 335254, 335255, 335256, 335265, 335267, 335268, 335270, 338085, 338086, 338087, 338090, 339076, 360700, 360710)
      9.98ms/app/Http/Controllers/ProductCategoryController.php:79toolnet_laravel
      Metadata
      Bindings
      • 0. 195062
      • 1. 195073
      • 2. 195074
      • 3. 195075
      • 4. 197812
      • 5. 197842
      • 6. 199059
      • 7. 220382
      • 8. 220383
      • 9. 220384
      • 10. 220385
      • 11. 220386
      • 12. 220387
      • 13. 220388
      • 14. 220389
      • 15. 220390
      • 16. 220393
      • 17. 220394
      • 18. 220396
      • 19. 220397
      • 20. 220402
      • 21. 220403
      • 22. 220404
      • 23. 220405
      • 24. 220406
      • 25. 220407
      • 26. 220408
      • 27. 220409
      • 28. 220410
      • 29. 220411
      • 30. 220638
      • 31. 220639
      • 32. 220640
      • 33. 220641
      • 34. 223516
      • 35. 223517
      • 36. 223518
      • 37. 223528
      • 38. 223529
      • 39. 223530
      • 40. 223871
      • 41. 223874
      • 42. 224144
      • 43. 224199
      • 44. 229681
      • 45. 229682
      • 46. 229683
      • 47. 229684
      • 48. 230707
      • 49. 230708
      • 50. 230709
      • 51. 230710
      • 52. 230711
      • 53. 230712
      • 54. 230713
      • 55. 230728
      • 56. 230732
      • 57. 230739
      • 58. 230745
      • 59. 230746
      • 60. 230747
      • 61. 230750
      • 62. 230751
      • 63. 230989
      • 64. 255703
      • 65. 255717
      • 66. 255718
      • 67. 255719
      • 68. 255720
      • 69. 255721
      • 70. 255723
      • 71. 267685
      • 72. 267702
      • 73. 267703
      • 74. 268985
      • 75. 270416
      • 76. 270448
      • 77. 274680
      • 78. 274697
      • 79. 274773
      • 80. 275089
      • 81. 277411
      • 82. 280345
      • 83. 280358
      • 84. 283221
      • 85. 283223
      • 86. 283224
      • 87. 284540
      • 88. 294079
      • 89. 294080
      • 90. 294081
      • 91. 294082
      • 92. 294083
      • 93. 294084
      • 94. 294085
      • 95. 294086
      • 96. 294087
      • 97. 294088
      • 98. 294089
      • 99. 301113
      • 100. 301114
      • 101. 301116
      • 102. 301117
      • 103. 301122
      • 104. 301125
      • 105. 301126
      • 106. 301129
      • 107. 301132
      • 108. 301137
      • 109. 301144
      • 110. 301146
      • 111. 303018
      • 112. 304257
      • 113. 304258
      • 114. 304364
      • 115. 304369
      • 116. 304370
      • 117. 304371
      • 118. 304372
      • 119. 304373
      • 120. 304374
      • 121. 304375
      • 122. 304380
      • 123. 304394
      • 124. 304395
      • 125. 304396
      • 126. 304399
      • 127. 304404
      • 128. 304406
      • 129. 304409
      • 130. 304412
      • 131. 304413
      • 132. 304437
      • 133. 304439
      • 134. 305629
      • 135. 307151
      • 136. 307513
      • 137. 307718
      • 138. 307719
      • 139. 307720
      • 140. 316947
      • 141. 316948
      • 142. 316949
      • 143. 316950
      • 144. 316951
      • 145. 316953
      • 146. 316954
      • 147. 316956
      • 148. 316957
      • 149. 316958
      • 150. 316988
      • 151. 316989
      • 152. 317064
      • 153. 317067
      • 154. 317068
      • 155. 317282
      • 156. 317289
      • 157. 331242
      • 158. 332383
      • 159. 332384
      • 160. 332387
      • 161. 332388
      • 162. 332420
      • 163. 332427
      • 164. 332428
      • 165. 332584
      • 166. 333878
      • 167. 335254
      • 168. 335255
      • 169. 335256
      • 170. 335265
      • 171. 335267
      • 172. 335268
      • 173. 335270
      • 174. 338085
      • 175. 338086
      • 176. 338087
      • 177. 338090
      • 178. 339076
      • 179. 360700
      • 180. 360710
      Backtrace
      • 19. /app/Http/Controllers/ProductCategoryController.php:79
      • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `product_categories` where `product_categories`.`category_id` in (1113, 1114, 1191, 1401)
      330μs/app/Http/Controllers/ProductCategoryController.php:79toolnet_laravel
      Metadata
      Bindings
      • 0. 1113
      • 1. 1114
      • 2. 1191
      • 3. 1401
      Backtrace
      • 19. /app/Http/Controllers/ProductCategoryController.php:79
      • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `product_attributes` where `product_attributes`.`jan` in ('94664042124 ', '94664042131 ', '795626016015 ', '795626020449 ', '795626023792 ', '795626023808 ', '795626024188 ', '795626024201 ', '795626024270 ', '795626024294 ', '795626024300 ', '795626024393 ', '795626024423 ', '795626024430 ', '795626024447 ', '795626024713 ', '4029113739658 ', '4029113739689 ', '4029113786959 ', '4029113831307 ', '4058205009393 ', '4058205009850 ', '4058205009867 ', '4058205009874 ', '4058205009898 ', '4058205009904 ', '4058205009911 ', '4058205009935 ', '4058205010825 ', '4058205010856 ', '4513643453110 ', '4513643453127 ', '4536178811200 ', '4540665003108 ', '4545695003487 ', '4571136831715 ', '4571486582398 ', '4573454530660 ', '4582107443868 ', '4582107443875 ', '4582107443882 ', '4582107443899 ', '4582107443905 ', '4582107443929 ', '4582107443936 ', '4582107443943 ', '4582107443950 ', '4582107443967 ', '4582107443974 ', '4582107443981 ', '4582107443998 ', '4582107444001 ', '4582107444018 ', '4582107444025 ', '4582107444032 ', '4582107444049 ', '4582107444056 ', '4582107444285 ', '4582107444292 ', '4582107444308 ', '4582107444315 ', '4582107444322 ', '4582107444742 ', '4582107444759 ', '4582107444766 ', '4582136047419 ', '4901087214303 ', '4901480232904 ', '4902530255140 ', '4902530310696 ', '4902530403787 ', '4902530405408 ', '4902530720891 ', '4902704300157 ', '4902704300164 ', '4930510313542 ', '4930510313603 ', '4930510313610 ', '4930510313719 ', '4930510313757 ', '4930510313818 ', '4930510313986 ', '4930510314013 ', '4930510321424 ', '4930510321479 ', '4930510321493 ', '4930510321868 ', '4930510321875 ', '4930510321967 ', '4930510321974 ', '4930510321981 ', '4930510350004 ', '4930510351001 ', '4930510351223 ', '4930510351308 ', '4932635366373 ', '4937305035368 ', '4937305035375 ', '4937897002779 ', '4938766000933 ', '4938766004818 ', '4938766009851 ', '4939736900888 ', '4939736900901 ', '4939736901960 ', '4939736901977 ', '4939736901991 ', '4939736902042 ', '4950654035216 ', '4950654038521 ', '4950654039450 ', '4950654039467 ', '4950654039474 ', '4950654039481 ', '4950654039498 ', '4950654039511 ', '4950654039559 ', '4950654039566 ', '4950654039573 ', '4950654039580 ', '4950654039597 ', '4950654039924 ', '4950654039979 ', '4950654042061 ', '4950654042108 ', '4950654042115 ', '4954849460029 ', '4954849460036 ', '4954849460043 ', '4954849460074 ', '4954849460081 ', '4954849462047 ', '4954849462054 ', '4954849464027 ', '4954849466014 ', '4954849466021 ', '4954849466038 ', '4962772077030 ', '4967576197960 ', '4967576197977 ', '4967576197984 ', '4967576197991 ', '4967576202718 ', '4967576202725 ', '4967576202732 ', '4967576202749 ', '4967576202756 ', '4967576202763 ', '4967576202770 ', '4967576202787 ', '4967576337472 ', '4967576337489 ', '4967576337496 ', '4967576349895 ', '4967576349956 ', '4967576349963 ', '4968478104049 ', '4975364169396 ', '4989433614298 ', '4989999839883 ', '4992456121070 ', '4992456121087 ', '4992456121100 ', '4992456121117 ', '4992456121131 ', '4993005009450 ', '4993005009467 ', '4993005009511 ', '4993005009528 ', '4993005009924 ', '4993005009931 ', '4993005009986 ', '4993005009993 ', '4993005012382 ', '4993005012399 ', '4993005012405 ', '4993005012412 ', '6942870304700 ', '6942870305127 ', '6942870305134 ', '6942870305585 ')
      390μs/app/Http/Controllers/ProductCategoryController.php:79toolnet_laravel
      Metadata
      Bindings
      • 0. 94664042124
      • 1. 94664042131
      • 2. 795626016015
      • 3. 795626020449
      • 4. 795626023792
      • 5. 795626023808
      • 6. 795626024188
      • 7. 795626024201
      • 8. 795626024270
      • 9. 795626024294
      • 10. 795626024300
      • 11. 795626024393
      • 12. 795626024423
      • 13. 795626024430
      • 14. 795626024447
      • 15. 795626024713
      • 16. 4029113739658
      • 17. 4029113739689
      • 18. 4029113786959
      • 19. 4029113831307
      • 20. 4058205009393
      • 21. 4058205009850
      • 22. 4058205009867
      • 23. 4058205009874
      • 24. 4058205009898
      • 25. 4058205009904
      • 26. 4058205009911
      • 27. 4058205009935
      • 28. 4058205010825
      • 29. 4058205010856
      • 30. 4513643453110
      • 31. 4513643453127
      • 32. 4536178811200
      • 33. 4540665003108
      • 34. 4545695003487
      • 35. 4571136831715
      • 36. 4571486582398
      • 37. 4573454530660
      • 38. 4582107443868
      • 39. 4582107443875
      • 40. 4582107443882
      • 41. 4582107443899
      • 42. 4582107443905
      • 43. 4582107443929
      • 44. 4582107443936
      • 45. 4582107443943
      • 46. 4582107443950
      • 47. 4582107443967
      • 48. 4582107443974
      • 49. 4582107443981
      • 50. 4582107443998
      • 51. 4582107444001
      • 52. 4582107444018
      • 53. 4582107444025
      • 54. 4582107444032
      • 55. 4582107444049
      • 56. 4582107444056
      • 57. 4582107444285
      • 58. 4582107444292
      • 59. 4582107444308
      • 60. 4582107444315
      • 61. 4582107444322
      • 62. 4582107444742
      • 63. 4582107444759
      • 64. 4582107444766
      • 65. 4582136047419
      • 66. 4901087214303
      • 67. 4901480232904
      • 68. 4902530255140
      • 69. 4902530310696
      • 70. 4902530403787
      • 71. 4902530405408
      • 72. 4902530720891
      • 73. 4902704300157
      • 74. 4902704300164
      • 75. 4930510313542
      • 76. 4930510313603
      • 77. 4930510313610
      • 78. 4930510313719
      • 79. 4930510313757
      • 80. 4930510313818
      • 81. 4930510313986
      • 82. 4930510314013
      • 83. 4930510321424
      • 84. 4930510321479
      • 85. 4930510321493
      • 86. 4930510321868
      • 87. 4930510321875
      • 88. 4930510321967
      • 89. 4930510321974
      • 90. 4930510321981
      • 91. 4930510350004
      • 92. 4930510351001
      • 93. 4930510351223
      • 94. 4930510351308
      • 95. 4932635366373
      • 96. 4937305035368
      • 97. 4937305035375
      • 98. 4937897002779
      • 99. 4938766000933
      • 100. 4938766004818
      • 101. 4938766009851
      • 102. 4939736900888
      • 103. 4939736900901
      • 104. 4939736901960
      • 105. 4939736901977
      • 106. 4939736901991
      • 107. 4939736902042
      • 108. 4950654035216
      • 109. 4950654038521
      • 110. 4950654039450
      • 111. 4950654039467
      • 112. 4950654039474
      • 113. 4950654039481
      • 114. 4950654039498
      • 115. 4950654039511
      • 116. 4950654039559
      • 117. 4950654039566
      • 118. 4950654039573
      • 119. 4950654039580
      • 120. 4950654039597
      • 121. 4950654039924
      • 122. 4950654039979
      • 123. 4950654042061
      • 124. 4950654042108
      • 125. 4950654042115
      • 126. 4954849460029
      • 127. 4954849460036
      • 128. 4954849460043
      • 129. 4954849460074
      • 130. 4954849460081
      • 131. 4954849462047
      • 132. 4954849462054
      • 133. 4954849464027
      • 134. 4954849466014
      • 135. 4954849466021
      • 136. 4954849466038
      • 137. 4962772077030
      • 138. 4967576197960
      • 139. 4967576197977
      • 140. 4967576197984
      • 141. 4967576197991
      • 142. 4967576202718
      • 143. 4967576202725
      • 144. 4967576202732
      • 145. 4967576202749
      • 146. 4967576202756
      • 147. 4967576202763
      • 148. 4967576202770
      • 149. 4967576202787
      • 150. 4967576337472
      • 151. 4967576337489
      • 152. 4967576337496
      • 153. 4967576349895
      • 154. 4967576349956
      • 155. 4967576349963
      • 156. 4968478104049
      • 157. 4975364169396
      • 158. 4989433614298
      • 159. 4989999839883
      • 160. 4992456121070
      • 161. 4992456121087
      • 162. 4992456121100
      • 163. 4992456121117
      • 164. 4992456121131
      • 165. 4993005009450
      • 166. 4993005009467
      • 167. 4993005009511
      • 168. 4993005009528
      • 169. 4993005009924
      • 170. 4993005009931
      • 171. 4993005009986
      • 172. 4993005009993
      • 173. 4993005012382
      • 174. 4993005012399
      • 175. 4993005012405
      • 176. 4993005012412
      • 177. 6942870304700
      • 178. 6942870305127
      • 179. 6942870305134
      • 180. 6942870305585
      Backtrace
      • 19. /app/Http/Controllers/ProductCategoryController.php:79
      • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select `brand` from `product_specs` where `category` in (1113, 1114, 1191, 1401)
      240μs/app/Models/ProductSpec.php:28toolnet_laravel
      Metadata
      Bindings
      • 0. 1113
      • 1. 1114
      • 2. 1191
      • 3. 1401
      Backtrace
      • 13. /app/Models/ProductSpec.php:28
      • 14. /app/Http/Controllers/ProductCategoryController.php:90
      • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
    • select * from `product_specs` where `category` in (1113, 1114, 1191, 1401) and exists (select * from `product_prices` where `product_specs`.`wp_id` = `product_prices`.`wp_id` and `price_1` between '99' and '1116109')
      3.65s/app/Http/Controllers/ProductCategoryController.php:94toolnet_laravel
      Metadata
      Bindings
      • 0. 1113
      • 1. 1114
      • 2. 1191
      • 3. 1401
      • 4. 99
      • 5. 1116109
      Backtrace
      • 14. /app/Http/Controllers/ProductCategoryController.php:94
      • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `product_prices` where `product_prices`.`wp_id` in (195062, 195073, 195074, 195075, 197812, 197842, 199059, 220382, 220383, 220384, 220385, 220386, 220387, 220388, 220389, 220390, 220393, 220394, 220396, 220397, 220402, 220403, 220404, 220405, 220406, 220407, 220408, 220409, 220410, 220411, 220638, 220639, 220640, 220641, 223516, 223517, 223518, 223528, 223529, 223530, 223871, 223874, 224144, 224199, 229681, 229682, 229683, 229684, 230707, 230708, 230709, 230710, 230711, 230712, 230713, 230728, 230732, 230739, 230745, 230746, 230747, 230750, 230751, 230989, 255703, 255717, 255718, 255719, 255720, 255721, 255723, 267685, 267702, 267703, 268985, 270416, 270448, 274680, 274697, 274773, 275089, 277411, 280345, 280358, 283221, 283223, 283224, 284540, 294079, 294080, 294081, 294082, 294083, 294084, 294085, 294086, 294087, 294088, 294089, 301113, 301114, 301116, 301117, 301122, 301125, 301126, 301129, 301132, 301137, 301144, 301146, 303018, 304257, 304258, 304364, 304369, 304370, 304371, 304373, 304374, 304375, 304380, 304394, 304395, 304396, 304399, 304404, 304406, 304409, 304412, 304413, 304437, 304439, 305629, 307151, 307513, 307718, 307719, 307720, 316947, 316948, 316949, 316950, 316951, 316953, 316954, 316956, 316957, 316958, 316988, 316989, 317064, 317067, 317068, 317282, 317289, 331242, 332383, 332384, 332387, 332388, 332420, 332427, 332428, 332584, 333878, 335254, 335255, 335256, 335265, 335267, 335268, 335270, 338085, 338086, 338087, 338090, 339076, 360700, 360710)
      7.78ms/app/Http/Controllers/ProductCategoryController.php:94toolnet_laravel
      Metadata
      Bindings
      • 0. 195062
      • 1. 195073
      • 2. 195074
      • 3. 195075
      • 4. 197812
      • 5. 197842
      • 6. 199059
      • 7. 220382
      • 8. 220383
      • 9. 220384
      • 10. 220385
      • 11. 220386
      • 12. 220387
      • 13. 220388
      • 14. 220389
      • 15. 220390
      • 16. 220393
      • 17. 220394
      • 18. 220396
      • 19. 220397
      • 20. 220402
      • 21. 220403
      • 22. 220404
      • 23. 220405
      • 24. 220406
      • 25. 220407
      • 26. 220408
      • 27. 220409
      • 28. 220410
      • 29. 220411
      • 30. 220638
      • 31. 220639
      • 32. 220640
      • 33. 220641
      • 34. 223516
      • 35. 223517
      • 36. 223518
      • 37. 223528
      • 38. 223529
      • 39. 223530
      • 40. 223871
      • 41. 223874
      • 42. 224144
      • 43. 224199
      • 44. 229681
      • 45. 229682
      • 46. 229683
      • 47. 229684
      • 48. 230707
      • 49. 230708
      • 50. 230709
      • 51. 230710
      • 52. 230711
      • 53. 230712
      • 54. 230713
      • 55. 230728
      • 56. 230732
      • 57. 230739
      • 58. 230745
      • 59. 230746
      • 60. 230747
      • 61. 230750
      • 62. 230751
      • 63. 230989
      • 64. 255703
      • 65. 255717
      • 66. 255718
      • 67. 255719
      • 68. 255720
      • 69. 255721
      • 70. 255723
      • 71. 267685
      • 72. 267702
      • 73. 267703
      • 74. 268985
      • 75. 270416
      • 76. 270448
      • 77. 274680
      • 78. 274697
      • 79. 274773
      • 80. 275089
      • 81. 277411
      • 82. 280345
      • 83. 280358
      • 84. 283221
      • 85. 283223
      • 86. 283224
      • 87. 284540
      • 88. 294079
      • 89. 294080
      • 90. 294081
      • 91. 294082
      • 92. 294083
      • 93. 294084
      • 94. 294085
      • 95. 294086
      • 96. 294087
      • 97. 294088
      • 98. 294089
      • 99. 301113
      • 100. 301114
      • 101. 301116
      • 102. 301117
      • 103. 301122
      • 104. 301125
      • 105. 301126
      • 106. 301129
      • 107. 301132
      • 108. 301137
      • 109. 301144
      • 110. 301146
      • 111. 303018
      • 112. 304257
      • 113. 304258
      • 114. 304364
      • 115. 304369
      • 116. 304370
      • 117. 304371
      • 118. 304373
      • 119. 304374
      • 120. 304375
      • 121. 304380
      • 122. 304394
      • 123. 304395
      • 124. 304396
      • 125. 304399
      • 126. 304404
      • 127. 304406
      • 128. 304409
      • 129. 304412
      • 130. 304413
      • 131. 304437
      • 132. 304439
      • 133. 305629
      • 134. 307151
      • 135. 307513
      • 136. 307718
      • 137. 307719
      • 138. 307720
      • 139. 316947
      • 140. 316948
      • 141. 316949
      • 142. 316950
      • 143. 316951
      • 144. 316953
      • 145. 316954
      • 146. 316956
      • 147. 316957
      • 148. 316958
      • 149. 316988
      • 150. 316989
      • 151. 317064
      • 152. 317067
      • 153. 317068
      • 154. 317282
      • 155. 317289
      • 156. 331242
      • 157. 332383
      • 158. 332384
      • 159. 332387
      • 160. 332388
      • 161. 332420
      • 162. 332427
      • 163. 332428
      • 164. 332584
      • 165. 333878
      • 166. 335254
      • 167. 335255
      • 168. 335256
      • 169. 335265
      • 170. 335267
      • 171. 335268
      • 172. 335270
      • 173. 338085
      • 174. 338086
      • 175. 338087
      • 176. 338090
      • 177. 339076
      • 178. 360700
      • 179. 360710
      Backtrace
      • 19. /app/Http/Controllers/ProductCategoryController.php:94
      • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `product_categories` where `product_categories`.`category_id` in (1113, 1114, 1191, 1401)
      230μs/app/Http/Controllers/ProductCategoryController.php:94toolnet_laravel
      Metadata
      Bindings
      • 0. 1113
      • 1. 1114
      • 2. 1191
      • 3. 1401
      Backtrace
      • 19. /app/Http/Controllers/ProductCategoryController.php:94
      • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `product_attributes` where `product_attributes`.`jan` in ('94664042124 ', '94664042131 ', '795626016015 ', '795626020449 ', '795626023792 ', '795626023808 ', '795626024188 ', '795626024201 ', '795626024270 ', '795626024294 ', '795626024300 ', '795626024393 ', '795626024423 ', '795626024430 ', '795626024447 ', '795626024713 ', '4029113739658 ', '4029113739689 ', '4029113786959 ', '4029113831307 ', '4058205009393 ', '4058205009850 ', '4058205009867 ', '4058205009874 ', '4058205009898 ', '4058205009904 ', '4058205009911 ', '4058205009935 ', '4058205010825 ', '4058205010856 ', '4513643453110 ', '4513643453127 ', '4536178811200 ', '4540665003108 ', '4545695003487 ', '4571136831715 ', '4571486582398 ', '4573454530660 ', '4582107443868 ', '4582107443875 ', '4582107443882 ', '4582107443899 ', '4582107443905 ', '4582107443929 ', '4582107443936 ', '4582107443943 ', '4582107443950 ', '4582107443967 ', '4582107443974 ', '4582107443981 ', '4582107443998 ', '4582107444001 ', '4582107444018 ', '4582107444025 ', '4582107444032 ', '4582107444049 ', '4582107444056 ', '4582107444285 ', '4582107444292 ', '4582107444308 ', '4582107444315 ', '4582107444322 ', '4582107444742 ', '4582107444759 ', '4582107444766 ', '4582136047419 ', '4901087214303 ', '4901480232904 ', '4902530310696 ', '4902530403787 ', '4902530405408 ', '4902530720891 ', '4902704300157 ', '4902704300164 ', '4930510313542 ', '4930510313603 ', '4930510313610 ', '4930510313719 ', '4930510313757 ', '4930510313818 ', '4930510313986 ', '4930510314013 ', '4930510321424 ', '4930510321479 ', '4930510321493 ', '4930510321868 ', '4930510321875 ', '4930510321967 ', '4930510321974 ', '4930510321981 ', '4930510350004 ', '4930510351001 ', '4930510351223 ', '4930510351308 ', '4932635366373 ', '4937305035368 ', '4937305035375 ', '4937897002779 ', '4938766000933 ', '4938766004818 ', '4938766009851 ', '4939736900888 ', '4939736900901 ', '4939736901960 ', '4939736901977 ', '4939736901991 ', '4939736902042 ', '4950654035216 ', '4950654038521 ', '4950654039450 ', '4950654039467 ', '4950654039474 ', '4950654039481 ', '4950654039498 ', '4950654039511 ', '4950654039559 ', '4950654039566 ', '4950654039573 ', '4950654039580 ', '4950654039597 ', '4950654039924 ', '4950654039979 ', '4950654042061 ', '4950654042108 ', '4950654042115 ', '4954849460029 ', '4954849460036 ', '4954849460043 ', '4954849460074 ', '4954849460081 ', '4954849462047 ', '4954849462054 ', '4954849464027 ', '4954849466014 ', '4954849466021 ', '4954849466038 ', '4962772077030 ', '4967576197960 ', '4967576197977 ', '4967576197984 ', '4967576197991 ', '4967576202718 ', '4967576202725 ', '4967576202732 ', '4967576202749 ', '4967576202756 ', '4967576202763 ', '4967576202770 ', '4967576202787 ', '4967576337472 ', '4967576337489 ', '4967576337496 ', '4967576349895 ', '4967576349956 ', '4967576349963 ', '4968478104049 ', '4975364169396 ', '4989433614298 ', '4989999839883 ', '4992456121070 ', '4992456121087 ', '4992456121100 ', '4992456121117 ', '4992456121131 ', '4993005009450 ', '4993005009467 ', '4993005009511 ', '4993005009528 ', '4993005009924 ', '4993005009931 ', '4993005009986 ', '4993005009993 ', '4993005012382 ', '4993005012399 ', '4993005012405 ', '4993005012412 ', '6942870304700 ', '6942870305127 ', '6942870305134 ', '6942870305585 ')
      1.85ms/app/Http/Controllers/ProductCategoryController.php:94toolnet_laravel
      Metadata
      Bindings
      • 0. 94664042124
      • 1. 94664042131
      • 2. 795626016015
      • 3. 795626020449
      • 4. 795626023792
      • 5. 795626023808
      • 6. 795626024188
      • 7. 795626024201
      • 8. 795626024270
      • 9. 795626024294
      • 10. 795626024300
      • 11. 795626024393
      • 12. 795626024423
      • 13. 795626024430
      • 14. 795626024447
      • 15. 795626024713
      • 16. 4029113739658
      • 17. 4029113739689
      • 18. 4029113786959
      • 19. 4029113831307
      • 20. 4058205009393
      • 21. 4058205009850
      • 22. 4058205009867
      • 23. 4058205009874
      • 24. 4058205009898
      • 25. 4058205009904
      • 26. 4058205009911
      • 27. 4058205009935
      • 28. 4058205010825
      • 29. 4058205010856
      • 30. 4513643453110
      • 31. 4513643453127
      • 32. 4536178811200
      • 33. 4540665003108
      • 34. 4545695003487
      • 35. 4571136831715
      • 36. 4571486582398
      • 37. 4573454530660
      • 38. 4582107443868
      • 39. 4582107443875
      • 40. 4582107443882
      • 41. 4582107443899
      • 42. 4582107443905
      • 43. 4582107443929
      • 44. 4582107443936
      • 45. 4582107443943
      • 46. 4582107443950
      • 47. 4582107443967
      • 48. 4582107443974
      • 49. 4582107443981
      • 50. 4582107443998
      • 51. 4582107444001
      • 52. 4582107444018
      • 53. 4582107444025
      • 54. 4582107444032
      • 55. 4582107444049
      • 56. 4582107444056
      • 57. 4582107444285
      • 58. 4582107444292
      • 59. 4582107444308
      • 60. 4582107444315
      • 61. 4582107444322
      • 62. 4582107444742
      • 63. 4582107444759
      • 64. 4582107444766
      • 65. 4582136047419
      • 66. 4901087214303
      • 67. 4901480232904
      • 68. 4902530310696
      • 69. 4902530403787
      • 70. 4902530405408
      • 71. 4902530720891
      • 72. 4902704300157
      • 73. 4902704300164
      • 74. 4930510313542
      • 75. 4930510313603
      • 76. 4930510313610
      • 77. 4930510313719
      • 78. 4930510313757
      • 79. 4930510313818
      • 80. 4930510313986
      • 81. 4930510314013
      • 82. 4930510321424
      • 83. 4930510321479
      • 84. 4930510321493
      • 85. 4930510321868
      • 86. 4930510321875
      • 87. 4930510321967
      • 88. 4930510321974
      • 89. 4930510321981
      • 90. 4930510350004
      • 91. 4930510351001
      • 92. 4930510351223
      • 93. 4930510351308
      • 94. 4932635366373
      • 95. 4937305035368
      • 96. 4937305035375
      • 97. 4937897002779
      • 98. 4938766000933
      • 99. 4938766004818
      • 100. 4938766009851
      • 101. 4939736900888
      • 102. 4939736900901
      • 103. 4939736901960
      • 104. 4939736901977
      • 105. 4939736901991
      • 106. 4939736902042
      • 107. 4950654035216
      • 108. 4950654038521
      • 109. 4950654039450
      • 110. 4950654039467
      • 111. 4950654039474
      • 112. 4950654039481
      • 113. 4950654039498
      • 114. 4950654039511
      • 115. 4950654039559
      • 116. 4950654039566
      • 117. 4950654039573
      • 118. 4950654039580
      • 119. 4950654039597
      • 120. 4950654039924
      • 121. 4950654039979
      • 122. 4950654042061
      • 123. 4950654042108
      • 124. 4950654042115
      • 125. 4954849460029
      • 126. 4954849460036
      • 127. 4954849460043
      • 128. 4954849460074
      • 129. 4954849460081
      • 130. 4954849462047
      • 131. 4954849462054
      • 132. 4954849464027
      • 133. 4954849466014
      • 134. 4954849466021
      • 135. 4954849466038
      • 136. 4962772077030
      • 137. 4967576197960
      • 138. 4967576197977
      • 139. 4967576197984
      • 140. 4967576197991
      • 141. 4967576202718
      • 142. 4967576202725
      • 143. 4967576202732
      • 144. 4967576202749
      • 145. 4967576202756
      • 146. 4967576202763
      • 147. 4967576202770
      • 148. 4967576202787
      • 149. 4967576337472
      • 150. 4967576337489
      • 151. 4967576337496
      • 152. 4967576349895
      • 153. 4967576349956
      • 154. 4967576349963
      • 155. 4968478104049
      • 156. 4975364169396
      • 157. 4989433614298
      • 158. 4989999839883
      • 159. 4992456121070
      • 160. 4992456121087
      • 161. 4992456121100
      • 162. 4992456121117
      • 163. 4992456121131
      • 164. 4993005009450
      • 165. 4993005009467
      • 166. 4993005009511
      • 167. 4993005009528
      • 168. 4993005009924
      • 169. 4993005009931
      • 170. 4993005009986
      • 171. 4993005009993
      • 172. 4993005012382
      • 173. 4993005012399
      • 174. 4993005012405
      • 175. 4993005012412
      • 176. 6942870304700
      • 177. 6942870305127
      • 178. 6942870305134
      • 179. 6942870305585
      Backtrace
      • 19. /app/Http/Controllers/ProductCategoryController.php:94
      • 20. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 21. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 22. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 23. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select count(*) as aggregate from `product_specs` where `category` in (1113, 1114, 1191, 1401) and exists (select * from `product_prices` where `product_specs`.`wp_id` = `product_prices`.`wp_id` and `price_1` between '99' and '1116109')
      1.06s/app/Http/Controllers/ProductCategoryController.php:95toolnet_laravel
      Metadata
      Bindings
      • 0. 1113
      • 1. 1114
      • 2. 1191
      • 3. 1401
      • 4. 99
      • 5. 1116109
      Backtrace
      • 15. /app/Http/Controllers/ProductCategoryController.php:95
      • 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
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `product_specs` where `category` in (1113, 1114, 1191, 1401) and exists (select * from `product_prices` where `product_specs`.`wp_id` = `product_prices`.`wp_id` and `price_1` between '99' and '1116109') limit 16 offset 144
      1.61s/app/Http/Controllers/ProductCategoryController.php:95toolnet_laravel
      Metadata
      Bindings
      • 0. 1113
      • 1. 1114
      • 2. 1191
      • 3. 1401
      • 4. 99
      • 5. 1116109
      Backtrace
      • 15. /app/Http/Controllers/ProductCategoryController.php:95
      • 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
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `product_prices` where `product_prices`.`wp_id` in (316953, 316954, 316956, 316957, 316958, 316988, 316989, 317064, 317067, 317068, 317282, 317289, 331242, 332383, 332384, 332387)
      1.32ms/app/Http/Controllers/ProductCategoryController.php:95toolnet_laravel
      Metadata
      Bindings
      • 0. 316953
      • 1. 316954
      • 2. 316956
      • 3. 316957
      • 4. 316958
      • 5. 316988
      • 6. 316989
      • 7. 317064
      • 8. 317067
      • 9. 317068
      • 10. 317282
      • 11. 317289
      • 12. 331242
      • 13. 332383
      • 14. 332384
      • 15. 332387
      Backtrace
      • 20. /app/Http/Controllers/ProductCategoryController.php:95
      • 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
      • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `product_categories` where `product_categories`.`category_id` in (1113)
      210μs/app/Http/Controllers/ProductCategoryController.php:95toolnet_laravel
      Metadata
      Bindings
      • 0. 1113
      Backtrace
      • 20. /app/Http/Controllers/ProductCategoryController.php:95
      • 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
      • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `product_attributes` where `product_attributes`.`jan` in ('94664042131 ', '795626016015 ', '795626020449 ', '795626023792 ', '795626023808 ', '795626024201 ', '795626024294 ', '795626024300 ', '795626024393 ', '795626024713 ', '4939736901977 ', '4939736901991 ', '4939736902042 ', '4967576349895 ', '4967576349956 ', '4967576349963 ')
      380μs/app/Http/Controllers/ProductCategoryController.php:95toolnet_laravel
      Metadata
      Bindings
      • 0. 94664042131
      • 1. 795626016015
      • 2. 795626020449
      • 3. 795626023792
      • 4. 795626023808
      • 5. 795626024201
      • 6. 795626024294
      • 7. 795626024300
      • 8. 795626024393
      • 9. 795626024713
      • 10. 4939736901977
      • 11. 4939736901991
      • 12. 4939736902042
      • 13. 4967576349895
      • 14. 4967576349956
      • 15. 4967576349963
      Backtrace
      • 20. /app/Http/Controllers/ProductCategoryController.php:95
      • 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
      • 24. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `product_categories` where `slug` = 'lighting' limit 1
      210μs/app/Models/ProductCategory.php:29toolnet_laravel
      Metadata
      Bindings
      • 0. lighting
      Backtrace
      • 15. /app/Models/ProductCategory.php:29
      • 16. /app/Http/Controllers/ProductCategoryController.php:111
      • 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 `attribute_ids` from `product_categories` where `category_id` = 1113
      150μs/app/Http/Controllers/ProductCategoryController.php:111toolnet_laravel
      Metadata
      Bindings
      • 0. 1113
      Backtrace
      • 13. /app/Http/Controllers/ProductCategoryController.php:111
      • 14. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 15. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `attributes` where `id` in (0)
      250μs/app/Http/Controllers/ProductCategoryController.php:116toolnet_laravel
      Metadata
      Bindings
      • 0. 0
      Backtrace
      • 14. /app/Http/Controllers/ProductCategoryController.php:116
      • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select count(*) as aggregate from `product_specs`
      190μs/app/Models/ProductSpec.php:22toolnet_laravel
      Metadata
      Backtrace
      • 17. /app/Models/ProductSpec.php:22
      • 18. /app/Providers/AppServiceProvider.php:34
      • 19. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
      • 22. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 23. /vendor/webwizo/laravel-shortcodes/src/View/View.php:76
    • select `parent`, `category_name`, `category_id`, `slug` from `product_categories` where `parent` = '0'
      1.34ms/app/Models/ProductCategory.php:35toolnet_laravel
      Metadata
      Bindings
      • 0. 0
      Backtrace
      • 14. /app/Models/ProductCategory.php:35
      • 15. /app/Providers/AppServiceProvider.php:37
      • 16. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
      • 19. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 20. /vendor/webwizo/laravel-shortcodes/src/View/View.php:76
    • select count(*) as aggregate from `product_specs`
      160μs/app/Models/ProductSpec.php:22toolnet_laravel
      Metadata
      Backtrace
      • 17. /app/Models/ProductSpec.php:22
      • 18. /app/Providers/AppServiceProvider.php:34
      • 19. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
      • 22. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 23. /vendor/webwizo/laravel-shortcodes/src/View/View.php:76
    • select `parent`, `category_name`, `category_id`, `slug` from `product_categories` where `parent` = '0'
      230μs/app/Models/ProductCategory.php:35toolnet_laravel
      Metadata
      Bindings
      • 0. 0
      Backtrace
      • 14. /app/Models/ProductCategory.php:35
      • 15. /app/Providers/AppServiceProvider.php:37
      • 16. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
      • 19. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 20. /vendor/webwizo/laravel-shortcodes/src/View/View.php:76
    • select count(*) as aggregate from `product_specs`
      130μs/app/Models/ProductSpec.php:22toolnet_laravel
      Metadata
      Backtrace
      • 17. /app/Models/ProductSpec.php:22
      • 18. /app/Providers/AppServiceProvider.php:34
      • 19. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
      • 22. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 23. /vendor/webwizo/laravel-shortcodes/src/View/View.php:76
    • select `parent`, `category_name`, `category_id`, `slug` from `product_categories` where `parent` = '0'
      150μs/app/Models/ProductCategory.php:35toolnet_laravel
      Metadata
      Bindings
      • 0. 0
      Backtrace
      • 14. /app/Models/ProductCategory.php:35
      • 15. /app/Providers/AppServiceProvider.php:37
      • 16. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
      • 19. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 20. /vendor/webwizo/laravel-shortcodes/src/View/View.php:76
    • select count(*) as aggregate from `product_specs`
      140μs/app/Models/ProductSpec.php:22toolnet_laravel
      Metadata
      Backtrace
      • 17. /app/Models/ProductSpec.php:22
      • 18. /app/Providers/AppServiceProvider.php:34
      • 19. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
      • 22. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 23. /vendor/webwizo/laravel-shortcodes/src/View/View.php:76
    • select `parent`, `category_name`, `category_id`, `slug` from `product_categories` where `parent` = '0'
      150μs/app/Models/ProductCategory.php:35toolnet_laravel
      Metadata
      Bindings
      • 0. 0
      Backtrace
      • 14. /app/Models/ProductCategory.php:35
      • 15. /app/Providers/AppServiceProvider.php:37
      • 16. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:162
      • 19. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 20. /vendor/webwizo/laravel-shortcodes/src/View/View.php:76
    App\Models\ProductPrice
    377
    App\Models\ProductSpec
    377
    App\Models\ProductCategory
    1850
        _token
        OhqE326IVEEWdWVxtcu6EWhPCGSnfCp9nWmm1RUN
        _previous
        array:1 [ "url" => "https://toolnet.xsrv.jp/category/lighting?page=10&price=99-1116109" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /category/lighting
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        0 of 0
        array:2 [ "page" => "10" "price" => "99-1116109" ]
        request_request
        0 of 0
        array:2 [ "page" => "10" "price" => "99-1116109" ]
        request_headers
        0 of 0
        array:29 [ "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6ImZQeVc3enEwTHExVEVidjFHdHBMTVE9PSIsInZhbHVlIjoicURjNFYyTW5GVnp1QXNWSkgxS0cvcmxPUkphUndWWWtGN1pUdHdvbjFLWlREZkFRUzFmdmZxcHdrbDRaQitpeDJUbDkvNzFsbS90cFd3M2ZQVVlDQ05qY0p0cm1EekZpaEcxR1FSNnRyc1VvS0VBSm5CYUFMUUY1WkZRTGtaVU8iLCJtYWMiOiI3ODU3MWE2NDU4NjYwMzQxM2UyYzA2N2JiYmFiMmNhNDFkMjNjMjc4OTgzNzU2NTdlZGQ2YTg3OTA2OWYxODA0IiwidGFnIjoiIn0%3D; tool_net_session=eyJpdiI6IjdvcWtYSnAzUFdMOHpzMVR6M0dLZFE9PSIsInZhbHVlIjoicGQwMG1RSDJmWUhQYm9HQlIrQ0ZrQU90VmREc2VQQUc1dnNtd091SXhzTG1Qa1dlOE1QVkJHSnVuaHUwU1Iza1ZoVUM3dzUyYm8vQlZoOUhneUFEWXI1UnY4MU9YQVEvVFlOYTdwNG9pcW1uY092THloZ2QrOEFsWitKRmF5enciLCJtYWMiOiIxMWZiZTFmNzFiYzcwM2EwNmEzZTkyMzFhNTc0MGVkODBlYzYwODMzYTNhZWMyNGY4OGVkNTIwNjJlZTQ3MWE1IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6ImZQeVc3enEwTHExVEVidjFHdHBMTVE9PSIsInZhbHVlIjoicURjNFYyTW5GVnp1QXNWSkgxS0cvcmxPUkphUndWWWtGN1pUdHdvbjFLWlREZkFRUzFmdmZxcHdrbDRaQitpeDJUbDkvN" ] "priority" => array:1 [ 0 => "u=0, i" ] "referer" => array:1 [ 0 => "https://toolnet.xsrv.jp/category/lighting?page=10" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "same-origin" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "close" ] "x-file-type" => array:1 [ 0 => "normal" ] "x-ua-device" => array:1 [ 0 => "pc" ] "x-failure-cache-time" => array:1 [ 0 => "0" ] "x-accel-expires" => array:1 [ 0 => "60" ] "x-wp-access" => array:1 [ 0 => "0" ] "x-php-fpm-version" => array:1 [ 0 => "82" ] "x-server-address" => array:1 [ 0 => "202.233.66.57" ] "x-real-ip" => array:1 [ 0 => "3.15.194.249" ] "x-forwarded-ssl" => array:1 [ 0 => "on" ] "x-forwarded-port" => array:1 [ 0 => "443" ] "x-forwarded-host" => array:1 [ 0 => "toolnet.xsrv.jp" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-for" => array:1 [ 0 => "3.15.194.249" ] "host" => array:1 [ 0 => "toolnet.xsrv.jp" ] ]
        request_server
        0 of 0
        array:70 [ "USER" => "toolnet" "HOME" => "/home/toolnet" "SCRIPT_NAME" => "/index.php" "REQUEST_URI" => "/category/lighting?page=10&price=99-1116109" "QUERY_STRING" => "page=10&price=99-1116109" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.1" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_QUERY_STRING" => "page=10&price=99-1116109" "REDIRECT_URL" => "/category/lighting" "REMOTE_PORT" => "36176" "SCRIPT_FILENAME" => "/home/toolnet/toolnet.xsrv.jp/public_html/index.php" "SERVER_ADMIN" => "webmaster@toolnet.xsrv.jp" "CONTEXT_DOCUMENT_ROOT" => "/home/toolnet/toolnet.xsrv.jp/public_html" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "https" "DOCUMENT_ROOT" => "/home/toolnet/toolnet.xsrv.jp/public_html" "REMOTE_ADDR" => "3.15.194.249" "SERVER_PORT" => "443" "SERVER_ADDR" => "202.233.66.57" "SERVER_NAME" => "toolnet.xsrv.jp" "SERVER_SOFTWARE" => "Apache" "SERVER_SIGNATURE" => "" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" "HTTP_COOKIE" => "XSRF-TOKEN=eyJpdiI6ImZQeVc3enEwTHExVEVidjFHdHBMTVE9PSIsInZhbHVlIjoicURjNFYyTW5GVnp1QXNWSkgxS0cvcmxPUkphUndWWWtGN1pUdHdvbjFLWlREZkFRUzFmdmZxcHdrbDRaQitpeDJUbDkvNzFsbS90cFd3M2ZQVVlDQ05qY0p0cm1EekZpaEcxR1FSNnRyc1VvS0VBSm5CYUFMUUY1WkZRTGtaVU8iLCJtYWMiOiI3ODU3MWE2NDU4NjYwMzQxM2UyYzA2N2JiYmFiMmNhNDFkMjNjMjc4OTgzNzU2NTdlZGQ2YTg3OTA2OWYxODA0IiwidGFnIjoiIn0%3D; tool_net_session=eyJpdiI6IjdvcWtYSnAzUFdMOHpzMVR6M0dLZFE9PSIsInZhbHVlIjoicGQwMG1RSDJmWUhQYm9HQlIrQ0ZrQU90VmREc2VQQUc1dnNtd091SXhzTG1Qa1dlOE1QVkJHSnVuaHUwU1Iza1ZoVUM3dzUyYm8vQlZoOUhneUFEWXI1UnY4MU9YQVEvVFlOYTdwNG9pcW1uY092THloZ2QrOEFsWitKRmF5enciLCJtYWMiOiIxMWZiZTFmNzFiYzcwM2EwNmEzZTkyMzFhNTc0MGVkODBlYzYwODMzYTNhZWMyNGY4OGVkNTIwNjJlZTQ3MWE1IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6ImZQeVc3enEwTHExVEVidjFHdHBMTVE9PSIsInZhbHVlIjoicURjNFYyTW5GVnp1QXNWSkgxS0cvcmxPUkphUndWWWtGN1pUdHdvbjFLWlREZkFRUzFmdmZxcHdrbDRaQitpeDJUbDkvN" "HTTP_PRIORITY" => "u=0, i" "HTTP_REFERER" => "https://toolnet.xsrv.jp/category/lighting?page=10" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "same-origin" "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_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_CONNECTION" => "close" "HTTP_X_FILE_TYPE" => "normal" "HTTP_X_UA_DEVICE" => "pc" "HTTP_X_FAILURE_CACHE_TIME" => "0" "HTTP_X_ACCEL_EXPIRES" => "60" "HTTP_X_WP_ACCESS" => "0" "HTTP_X_PHP_FPM_VERSION" => "82" "HTTP_X_SERVER_ADDRESS" => "202.233.66.57" "HTTP_X_REAL_IP" => "3.15.194.249" "HTTP_X_FORWARDED_SSL" => "on" "HTTP_X_FORWARDED_PORT" => "443" "HTTP_X_FORWARDED_HOST" => "toolnet.xsrv.jp" "HTTP_X_FORWARDED_PROTO" => "https" "HTTP_X_FORWARDED_FOR" => "3.15.194.249" "HTTP_HOST" => "toolnet.xsrv.jp" "Ngx_Cache_StaticMode" => "1" "Ngx_Cache_NormalFile" => "1" "FailureCacheTime" => "0" "HTTPS" => "on" "UNIQUE_ID" => "Z9TM1ckCMJp1uWuogCAPXgAAAB0" "MEF_PROXY_ADDR" => "202.233.66.57" "REDIRECT_STATUS" => "200" "REDIRECT_Ngx_Cache_StaticMode" => "1" "REDIRECT_Ngx_Cache_NormalFile" => "1" "REDIRECT_FailureCacheTime" => "0" "REDIRECT_HTTPS" => "on" "REDIRECT_UNIQUE_ID" => "Z9TM1ckCMJp1uWuogCAPXgAAAB0" "REDIRECT_MEF_PROXY_ADDR" => "202.233.66.57" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1741999317.282 "REQUEST_TIME" => 1741999317 ]
        request_cookies
        0 of 0
        array:2 [ "XSRF-TOKEN" => "OhqE326IVEEWdWVxtcu6EWhPCGSnfCp9nWmm1RUN" "tool_net_session" => "LgfIUMgVGApqxuE1QgKTc7VoCMtKJNTaFiXyobtb" ]
        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 => "Sat, 15 Mar 2025 00:42:03 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ii9vWHV6NjdHUXZPRk1RVlBpQnU0eWc9PSIsInZhbHVlIjoidXdwWkxOaFFIWHI3SlhFQ0RUMVpZclVpejdFdDIxOU1ZWUNlTmRQVG1OVWhreHZzaDhxOUdmcmN2NjlHM2hxZ0F3TmM4aGxaQnBGR0JydHRqU3dRQ3cwT1NucUl5OVJQMUZVMHJDYmZBa2oxN1VyMEpIejd5d0gzTEczU0dxb3YiLCJtYWMiOiIxYTNkZTE1MTIwNDUzNGM0OWNlYTk3ZWY1MWM4NjVkZjZmZWU5N2QyZTJjOWQwMmZmZmM0ODlmNmVkYTU3NDcwIiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 02:42:03 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6Ii9vWHV6NjdHUXZPRk1RVlBpQnU0eWc9PSIsInZhbHVlIjoidXdwWkxOaFFIWHI3SlhFQ0RUMVpZclVpejdFdDIxOU1ZWUNlTmRQVG1OVWhreHZzaDhxOUdmcmN2NjlHM2hxZ0F3TmM4a" 1 => "tool_net_session=eyJpdiI6Im9EYkt6OFJzN1FHdnlNTi92N0FkV3c9PSIsInZhbHVlIjoiWllMYmdaSkxHOUpDOEFkb0JLbWplNkR3TDkzdzgvWnhCZG5HR3NFY1Zob1VUVlJrYkNMalp4enAvUXQyRjdNMmxXUGkzOXB3UXBjVUVVaWZoMFFYL1AxcHVWZ1UxOXdaYzZxK1VTUUVrM0o4d2ErbWZmRHRhODFyK3VWRHlnMTkiLCJtYWMiOiIzMWVkZjVmNTRhNDgzYTdiYTA0MDJiNjgzZDBiNGNkZmExZjM3YjczMTYzYTkzYWJiNDY3MGFhZTA5MzA3NTliIiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 02:42:03 GMT; Max-Age=7200; path=/; httponly; samesite=laxtool_net_session=eyJpdiI6Im9EYkt6OFJzN1FHdnlNTi92N0FkV3c9PSIsInZhbHVlIjoiWllMYmdaSkxHOUpDOEFkb0JLbWplNkR3TDkzdzgvWnhCZG5HR3NFY1Zob1VUVlJrYkNMalp4enAvUXQyRjdNMmx" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ii9vWHV6NjdHUXZPRk1RVlBpQnU0eWc9PSIsInZhbHVlIjoidXdwWkxOaFFIWHI3SlhFQ0RUMVpZclVpejdFdDIxOU1ZWUNlTmRQVG1OVWhreHZzaDhxOUdmcmN2NjlHM2hxZ0F3TmM4aGxaQnBGR0JydHRqU3dRQ3cwT1NucUl5OVJQMUZVMHJDYmZBa2oxN1VyMEpIejd5d0gzTEczU0dxb3YiLCJtYWMiOiIxYTNkZTE1MTIwNDUzNGM0OWNlYTk3ZWY1MWM4NjVkZjZmZWU5N2QyZTJjOWQwMmZmZmM0ODlmNmVkYTU3NDcwIiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 02:42:03 GMT; path=/XSRF-TOKEN=eyJpdiI6Ii9vWHV6NjdHUXZPRk1RVlBpQnU0eWc9PSIsInZhbHVlIjoidXdwWkxOaFFIWHI3SlhFQ0RUMVpZclVpejdFdDIxOU1ZWUNlTmRQVG1OVWhreHZzaDhxOUdmcmN2NjlHM2hxZ0F3TmM4a" 1 => "tool_net_session=eyJpdiI6Im9EYkt6OFJzN1FHdnlNTi92N0FkV3c9PSIsInZhbHVlIjoiWllMYmdaSkxHOUpDOEFkb0JLbWplNkR3TDkzdzgvWnhCZG5HR3NFY1Zob1VUVlJrYkNMalp4enAvUXQyRjdNMmxXUGkzOXB3UXBjVUVVaWZoMFFYL1AxcHVWZ1UxOXdaYzZxK1VTUUVrM0o4d2ErbWZmRHRhODFyK3VWRHlnMTkiLCJtYWMiOiIzMWVkZjVmNTRhNDgzYTdiYTA0MDJiNjgzZDBiNGNkZmExZjM3YjczMTYzYTkzYWJiNDY3MGFhZTA5MzA3NTliIiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 02:42:03 GMT; path=/; httponlytool_net_session=eyJpdiI6Im9EYkt6OFJzN1FHdnlNTi92N0FkV3c9PSIsInZhbHVlIjoiWllMYmdaSkxHOUpDOEFkb0JLbWplNkR3TDkzdzgvWnhCZG5HR3NFY1Zob1VUVlJrYkNMalp4enAvUXQyRjdNMmx" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "OhqE326IVEEWdWVxtcu6EWhPCGSnfCp9nWmm1RUN" "_previous" => array:1 [ "url" => "https://toolnet.xsrv.jp/category/lighting?page=10&price=99-1116109" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]