Request history8.1.13PHP Version225msRequest Duration2MBMemory UsageGET car/{make}/{model}/{sub_category}Route
    • Booting (8.42ms)time
    • Application (216ms)time
    • 1 x Application (96.24%)
      216ms
      1 x Booting (3.75%)
      8.42ms
      5 templates were rendered
      • parts.default.view_index.listlist.blade.php#?blade
      • pagination::bootstrap-5bootstrap-5.blade.php#?blade
      • parts.default.indexindex.blade.php#?blade
      • breadcrumbs::bootstrap4bootstrap4.blade.php#?blade
      • layouts.appapp.blade.php#?blade
      uri
      GET car/{make}/{model}/{sub_category}
      middleware
      web, localeSessionRedirect, localizationRedirect, localeViewPath
      controller
      App\Http\Controllers\PartController@get_parts
      namespace
      prefix
      where
      as
      catalog.get_parts
      file
      app/Http/Controllers/PartController.php:88-106
      7 statements were executed194ms
      • Connection EstablishedpartsbatPartController.php#22
        Backtrace
        • 15. app/Http/Controllers/PartController.php:22
        • 16. app/Http/Controllers/PartController.php:96
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from "makes" where "alias" = 'volkswagen' limit 1
        3.85mspartsbatPartController.php#22
        Bindings
        • 0: volkswagen
        Backtrace
        • 16. app/Http/Controllers/PartController.php:22
        • 17. app/Http/Controllers/PartController.php:96
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from "models" where "alias" = 'golf' limit 1
        400μspartsbatPartController.php#23
        Bindings
        • 0: golf
        Backtrace
        • 16. app/Http/Controllers/PartController.php:23
        • 17. app/Http/Controllers/PartController.php:96
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from "nested_categories" where "alias" = 'catalytic-converter' limit 1
        600μspartsbatPartController.php#24
        Bindings
        • 0: catalytic-converter
        Backtrace
        • 16. app/Http/Controllers/PartController.php:24
        • 17. app/Http/Controllers/PartController.php:96
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from "cars" where "model_id" = 8
        990μspartsbatPartController.php#29
        Bindings
        • 0: 8
        Backtrace
        • 15. app/Http/Controllers/PartController.php:29
        • 16. app/Http/Controllers/PartController.php:96
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select count(*) as aggregate from "parts" where exists (select * from "cars" inner join "car_part" on "cars"."id" = "car_part"."car_id" where "parts"."id" = "car_part"."part_id" and "cars"."id" in (107, 106, 109, 139, 164, 169, 173, 178, 197, 213, 237, 248, 258, 261, 272, 279, 284, 289, 290, 291, 296, 304, 311, 319, 328, 333, 340, 365, 367, 373, 391, 394, 427, 431, 432, 434, 441, 442, 446, 465, 471, 472, 483, 503, 512, 514, 529, 534, 540, 544, 553, 554, 575, 599, 606, 623, 624, 644, 656, 660, 661, 675, 679, 682, 685, 687, 705, 708, 709, 748, 751, 757, 765, 766, 771, 775, 780, 782, 783, 784, 789, 799, 804, 810, 816, 835, 838, 844, 848, 852, 860, 863, 869, 888, 892, 904, 912, 938, 943, 970, 983, 986, 991, 1017, 1023, 1028, 1041, 1054, 1061, 1062, 1066)) and exists (select * from "nested_categories" inner join "part_sub_category" on "nested_categories"."id" = "part_sub_category"."nested_category_id" where "parts"."id" = "part_sub_category"."part_id" and "nested_categories"."id" = 481)
        120mspartsbatPartController.php#44
        Bindings
        • 0: 107
        • 1: 106
        • 2: 109
        • 3: 139
        • 4: 164
        • 5: 169
        • 6: 173
        • 7: 178
        • 8: 197
        • 9: 213
        • 10: 237
        • 11: 248
        • 12: 258
        • 13: 261
        • 14: 272
        • 15: 279
        • 16: 284
        • 17: 289
        • 18: 290
        • 19: 291
        • 20: 296
        • 21: 304
        • 22: 311
        • 23: 319
        • 24: 328
        • 25: 333
        • 26: 340
        • 27: 365
        • 28: 367
        • 29: 373
        • 30: 391
        • 31: 394
        • 32: 427
        • 33: 431
        • 34: 432
        • 35: 434
        • 36: 441
        • 37: 442
        • 38: 446
        • 39: 465
        • 40: 471
        • 41: 472
        • 42: 483
        • 43: 503
        • 44: 512
        • 45: 514
        • 46: 529
        • 47: 534
        • 48: 540
        • 49: 544
        • 50: 553
        • 51: 554
        • 52: 575
        • 53: 599
        • 54: 606
        • 55: 623
        • 56: 624
        • 57: 644
        • 58: 656
        • 59: 660
        • 60: 661
        • 61: 675
        • 62: 679
        • 63: 682
        • 64: 685
        • 65: 687
        • 66: 705
        • 67: 708
        • 68: 709
        • 69: 748
        • 70: 751
        • 71: 757
        • 72: 765
        • 73: 766
        • 74: 771
        • 75: 775
        • 76: 780
        • 77: 782
        • 78: 783
        • 79: 784
        • 80: 789
        • 81: 799
        • 82: 804
        • 83: 810
        • 84: 816
        • 85: 835
        • 86: 838
        • 87: 844
        • 88: 848
        • 89: 852
        • 90: 860
        • 91: 863
        • 92: 869
        • 93: 888
        • 94: 892
        • 95: 904
        • 96: 912
        • 97: 938
        • 98: 943
        • 99: 970
        • 100: 983
        • 101: 986
        • 102: 991
        • 103: 1017
        • 104: 1023
        • 105: 1028
        • 106: 1041
        • 107: 1054
        • 108: 1061
        • 109: 1062
        • 110: 1066
        • 111: 481
        Backtrace
        • 16. app/Http/Controllers/PartController.php:44
        • 17. app/Http/Controllers/PartController.php:96
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from "parts" where exists (select * from "cars" inner join "car_part" on "cars"."id" = "car_part"."car_id" where "parts"."id" = "car_part"."part_id" and "cars"."id" in (107, 106, 109, 139, 164, 169, 173, 178, 197, 213, 237, 248, 258, 261, 272, 279, 284, 289, 290, 291, 296, 304, 311, 319, 328, 333, 340, 365, 367, 373, 391, 394, 427, 431, 432, 434, 441, 442, 446, 465, 471, 472, 483, 503, 512, 514, 529, 534, 540, 544, 553, 554, 575, 599, 606, 623, 624, 644, 656, 660, 661, 675, 679, 682, 685, 687, 705, 708, 709, 748, 751, 757, 765, 766, 771, 775, 780, 782, 783, 784, 789, 799, 804, 810, 816, 835, 838, 844, 848, 852, 860, 863, 869, 888, 892, 904, 912, 938, 943, 970, 983, 986, 991, 1017, 1023, 1028, 1041, 1054, 1061, 1062, 1066)) and exists (select * from "nested_categories" inner join "part_sub_category" on "nested_categories"."id" = "part_sub_category"."nested_category_id" where "parts"."id" = "part_sub_category"."part_id" and "nested_categories"."id" = 481) order by "max_price" asc limit 10 offset 0
        62.49mspartsbatPartController.php#44
        Bindings
        • 0: 107
        • 1: 106
        • 2: 109
        • 3: 139
        • 4: 164
        • 5: 169
        • 6: 173
        • 7: 178
        • 8: 197
        • 9: 213
        • 10: 237
        • 11: 248
        • 12: 258
        • 13: 261
        • 14: 272
        • 15: 279
        • 16: 284
        • 17: 289
        • 18: 290
        • 19: 291
        • 20: 296
        • 21: 304
        • 22: 311
        • 23: 319
        • 24: 328
        • 25: 333
        • 26: 340
        • 27: 365
        • 28: 367
        • 29: 373
        • 30: 391
        • 31: 394
        • 32: 427
        • 33: 431
        • 34: 432
        • 35: 434
        • 36: 441
        • 37: 442
        • 38: 446
        • 39: 465
        • 40: 471
        • 41: 472
        • 42: 483
        • 43: 503
        • 44: 512
        • 45: 514
        • 46: 529
        • 47: 534
        • 48: 540
        • 49: 544
        • 50: 553
        • 51: 554
        • 52: 575
        • 53: 599
        • 54: 606
        • 55: 623
        • 56: 624
        • 57: 644
        • 58: 656
        • 59: 660
        • 60: 661
        • 61: 675
        • 62: 679
        • 63: 682
        • 64: 685
        • 65: 687
        • 66: 705
        • 67: 708
        • 68: 709
        • 69: 748
        • 70: 751
        • 71: 757
        • 72: 765
        • 73: 766
        • 74: 771
        • 75: 775
        • 76: 780
        • 77: 782
        • 78: 783
        • 79: 784
        • 80: 789
        • 81: 799
        • 82: 804
        • 83: 810
        • 84: 816
        • 85: 835
        • 86: 838
        • 87: 844
        • 88: 848
        • 89: 852
        • 90: 860
        • 91: 863
        • 92: 869
        • 93: 888
        • 94: 892
        • 95: 904
        • 96: 912
        • 97: 938
        • 98: 943
        • 99: 970
        • 100: 983
        • 101: 986
        • 102: 991
        • 103: 1017
        • 104: 1023
        • 105: 1028
        • 106: 1041
        • 107: 1054
        • 108: 1061
        • 109: 1062
        • 110: 1066
        • 111: 481
        Backtrace
        • 16. app/Http/Controllers/PartController.php:44
        • 17. app/Http/Controllers/PartController.php:96
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • select * from "part_photos" where "part_photos"."part_id" in (16057, 25258, 25259, 25260, 27726, 27728, 44145, 54890, 54891, 71777)
        5.78mspartsbatPartController.php#44
        Backtrace
        • 21. app/Http/Controllers/PartController.php:44
        • 22. app/Http/Controllers/PartController.php:96
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      App\Models\Car
      111Car.php#?
      App\Models\PartPhoto
      97PartPhoto.php#?
      App\Models\Part
      10Part.php#?
      App\Models\Make
      1Make.php#?
      App\Models\CarModel
      1CarModel.php#?
      App\Models\NestedCategory
      1NestedCategory.php#?
          _token
          k3coE8zSvn6yeiZA3Reyl6o0KaYKvXeyzYNukKGQ
          locale
          en
          _previous
          array:1 [ "url" => "https://partsbat.com/car/volkswagen/golf/catalytic-converter" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /car/volkswagen/golf/catalytic-converter
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:22 [ "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" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "priority" => array:1 [ 0 => "u=0, i" ] "cf-connecting-ip" => array:1 [ 0 => "3.147.80.28" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "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" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "x-forwarded-for" => array:1 [ 0 => "3.147.80.28" ] "cf-ray" => array:1 [ 0 => "90204fbb0d79620a-ORD" ] "host" => array:1 [ 0 => "partsbat.com" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Tue, 14 Jan 2025 20:17:47 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImhnU2laUG9QUjF4NnpONUFTbzU1Z1E9PSIsInZhbHVlIjoiMzFkbzN0RXgyWGlDTy82WS9ON2pxRTdLWmJYZGRQTEhQTHh3NGRISmRDbWdHN3l2OWxuYnVNaHpGa1hBOGt1em9HUzJva2ZoeS9GU0xaUGNxVk5xT2hzcGh3MHNQSkRNV0hLMXRJK2ZsTFNINWErNjF6RkZkYTBJMlBJRnlYWHIiLCJtYWMiOiI4ODViZTU1NGYwNDY4ZDU1ZTkxOTYxYmZhODc3ZTljYzAyNjFhZDk4MjQxZGI3NjFmY2MwYzUxYTg5NjQ3YjYxIiwidGFnIjoiIn0%3D; expires=Tue, 14 Jan 2025 22:17:47 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6ImhnU2laUG9QUjF4NnpONUFTbzU1Z1E9PSIsInZhbHVlIjoiMzFkbzN0RXgyWGlDTy82WS9ON2pxRTdLWmJYZGRQTEhQTHh3NGRISmRDbWdHN3l2OWxuYnVNaHpGa1hBOGt1em9HUzJva" 1 => "partsbat_session=eyJpdiI6InV5d1Q3YkVpLzljZW4vWnQ1L1FzR0E9PSIsInZhbHVlIjoicWZXbFBOSEd6WllaVGFwTmlsOWFseDE3bnhDcVJkRS9LN1hXOGNLNHlOZXA3R3U2cDBaVUg2VmozUnM2UzBRR0x5VU1rY2RHbzdoQ2VaWHVtekJ3MVY3WkozS0EwSFNibU9xYXVIZStGSzlZeEJFekhxS1FyNkJJbS9TSzhFRHYiLCJtYWMiOiI0Y2M4ZTUwNmFiN2U2ZDgxY2Q1MDBhNjcyNjE1NDkyMmM4OWQ5ZGZjZjg4NDNmMmVmNDZmYTZjYjhmZDVlYTNjIiwidGFnIjoiIn0%3D; expires=Tue, 14 Jan 2025 22:17:47 GMT; Max-Age=7200; path=/; httponly; samesite=laxpartsbat_session=eyJpdiI6InV5d1Q3YkVpLzljZW4vWnQ1L1FzR0E9PSIsInZhbHVlIjoicWZXbFBOSEd6WllaVGFwTmlsOWFseDE3bnhDcVJkRS9LN1hXOGNLNHlOZXA3R3U2cDBaVUg2VmozUnM2UzBRR0x" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImhnU2laUG9QUjF4NnpONUFTbzU1Z1E9PSIsInZhbHVlIjoiMzFkbzN0RXgyWGlDTy82WS9ON2pxRTdLWmJYZGRQTEhQTHh3NGRISmRDbWdHN3l2OWxuYnVNaHpGa1hBOGt1em9HUzJva2ZoeS9GU0xaUGNxVk5xT2hzcGh3MHNQSkRNV0hLMXRJK2ZsTFNINWErNjF6RkZkYTBJMlBJRnlYWHIiLCJtYWMiOiI4ODViZTU1NGYwNDY4ZDU1ZTkxOTYxYmZhODc3ZTljYzAyNjFhZDk4MjQxZGI3NjFmY2MwYzUxYTg5NjQ3YjYxIiwidGFnIjoiIn0%3D; expires=Tue, 14-Jan-2025 22:17:47 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImhnU2laUG9QUjF4NnpONUFTbzU1Z1E9PSIsInZhbHVlIjoiMzFkbzN0RXgyWGlDTy82WS9ON2pxRTdLWmJYZGRQTEhQTHh3NGRISmRDbWdHN3l2OWxuYnVNaHpGa1hBOGt1em9HUzJva" 1 => "partsbat_session=eyJpdiI6InV5d1Q3YkVpLzljZW4vWnQ1L1FzR0E9PSIsInZhbHVlIjoicWZXbFBOSEd6WllaVGFwTmlsOWFseDE3bnhDcVJkRS9LN1hXOGNLNHlOZXA3R3U2cDBaVUg2VmozUnM2UzBRR0x5VU1rY2RHbzdoQ2VaWHVtekJ3MVY3WkozS0EwSFNibU9xYXVIZStGSzlZeEJFekhxS1FyNkJJbS9TSzhFRHYiLCJtYWMiOiI0Y2M4ZTUwNmFiN2U2ZDgxY2Q1MDBhNjcyNjE1NDkyMmM4OWQ5ZGZjZjg4NDNmMmVmNDZmYTZjYjhmZDVlYTNjIiwidGFnIjoiIn0%3D; expires=Tue, 14-Jan-2025 22:17:47 GMT; path=/; httponlypartsbat_session=eyJpdiI6InV5d1Q3YkVpLzljZW4vWnQ1L1FzR0E9PSIsInZhbHVlIjoicWZXbFBOSEd6WllaVGFwTmlsOWFseDE3bnhDcVJkRS9LN1hXOGNLNHlOZXA3R3U2cDBaVUg2VmozUnM2UzBRR0x" ] ]
          session_attributes
          0 of 0
          array:5 [ "_token" => "k3coE8zSvn6yeiZA3Reyl6o0KaYKvXeyzYNukKGQ" "locale" => "en" "_previous" => array:1 [ "url" => "https://partsbat.com/car/volkswagen/golf/catalytic-converter" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-01-14 20:17:47GET/car/volkswagen/golf/catalytic-converter57221