<ブランドで絞り込み>

<金額で絞り込み>
3,098円
108,107円
8.2.22PHP Version5.59sRequest Duration9MBMemory UsageGET category/{slug?}Route
Total time
0μs
  • warninglog[20:16:29] LOG.warning: Callables of the form ["Swift_SmtpTransport", "Swift_Transport_EsmtpTranspor...
  • warninglog[20:16:35] LOG.warning: explode(): Passing null to parameter #2 ($string) of type string is deprecat...
  • Booting (9.99ms)
  • Application (5.58s)
  • 1 x Application (99.82%)
    5.58s
    1 x Booting (0.18%)
    9.99ms
    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
    30 statements were executed, 18 of which were duplicated, 12 unique5.53s
    • select `brand_name`, `brand_id` from `product_brands`
      1.45ms/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` = 'electric-screwdriver' limit 1
      240μs/app/Models/ProductCategory.php:85toolnet_laravel
      Metadata
      Bindings
      • 0. electric-screwdriver
      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` = 'electric-screwdriver' limit 1
      160μs/app/Models/ProductCategory.php:29toolnet_laravel
      Metadata
      Bindings
      • 0. electric-screwdriver
      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`
      580μ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`
      650μ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 (139)
      1.11ms/app/Http/Controllers/ProductCategoryController.php:79toolnet_laravel
      Metadata
      Bindings
      • 0. 139
      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 (1249, 1253, 1394, 15261, 15263, 15265, 15267, 15269, 15271, 15273, 15275, 15301, 15303, 15305, 15307, 15309, 15311, 15313, 15315, 19472, 19475, 19498, 19500, 19502, 19504, 19506, 19508, 19510, 19512, 19514, 19516, 19518, 19520, 19522, 19524, 19526, 223608, 223609, 223610, 223616, 223617, 223618, 223619, 223620, 223623, 223624, 223625, 224062, 241967, 245753, 245754, 245755, 248482, 248507, 248514, 248520, 248527, 248541, 248549, 248557, 248565, 248573, 248591, 248599, 248675, 248682, 248689, 248707, 248710, 248719, 248911, 248912, 248914, 248919, 248921, 248924, 248927, 248933, 248950, 248957, 249021, 249029, 249046, 249049, 249058, 249076, 255988, 255989, 255990, 255992, 255993, 255994, 255995, 255996, 255997, 255998, 255999, 256000, 258026, 258027, 258028, 284373, 314167, 314175, 314184, 314416, 314420, 314438, 314849, 357200, 357201, 357202, 1265451, 1265454, 1265455, 1265456)
      6.07ms/app/Http/Controllers/ProductCategoryController.php:79toolnet_laravel
      Metadata
      Bindings
      • 0. 1249
      • 1. 1253
      • 2. 1394
      • 3. 15261
      • 4. 15263
      • 5. 15265
      • 6. 15267
      • 7. 15269
      • 8. 15271
      • 9. 15273
      • 10. 15275
      • 11. 15301
      • 12. 15303
      • 13. 15305
      • 14. 15307
      • 15. 15309
      • 16. 15311
      • 17. 15313
      • 18. 15315
      • 19. 19472
      • 20. 19475
      • 21. 19498
      • 22. 19500
      • 23. 19502
      • 24. 19504
      • 25. 19506
      • 26. 19508
      • 27. 19510
      • 28. 19512
      • 29. 19514
      • 30. 19516
      • 31. 19518
      • 32. 19520
      • 33. 19522
      • 34. 19524
      • 35. 19526
      • 36. 223608
      • 37. 223609
      • 38. 223610
      • 39. 223616
      • 40. 223617
      • 41. 223618
      • 42. 223619
      • 43. 223620
      • 44. 223623
      • 45. 223624
      • 46. 223625
      • 47. 224062
      • 48. 241967
      • 49. 245753
      • 50. 245754
      • 51. 245755
      • 52. 248482
      • 53. 248507
      • 54. 248514
      • 55. 248520
      • 56. 248527
      • 57. 248541
      • 58. 248549
      • 59. 248557
      • 60. 248565
      • 61. 248573
      • 62. 248591
      • 63. 248599
      • 64. 248675
      • 65. 248682
      • 66. 248689
      • 67. 248707
      • 68. 248710
      • 69. 248719
      • 70. 248911
      • 71. 248912
      • 72. 248914
      • 73. 248919
      • 74. 248921
      • 75. 248924
      • 76. 248927
      • 77. 248933
      • 78. 248950
      • 79. 248957
      • 80. 249021
      • 81. 249029
      • 82. 249046
      • 83. 249049
      • 84. 249058
      • 85. 249076
      • 86. 255988
      • 87. 255989
      • 88. 255990
      • 89. 255992
      • 90. 255993
      • 91. 255994
      • 92. 255995
      • 93. 255996
      • 94. 255997
      • 95. 255998
      • 96. 255999
      • 97. 256000
      • 98. 258026
      • 99. 258027
      • 100. 258028
      • 101. 284373
      • 102. 314167
      • 103. 314175
      • 104. 314184
      • 105. 314416
      • 106. 314420
      • 107. 314438
      • 108. 314849
      • 109. 357200
      • 110. 357201
      • 111. 357202
      • 112. 1265451
      • 113. 1265454
      • 114. 1265455
      • 115. 1265456
      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 (139)
      340μs/app/Http/Controllers/ProductCategoryController.php:79toolnet_laravel
      Metadata
      Bindings
      • 0. 139
      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 ('88381852746 ', '3165140978248 ', '4053423224320 ', '4545695003449 ', '4549980053546 ', '4549980053553 ', '4549980053560 ', '4549980357316 ', '4549980357323 ', '4549980357330 ', '4549980523650 ', '4549980523667 ', '4549980523674 ', '4549980523681 ', '4549980523698 ', '4549980523704 ', '4549980523711 ', '4549980523728 ', '4549980523735 ', '4549980523742 ', '4549980523759 ', '4549980523766 ', '4902870817183 ', '4902870817190 ', '4902870817206 ', '4902870817220 ', '4902870817237 ', '4902870817244 ', '4902870817251 ', '4902870817268 ', '4902870817275 ', '4902870817282 ', '4902870817299 ', '4907587010728 ', '4907587028150 ', '4907587029904', '4907587030160', '4907587030177', '4907587032140', '4907587032157', '4907587302168 ', '4907587302212 ', '4907587302373 ', '4907587304513 ', '4907587304810 ', '4907587304896 ', '4907587304902 ', '4953488472110 ', '4960673663659 ', '4960673663666 ', '4960673663673 ', '4960673663819 ', '4960673663895 ', '4960673663901 ', '4960673663918 ', '4960673663925 ', '4966376193943 ', '4966376210138 ', '4966376244980 ', '4966376244997 ', '4966376245000 ', '4966376245031 ', '4966376245055 ', '4966376252220 ', '4966376256822 ', '4966376257294 ', '4966376258468 ', '4966376258543 ', '4966376259847 ', '4966376262670 ', '4966376262687 ', '4966376262847 ', '4967576388733 ', '4967576388740 ', '4967576496162 ', '4967576496179 ', '4967576508162 ', '4967576508179 ', '4967576545273 ', '4967576545280 ', '4983771982965 ', '4983771982972 ', '4992338576844 ', '4992338576851 ', '4992338576868 ', '4992338576882 ', '4992338576899 ', '4992338576905 ', '4992338576912 ', '4992338576929 ', '4992338576936 ', '4992338576950 ', '4992338576967 ', '4992338576974 ', '4992338576998 ', '4992338577001 ', '4992338577018 ', '4992338577063 ', '4992338577070 ', '4992338577087 ', '4992338577209 ', '4992338577216 ', '4992338577223 ', '4992338577230 ', '4992338577247 ', '4992338577261 ', '4992338577285 ', '4992338577315 ', '4992338577339 ', '4992338577346 ', '4992338577360 ', '4992338577377 ', '4992338577384 ', '4992338577421 ', '4992338577438 ', '4992338577445 ')
      320μs/app/Http/Controllers/ProductCategoryController.php:79toolnet_laravel
      Metadata
      Bindings
      • 0. 88381852746
      • 1. 3165140978248
      • 2. 4053423224320
      • 3. 4545695003449
      • 4. 4549980053546
      • 5. 4549980053553
      • 6. 4549980053560
      • 7. 4549980357316
      • 8. 4549980357323
      • 9. 4549980357330
      • 10. 4549980523650
      • 11. 4549980523667
      • 12. 4549980523674
      • 13. 4549980523681
      • 14. 4549980523698
      • 15. 4549980523704
      • 16. 4549980523711
      • 17. 4549980523728
      • 18. 4549980523735
      • 19. 4549980523742
      • 20. 4549980523759
      • 21. 4549980523766
      • 22. 4902870817183
      • 23. 4902870817190
      • 24. 4902870817206
      • 25. 4902870817220
      • 26. 4902870817237
      • 27. 4902870817244
      • 28. 4902870817251
      • 29. 4902870817268
      • 30. 4902870817275
      • 31. 4902870817282
      • 32. 4902870817299
      • 33. 4907587010728
      • 34. 4907587028150
      • 35. 4907587029904
      • 36. 4907587030160
      • 37. 4907587030177
      • 38. 4907587032140
      • 39. 4907587032157
      • 40. 4907587302168
      • 41. 4907587302212
      • 42. 4907587302373
      • 43. 4907587304513
      • 44. 4907587304810
      • 45. 4907587304896
      • 46. 4907587304902
      • 47. 4953488472110
      • 48. 4960673663659
      • 49. 4960673663666
      • 50. 4960673663673
      • 51. 4960673663819
      • 52. 4960673663895
      • 53. 4960673663901
      • 54. 4960673663918
      • 55. 4960673663925
      • 56. 4966376193943
      • 57. 4966376210138
      • 58. 4966376244980
      • 59. 4966376244997
      • 60. 4966376245000
      • 61. 4966376245031
      • 62. 4966376245055
      • 63. 4966376252220
      • 64. 4966376256822
      • 65. 4966376257294
      • 66. 4966376258468
      • 67. 4966376258543
      • 68. 4966376259847
      • 69. 4966376262670
      • 70. 4966376262687
      • 71. 4966376262847
      • 72. 4967576388733
      • 73. 4967576388740
      • 74. 4967576496162
      • 75. 4967576496179
      • 76. 4967576508162
      • 77. 4967576508179
      • 78. 4967576545273
      • 79. 4967576545280
      • 80. 4983771982965
      • 81. 4983771982972
      • 82. 4992338576844
      • 83. 4992338576851
      • 84. 4992338576868
      • 85. 4992338576882
      • 86. 4992338576899
      • 87. 4992338576905
      • 88. 4992338576912
      • 89. 4992338576929
      • 90. 4992338576936
      • 91. 4992338576950
      • 92. 4992338576967
      • 93. 4992338576974
      • 94. 4992338576998
      • 95. 4992338577001
      • 96. 4992338577018
      • 97. 4992338577063
      • 98. 4992338577070
      • 99. 4992338577087
      • 100. 4992338577209
      • 101. 4992338577216
      • 102. 4992338577223
      • 103. 4992338577230
      • 104. 4992338577247
      • 105. 4992338577261
      • 106. 4992338577285
      • 107. 4992338577315
      • 108. 4992338577339
      • 109. 4992338577346
      • 110. 4992338577360
      • 111. 4992338577377
      • 112. 4992338577384
      • 113. 4992338577421
      • 114. 4992338577438
      • 115. 4992338577445
      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 (139)
      160μs/app/Models/ProductSpec.php:28toolnet_laravel
      Metadata
      Bindings
      • 0. 139
      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 (139) and exists (select * from `product_prices` where `product_specs`.`wp_id` = `product_prices`.`wp_id` and `price_1` between '3098' and '108107')
      3.59s/app/Http/Controllers/ProductCategoryController.php:94toolnet_laravel
      Metadata
      Bindings
      • 0. 139
      • 1. 3098
      • 2. 108107
      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 (1249, 1253, 1394, 15261, 15263, 15265, 15267, 15269, 15271, 15273, 15275, 15301, 15303, 15305, 15307, 15309, 15311, 15313, 15315, 19472, 19475, 19498, 19500, 19502, 19504, 19506, 19508, 19510, 19512, 19514, 19516, 19518, 19520, 19522, 19524, 19526, 223608, 223609, 223610, 223616, 223617, 223618, 223619, 223620, 223623, 223624, 223625, 224062, 241967, 245753, 245754, 245755, 248482, 248507, 248514, 248520, 248527, 248541, 248549, 248557, 248565, 248573, 248591, 248599, 248675, 248682, 248689, 248707, 248710, 248719, 248911, 248912, 248914, 248919, 248921, 248924, 248927, 248933, 248950, 248957, 249021, 249029, 249046, 249049, 249058, 249076, 255988, 255989, 255990, 255992, 255993, 255994, 255995, 255996, 255997, 255998, 255999, 256000, 258026, 258027, 258028, 284373, 314167, 314175, 314184, 314416, 314420, 314438, 314849, 357200, 357201, 357202, 1265451, 1265454, 1265455, 1265456)
      5.61ms/app/Http/Controllers/ProductCategoryController.php:94toolnet_laravel
      Metadata
      Bindings
      • 0. 1249
      • 1. 1253
      • 2. 1394
      • 3. 15261
      • 4. 15263
      • 5. 15265
      • 6. 15267
      • 7. 15269
      • 8. 15271
      • 9. 15273
      • 10. 15275
      • 11. 15301
      • 12. 15303
      • 13. 15305
      • 14. 15307
      • 15. 15309
      • 16. 15311
      • 17. 15313
      • 18. 15315
      • 19. 19472
      • 20. 19475
      • 21. 19498
      • 22. 19500
      • 23. 19502
      • 24. 19504
      • 25. 19506
      • 26. 19508
      • 27. 19510
      • 28. 19512
      • 29. 19514
      • 30. 19516
      • 31. 19518
      • 32. 19520
      • 33. 19522
      • 34. 19524
      • 35. 19526
      • 36. 223608
      • 37. 223609
      • 38. 223610
      • 39. 223616
      • 40. 223617
      • 41. 223618
      • 42. 223619
      • 43. 223620
      • 44. 223623
      • 45. 223624
      • 46. 223625
      • 47. 224062
      • 48. 241967
      • 49. 245753
      • 50. 245754
      • 51. 245755
      • 52. 248482
      • 53. 248507
      • 54. 248514
      • 55. 248520
      • 56. 248527
      • 57. 248541
      • 58. 248549
      • 59. 248557
      • 60. 248565
      • 61. 248573
      • 62. 248591
      • 63. 248599
      • 64. 248675
      • 65. 248682
      • 66. 248689
      • 67. 248707
      • 68. 248710
      • 69. 248719
      • 70. 248911
      • 71. 248912
      • 72. 248914
      • 73. 248919
      • 74. 248921
      • 75. 248924
      • 76. 248927
      • 77. 248933
      • 78. 248950
      • 79. 248957
      • 80. 249021
      • 81. 249029
      • 82. 249046
      • 83. 249049
      • 84. 249058
      • 85. 249076
      • 86. 255988
      • 87. 255989
      • 88. 255990
      • 89. 255992
      • 90. 255993
      • 91. 255994
      • 92. 255995
      • 93. 255996
      • 94. 255997
      • 95. 255998
      • 96. 255999
      • 97. 256000
      • 98. 258026
      • 99. 258027
      • 100. 258028
      • 101. 284373
      • 102. 314167
      • 103. 314175
      • 104. 314184
      • 105. 314416
      • 106. 314420
      • 107. 314438
      • 108. 314849
      • 109. 357200
      • 110. 357201
      • 111. 357202
      • 112. 1265451
      • 113. 1265454
      • 114. 1265455
      • 115. 1265456
      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 (139)
      270μs/app/Http/Controllers/ProductCategoryController.php:94toolnet_laravel
      Metadata
      Bindings
      • 0. 139
      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 ('88381852746 ', '3165140978248 ', '4053423224320 ', '4545695003449 ', '4549980053546 ', '4549980053553 ', '4549980053560 ', '4549980357316 ', '4549980357323 ', '4549980357330 ', '4549980523650 ', '4549980523667 ', '4549980523674 ', '4549980523681 ', '4549980523698 ', '4549980523704 ', '4549980523711 ', '4549980523728 ', '4549980523735 ', '4549980523742 ', '4549980523759 ', '4549980523766 ', '4902870817183 ', '4902870817190 ', '4902870817206 ', '4902870817220 ', '4902870817237 ', '4902870817244 ', '4902870817251 ', '4902870817268 ', '4902870817275 ', '4902870817282 ', '4902870817299 ', '4907587010728 ', '4907587028150 ', '4907587029904', '4907587030160', '4907587030177', '4907587032140', '4907587032157', '4907587302168 ', '4907587302212 ', '4907587302373 ', '4907587304513 ', '4907587304810 ', '4907587304896 ', '4907587304902 ', '4953488472110 ', '4960673663659 ', '4960673663666 ', '4960673663673 ', '4960673663819 ', '4960673663895 ', '4960673663901 ', '4960673663918 ', '4960673663925 ', '4966376193943 ', '4966376210138 ', '4966376244980 ', '4966376244997 ', '4966376245000 ', '4966376245031 ', '4966376245055 ', '4966376252220 ', '4966376256822 ', '4966376257294 ', '4966376258468 ', '4966376258543 ', '4966376259847 ', '4966376262670 ', '4966376262687 ', '4966376262847 ', '4967576388733 ', '4967576388740 ', '4967576496162 ', '4967576496179 ', '4967576508162 ', '4967576508179 ', '4967576545273 ', '4967576545280 ', '4983771982965 ', '4983771982972 ', '4992338576844 ', '4992338576851 ', '4992338576868 ', '4992338576882 ', '4992338576899 ', '4992338576905 ', '4992338576912 ', '4992338576929 ', '4992338576936 ', '4992338576950 ', '4992338576967 ', '4992338576974 ', '4992338576998 ', '4992338577001 ', '4992338577018 ', '4992338577063 ', '4992338577070 ', '4992338577087 ', '4992338577209 ', '4992338577216 ', '4992338577223 ', '4992338577230 ', '4992338577247 ', '4992338577261 ', '4992338577285 ', '4992338577315 ', '4992338577339 ', '4992338577346 ', '4992338577360 ', '4992338577377 ', '4992338577384 ', '4992338577421 ', '4992338577438 ', '4992338577445 ')
      430μs/app/Http/Controllers/ProductCategoryController.php:94toolnet_laravel
      Metadata
      Bindings
      • 0. 88381852746
      • 1. 3165140978248
      • 2. 4053423224320
      • 3. 4545695003449
      • 4. 4549980053546
      • 5. 4549980053553
      • 6. 4549980053560
      • 7. 4549980357316
      • 8. 4549980357323
      • 9. 4549980357330
      • 10. 4549980523650
      • 11. 4549980523667
      • 12. 4549980523674
      • 13. 4549980523681
      • 14. 4549980523698
      • 15. 4549980523704
      • 16. 4549980523711
      • 17. 4549980523728
      • 18. 4549980523735
      • 19. 4549980523742
      • 20. 4549980523759
      • 21. 4549980523766
      • 22. 4902870817183
      • 23. 4902870817190
      • 24. 4902870817206
      • 25. 4902870817220
      • 26. 4902870817237
      • 27. 4902870817244
      • 28. 4902870817251
      • 29. 4902870817268
      • 30. 4902870817275
      • 31. 4902870817282
      • 32. 4902870817299
      • 33. 4907587010728
      • 34. 4907587028150
      • 35. 4907587029904
      • 36. 4907587030160
      • 37. 4907587030177
      • 38. 4907587032140
      • 39. 4907587032157
      • 40. 4907587302168
      • 41. 4907587302212
      • 42. 4907587302373
      • 43. 4907587304513
      • 44. 4907587304810
      • 45. 4907587304896
      • 46. 4907587304902
      • 47. 4953488472110
      • 48. 4960673663659
      • 49. 4960673663666
      • 50. 4960673663673
      • 51. 4960673663819
      • 52. 4960673663895
      • 53. 4960673663901
      • 54. 4960673663918
      • 55. 4960673663925
      • 56. 4966376193943
      • 57. 4966376210138
      • 58. 4966376244980
      • 59. 4966376244997
      • 60. 4966376245000
      • 61. 4966376245031
      • 62. 4966376245055
      • 63. 4966376252220
      • 64. 4966376256822
      • 65. 4966376257294
      • 66. 4966376258468
      • 67. 4966376258543
      • 68. 4966376259847
      • 69. 4966376262670
      • 70. 4966376262687
      • 71. 4966376262847
      • 72. 4967576388733
      • 73. 4967576388740
      • 74. 4967576496162
      • 75. 4967576496179
      • 76. 4967576508162
      • 77. 4967576508179
      • 78. 4967576545273
      • 79. 4967576545280
      • 80. 4983771982965
      • 81. 4983771982972
      • 82. 4992338576844
      • 83. 4992338576851
      • 84. 4992338576868
      • 85. 4992338576882
      • 86. 4992338576899
      • 87. 4992338576905
      • 88. 4992338576912
      • 89. 4992338576929
      • 90. 4992338576936
      • 91. 4992338576950
      • 92. 4992338576967
      • 93. 4992338576974
      • 94. 4992338576998
      • 95. 4992338577001
      • 96. 4992338577018
      • 97. 4992338577063
      • 98. 4992338577070
      • 99. 4992338577087
      • 100. 4992338577209
      • 101. 4992338577216
      • 102. 4992338577223
      • 103. 4992338577230
      • 104. 4992338577247
      • 105. 4992338577261
      • 106. 4992338577285
      • 107. 4992338577315
      • 108. 4992338577339
      • 109. 4992338577346
      • 110. 4992338577360
      • 111. 4992338577377
      • 112. 4992338577384
      • 113. 4992338577421
      • 114. 4992338577438
      • 115. 4992338577445
      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 (139) and exists (select * from `product_prices` where `product_specs`.`wp_id` = `product_prices`.`wp_id` and `price_1` between '3098' and '108107')
      849ms/app/Http/Controllers/ProductCategoryController.php:95toolnet_laravel
      Metadata
      Bindings
      • 0. 139
      • 1. 3098
      • 2. 108107
      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 (139) and exists (select * from `product_prices` where `product_specs`.`wp_id` = `product_prices`.`wp_id` and `price_1` between '3098' and '108107') limit 16 offset 48
      1.07s/app/Http/Controllers/ProductCategoryController.php:95toolnet_laravel
      Metadata
      Bindings
      • 0. 139
      • 1. 3098
      • 2. 108107
      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 (241967, 245753, 245754, 245755, 248482, 248507, 248514, 248520, 248527, 248541, 248549, 248557, 248565, 248573, 248591, 248599)
      1.31ms/app/Http/Controllers/ProductCategoryController.php:95toolnet_laravel
      Metadata
      Bindings
      • 0. 241967
      • 1. 245753
      • 2. 245754
      • 3. 245755
      • 4. 248482
      • 5. 248507
      • 6. 248514
      • 7. 248520
      • 8. 248527
      • 9. 248541
      • 10. 248549
      • 11. 248557
      • 12. 248565
      • 13. 248573
      • 14. 248591
      • 15. 248599
      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 (139)
      150μs/app/Http/Controllers/ProductCategoryController.php:95toolnet_laravel
      Metadata
      Bindings
      • 0. 139
      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 ('4966376259847 ', '4966376262670 ', '4966376262687 ', '4966376262847 ', '4992338576844 ', '4992338576851 ', '4992338576868 ', '4992338577209 ', '4992338577216 ', '4992338577223 ', '4992338577315 ', '4992338577339 ', '4992338577346 ', '4992338577421 ', '4992338577438 ', '4992338577445 ')
      130μs/app/Http/Controllers/ProductCategoryController.php:95toolnet_laravel
      Metadata
      Bindings
      • 0. 4966376259847
      • 1. 4966376262670
      • 2. 4966376262687
      • 3. 4966376262847
      • 4. 4992338576844
      • 5. 4992338576851
      • 6. 4992338576868
      • 7. 4992338577209
      • 8. 4992338577216
      • 9. 4992338577223
      • 10. 4992338577315
      • 11. 4992338577339
      • 12. 4992338577346
      • 13. 4992338577421
      • 14. 4992338577438
      • 15. 4992338577445
      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` = 'electric-screwdriver' limit 1
      130μs/app/Models/ProductCategory.php:29toolnet_laravel
      Metadata
      Bindings
      • 0. electric-screwdriver
      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` = 139
      100μs/app/Http/Controllers/ProductCategoryController.php:111toolnet_laravel
      Metadata
      Bindings
      • 0. 139
      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)
      120μ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`
      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'
      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`
      100μ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
    • 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
    App\Models\ProductPrice
    250
    App\Models\ProductSpec
    248
    App\Models\ProductCategory
    1844
        _token
        qT7f4dbzWIOGSYXhOo7PTYruToQcAjS1aRyMuNHR
        _previous
        array:1 [ "url" => "https://toolnet.xsrv.jp/category/electric-screwdriver?page=4&price=3098-108107...
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /category/electric-screwdriver
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        0 of 0
        array:2 [ "page" => "4" "price" => "3098-108107" ]
        request_request
        0 of 0
        array:2 [ "page" => "4" "price" => "3098-108107" ]
        request_headers
        0 of 0
        array:29 [ "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6ImZ1SUpOZ1NhQjJqQUZuRnJoYTlPYkE9PSIsInZhbHVlIjoiRzB4N1lsL0kzZzIrNGc1a004YWt5b0x5SmxibFIrNTk5enpieHh3R2IraGg4WjNRb1h1blFYMG5HY2UrQnFrUkY5TXBUM1A5U25xYXRSVndMdSt2OVhnWm9DdmpnYjVnTHZES2N4MlNFdnpkWkVFS3dkdnI5RCsyd2h3b2h5bjkiLCJtYWMiOiIyN2MyZjBjZWE0N2MzOTU2YTk2MTljMzkzYmVjNzVlZDNmYWYwNWMyYTI1ZjNlYjAyY2JkOTNlZWZiMjU2NDMwIiwidGFnIjoiIn0%3D; tool_net_session=eyJpdiI6IlpObVQvcytDeGdqQWxMaDQycVVHc3c9PSIsInZhbHVlIjoiZ3B6bitHUlo1VUowZkg1cS9Cek5PQ3ZZQ1RIZ0JhY2UzY1FoaHhxT2lVcjFWWDYyV3BRZjh2aTJtWHh5SnlVWldqQ2ZlWmY3NjNvZG5taFQ5NmhWY0tOcmFGdFJiaG1JeXVOSHZKemorYmFQUmVjSkRvbDRQZXJxdWlGdHV0R1ciLCJtYWMiOiJmMjU3NDc1ZDg4MmE5MzYzMjRlNGRjZTI1ZDNkNjRjZWUxZDA0Nzc4MWUzMDc0NmNiZDI3MTU5MWEyOTI0MzVkIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6ImZ1SUpOZ1NhQjJqQUZuRnJoYTlPYkE9PSIsInZhbHVlIjoiRzB4N1lsL0kzZzIrNGc1a004YWt5b0x5SmxibFIrNTk5enpieHh3R2IraGg4WjNRb1h1blFYMG5HY2UrQnFrUkY5TXBUM" ] "priority" => array:1 [ 0 => "u=0, i" ] "referer" => array:1 [ 0 => "https://toolnet.xsrv.jp/category/electric-screwdriver?page=4" ] "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.239.158" ] "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.239.158" ] "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/electric-screwdriver?page=4&price=3098-108107" "QUERY_STRING" => "page=4&price=3098-108107" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/1.1" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_QUERY_STRING" => "page=4&price=3098-108107" "REDIRECT_URL" => "/category/electric-screwdriver" "REMOTE_PORT" => "47134" "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.239.158" "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=eyJpdiI6ImZ1SUpOZ1NhQjJqQUZuRnJoYTlPYkE9PSIsInZhbHVlIjoiRzB4N1lsL0kzZzIrNGc1a004YWt5b0x5SmxibFIrNTk5enpieHh3R2IraGg4WjNRb1h1blFYMG5HY2UrQnFrUkY5TXBUM1A5U25xYXRSVndMdSt2OVhnWm9DdmpnYjVnTHZES2N4MlNFdnpkWkVFS3dkdnI5RCsyd2h3b2h5bjkiLCJtYWMiOiIyN2MyZjBjZWE0N2MzOTU2YTk2MTljMzkzYmVjNzVlZDNmYWYwNWMyYTI1ZjNlYjAyY2JkOTNlZWZiMjU2NDMwIiwidGFnIjoiIn0%3D; tool_net_session=eyJpdiI6IlpObVQvcytDeGdqQWxMaDQycVVHc3c9PSIsInZhbHVlIjoiZ3B6bitHUlo1VUowZkg1cS9Cek5PQ3ZZQ1RIZ0JhY2UzY1FoaHhxT2lVcjFWWDYyV3BRZjh2aTJtWHh5SnlVWldqQ2ZlWmY3NjNvZG5taFQ5NmhWY0tOcmFGdFJiaG1JeXVOSHZKemorYmFQUmVjSkRvbDRQZXJxdWlGdHV0R1ciLCJtYWMiOiJmMjU3NDc1ZDg4MmE5MzYzMjRlNGRjZTI1ZDNkNjRjZWUxZDA0Nzc4MWUzMDc0NmNiZDI3MTU5MWEyOTI0MzVkIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6ImZ1SUpOZ1NhQjJqQUZuRnJoYTlPYkE9PSIsInZhbHVlIjoiRzB4N1lsL0kzZzIrNGc1a004YWt5b0x5SmxibFIrNTk5enpieHh3R2IraGg4WjNRb1h1blFYMG5HY2UrQnFrUkY5TXBUM" "HTTP_PRIORITY" => "u=0, i" "HTTP_REFERER" => "https://toolnet.xsrv.jp/category/electric-screwdriver?page=4" "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.239.158" "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.239.158" "HTTP_HOST" => "toolnet.xsrv.jp" "Ngx_Cache_StaticMode" => "1" "Ngx_Cache_NormalFile" => "1" "FailureCacheTime" => "0" "HTTPS" => "on" "UNIQUE_ID" => "Z9VhjbxWNQPcIHpwikSirwAAAWA" "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" => "Z9VhjbxWNQPcIHpwikSirwAAAWA" "REDIRECT_MEF_PROXY_ADDR" => "202.233.66.57" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1742037389.7848 "REQUEST_TIME" => 1742037389 ]
        request_cookies
        0 of 0
        array:2 [ "XSRF-TOKEN" => "qT7f4dbzWIOGSYXhOo7PTYruToQcAjS1aRyMuNHR" "tool_net_session" => "1s77NJQL4ko1WG3R5zIMSkcuhw6HjgxIubB4dPMV" ]
        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 11:16:35 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkVQaXlYVVF6SUlJM0tRRHBuRFRwbnc9PSIsInZhbHVlIjoiZnp4WU1oREIxMzBxRDd0QjJXVTJTSUYrN2pQNC9OWFpDRWQ3ZVdDODViS2VuSUFNR2tWSkh3S2dHQ1BkeTh3OTRUdlFtNnNCczlLZXlURGY0MUR4Q050ZjFrd2hYMVk4NUpQVHFVVVZKalhmdTdScnV5R3M3c3U5Y3pNVGpzR24iLCJtYWMiOiI0ODZjYTI4MjY3NDk4NTBlNjA4ZjllZDA5OGI4M2VhY2Y3ODkwNTI4ZDM0YWRlNGNkNjQ5ZDNkODUyMzM5ZmRiIiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 13:16:35 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IkVQaXlYVVF6SUlJM0tRRHBuRFRwbnc9PSIsInZhbHVlIjoiZnp4WU1oREIxMzBxRDd0QjJXVTJTSUYrN2pQNC9OWFpDRWQ3ZVdDODViS2VuSUFNR2tWSkh3S2dHQ1BkeTh3OTRUdlFtN" 1 => "tool_net_session=eyJpdiI6Ims1dGRBSGFqNzBQZnJjS1dtZCtQN2c9PSIsInZhbHVlIjoiOEJMcnh4Y0RnQ1RuSW5JMmJlMENTUmJ2SXVGYXBadWZBZHBadEJwa2RjL29zMDlzejg5dnpUc3BVKzZrVGQ4NUNqQ1lCd1ZQKzZQUVV1SGNic2pKN2VFODBYK1VIRkVwYTIwSlZuK0VRd0RyRyt1NGp1czNjR015UGNJQWZIUVciLCJtYWMiOiI4NTA4ODQxMWNmYWE5NGM1NTVjNzk4OGY5MDdmNDliNjIzZTQ1MTBmNmQwNzIyYjBmMzA4OWJkZTllNWUxZTI3IiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 13:16:35 GMT; Max-Age=7200; path=/; httponly; samesite=laxtool_net_session=eyJpdiI6Ims1dGRBSGFqNzBQZnJjS1dtZCtQN2c9PSIsInZhbHVlIjoiOEJMcnh4Y0RnQ1RuSW5JMmJlMENTUmJ2SXVGYXBadWZBZHBadEJwa2RjL29zMDlzejg5dnpUc3BVKzZrVGQ4NUN" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkVQaXlYVVF6SUlJM0tRRHBuRFRwbnc9PSIsInZhbHVlIjoiZnp4WU1oREIxMzBxRDd0QjJXVTJTSUYrN2pQNC9OWFpDRWQ3ZVdDODViS2VuSUFNR2tWSkh3S2dHQ1BkeTh3OTRUdlFtNnNCczlLZXlURGY0MUR4Q050ZjFrd2hYMVk4NUpQVHFVVVZKalhmdTdScnV5R3M3c3U5Y3pNVGpzR24iLCJtYWMiOiI0ODZjYTI4MjY3NDk4NTBlNjA4ZjllZDA5OGI4M2VhY2Y3ODkwNTI4ZDM0YWRlNGNkNjQ5ZDNkODUyMzM5ZmRiIiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 13:16:35 GMT; path=/XSRF-TOKEN=eyJpdiI6IkVQaXlYVVF6SUlJM0tRRHBuRFRwbnc9PSIsInZhbHVlIjoiZnp4WU1oREIxMzBxRDd0QjJXVTJTSUYrN2pQNC9OWFpDRWQ3ZVdDODViS2VuSUFNR2tWSkh3S2dHQ1BkeTh3OTRUdlFtN" 1 => "tool_net_session=eyJpdiI6Ims1dGRBSGFqNzBQZnJjS1dtZCtQN2c9PSIsInZhbHVlIjoiOEJMcnh4Y0RnQ1RuSW5JMmJlMENTUmJ2SXVGYXBadWZBZHBadEJwa2RjL29zMDlzejg5dnpUc3BVKzZrVGQ4NUNqQ1lCd1ZQKzZQUVV1SGNic2pKN2VFODBYK1VIRkVwYTIwSlZuK0VRd0RyRyt1NGp1czNjR015UGNJQWZIUVciLCJtYWMiOiI4NTA4ODQxMWNmYWE5NGM1NTVjNzk4OGY5MDdmNDliNjIzZTQ1MTBmNmQwNzIyYjBmMzA4OWJkZTllNWUxZTI3IiwidGFnIjoiIn0%3D; expires=Sat, 15-Mar-2025 13:16:35 GMT; path=/; httponlytool_net_session=eyJpdiI6Ims1dGRBSGFqNzBQZnJjS1dtZCtQN2c9PSIsInZhbHVlIjoiOEJMcnh4Y0RnQ1RuSW5JMmJlMENTUmJ2SXVGYXBadWZBZHBadEJwa2RjL29zMDlzejg5dnpUc3BVKzZrVGQ4NUN" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "qT7f4dbzWIOGSYXhOo7PTYruToQcAjS1aRyMuNHR" "_previous" => array:1 [ "url" => "https://toolnet.xsrv.jp/category/electric-screwdriver?page=4&price=3098-108107" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]