<ブランドで絞り込み>

<金額で絞り込み>
171円
173,852円
8.2.22PHP Version5.72sRequest Duration21MBMemory UsageGET category/{slug?}Route
Total time
0μs
  • warninglog[23:07:31] LOG.warning: Callables of the form ["Swift_SmtpTransport", "Swift_Transport_EsmtpTranspor...
  • warninglog[23:07:37] LOG.warning: explode(): Passing null to parameter #2 ($string) of type string is deprecat...
  • Booting (8.94ms)
  • Application (5.72s)
  • 1 x Application (99.84%)
    5.72s
    1 x Booting (0.16%)
    8.94ms
    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)30blade
      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
      category_brand_list
      25
      isFirstAttribute
      26
      product
      27
      priceParam
      28
      initialMin
      29
      initialMax
    • layouts.app (resources/views/layouts/app.blade.php)30blade
      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
      category_brand_list
      25
      isFirstAttribute
      26
      product
      27
      priceParam
      28
      initialMin
      29
      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
    32 statements were executed, 16 of which were duplicated, 16 unique5.65s
    • select `brand_name`, `brand_id` from `product_brands`
      1.06ms/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` = 'mounted-flap-wheel' limit 1
      170μs/app/Models/ProductCategory.php:85toolnet_laravel
      Metadata
      Bindings
      • 0. mounted-flap-wheel
      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` = 'mounted-flap-wheel' limit 1
      140μs/app/Models/ProductCategory.php:29toolnet_laravel
      Metadata
      Bindings
      • 0. mounted-flap-wheel
      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`
      420μ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`
      470μ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 (1240)
      1.34ms/app/Http/Controllers/ProductCategoryController.php:79toolnet_laravel
      Metadata
      Bindings
      • 0. 1240
      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 (224737, 224754, 224769, 224784, 224793, 224808, 224816, 224824, 224838, 224846, 224854, 224862, 224871, 224889, 224903, 224911, 224918, 224932, 224940, 224982, 224990, 224997, 225022, 225047, 225055, 225063, 225070, 225078, 225086, 225104, 225112, 225116, 225134, 225142, 225149, 225157, 225166, 225184, 225191, 225199, 225207, 225220, 225228, 225235, 225243, 225252, 225270, 225278, 225286, 225294, 225303, 225316, 225324, 225333, 225351, 225359, 225367, 225375, 225382, 225391, 225409, 225412, 225418, 225426, 225435, 225453, 225460, 225467, 225475, 225484, 225499, 225502, 225510, 225528, 225536, 225544, 225552, 225560, 225569, 225587, 225594, 225598, 225616, 225631, 225639, 225652, 225660, 225668, 225676, 225689, 225697, 225705, 225713, 225722, 225739, 225747, 225755, 225763, 225772, 225785, 225801, 225819, 225827, 225835, 225843, 225851, 225860, 225878, 225880, 225889, 225907, 225915, 225923, 225931, 225940, 225958, 225966, 225974, 225988, 225996, 226004, 226012, 226020, 226028, 226046, 226054, 226062, 226070, 226082, 226090, 226097, 226106, 226124, 226132, 226140, 226148, 226155, 226163, 226176, 226184, 226193, 226211, 226219, 226227, 226235, 226244, 226262, 226270, 226274, 226292, 247433, 247440, 247447, 247455, 247463, 247481, 247488, 247495, 247500, 247512, 247520, 250755, 250759, 250777, 250785, 250793, 250801, 250809, 250818, 250835, 250843, 250851, 252522, 252526, 252528, 252536, 253814, 253822, 253826, 253827, 253828, 253831, 253837, 253840, 253846, 254210, 254218, 254222, 254223, 254224, 254227, 254233, 254236, 254242, 255130, 256296, 300849, 306501, 317797, 317800, 317801, 317805, 317807, 317809, 317811, 317815, 317816, 317825, 317827, 317828, 317830, 317833, 317836, 317838, 317839, 317843, 317844, 317845, 317846, 317848, 317850, 317853, 317856, 317858, 317860, 317862, 317863, 317864, 317865, 317870, 317872, 317876, 317880, 317881, 317882, 317883, 317884, 331713, 331715, 331716, 331717, 331718, 331719, 331720, 331721, 331724, 331726, 331727, 331728, 331730, 331731, 331732, 331733, 331734, 331735, 331736, 331737, 331740, 331741, 331742, 331743, 331745, 331746, 331747, 331748, 331749, 331750, 331751, 331752, 331753, 331754, 331757, 331758, 331799, 331803, 331812, 331813, 331815, 331945, 331959, 331967, 331976, 331984, 331985, 331994, 332018, 332029, 332031, 332032, 333095, 333100, 333124, 333127, 333129, 333131, 333136, 333146, 333161, 333171, 333176, 333187, 333337, 333357, 333360, 333377, 334452, 334456, 334457, 334469, 334472, 334481, 334503, 334506, 334509, 334519, 334521, 334526, 334530, 334550, 334552, 334555, 334658, 334664, 334667, 334684, 334686, 334694, 334704, 334722, 334724, 334733, 334753, 334755, 335755, 335768, 335771, 335788, 335792, 335827, 335833, 335841, 335842, 335843, 337211, 337216, 337218, 337224, 337256, 337264, 337267, 337272, 337279, 337281, 337291, 337293, 337302, 337307, 337308, 337322, 337536, 338696, 338697, 338704, 338710, 338719, 338749, 338758, 338764, 338766, 338774, 338777, 338778, 338797, 340173, 340190, 340229, 340231, 340270, 340271, 341574, 341576, 341582, 341598, 341605, 341614, 341616, 341620, 341621, 341622, 341631, 341635, 341636, 341638, 341647, 341651, 341658, 341663, 341667, 341674, 342990, 343001, 343003, 343004, 343027, 343033, 343035, 343058, 343060, 343061, 343065, 343083, 344365, 344367, 344370, 344372, 344374, 344383, 344386, 344406, 344412, 344418)
      6.4ms/app/Http/Controllers/ProductCategoryController.php:79toolnet_laravel
      Metadata
      Bindings
      • 0. 224737
      • 1. 224754
      • 2. 224769
      • 3. 224784
      • 4. 224793
      • 5. 224808
      • 6. 224816
      • 7. 224824
      • 8. 224838
      • 9. 224846
      • 10. 224854
      • 11. 224862
      • 12. 224871
      • 13. 224889
      • 14. 224903
      • 15. 224911
      • 16. 224918
      • 17. 224932
      • 18. 224940
      • 19. 224982
      • 20. 224990
      • 21. 224997
      • 22. 225022
      • 23. 225047
      • 24. 225055
      • 25. 225063
      • 26. 225070
      • 27. 225078
      • 28. 225086
      • 29. 225104
      • 30. 225112
      • 31. 225116
      • 32. 225134
      • 33. 225142
      • 34. 225149
      • 35. 225157
      • 36. 225166
      • 37. 225184
      • 38. 225191
      • 39. 225199
      • 40. 225207
      • 41. 225220
      • 42. 225228
      • 43. 225235
      • 44. 225243
      • 45. 225252
      • 46. 225270
      • 47. 225278
      • 48. 225286
      • 49. 225294
      • 50. 225303
      • 51. 225316
      • 52. 225324
      • 53. 225333
      • 54. 225351
      • 55. 225359
      • 56. 225367
      • 57. 225375
      • 58. 225382
      • 59. 225391
      • 60. 225409
      • 61. 225412
      • 62. 225418
      • 63. 225426
      • 64. 225435
      • 65. 225453
      • 66. 225460
      • 67. 225467
      • 68. 225475
      • 69. 225484
      • 70. 225499
      • 71. 225502
      • 72. 225510
      • 73. 225528
      • 74. 225536
      • 75. 225544
      • 76. 225552
      • 77. 225560
      • 78. 225569
      • 79. 225587
      • 80. 225594
      • 81. 225598
      • 82. 225616
      • 83. 225631
      • 84. 225639
      • 85. 225652
      • 86. 225660
      • 87. 225668
      • 88. 225676
      • 89. 225689
      • 90. 225697
      • 91. 225705
      • 92. 225713
      • 93. 225722
      • 94. 225739
      • 95. 225747
      • 96. 225755
      • 97. 225763
      • 98. 225772
      • 99. 225785
      • 100. 225801
      • 101. 225819
      • 102. 225827
      • 103. 225835
      • 104. 225843
      • 105. 225851
      • 106. 225860
      • 107. 225878
      • 108. 225880
      • 109. 225889
      • 110. 225907
      • 111. 225915
      • 112. 225923
      • 113. 225931
      • 114. 225940
      • 115. 225958
      • 116. 225966
      • 117. 225974
      • 118. 225988
      • 119. 225996
      • 120. 226004
      • 121. 226012
      • 122. 226020
      • 123. 226028
      • 124. 226046
      • 125. 226054
      • 126. 226062
      • 127. 226070
      • 128. 226082
      • 129. 226090
      • 130. 226097
      • 131. 226106
      • 132. 226124
      • 133. 226132
      • 134. 226140
      • 135. 226148
      • 136. 226155
      • 137. 226163
      • 138. 226176
      • 139. 226184
      • 140. 226193
      • 141. 226211
      • 142. 226219
      • 143. 226227
      • 144. 226235
      • 145. 226244
      • 146. 226262
      • 147. 226270
      • 148. 226274
      • 149. 226292
      • 150. 247433
      • 151. 247440
      • 152. 247447
      • 153. 247455
      • 154. 247463
      • 155. 247481
      • 156. 247488
      • 157. 247495
      • 158. 247500
      • 159. 247512
      • 160. 247520
      • 161. 250755
      • 162. 250759
      • 163. 250777
      • 164. 250785
      • 165. 250793
      • 166. 250801
      • 167. 250809
      • 168. 250818
      • 169. 250835
      • 170. 250843
      • 171. 250851
      • 172. 252522
      • 173. 252526
      • 174. 252528
      • 175. 252536
      • 176. 253814
      • 177. 253822
      • 178. 253826
      • 179. 253827
      • 180. 253828
      • 181. 253831
      • 182. 253837
      • 183. 253840
      • 184. 253846
      • 185. 254210
      • 186. 254218
      • 187. 254222
      • 188. 254223
      • 189. 254224
      • 190. 254227
      • 191. 254233
      • 192. 254236
      • 193. 254242
      • 194. 255130
      • 195. 256296
      • 196. 300849
      • 197. 306501
      • 198. 317797
      • 199. 317800
      • 200. 317801
      • 201. 317805
      • 202. 317807
      • 203. 317809
      • 204. 317811
      • 205. 317815
      • 206. 317816
      • 207. 317825
      • 208. 317827
      • 209. 317828
      • 210. 317830
      • 211. 317833
      • 212. 317836
      • 213. 317838
      • 214. 317839
      • 215. 317843
      • 216. 317844
      • 217. 317845
      • 218. 317846
      • 219. 317848
      • 220. 317850
      • 221. 317853
      • 222. 317856
      • 223. 317858
      • 224. 317860
      • 225. 317862
      • 226. 317863
      • 227. 317864
      • 228. 317865
      • 229. 317870
      • 230. 317872
      • 231. 317876
      • 232. 317880
      • 233. 317881
      • 234. 317882
      • 235. 317883
      • 236. 317884
      • 237. 331713
      • 238. 331715
      • 239. 331716
      • 240. 331717
      • 241. 331718
      • 242. 331719
      • 243. 331720
      • 244. 331721
      • 245. 331724
      • 246. 331726
      • 247. 331727
      • 248. 331728
      • 249. 331730
      • 250. 331731
      • 251. 331732
      • 252. 331733
      • 253. 331734
      • 254. 331735
      • 255. 331736
      • 256. 331737
      • 257. 331740
      • 258. 331741
      • 259. 331742
      • 260. 331743
      • 261. 331745
      • 262. 331746
      • 263. 331747
      • 264. 331748
      • 265. 331749
      • 266. 331750
      • 267. 331751
      • 268. 331752
      • 269. 331753
      • 270. 331754
      • 271. 331757
      • 272. 331758
      • 273. 331799
      • 274. 331803
      • 275. 331812
      • 276. 331813
      • 277. 331815
      • 278. 331945
      • 279. 331959
      • 280. 331967
      • 281. 331976
      • 282. 331984
      • 283. 331985
      • 284. 331994
      • 285. 332018
      • 286. 332029
      • 287. 332031
      • 288. 332032
      • 289. 333095
      • 290. 333100
      • 291. 333124
      • 292. 333127
      • 293. 333129
      • 294. 333131
      • 295. 333136
      • 296. 333146
      • 297. 333161
      • 298. 333171
      • 299. 333176
      • 300. 333187
      • 301. 333337
      • 302. 333357
      • 303. 333360
      • 304. 333377
      • 305. 334452
      • 306. 334456
      • 307. 334457
      • 308. 334469
      • 309. 334472
      • 310. 334481
      • 311. 334503
      • 312. 334506
      • 313. 334509
      • 314. 334519
      • 315. 334521
      • 316. 334526
      • 317. 334530
      • 318. 334550
      • 319. 334552
      • 320. 334555
      • 321. 334658
      • 322. 334664
      • 323. 334667
      • 324. 334684
      • 325. 334686
      • 326. 334694
      • 327. 334704
      • 328. 334722
      • 329. 334724
      • 330. 334733
      • 331. 334753
      • 332. 334755
      • 333. 335755
      • 334. 335768
      • 335. 335771
      • 336. 335788
      • 337. 335792
      • 338. 335827
      • 339. 335833
      • 340. 335841
      • 341. 335842
      • 342. 335843
      • 343. 337211
      • 344. 337216
      • 345. 337218
      • 346. 337224
      • 347. 337256
      • 348. 337264
      • 349. 337267
      • 350. 337272
      • 351. 337279
      • 352. 337281
      • 353. 337291
      • 354. 337293
      • 355. 337302
      • 356. 337307
      • 357. 337308
      • 358. 337322
      • 359. 337536
      • 360. 338696
      • 361. 338697
      • 362. 338704
      • 363. 338710
      • 364. 338719
      • 365. 338749
      • 366. 338758
      • 367. 338764
      • 368. 338766
      • 369. 338774
      • 370. 338777
      • 371. 338778
      • 372. 338797
      • 373. 340173
      • 374. 340190
      • 375. 340229
      • 376. 340231
      • 377. 340270
      • 378. 340271
      • 379. 341574
      • 380. 341576
      • 381. 341582
      • 382. 341598
      • 383. 341605
      • 384. 341614
      • 385. 341616
      • 386. 341620
      • 387. 341621
      • 388. 341622
      • 389. 341631
      • 390. 341635
      • 391. 341636
      • 392. 341638
      • 393. 341647
      • 394. 341651
      • 395. 341658
      • 396. 341663
      • 397. 341667
      • 398. 341674
      • 399. 342990
      • 400. 343001
      • 401. 343003
      • 402. 343004
      • 403. 343027
      • 404. 343033
      • 405. 343035
      • 406. 343058
      • 407. 343060
      • 408. 343061
      • 409. 343065
      • 410. 343083
      • 411. 344365
      • 412. 344367
      • 413. 344370
      • 414. 344372
      • 415. 344374
      • 416. 344383
      • 417. 344386
      • 418. 344406
      • 419. 344412
      • 420. 344418
      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 (1240)
      240μs/app/Http/Controllers/ProductCategoryController.php:79toolnet_laravel
      Metadata
      Bindings
      • 0. 1240
      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 ('', '80596030810 ', '4532373015825 ', '4580052430452 ', '4580052430537 ', '4580052430551 ', '4580052430568 ', '4580052430605 ', '4580052430681 ', '4580052430711 ', '4580052430735 ', '4580052430766 ', '4580052430780 ', '4580052430797 ', '4580052430803 ', '4580052430827 ', '4580052430902 ', '4580052430926 ', '4580052430933 ', '4580052430940 ', '4580052430971 ', '4580052431015 ', '4580052431084 ', '4580052431114 ', '4580052431220 ', '4580052431237 ', '4580052431244 ', '4580052431275 ', '4580052431282 ', '4580052431312 ', '4582260070017 ', '4582260070024 ', '4582260070031 ', '4582260070048 ', '4582260070055 ', '4582260070062 ', '4582260070079 ', '4582260070086 ', '4582260070093 ', '4582260070109 ', '4582260072004 ', '4582260072011 ', '4582260072028 ', '4582260072035 ', '4582260072042 ', '4582260072059 ', '4582260072066 ', '4582260072073 ', '4582260072080 ', '4582260072103 ', '4582260072110 ', '4582260072127 ', '4582260072134 ', '4582260072141 ', '4582260072158 ', '4582260072165 ', '4582260072189 ', '4582260072202 ', '4582260072219 ', '4582260072226 ', '4582260072233 ', '4582260072240 ', '4582260072257 ', '4582260072264 ', '4582260072271 ', '4582260072288 ', '4582260072516 ', '4582260072523 ', '4582260072530 ', '4582260072547 ', '4582260072554 ', '4582260072561 ', '4582260072578 ', '4582260072585 ', '4582260073827 ', '4582260073858 ', '4582260073889 ', '4582260073919 ', '4582260075661 ', '4582260075678 ', '4582260075685 ', '4582260075715 ', '4582260075739 ', '4582260075760 ', '4582260078808 ', '4582260079140 ', '4949130211831 ', '4949130231020 ', '4949130231037 ', '4949130231051 ', '4949130231075 ', '4949130240022 ', '4949130240046 ', '4949130341118 ', '4949130341125 ', '4949130341132 ', '4949130341149 ', '4949130373669 ', '4949130373928 ', '4949130383507 ', '4989999151329 ', '4989999151343 ', '4989999151350 ', '4989999151367 ', '4989999151374 ', '4989999151381 ', '4989999151398 ', '4989999151404 ', '4989999151411 ', '4989999151428 ', '4989999151435 ', '4989999159394 ', '4989999159400 ', '4989999159424 ', '4989999159448 ', '4989999159455 ', '4989999159462 ', '4989999159479 ', '4989999159486 ', '4989999159592 ', '4989999159608 ', '4989999159615 ', '4989999159622 ', '4989999159639 ', '4989999159646 ', '4989999159660 ', '4989999159677 ', '4989999159684 ', '4989999160024 ', '4989999160031 ', '4989999160055 ', '4989999160062 ', '4989999160079 ', '4989999160093 ', '4989999160239 ', '4989999160246 ', '4989999160253 ', '4989999160260 ', '4989999160277 ', '4989999160284 ', '4989999160291 ', '4989999160307 ', '4989999160314 ', '4989999160321 ', '4989999160338 ', '4989999160345 ', '4989999160352 ', '4989999160369 ', '4989999160376 ', '4989999160383 ', '4989999160390 ', '4989999160406 ', '4989999160413 ', '4989999160420 ', '4989999160437 ', '4989999160444 ', '4989999160451 ', '4989999160468 ', '4989999160475 ', '4989999160482 ', '4989999160499 ', '4989999160505 ', '4989999160512 ', '4989999160529 ', '4989999160536 ', '4989999160543 ', '4989999160550 ', '4989999160567 ', '4989999160574 ', '4989999160581 ', '4989999160598 ', '4989999160604 ', '4989999160611 ', '4989999160628 ', '4989999160635 ', '4989999160642 ', '4989999160659 ', '4989999160666 ', '4989999160673 ', '4989999160680 ', '4989999160697 ', '4989999160703 ', '4989999160710 ', '4989999160727 ', '4989999160734 ', '4989999160741 ', '4989999160758 ', '4989999160765 ', '4989999160772 ', '4989999160789 ', '4989999160796 ', '4989999160802 ', '4989999160819 ', '4989999160826 ', '4989999160840 ', '4989999160857 ', '4989999160871 ', '4989999160888 ', '4989999160895 ', '4989999160901 ', '4989999160918 ', '4989999160925 ', '4989999160932 ', '4989999160949 ', '4989999160956 ', '4989999160963 ', '4989999160970 ', '4989999160987 ', '4989999160994 ', '4989999161007 ', '4989999161014 ', '4989999161038 ', '4989999161045 ', '4989999161052 ', '4989999161069 ', '4989999161076 ', '4989999161083 ', '4989999161090 ', '4989999161106 ', '4989999161113 ', '4989999161120 ', '4989999161137 ', '4989999161144 ', '4989999161151 ', '4989999161168 ', '4989999161175 ', '4989999161182 ', '4989999161199 ', '4989999161205 ', '4989999161212 ', '4989999161229 ', '4989999161236 ', '4989999161243 ', '4989999161250 ', '4989999161267 ', '4989999161274 ', '4989999161281 ', '4989999161298 ', '4989999161304 ', '4989999161311 ', '4989999161328 ', '4989999161342 ', '4989999161359 ', '4989999161366 ', '4989999161373 ', '4989999161380 ', '4989999161397 ', '4989999161403 ', '4989999161410 ', '4989999161427 ', '4989999161434 ', '4989999161465 ', '4989999161472 ', '4989999161489 ', '4989999161496 ', '4989999161502 ', '4989999161519 ', '4989999161526 ', '4989999161533 ', '4989999161540 ', '4989999161557 ', '4989999162158 ', '4989999162165 ', '4989999162172 ', '4989999162189 ', '4989999162196 ', '4989999162202 ', '4989999162219 ', '4989999162226 ', '4989999162233 ', '4989999162240 ', '4989999162257 ')
      1.21ms/app/Http/Controllers/ProductCategoryController.php:79toolnet_laravel
      Metadata
      Bindings
      • 0. 
      • 1. 80596030810
      • 2. 4532373015825
      • 3. 4580052430452
      • 4. 4580052430537
      • 5. 4580052430551
      • 6. 4580052430568
      • 7. 4580052430605
      • 8. 4580052430681
      • 9. 4580052430711
      • 10. 4580052430735
      • 11. 4580052430766
      • 12. 4580052430780
      • 13. 4580052430797
      • 14. 4580052430803
      • 15. 4580052430827
      • 16. 4580052430902
      • 17. 4580052430926
      • 18. 4580052430933
      • 19. 4580052430940
      • 20. 4580052430971
      • 21. 4580052431015
      • 22. 4580052431084
      • 23. 4580052431114
      • 24. 4580052431220
      • 25. 4580052431237
      • 26. 4580052431244
      • 27. 4580052431275
      • 28. 4580052431282
      • 29. 4580052431312
      • 30. 4582260070017
      • 31. 4582260070024
      • 32. 4582260070031
      • 33. 4582260070048
      • 34. 4582260070055
      • 35. 4582260070062
      • 36. 4582260070079
      • 37. 4582260070086
      • 38. 4582260070093
      • 39. 4582260070109
      • 40. 4582260072004
      • 41. 4582260072011
      • 42. 4582260072028
      • 43. 4582260072035
      • 44. 4582260072042
      • 45. 4582260072059
      • 46. 4582260072066
      • 47. 4582260072073
      • 48. 4582260072080
      • 49. 4582260072103
      • 50. 4582260072110
      • 51. 4582260072127
      • 52. 4582260072134
      • 53. 4582260072141
      • 54. 4582260072158
      • 55. 4582260072165
      • 56. 4582260072189
      • 57. 4582260072202
      • 58. 4582260072219
      • 59. 4582260072226
      • 60. 4582260072233
      • 61. 4582260072240
      • 62. 4582260072257
      • 63. 4582260072264
      • 64. 4582260072271
      • 65. 4582260072288
      • 66. 4582260072516
      • 67. 4582260072523
      • 68. 4582260072530
      • 69. 4582260072547
      • 70. 4582260072554
      • 71. 4582260072561
      • 72. 4582260072578
      • 73. 4582260072585
      • 74. 4582260073827
      • 75. 4582260073858
      • 76. 4582260073889
      • 77. 4582260073919
      • 78. 4582260075661
      • 79. 4582260075678
      • 80. 4582260075685
      • 81. 4582260075715
      • 82. 4582260075739
      • 83. 4582260075760
      • 84. 4582260078808
      • 85. 4582260079140
      • 86. 4949130211831
      • 87. 4949130231020
      • 88. 4949130231037
      • 89. 4949130231051
      • 90. 4949130231075
      • 91. 4949130240022
      • 92. 4949130240046
      • 93. 4949130341118
      • 94. 4949130341125
      • 95. 4949130341132
      • 96. 4949130341149
      • 97. 4949130373669
      • 98. 4949130373928
      • 99. 4949130383507
      • 100. 4989999151329
      • 101. 4989999151343
      • 102. 4989999151350
      • 103. 4989999151367
      • 104. 4989999151374
      • 105. 4989999151381
      • 106. 4989999151398
      • 107. 4989999151404
      • 108. 4989999151411
      • 109. 4989999151428
      • 110. 4989999151435
      • 111. 4989999159394
      • 112. 4989999159400
      • 113. 4989999159424
      • 114. 4989999159448
      • 115. 4989999159455
      • 116. 4989999159462
      • 117. 4989999159479
      • 118. 4989999159486
      • 119. 4989999159592
      • 120. 4989999159608
      • 121. 4989999159615
      • 122. 4989999159622
      • 123. 4989999159639
      • 124. 4989999159646
      • 125. 4989999159660
      • 126. 4989999159677
      • 127. 4989999159684
      • 128. 4989999160024
      • 129. 4989999160031
      • 130. 4989999160055
      • 131. 4989999160062
      • 132. 4989999160079
      • 133. 4989999160093
      • 134. 4989999160239
      • 135. 4989999160246
      • 136. 4989999160253
      • 137. 4989999160260
      • 138. 4989999160277
      • 139. 4989999160284
      • 140. 4989999160291
      • 141. 4989999160307
      • 142. 4989999160314
      • 143. 4989999160321
      • 144. 4989999160338
      • 145. 4989999160345
      • 146. 4989999160352
      • 147. 4989999160369
      • 148. 4989999160376
      • 149. 4989999160383
      • 150. 4989999160390
      • 151. 4989999160406
      • 152. 4989999160413
      • 153. 4989999160420
      • 154. 4989999160437
      • 155. 4989999160444
      • 156. 4989999160451
      • 157. 4989999160468
      • 158. 4989999160475
      • 159. 4989999160482
      • 160. 4989999160499
      • 161. 4989999160505
      • 162. 4989999160512
      • 163. 4989999160529
      • 164. 4989999160536
      • 165. 4989999160543
      • 166. 4989999160550
      • 167. 4989999160567
      • 168. 4989999160574
      • 169. 4989999160581
      • 170. 4989999160598
      • 171. 4989999160604
      • 172. 4989999160611
      • 173. 4989999160628
      • 174. 4989999160635
      • 175. 4989999160642
      • 176. 4989999160659
      • 177. 4989999160666
      • 178. 4989999160673
      • 179. 4989999160680
      • 180. 4989999160697
      • 181. 4989999160703
      • 182. 4989999160710
      • 183. 4989999160727
      • 184. 4989999160734
      • 185. 4989999160741
      • 186. 4989999160758
      • 187. 4989999160765
      • 188. 4989999160772
      • 189. 4989999160789
      • 190. 4989999160796
      • 191. 4989999160802
      • 192. 4989999160819
      • 193. 4989999160826
      • 194. 4989999160840
      • 195. 4989999160857
      • 196. 4989999160871
      • 197. 4989999160888
      • 198. 4989999160895
      • 199. 4989999160901
      • 200. 4989999160918
      • 201. 4989999160925
      • 202. 4989999160932
      • 203. 4989999160949
      • 204. 4989999160956
      • 205. 4989999160963
      • 206. 4989999160970
      • 207. 4989999160987
      • 208. 4989999160994
      • 209. 4989999161007
      • 210. 4989999161014
      • 211. 4989999161038
      • 212. 4989999161045
      • 213. 4989999161052
      • 214. 4989999161069
      • 215. 4989999161076
      • 216. 4989999161083
      • 217. 4989999161090
      • 218. 4989999161106
      • 219. 4989999161113
      • 220. 4989999161120
      • 221. 4989999161137
      • 222. 4989999161144
      • 223. 4989999161151
      • 224. 4989999161168
      • 225. 4989999161175
      • 226. 4989999161182
      • 227. 4989999161199
      • 228. 4989999161205
      • 229. 4989999161212
      • 230. 4989999161229
      • 231. 4989999161236
      • 232. 4989999161243
      • 233. 4989999161250
      • 234. 4989999161267
      • 235. 4989999161274
      • 236. 4989999161281
      • 237. 4989999161298
      • 238. 4989999161304
      • 239. 4989999161311
      • 240. 4989999161328
      • 241. 4989999161342
      • 242. 4989999161359
      • 243. 4989999161366
      • 244. 4989999161373
      • 245. 4989999161380
      • 246. 4989999161397
      • 247. 4989999161403
      • 248. 4989999161410
      • 249. 4989999161427
      • 250. 4989999161434
      • 251. 4989999161465
      • 252. 4989999161472
      • 253. 4989999161489
      • 254. 4989999161496
      • 255. 4989999161502
      • 256. 4989999161519
      • 257. 4989999161526
      • 258. 4989999161533
      • 259. 4989999161540
      • 260. 4989999161557
      • 261. 4989999162158
      • 262. 4989999162165
      • 263. 4989999162172
      • 264. 4989999162189
      • 265. 4989999162196
      • 266. 4989999162202
      • 267. 4989999162219
      • 268. 4989999162226
      • 269. 4989999162233
      • 270. 4989999162240
      • 271. 4989999162257
      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 `attributes` where `attributes`.`id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31)
      230μs/app/Http/Controllers/ProductCategoryController.php:79toolnet_laravel
      Metadata
      Backtrace
      • 24. /app/Http/Controllers/ProductCategoryController.php:79
      • 25. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 26. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 27. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 28. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select `brand` from `product_specs` where `category` in (1240)
      230μs/app/Models/ProductSpec.php:28toolnet_laravel
      Metadata
      Bindings
      • 0. 1240
      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 (1240) and exists (select * from `product_prices` where `product_specs`.`wp_id` = `product_prices`.`wp_id` and `price_1` between '171' and '173852')
      3.67s/app/Http/Controllers/ProductCategoryController.php:94toolnet_laravel
      Metadata
      Bindings
      • 0. 1240
      • 1. 171
      • 2. 173852
      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 (225047, 225055, 225063, 225070, 225078, 225086, 225104, 225112, 225116, 225134, 225142, 225149, 225157, 225166, 225184, 225191, 225199, 225207, 225220, 225228, 225235, 225243, 225252, 225270, 225278, 225286, 225294, 225303, 225316, 225324, 225333, 225351, 225359, 225367, 225375, 225382, 225391, 225409, 225412, 225418, 225426, 225435, 225453, 225460, 225467, 225475, 225484, 225499, 225502, 225510, 225528, 225536, 225544, 225552, 225560, 225569, 225587, 225594, 225598, 225616, 225631, 225639, 225652, 225660, 225668, 225676, 225689, 225697, 225705, 225713, 225722, 225739, 225747, 225755, 225763, 225772, 225785, 225801, 225819, 225827, 225835, 225843, 225851, 225860, 225878, 225880, 225889, 225907, 225915, 225923, 225931, 225940, 225958, 225966, 225974, 225988, 225996, 226004, 226012, 226020, 226028, 226046, 226054, 226062, 226070, 226082, 226090, 226097, 226106, 226124, 226132, 226140, 226148, 226155, 226163, 226176, 226184, 226193, 226211, 226219, 226227, 226235, 226244, 226262, 226270, 226274, 226292, 247433, 247440, 247447, 247455, 247463, 247481, 247488, 247495, 247500, 247512, 247520, 250755, 250759, 250777, 250785, 250793, 250801, 250809, 250818, 250835, 250843, 250851, 252522, 252526, 252528, 252536, 253814, 253822, 253826, 253827, 253828, 253831, 253837, 253840, 253846, 254210, 254218, 254222, 254223, 254224, 254227, 254233, 254236, 254242, 255130, 300849, 306501, 317797, 317800, 317801, 317805, 317807, 317809, 317811, 317815, 317816, 317825, 317827, 317828, 317830, 317833, 317836, 317838, 317839, 317843, 317844, 317845, 317846, 317848, 317850, 317853, 317856, 317858, 317860, 317862, 317863, 317864, 317865, 317870, 317872, 317876, 317880, 317881, 317882, 317883, 317884, 331713, 331715, 331716, 331717, 331718, 331719, 331720, 331721, 331724, 331726, 331727, 331728, 331730, 331731, 331732, 331733, 331734, 331735, 331736, 331737, 331740, 331741, 331742, 331743, 331745, 331746, 331747, 331748, 331749, 331750, 331751, 331752, 331753, 331754, 331757, 331758, 331799, 331803, 331812, 331813, 331815, 331945, 331959, 331967, 331976, 331984, 331985, 331994, 332018, 332029, 332031, 332032, 333095, 333100, 333124, 333127, 333129, 333131, 333136, 333146, 333161, 333171, 333176, 333187, 333337, 333357, 333360, 333377, 334452, 334456, 334457, 334469, 334472, 334481, 334503, 334506, 334509, 334519, 334521, 334526, 334530, 334550, 334552, 334555, 334658, 334664, 334667, 334684, 334686, 334694, 334704, 334722, 334724, 334733, 334753, 334755, 335755, 335768, 335771, 335788, 335792, 335827, 335833, 335841, 335842, 335843, 337211, 337216, 337218, 337224, 337256, 337264, 337267, 337272, 337279, 337281, 337291, 337293, 337302, 337307, 337308, 337322, 337536, 338696, 338697, 338704, 338710, 338719, 338749, 338758, 338764, 338766, 338774, 338777, 338778, 338797, 340173, 340190, 340229, 340231, 340270, 340271, 341574, 341576, 341582, 341598, 341605, 341614, 341616, 341620, 341621, 341622, 341631, 341635, 341636, 341638, 341647, 341651, 341658, 341663, 341667, 341674, 342990, 343001, 343003, 343004, 343027, 343033, 343035, 343058, 343060, 343061, 343065, 343083, 344365, 344367, 344370, 344372, 344374, 344383, 344386, 344406, 344412, 344418)
      25.48ms/app/Http/Controllers/ProductCategoryController.php:94toolnet_laravel
      Metadata
      Bindings
      • 0. 225047
      • 1. 225055
      • 2. 225063
      • 3. 225070
      • 4. 225078
      • 5. 225086
      • 6. 225104
      • 7. 225112
      • 8. 225116
      • 9. 225134
      • 10. 225142
      • 11. 225149
      • 12. 225157
      • 13. 225166
      • 14. 225184
      • 15. 225191
      • 16. 225199
      • 17. 225207
      • 18. 225220
      • 19. 225228
      • 20. 225235
      • 21. 225243
      • 22. 225252
      • 23. 225270
      • 24. 225278
      • 25. 225286
      • 26. 225294
      • 27. 225303
      • 28. 225316
      • 29. 225324
      • 30. 225333
      • 31. 225351
      • 32. 225359
      • 33. 225367
      • 34. 225375
      • 35. 225382
      • 36. 225391
      • 37. 225409
      • 38. 225412
      • 39. 225418
      • 40. 225426
      • 41. 225435
      • 42. 225453
      • 43. 225460
      • 44. 225467
      • 45. 225475
      • 46. 225484
      • 47. 225499
      • 48. 225502
      • 49. 225510
      • 50. 225528
      • 51. 225536
      • 52. 225544
      • 53. 225552
      • 54. 225560
      • 55. 225569
      • 56. 225587
      • 57. 225594
      • 58. 225598
      • 59. 225616
      • 60. 225631
      • 61. 225639
      • 62. 225652
      • 63. 225660
      • 64. 225668
      • 65. 225676
      • 66. 225689
      • 67. 225697
      • 68. 225705
      • 69. 225713
      • 70. 225722
      • 71. 225739
      • 72. 225747
      • 73. 225755
      • 74. 225763
      • 75. 225772
      • 76. 225785
      • 77. 225801
      • 78. 225819
      • 79. 225827
      • 80. 225835
      • 81. 225843
      • 82. 225851
      • 83. 225860
      • 84. 225878
      • 85. 225880
      • 86. 225889
      • 87. 225907
      • 88. 225915
      • 89. 225923
      • 90. 225931
      • 91. 225940
      • 92. 225958
      • 93. 225966
      • 94. 225974
      • 95. 225988
      • 96. 225996
      • 97. 226004
      • 98. 226012
      • 99. 226020
      • 100. 226028
      • 101. 226046
      • 102. 226054
      • 103. 226062
      • 104. 226070
      • 105. 226082
      • 106. 226090
      • 107. 226097
      • 108. 226106
      • 109. 226124
      • 110. 226132
      • 111. 226140
      • 112. 226148
      • 113. 226155
      • 114. 226163
      • 115. 226176
      • 116. 226184
      • 117. 226193
      • 118. 226211
      • 119. 226219
      • 120. 226227
      • 121. 226235
      • 122. 226244
      • 123. 226262
      • 124. 226270
      • 125. 226274
      • 126. 226292
      • 127. 247433
      • 128. 247440
      • 129. 247447
      • 130. 247455
      • 131. 247463
      • 132. 247481
      • 133. 247488
      • 134. 247495
      • 135. 247500
      • 136. 247512
      • 137. 247520
      • 138. 250755
      • 139. 250759
      • 140. 250777
      • 141. 250785
      • 142. 250793
      • 143. 250801
      • 144. 250809
      • 145. 250818
      • 146. 250835
      • 147. 250843
      • 148. 250851
      • 149. 252522
      • 150. 252526
      • 151. 252528
      • 152. 252536
      • 153. 253814
      • 154. 253822
      • 155. 253826
      • 156. 253827
      • 157. 253828
      • 158. 253831
      • 159. 253837
      • 160. 253840
      • 161. 253846
      • 162. 254210
      • 163. 254218
      • 164. 254222
      • 165. 254223
      • 166. 254224
      • 167. 254227
      • 168. 254233
      • 169. 254236
      • 170. 254242
      • 171. 255130
      • 172. 300849
      • 173. 306501
      • 174. 317797
      • 175. 317800
      • 176. 317801
      • 177. 317805
      • 178. 317807
      • 179. 317809
      • 180. 317811
      • 181. 317815
      • 182. 317816
      • 183. 317825
      • 184. 317827
      • 185. 317828
      • 186. 317830
      • 187. 317833
      • 188. 317836
      • 189. 317838
      • 190. 317839
      • 191. 317843
      • 192. 317844
      • 193. 317845
      • 194. 317846
      • 195. 317848
      • 196. 317850
      • 197. 317853
      • 198. 317856
      • 199. 317858
      • 200. 317860
      • 201. 317862
      • 202. 317863
      • 203. 317864
      • 204. 317865
      • 205. 317870
      • 206. 317872
      • 207. 317876
      • 208. 317880
      • 209. 317881
      • 210. 317882
      • 211. 317883
      • 212. 317884
      • 213. 331713
      • 214. 331715
      • 215. 331716
      • 216. 331717
      • 217. 331718
      • 218. 331719
      • 219. 331720
      • 220. 331721
      • 221. 331724
      • 222. 331726
      • 223. 331727
      • 224. 331728
      • 225. 331730
      • 226. 331731
      • 227. 331732
      • 228. 331733
      • 229. 331734
      • 230. 331735
      • 231. 331736
      • 232. 331737
      • 233. 331740
      • 234. 331741
      • 235. 331742
      • 236. 331743
      • 237. 331745
      • 238. 331746
      • 239. 331747
      • 240. 331748
      • 241. 331749
      • 242. 331750
      • 243. 331751
      • 244. 331752
      • 245. 331753
      • 246. 331754
      • 247. 331757
      • 248. 331758
      • 249. 331799
      • 250. 331803
      • 251. 331812
      • 252. 331813
      • 253. 331815
      • 254. 331945
      • 255. 331959
      • 256. 331967
      • 257. 331976
      • 258. 331984
      • 259. 331985
      • 260. 331994
      • 261. 332018
      • 262. 332029
      • 263. 332031
      • 264. 332032
      • 265. 333095
      • 266. 333100
      • 267. 333124
      • 268. 333127
      • 269. 333129
      • 270. 333131
      • 271. 333136
      • 272. 333146
      • 273. 333161
      • 274. 333171
      • 275. 333176
      • 276. 333187
      • 277. 333337
      • 278. 333357
      • 279. 333360
      • 280. 333377
      • 281. 334452
      • 282. 334456
      • 283. 334457
      • 284. 334469
      • 285. 334472
      • 286. 334481
      • 287. 334503
      • 288. 334506
      • 289. 334509
      • 290. 334519
      • 291. 334521
      • 292. 334526
      • 293. 334530
      • 294. 334550
      • 295. 334552
      • 296. 334555
      • 297. 334658
      • 298. 334664
      • 299. 334667
      • 300. 334684
      • 301. 334686
      • 302. 334694
      • 303. 334704
      • 304. 334722
      • 305. 334724
      • 306. 334733
      • 307. 334753
      • 308. 334755
      • 309. 335755
      • 310. 335768
      • 311. 335771
      • 312. 335788
      • 313. 335792
      • 314. 335827
      • 315. 335833
      • 316. 335841
      • 317. 335842
      • 318. 335843
      • 319. 337211
      • 320. 337216
      • 321. 337218
      • 322. 337224
      • 323. 337256
      • 324. 337264
      • 325. 337267
      • 326. 337272
      • 327. 337279
      • 328. 337281
      • 329. 337291
      • 330. 337293
      • 331. 337302
      • 332. 337307
      • 333. 337308
      • 334. 337322
      • 335. 337536
      • 336. 338696
      • 337. 338697
      • 338. 338704
      • 339. 338710
      • 340. 338719
      • 341. 338749
      • 342. 338758
      • 343. 338764
      • 344. 338766
      • 345. 338774
      • 346. 338777
      • 347. 338778
      • 348. 338797
      • 349. 340173
      • 350. 340190
      • 351. 340229
      • 352. 340231
      • 353. 340270
      • 354. 340271
      • 355. 341574
      • 356. 341576
      • 357. 341582
      • 358. 341598
      • 359. 341605
      • 360. 341614
      • 361. 341616
      • 362. 341620
      • 363. 341621
      • 364. 341622
      • 365. 341631
      • 366. 341635
      • 367. 341636
      • 368. 341638
      • 369. 341647
      • 370. 341651
      • 371. 341658
      • 372. 341663
      • 373. 341667
      • 374. 341674
      • 375. 342990
      • 376. 343001
      • 377. 343003
      • 378. 343004
      • 379. 343027
      • 380. 343033
      • 381. 343035
      • 382. 343058
      • 383. 343060
      • 384. 343061
      • 385. 343065
      • 386. 343083
      • 387. 344365
      • 388. 344367
      • 389. 344370
      • 390. 344372
      • 391. 344374
      • 392. 344383
      • 393. 344386
      • 394. 344406
      • 395. 344412
      • 396. 344418
      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 (1240)
      270μs/app/Http/Controllers/ProductCategoryController.php:94toolnet_laravel
      Metadata
      Bindings
      • 0. 1240
      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 ('', '4532373015825 ', '4580052430452 ', '4580052430537 ', '4580052430551 ', '4580052430568 ', '4580052430605 ', '4580052430681 ', '4580052430711 ', '4580052430735 ', '4580052430766 ', '4580052430780 ', '4580052430797 ', '4580052430803 ', '4580052430827 ', '4580052430902 ', '4580052430926 ', '4580052430933 ', '4580052430940 ', '4580052430971 ', '4580052431015 ', '4580052431084 ', '4580052431114 ', '4580052431220 ', '4580052431237 ', '4580052431244 ', '4580052431275 ', '4580052431282 ', '4580052431312 ', '4582260070017 ', '4582260070024 ', '4582260070031 ', '4582260070048 ', '4582260070055 ', '4582260070062 ', '4582260070079 ', '4582260070086 ', '4582260070093 ', '4582260070109 ', '4582260072004 ', '4582260072011 ', '4582260072028 ', '4582260072035 ', '4582260072042 ', '4582260072059 ', '4582260072066 ', '4582260072073 ', '4582260072080 ', '4582260072103 ', '4582260072110 ', '4582260072127 ', '4582260072134 ', '4582260072141 ', '4582260072158 ', '4582260072165 ', '4582260072189 ', '4582260072202 ', '4582260072219 ', '4582260072226 ', '4582260072233 ', '4582260072240 ', '4582260072257 ', '4582260072264 ', '4582260072271 ', '4582260072288 ', '4582260072516 ', '4582260072523 ', '4582260072530 ', '4582260072547 ', '4582260072554 ', '4582260072561 ', '4582260072578 ', '4582260072585 ', '4582260073827 ', '4582260073858 ', '4582260073889 ', '4582260073919 ', '4582260075661 ', '4582260075678 ', '4582260075685 ', '4582260075715 ', '4582260075739 ', '4582260075760 ', '4582260078808 ', '4582260079140 ', '4949130211831 ', '4949130231020 ', '4949130231037 ', '4949130231051 ', '4949130231075 ', '4949130240022 ', '4949130240046 ', '4949130341118 ', '4949130341125 ', '4949130341132 ', '4949130341149 ', '4949130373669 ', '4949130373928 ', '4949130383507 ', '4989999151329 ', '4989999151343 ', '4989999151350 ', '4989999151367 ', '4989999151374 ', '4989999151381 ', '4989999151398 ', '4989999151404 ', '4989999151411 ', '4989999151428 ', '4989999151435 ', '4989999160239 ', '4989999160246 ', '4989999160253 ', '4989999160260 ', '4989999160277 ', '4989999160284 ', '4989999160291 ', '4989999160307 ', '4989999160314 ', '4989999160321 ', '4989999160338 ', '4989999160345 ', '4989999160352 ', '4989999160369 ', '4989999160376 ', '4989999160383 ', '4989999160390 ', '4989999160406 ', '4989999160413 ', '4989999160420 ', '4989999160437 ', '4989999160444 ', '4989999160451 ', '4989999160468 ', '4989999160475 ', '4989999160482 ', '4989999160499 ', '4989999160505 ', '4989999160512 ', '4989999160529 ', '4989999160536 ', '4989999160543 ', '4989999160550 ', '4989999160567 ', '4989999160574 ', '4989999160581 ', '4989999160598 ', '4989999160604 ', '4989999160611 ', '4989999160628 ', '4989999160635 ', '4989999160642 ', '4989999160659 ', '4989999160666 ', '4989999160673 ', '4989999160680 ', '4989999160697 ', '4989999160703 ', '4989999160710 ', '4989999160727 ', '4989999160734 ', '4989999160741 ', '4989999160758 ', '4989999160765 ', '4989999160772 ', '4989999160789 ', '4989999160796 ', '4989999160802 ', '4989999160819 ', '4989999160826 ', '4989999160840 ', '4989999160857 ', '4989999160871 ', '4989999160888 ', '4989999160895 ', '4989999160901 ', '4989999160918 ', '4989999160925 ', '4989999160932 ', '4989999160949 ', '4989999160956 ', '4989999160963 ', '4989999160970 ', '4989999160987 ', '4989999160994 ', '4989999161007 ', '4989999161014 ', '4989999161038 ', '4989999161045 ', '4989999161052 ', '4989999161069 ', '4989999161076 ', '4989999161083 ', '4989999161090 ', '4989999161106 ', '4989999161113 ', '4989999161120 ', '4989999161137 ', '4989999161144 ', '4989999161151 ', '4989999161168 ', '4989999161175 ', '4989999161182 ', '4989999161199 ', '4989999161205 ', '4989999161212 ', '4989999161229 ', '4989999161236 ', '4989999161243 ', '4989999161250 ', '4989999161267 ', '4989999161274 ', '4989999161281 ', '4989999161298 ', '4989999161304 ', '4989999161311 ', '4989999161328 ', '4989999161342 ', '4989999161359 ', '4989999161366 ', '4989999161373 ', '4989999161380 ', '4989999161397 ', '4989999161403 ', '4989999161410 ', '4989999161427 ', '4989999161434 ', '4989999161465 ', '4989999161472 ', '4989999161489 ', '4989999161496 ', '4989999161502 ', '4989999161519 ', '4989999161526 ', '4989999161533 ', '4989999161540 ', '4989999161557 ', '4989999162158 ', '4989999162165 ', '4989999162172 ', '4989999162189 ', '4989999162196 ', '4989999162202 ', '4989999162219 ', '4989999162226 ', '4989999162233 ', '4989999162240 ', '4989999162257 ')
      1.23ms/app/Http/Controllers/ProductCategoryController.php:94toolnet_laravel
      Metadata
      Bindings
      • 0. 
      • 1. 4532373015825
      • 2. 4580052430452
      • 3. 4580052430537
      • 4. 4580052430551
      • 5. 4580052430568
      • 6. 4580052430605
      • 7. 4580052430681
      • 8. 4580052430711
      • 9. 4580052430735
      • 10. 4580052430766
      • 11. 4580052430780
      • 12. 4580052430797
      • 13. 4580052430803
      • 14. 4580052430827
      • 15. 4580052430902
      • 16. 4580052430926
      • 17. 4580052430933
      • 18. 4580052430940
      • 19. 4580052430971
      • 20. 4580052431015
      • 21. 4580052431084
      • 22. 4580052431114
      • 23. 4580052431220
      • 24. 4580052431237
      • 25. 4580052431244
      • 26. 4580052431275
      • 27. 4580052431282
      • 28. 4580052431312
      • 29. 4582260070017
      • 30. 4582260070024
      • 31. 4582260070031
      • 32. 4582260070048
      • 33. 4582260070055
      • 34. 4582260070062
      • 35. 4582260070079
      • 36. 4582260070086
      • 37. 4582260070093
      • 38. 4582260070109
      • 39. 4582260072004
      • 40. 4582260072011
      • 41. 4582260072028
      • 42. 4582260072035
      • 43. 4582260072042
      • 44. 4582260072059
      • 45. 4582260072066
      • 46. 4582260072073
      • 47. 4582260072080
      • 48. 4582260072103
      • 49. 4582260072110
      • 50. 4582260072127
      • 51. 4582260072134
      • 52. 4582260072141
      • 53. 4582260072158
      • 54. 4582260072165
      • 55. 4582260072189
      • 56. 4582260072202
      • 57. 4582260072219
      • 58. 4582260072226
      • 59. 4582260072233
      • 60. 4582260072240
      • 61. 4582260072257
      • 62. 4582260072264
      • 63. 4582260072271
      • 64. 4582260072288
      • 65. 4582260072516
      • 66. 4582260072523
      • 67. 4582260072530
      • 68. 4582260072547
      • 69. 4582260072554
      • 70. 4582260072561
      • 71. 4582260072578
      • 72. 4582260072585
      • 73. 4582260073827
      • 74. 4582260073858
      • 75. 4582260073889
      • 76. 4582260073919
      • 77. 4582260075661
      • 78. 4582260075678
      • 79. 4582260075685
      • 80. 4582260075715
      • 81. 4582260075739
      • 82. 4582260075760
      • 83. 4582260078808
      • 84. 4582260079140
      • 85. 4949130211831
      • 86. 4949130231020
      • 87. 4949130231037
      • 88. 4949130231051
      • 89. 4949130231075
      • 90. 4949130240022
      • 91. 4949130240046
      • 92. 4949130341118
      • 93. 4949130341125
      • 94. 4949130341132
      • 95. 4949130341149
      • 96. 4949130373669
      • 97. 4949130373928
      • 98. 4949130383507
      • 99. 4989999151329
      • 100. 4989999151343
      • 101. 4989999151350
      • 102. 4989999151367
      • 103. 4989999151374
      • 104. 4989999151381
      • 105. 4989999151398
      • 106. 4989999151404
      • 107. 4989999151411
      • 108. 4989999151428
      • 109. 4989999151435
      • 110. 4989999160239
      • 111. 4989999160246
      • 112. 4989999160253
      • 113. 4989999160260
      • 114. 4989999160277
      • 115. 4989999160284
      • 116. 4989999160291
      • 117. 4989999160307
      • 118. 4989999160314
      • 119. 4989999160321
      • 120. 4989999160338
      • 121. 4989999160345
      • 122. 4989999160352
      • 123. 4989999160369
      • 124. 4989999160376
      • 125. 4989999160383
      • 126. 4989999160390
      • 127. 4989999160406
      • 128. 4989999160413
      • 129. 4989999160420
      • 130. 4989999160437
      • 131. 4989999160444
      • 132. 4989999160451
      • 133. 4989999160468
      • 134. 4989999160475
      • 135. 4989999160482
      • 136. 4989999160499
      • 137. 4989999160505
      • 138. 4989999160512
      • 139. 4989999160529
      • 140. 4989999160536
      • 141. 4989999160543
      • 142. 4989999160550
      • 143. 4989999160567
      • 144. 4989999160574
      • 145. 4989999160581
      • 146. 4989999160598
      • 147. 4989999160604
      • 148. 4989999160611
      • 149. 4989999160628
      • 150. 4989999160635
      • 151. 4989999160642
      • 152. 4989999160659
      • 153. 4989999160666
      • 154. 4989999160673
      • 155. 4989999160680
      • 156. 4989999160697
      • 157. 4989999160703
      • 158. 4989999160710
      • 159. 4989999160727
      • 160. 4989999160734
      • 161. 4989999160741
      • 162. 4989999160758
      • 163. 4989999160765
      • 164. 4989999160772
      • 165. 4989999160789
      • 166. 4989999160796
      • 167. 4989999160802
      • 168. 4989999160819
      • 169. 4989999160826
      • 170. 4989999160840
      • 171. 4989999160857
      • 172. 4989999160871
      • 173. 4989999160888
      • 174. 4989999160895
      • 175. 4989999160901
      • 176. 4989999160918
      • 177. 4989999160925
      • 178. 4989999160932
      • 179. 4989999160949
      • 180. 4989999160956
      • 181. 4989999160963
      • 182. 4989999160970
      • 183. 4989999160987
      • 184. 4989999160994
      • 185. 4989999161007
      • 186. 4989999161014
      • 187. 4989999161038
      • 188. 4989999161045
      • 189. 4989999161052
      • 190. 4989999161069
      • 191. 4989999161076
      • 192. 4989999161083
      • 193. 4989999161090
      • 194. 4989999161106
      • 195. 4989999161113
      • 196. 4989999161120
      • 197. 4989999161137
      • 198. 4989999161144
      • 199. 4989999161151
      • 200. 4989999161168
      • 201. 4989999161175
      • 202. 4989999161182
      • 203. 4989999161199
      • 204. 4989999161205
      • 205. 4989999161212
      • 206. 4989999161229
      • 207. 4989999161236
      • 208. 4989999161243
      • 209. 4989999161250
      • 210. 4989999161267
      • 211. 4989999161274
      • 212. 4989999161281
      • 213. 4989999161298
      • 214. 4989999161304
      • 215. 4989999161311
      • 216. 4989999161328
      • 217. 4989999161342
      • 218. 4989999161359
      • 219. 4989999161366
      • 220. 4989999161373
      • 221. 4989999161380
      • 222. 4989999161397
      • 223. 4989999161403
      • 224. 4989999161410
      • 225. 4989999161427
      • 226. 4989999161434
      • 227. 4989999161465
      • 228. 4989999161472
      • 229. 4989999161489
      • 230. 4989999161496
      • 231. 4989999161502
      • 232. 4989999161519
      • 233. 4989999161526
      • 234. 4989999161533
      • 235. 4989999161540
      • 236. 4989999161557
      • 237. 4989999162158
      • 238. 4989999162165
      • 239. 4989999162172
      • 240. 4989999162189
      • 241. 4989999162196
      • 242. 4989999162202
      • 243. 4989999162219
      • 244. 4989999162226
      • 245. 4989999162233
      • 246. 4989999162240
      • 247. 4989999162257
      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 `attributes` where `attributes`.`id` in (1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31)
      230μs/app/Http/Controllers/ProductCategoryController.php:94toolnet_laravel
      Metadata
      Backtrace
      • 24. /app/Http/Controllers/ProductCategoryController.php:94
      • 25. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 26. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 27. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 28. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select count(*) as aggregate from `product_specs` where `category` in (1240) and exists (select * from `product_prices` where `product_specs`.`wp_id` = `product_prices`.`wp_id` and `price_1` between '171' and '173852')
      886ms/app/Http/Controllers/ProductCategoryController.php:95toolnet_laravel
      Metadata
      Bindings
      • 0. 1240
      • 1. 171
      • 2. 173852
      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 (1240) and exists (select * from `product_prices` where `product_specs`.`wp_id` = `product_prices`.`wp_id` and `price_1` between '171' and '173852') limit 16 offset 96
      1.04s/app/Http/Controllers/ProductCategoryController.php:95toolnet_laravel
      Metadata
      Bindings
      • 0. 1240
      • 1. 171
      • 2. 173852
      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 (225996, 226004, 226012, 226020, 226028, 226046, 226054, 226062, 226070, 226082, 226090, 226097, 226106, 226124, 226132, 226140)
      3.72ms/app/Http/Controllers/ProductCategoryController.php:95toolnet_laravel
      Metadata
      Bindings
      • 0. 225996
      • 1. 226004
      • 2. 226012
      • 3. 226020
      • 4. 226028
      • 5. 226046
      • 6. 226054
      • 7. 226062
      • 8. 226070
      • 9. 226082
      • 10. 226090
      • 11. 226097
      • 12. 226106
      • 13. 226124
      • 14. 226132
      • 15. 226140
      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 (1240)
      150μs/app/Http/Controllers/ProductCategoryController.php:95toolnet_laravel
      Metadata
      Bindings
      • 0. 1240
      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 ('4989999161229 ', '4989999161236 ', '4989999161243 ', '4989999161250 ', '4989999161267 ', '4989999161274 ', '4989999161281 ', '4989999161298 ', '4989999161304 ', '4989999161311 ', '4989999161328 ', '4989999161342 ', '4989999161359 ', '4989999161366 ', '4989999161373 ', '4989999161380 ')
      140μs/app/Http/Controllers/ProductCategoryController.php:95toolnet_laravel
      Metadata
      Bindings
      • 0. 4989999161229
      • 1. 4989999161236
      • 2. 4989999161243
      • 3. 4989999161250
      • 4. 4989999161267
      • 5. 4989999161274
      • 6. 4989999161281
      • 7. 4989999161298
      • 8. 4989999161304
      • 9. 4989999161311
      • 10. 4989999161328
      • 11. 4989999161342
      • 12. 4989999161359
      • 13. 4989999161366
      • 14. 4989999161373
      • 15. 4989999161380
      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` = 'mounted-flap-wheel' limit 1
      160μs/app/Models/ProductCategory.php:29toolnet_laravel
      Metadata
      Bindings
      • 0. mounted-flap-wheel
      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` = 1240
      110μs/app/Http/Controllers/ProductCategoryController.php:111toolnet_laravel
      Metadata
      Bindings
      • 0. 1240
      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)
      110μ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`
      110μ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'
      110μ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`
      110μ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'
      120μ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`
      90μ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'
      110μ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`
      90μ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'
      100μ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\Attribute
    62
    App\Models\ProductAttribute
    1274
    App\Models\ProductPrice
    834
    App\Models\ProductSpec
    834
    App\Models\ProductCategory
    1844
        _token
        zoDnc1T3RhhU8VuV7OJku36ZBWlZ1loymeNs0eW4
        _previous
        array:1 [ "url" => "https://toolnet.xsrv.jp/category/mounted-flap-wheel?page=7&price=171-173852" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /category/mounted-flap-wheel
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        0 of 0
        array:2 [ "page" => "7" "price" => "171-173852" ]
        request_request
        0 of 0
        array:2 [ "page" => "7" "price" => "171-173852" ]
        request_headers
        0 of 0
        array:29 [ "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IklSc1ZOa1NmaVJ5cWRFNVdJdUlYcFE9PSIsInZhbHVlIjoibW0vaXpyN2dnYW5NL0tQbnY2NjV4M01YTUJZOWlFT28veWZydkJrYysrVEhFSWFwUktpV3BRZk5mMFUyMEVQUnM2NVN5VFhiaEJtR0YyM1Bub1gzdlFpVjR1Vk1MWmlFNlNEYXZPZWx4NUthQXplcklYaEZKOVM1UXp6WmVZZmgiLCJtYWMiOiJlYTE5ZWFhOWNkMGFkMzRmOTk0MjBlMGI0YWNiZGM0YjFkMTIwZWU4YTE5MDA4ODAyNTk2MDkyMjJhMjRhMWU0IiwidGFnIjoiIn0%3D; tool_net_session=eyJpdiI6IllrU1lhWUNLeGl5QmUrRjBlem96T0E9PSIsInZhbHVlIjoidlpwQTZxdGM4aW51NU95ek5PWFo0N0VucXNkSUZudTdUa1h0VU4xN1R1K3g1UFk3VUg2clZCMXNtbzR1emtQSVBoQVp2NHlublJKUXlxbWsrWlJFcnBqdkkzT05kV3dQMmE4YmtPakNkRG5Ec1ZxR21qRjZnaGEzdFY1MDBLeHUiLCJtYWMiOiI2MWFhMTY2YmJmZGI1MDc4YzFkNmU5Y2Q5YTUwYjcyODVkMjZhZWQ3ZDUwMzc5ZGFhYjA1MmEyYWUwYWJkZDhlIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IklSc1ZOa1NmaVJ5cWRFNVdJdUlYcFE9PSIsInZhbHVlIjoibW0vaXpyN2dnYW5NL0tQbnY2NjV4M01YTUJZOWlFT28veWZydkJrYysrVEhFSWFwUktpV3BRZk5mMFUyMEVQUnM2NVN5V" ] "priority" => array:1 [ 0 => "u=0, i" ] "referer" => array:1 [ 0 => "https://toolnet.xsrv.jp/category/mounted-flap-wheel?page=7" ] "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.19.60.207" ] "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.19.60.207" ] "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/mounted-flap-wheel?page=7&price=171-173852" "QUERY_STRING" => "page=7&price=171-173852" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.1" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_QUERY_STRING" => "page=7&price=171-173852" "REDIRECT_URL" => "/category/mounted-flap-wheel" "REMOTE_PORT" => "45606" "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.19.60.207" "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=eyJpdiI6IklSc1ZOa1NmaVJ5cWRFNVdJdUlYcFE9PSIsInZhbHVlIjoibW0vaXpyN2dnYW5NL0tQbnY2NjV4M01YTUJZOWlFT28veWZydkJrYysrVEhFSWFwUktpV3BRZk5mMFUyMEVQUnM2NVN5VFhiaEJtR0YyM1Bub1gzdlFpVjR1Vk1MWmlFNlNEYXZPZWx4NUthQXplcklYaEZKOVM1UXp6WmVZZmgiLCJtYWMiOiJlYTE5ZWFhOWNkMGFkMzRmOTk0MjBlMGI0YWNiZGM0YjFkMTIwZWU4YTE5MDA4ODAyNTk2MDkyMjJhMjRhMWU0IiwidGFnIjoiIn0%3D; tool_net_session=eyJpdiI6IllrU1lhWUNLeGl5QmUrRjBlem96T0E9PSIsInZhbHVlIjoidlpwQTZxdGM4aW51NU95ek5PWFo0N0VucXNkSUZudTdUa1h0VU4xN1R1K3g1UFk3VUg2clZCMXNtbzR1emtQSVBoQVp2NHlublJKUXlxbWsrWlJFcnBqdkkzT05kV3dQMmE4YmtPakNkRG5Ec1ZxR21qRjZnaGEzdFY1MDBLeHUiLCJtYWMiOiI2MWFhMTY2YmJmZGI1MDc4YzFkNmU5Y2Q5YTUwYjcyODVkMjZhZWQ3ZDUwMzc5ZGFhYjA1MmEyYWUwYWJkZDhlIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IklSc1ZOa1NmaVJ5cWRFNVdJdUlYcFE9PSIsInZhbHVlIjoibW0vaXpyN2dnYW5NL0tQbnY2NjV4M01YTUJZOWlFT28veWZydkJrYysrVEhFSWFwUktpV3BRZk5mMFUyMEVQUnM2NVN5V" "HTTP_PRIORITY" => "u=0, i" "HTTP_REFERER" => "https://toolnet.xsrv.jp/category/mounted-flap-wheel?page=7" "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.19.60.207" "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.19.60.207" "HTTP_HOST" => "toolnet.xsrv.jp" "Ngx_Cache_StaticMode" => "1" "Ngx_Cache_NormalFile" => "1" "FailureCacheTime" => "0" "HTTPS" => "on" "UNIQUE_ID" => "Z9bbI-m6hP-koHyOIJ0bNgAAALY" "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" => "Z9bbI-m6hP-koHyOIJ0bNgAAALY" "REDIRECT_MEF_PROXY_ADDR" => "202.233.66.57" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1742134051.3623 "REQUEST_TIME" => 1742134051 ]
        request_cookies
        0 of 0
        array:2 [ "XSRF-TOKEN" => "zoDnc1T3RhhU8VuV7OJku36ZBWlZ1loymeNs0eW4" "tool_net_session" => "jE8X5ykk9dEiiNCMgBMNfOd2g51Pij1nVZ3DjrRS" ]
        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 => "Sun, 16 Mar 2025 14:07:37 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjE5cUtPUmZYb1ZMdGI5SkRLMUlJbXc9PSIsInZhbHVlIjoiVFpwSGVOaVBRcmpzYU5JbE5oa3RwME52eFliWHRSSDR6SnZmM3FpN1c0RDZNaWZRSm1vMDJaM3VSZ09qSnJnd2FuRUdjaEVZRHVpV2NoYURsTjRPblpZNVU4OXJheGxIa2JKQVJkZThDeHJjUUswdHRHR0N6MVJQblVHS3kvcTEiLCJtYWMiOiI3MzRmMWZjYTgxOWJiNzM2ZjczYmU5NjhkMWI0YTJkY2M1ZDk2NjA3NGNiODE5MmQ2Zjk5YThkNTYwZDlmZmMzIiwidGFnIjoiIn0%3D; expires=Sun, 16-Mar-2025 16:07:37 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IjE5cUtPUmZYb1ZMdGI5SkRLMUlJbXc9PSIsInZhbHVlIjoiVFpwSGVOaVBRcmpzYU5JbE5oa3RwME52eFliWHRSSDR6SnZmM3FpN1c0RDZNaWZRSm1vMDJaM3VSZ09qSnJnd2FuRUdja" 1 => "tool_net_session=eyJpdiI6ImVYUG0vellUL2NwVEl0a084eThtTkE9PSIsInZhbHVlIjoieUlVRW51OEZLeE45RHRYbmFnVElTSk1nMlNGOVowTnJzTnhYVGNWeWtqdTNraFJINFVndFpheXJoalBYM2c3TVRIMUxZUGFjMTVsSE1CN3IzYnVWSDNOZnZQN2hGVFdaTHYvY1JwM3YwWFJDTVRUUVA2YVIxOG91eDhOSzF6c0wiLCJtYWMiOiIwOTc2MDc5MmRjNjRhNThiODYzYzZjNjY4Y2ZiOGZmMTRkMTIxYjczMzBhZDIyN2JiYTk3NDQzYmZiN2JiZmYyIiwidGFnIjoiIn0%3D; expires=Sun, 16-Mar-2025 16:07:37 GMT; Max-Age=7200; path=/; httponly; samesite=laxtool_net_session=eyJpdiI6ImVYUG0vellUL2NwVEl0a084eThtTkE9PSIsInZhbHVlIjoieUlVRW51OEZLeE45RHRYbmFnVElTSk1nMlNGOVowTnJzTnhYVGNWeWtqdTNraFJINFVndFpheXJoalBYM2c3TVR" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjE5cUtPUmZYb1ZMdGI5SkRLMUlJbXc9PSIsInZhbHVlIjoiVFpwSGVOaVBRcmpzYU5JbE5oa3RwME52eFliWHRSSDR6SnZmM3FpN1c0RDZNaWZRSm1vMDJaM3VSZ09qSnJnd2FuRUdjaEVZRHVpV2NoYURsTjRPblpZNVU4OXJheGxIa2JKQVJkZThDeHJjUUswdHRHR0N6MVJQblVHS3kvcTEiLCJtYWMiOiI3MzRmMWZjYTgxOWJiNzM2ZjczYmU5NjhkMWI0YTJkY2M1ZDk2NjA3NGNiODE5MmQ2Zjk5YThkNTYwZDlmZmMzIiwidGFnIjoiIn0%3D; expires=Sun, 16-Mar-2025 16:07:37 GMT; path=/XSRF-TOKEN=eyJpdiI6IjE5cUtPUmZYb1ZMdGI5SkRLMUlJbXc9PSIsInZhbHVlIjoiVFpwSGVOaVBRcmpzYU5JbE5oa3RwME52eFliWHRSSDR6SnZmM3FpN1c0RDZNaWZRSm1vMDJaM3VSZ09qSnJnd2FuRUdja" 1 => "tool_net_session=eyJpdiI6ImVYUG0vellUL2NwVEl0a084eThtTkE9PSIsInZhbHVlIjoieUlVRW51OEZLeE45RHRYbmFnVElTSk1nMlNGOVowTnJzTnhYVGNWeWtqdTNraFJINFVndFpheXJoalBYM2c3TVRIMUxZUGFjMTVsSE1CN3IzYnVWSDNOZnZQN2hGVFdaTHYvY1JwM3YwWFJDTVRUUVA2YVIxOG91eDhOSzF6c0wiLCJtYWMiOiIwOTc2MDc5MmRjNjRhNThiODYzYzZjNjY4Y2ZiOGZmMTRkMTIxYjczMzBhZDIyN2JiYTk3NDQzYmZiN2JiZmYyIiwidGFnIjoiIn0%3D; expires=Sun, 16-Mar-2025 16:07:37 GMT; path=/; httponlytool_net_session=eyJpdiI6ImVYUG0vellUL2NwVEl0a084eThtTkE9PSIsInZhbHVlIjoieUlVRW51OEZLeE45RHRYbmFnVElTSk1nMlNGOVowTnJzTnhYVGNWeWtqdTNraFJINFVndFpheXJoalBYM2c3TVR" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "zoDnc1T3RhhU8VuV7OJku36ZBWlZ1loymeNs0eW4" "_previous" => array:1 [ "url" => "https://toolnet.xsrv.jp/category/mounted-flap-wheel?page=7&price=171-173852" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]