Showing 4–7 of 84 results

Sorted By

View

Lamp Bezel

1K0-947-133-D-95T

from 33 $ to 46 $

O'head Lamp Bulb

N-017-753-5

from 4 $ to 46 $

Retainer Plate

5N0867573

Price not available

Lens

5G0-947-133-E-RM5

from 19 $ to 56 $

Sound Absorber

1K0-864-220

from 19 $ to 58 $

Glass Holder

1K0-868-837-G-82V

from 42 $ to 59 $

Storage Tray

5M0-868-837-B-Y20

from 39 $ to 60 $

Storage Tray

5M0-868-837-C-Y20

from 39 $ to 60 $

Visor Lamp

1K0-947-109-82V

from 22 $ to 64 $

Front Cover

5NA-867-927-82V

from 22 $ to 64 $

Insert

5M0-857-494-95T

from 24 $ to 67 $

Insert

5M0-857-494-D-Y20

from 24 $ to 69 $

Request history8.1.13PHP Version225msRequest Duration4MBMemory UsageGET car/{make}/{model}/{sub_category}Route
    • Booting (8.59ms)time
    • Application (216ms)time
    • 1 x Application (96.18%)
      216ms
      1 x Booting (3.82%)
      8.59ms
      5 templates were rendered
      • parts.default.view_index.gridgrid.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:91-109
      7 statements were executed189ms
      • Connection EstablishedpartsbatPartController.php#22
        Backtrace
        • 15. app/Http/Controllers/PartController.php:22
        • 16. app/Http/Controllers/PartController.php:99
        • 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
        4.59mspartsbatPartController.php#22
        Bindings
        • 0: volkswagen
        Backtrace
        • 16. app/Http/Controllers/PartController.php:22
        • 17. app/Http/Controllers/PartController.php:99
        • 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" = 'tiguan' limit 1
        620μspartsbatPartController.php#23
        Bindings
        • 0: tiguan
        Backtrace
        • 16. app/Http/Controllers/PartController.php:23
        • 17. app/Http/Controllers/PartController.php:99
        • 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" = 'overhead-console' limit 1
        750μspartsbatPartController.php#24
        Bindings
        • 0: overhead-console
        Backtrace
        • 16. app/Http/Controllers/PartController.php:24
        • 17. app/Http/Controllers/PartController.php:99
        • 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" = 19
        970μspartsbatPartController.php#29
        Bindings
        • 0: 19
        Backtrace
        • 15. app/Http/Controllers/PartController.php:29
        • 16. app/Http/Controllers/PartController.php:99
        • 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 (167, 176, 179, 201, 211, 223, 226, 232, 243, 254, 262, 274, 286, 288, 292, 295, 334, 381, 383, 386, 389, 392, 402, 411, 454, 457, 463, 473, 475, 476, 479, 500, 504, 516, 551, 580, 583, 594, 603, 613, 657, 704, 713, 720, 740, 746, 767, 779, 800, 814, 868, 870, 897, 900, 902, 906, 907, 918, 921, 959, 960, 973, 1014, 1048, 1069, 1091)) 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" = 147)
        102mspartsbatPartController.php#44
        Bindings
        • 0: 167
        • 1: 176
        • 2: 179
        • 3: 201
        • 4: 211
        • 5: 223
        • 6: 226
        • 7: 232
        • 8: 243
        • 9: 254
        • 10: 262
        • 11: 274
        • 12: 286
        • 13: 288
        • 14: 292
        • 15: 295
        • 16: 334
        • 17: 381
        • 18: 383
        • 19: 386
        • 20: 389
        • 21: 392
        • 22: 402
        • 23: 411
        • 24: 454
        • 25: 457
        • 26: 463
        • 27: 473
        • 28: 475
        • 29: 476
        • 30: 479
        • 31: 500
        • 32: 504
        • 33: 516
        • 34: 551
        • 35: 580
        • 36: 583
        • 37: 594
        • 38: 603
        • 39: 613
        • 40: 657
        • 41: 704
        • 42: 713
        • 43: 720
        • 44: 740
        • 45: 746
        • 46: 767
        • 47: 779
        • 48: 800
        • 49: 814
        • 50: 868
        • 51: 870
        • 52: 897
        • 53: 900
        • 54: 902
        • 55: 906
        • 56: 907
        • 57: 918
        • 58: 921
        • 59: 959
        • 60: 960
        • 61: 973
        • 62: 1014
        • 63: 1048
        • 64: 1069
        • 65: 1091
        • 66: 147
        Backtrace
        • 16. app/Http/Controllers/PartController.php:44
        • 17. app/Http/Controllers/PartController.php:99
        • 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 (167, 176, 179, 201, 211, 223, 226, 232, 243, 254, 262, 274, 286, 288, 292, 295, 334, 381, 383, 386, 389, 392, 402, 411, 454, 457, 463, 473, 475, 476, 479, 500, 504, 516, 551, 580, 583, 594, 603, 613, 657, 704, 713, 720, 740, 746, 767, 779, 800, 814, 868, 870, 897, 900, 902, 906, 907, 918, 921, 959, 960, 973, 1014, 1048, 1069, 1091)) 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" = 147) order by "max_price" asc limit 12 offset 36
        75.88mspartsbatPartController.php#44
        Bindings
        • 0: 167
        • 1: 176
        • 2: 179
        • 3: 201
        • 4: 211
        • 5: 223
        • 6: 226
        • 7: 232
        • 8: 243
        • 9: 254
        • 10: 262
        • 11: 274
        • 12: 286
        • 13: 288
        • 14: 292
        • 15: 295
        • 16: 334
        • 17: 381
        • 18: 383
        • 19: 386
        • 20: 389
        • 21: 392
        • 22: 402
        • 23: 411
        • 24: 454
        • 25: 457
        • 26: 463
        • 27: 473
        • 28: 475
        • 29: 476
        • 30: 479
        • 31: 500
        • 32: 504
        • 33: 516
        • 34: 551
        • 35: 580
        • 36: 583
        • 37: 594
        • 38: 603
        • 39: 613
        • 40: 657
        • 41: 704
        • 42: 713
        • 43: 720
        • 44: 740
        • 45: 746
        • 46: 767
        • 47: 779
        • 48: 800
        • 49: 814
        • 50: 868
        • 51: 870
        • 52: 897
        • 53: 900
        • 54: 902
        • 55: 906
        • 56: 907
        • 57: 918
        • 58: 921
        • 59: 959
        • 60: 960
        • 61: 973
        • 62: 1014
        • 63: 1048
        • 64: 1069
        • 65: 1091
        • 66: 147
        Backtrace
        • 16. app/Http/Controllers/PartController.php:44
        • 17. app/Http/Controllers/PartController.php:99
        • 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 (4056, 6545, 14285, 31389, 31415, 32860, 32873, 63475, 63483, 63485, 63488, 63489)
        4.1mspartsbatPartController.php#44
        Backtrace
        • 21. app/Http/Controllers/PartController.php:44
        • 22. app/Http/Controllers/PartController.php:99
        • 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\PartPhoto
      963PartPhoto.php#?
      App\Models\Car
      66Car.php#?
      App\Models\Part
      12Part.php#?
      App\Models\Make
      1Make.php#?
      App\Models\CarModel
      1CarModel.php#?
      App\Models\NestedCategory
      1NestedCategory.php#?
          _token
          KfGy7K1KA9iTQe8L4RHoMfcZuiM00ja96meRGZx7
          locale
          en
          _previous
          array:1 [ "url" => "https://partsbat.com/car/volkswagen/tiguan/overhead-console?page=4&temp=grid" ...
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /car/volkswagen/tiguan/overhead-console
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:2 [ "page" => "4" "temp" => "grid" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:22 [ "cf-ipcountry" => array:1 [ 0 => "US" ] "cf-connecting-ip" => array:1 [ 0 => "3.17.135.107" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-for" => array:1 [ 0 => "3.17.135.107" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "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 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "cf-ray" => array:1 [ 0 => "93de993ecb7a1230-ORD" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "priority" => array:1 [ 0 => "u=0, i" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "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 => "Sun, 11 May 2025 03:30:36 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik11d3RJODRlUUtKTU9UTUhGSi8xUVE9PSIsInZhbHVlIjoiSmZTRy9JRHlKUmR2NnlXNVUzQnRVa01hcnQ1K0ZOYUUwOVV0SEg4VDJCalZtSlhFTFVQSEhXR1JTcjAzNUE2d0YrS2xKQzFaaGdkVkF2c0o2enRjSEtjdmZPOFV0N0NYazNmdTlueUM2RGFKTnhwSjBscDIvdThWOUZuaDJ1TFIiLCJtYWMiOiI0NWJmZmZlMjEzN2E3OGFjNGUzMDcwN2Y4MjJhZjQ4MWJkMWE3NmMxNjg2MGZhMjQ4NDgzZDE0ZjlhYzc5MmQxIiwidGFnIjoiIn0%3D; expires=Sun, 11 May 2025 05:30:36 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Ik11d3RJODRlUUtKTU9UTUhGSi8xUVE9PSIsInZhbHVlIjoiSmZTRy9JRHlKUmR2NnlXNVUzQnRVa01hcnQ1K0ZOYUUwOVV0SEg4VDJCalZtSlhFTFVQSEhXR1JTcjAzNUE2d0YrS2xKQ" 1 => "partsbat_session=eyJpdiI6ImxVNWpoTTB0K0JoU3I4Uy8rNkdJbVE9PSIsInZhbHVlIjoicm9hSzVMR09SWnRMTmE5dGJWcGhWY2U3UG0rbWdNMUcxUFR4aHRKTzJHcFFGN0NkQUJOQmxaYlZBb2hxcDBBNll1ZnpVUE5zZ0M4Mjk2UDhsMllGeGZRcFVaemV4WWpWaUpaOWdiTE9DUXhwQ1ZFSlBadGxocFUvRWk4Y3ZTNHYiLCJtYWMiOiI1YmI1ODYwZDRjNzU0MjEwZDAyMmU5NjU0N2JlODUzMzVkMDFhM2UyM2QwMWM5ZmU0YTE4NGJiZWNlN2ZlZTViIiwidGFnIjoiIn0%3D; expires=Sun, 11 May 2025 05:30:36 GMT; Max-Age=7200; path=/; httponly; samesite=laxpartsbat_session=eyJpdiI6ImxVNWpoTTB0K0JoU3I4Uy8rNkdJbVE9PSIsInZhbHVlIjoicm9hSzVMR09SWnRMTmE5dGJWcGhWY2U3UG0rbWdNMUcxUFR4aHRKTzJHcFFGN0NkQUJOQmxaYlZBb2hxcDBBNll" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ik11d3RJODRlUUtKTU9UTUhGSi8xUVE9PSIsInZhbHVlIjoiSmZTRy9JRHlKUmR2NnlXNVUzQnRVa01hcnQ1K0ZOYUUwOVV0SEg4VDJCalZtSlhFTFVQSEhXR1JTcjAzNUE2d0YrS2xKQzFaaGdkVkF2c0o2enRjSEtjdmZPOFV0N0NYazNmdTlueUM2RGFKTnhwSjBscDIvdThWOUZuaDJ1TFIiLCJtYWMiOiI0NWJmZmZlMjEzN2E3OGFjNGUzMDcwN2Y4MjJhZjQ4MWJkMWE3NmMxNjg2MGZhMjQ4NDgzZDE0ZjlhYzc5MmQxIiwidGFnIjoiIn0%3D; expires=Sun, 11-May-2025 05:30:36 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Ik11d3RJODRlUUtKTU9UTUhGSi8xUVE9PSIsInZhbHVlIjoiSmZTRy9JRHlKUmR2NnlXNVUzQnRVa01hcnQ1K0ZOYUUwOVV0SEg4VDJCalZtSlhFTFVQSEhXR1JTcjAzNUE2d0YrS2xKQ" 1 => "partsbat_session=eyJpdiI6ImxVNWpoTTB0K0JoU3I4Uy8rNkdJbVE9PSIsInZhbHVlIjoicm9hSzVMR09SWnRMTmE5dGJWcGhWY2U3UG0rbWdNMUcxUFR4aHRKTzJHcFFGN0NkQUJOQmxaYlZBb2hxcDBBNll1ZnpVUE5zZ0M4Mjk2UDhsMllGeGZRcFVaemV4WWpWaUpaOWdiTE9DUXhwQ1ZFSlBadGxocFUvRWk4Y3ZTNHYiLCJtYWMiOiI1YmI1ODYwZDRjNzU0MjEwZDAyMmU5NjU0N2JlODUzMzVkMDFhM2UyM2QwMWM5ZmU0YTE4NGJiZWNlN2ZlZTViIiwidGFnIjoiIn0%3D; expires=Sun, 11-May-2025 05:30:36 GMT; path=/; httponlypartsbat_session=eyJpdiI6ImxVNWpoTTB0K0JoU3I4Uy8rNkdJbVE9PSIsInZhbHVlIjoicm9hSzVMR09SWnRMTmE5dGJWcGhWY2U3UG0rbWdNMUcxUFR4aHRKTzJHcFFGN0NkQUJOQmxaYlZBb2hxcDBBNll" ] ]
          session_attributes
          0 of 0
          array:5 [ "_token" => "KfGy7K1KA9iTQe8L4RHoMfcZuiM00ja96meRGZx7" "locale" => "en" "_previous" => array:1 [ "url" => "https://partsbat.com/car/volkswagen/tiguan/overhead-console?page=4&temp=grid" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-05-11 03:30:36GET/car/volkswagen/tiguan/overhead-console?page=4&temp=grid571044