Kiralık araçlarda arama

FİLTRE

Fiyat Filtresi

₤154 ₤154154154154154154

Yorum Puanı

Car Type

Car Features

Request history8.3.20PHP Version582msRequest Duration7MBMemory UsageGET carRouteAuth status
    • Booting (333ms)time
    • Application (249ms)time
    • 1 x Booting (57.2%)
      333ms
      1 x Application (42.8%)
      249ms
      30 templates were rendered
      • 1x Car::frontend.searchsearch.blade.php#?blade
      • 1x Car::frontend.layouts.search.form-searchform-search.blade.php#?blade
      • 1x Car::frontend.layouts.search.fields.service_nameservice_name.blade.php#?blade
      • 1x Car::frontend.layouts.search.fields.locationlocation.blade.php#?blade
      • 1x Car::frontend.layouts.search.fields.datedate.blade.php#?blade
      • 1x Car::frontend.layouts.search.list-itemlist-item.blade.php#?blade
      • 1x Car::frontend.layouts.search.filter-searchfilter-search.blade.php#?blade
      • 1x Layout::global.search.filters.attrsattrs.blade.php#?blade
      • 1x Layout::global.search.orderbyorderby.blade.php#?blade
      • 1x Car::frontend.ajax.search-resultsearch-result.blade.php#?blade
      • 1x pagination::tailwindtailwind.blade.php#?blade
      • 1x vendor.pagination.defaultdefault.blade.php#?blade
      • 1x layouts.appapp.blade.php#?blade
      • 1x Layout::appapp.blade.php#?blade
      • 1x Layout::parts.faviconfavicon.blade.php#?blade
      • 1x Layout::parts.seo-metaseo-meta.blade.php#?blade
      • 1x Layout::parts.global-scriptglobal-script.blade.php#?blade
      • 1x Layout::parts.topbartopbar.blade.php#?blade
      • 2x Core::frontend.currency-switchercurrency-switcher.blade.php#?blade
      • 2x Language::frontend.switcherswitcher.blade.php#?blade
      • 1x Layout::parts.headerheader.blade.php#?blade
      • 1x Layout::parts.footerfooter.blade.php#?blade
      • 1x Layout::parts.login-register-modallogin-register-modal.blade.php#?blade
      • 1x Layout::auth.login-formlogin-form.blade.php#?blade
      • 1x Layout::auth.register-formregister-form.blade.php#?blade
      • 1x Popup::frontend.popuppopup.blade.php#?blade
      • 1x Layout::parts.cookie-consent-initcookie-consent-init.blade.php#?blade
      • 1x demo_scriptdemo_script.blade.php#?blade
      uri
      GET car
      middleware
      web
      controller
      Modules\Car\Controllers\CarController@index
      namespace
      Modules\Car\Controllers
      prefix
      /car
      where
      as
      car.search
      file
      modules/Car/Controllers/CarController.php:30-95
      12 statements were executed, 2 of which were duplicates, 10 unique. Show only duplicated26.48ms
      • select * from `bravo_locations` where `id` = '16' and `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 15.42msaz_azCar.php#846
        Bindings
        • 0: 16
        • 1: publish
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 16. modules/Car/Models/Car.php:846
        • 17. modules/Car/Controllers/CarController.php:46
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. modules/Car/Controllers/CarController.php:28
        • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select count(*) as aggregate from (select `bravo_cars`.* from `bravo_cars` inner join `bravo_locations` on `bravo_locations`.`id` = `bravo_cars`.`location_id` and `bravo_locations`.`_lft` >= 1 and `bravo_locations`.`_rgt` <= 2 where `bravo_cars`.`status` = 'publish' and `bravo_cars`.`deleted_at` is null group by `bravo_cars`.`id`) as `aggregate_table`5.56msaz_azCarController.php#47
        Bindings
        • 0: 1
        • 1: 2
        • 2: publish
        Backtrace
        • 16. modules/Car/Controllers/CarController.php:47
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. modules/Car/Controllers/CarController.php:28
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `bravo_locations` where `status` = 'publish' and `bravo_locations`.`deleted_at` is null limit 10001.06msaz_azCarController.php#78
        Bindings
        • 0: publish
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 15. modules/Car/Controllers/CarController.php:78
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. modules/Car/Controllers/CarController.php:28
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `bravo_location_translations` where `locale` = 'tr' and `bravo_location_translations`.`origin_id` in (6, 7, 10, 16, 17, 34, 35)960μsaz_azCarController.php#78
        Bindings
        • 0: tr
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Car/Controllers/CarController.php:78
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. modules/Car/Controllers/CarController.php:28
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select MIN( CASE WHEN sale_price > 0 THEN sale_price ELSE ( price ) END ) AS min_price , MAX( CASE WHEN sale_price > 0 THEN sale_price ELSE ( price ) END ) AS max_price from `bravo_cars` where `status` = 'publish' and `bravo_cars`.`deleted_at` is null limit 1970μsaz_azCar.php#532
        Bindings
        • 0: publish
        Hints
        • 0: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 16. modules/Car/Models/Car.php:532
        • 17. modules/Car/Controllers/CarController.php:79
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. modules/Car/Controllers/CarController.php:28
        • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select * from `bravo_attrs` where `service` = 'car' and `bravo_attrs`.`deleted_at` is null order by `position` desc3.48msaz_azCarController.php#87
        Bindings
        • 0: car
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 15. modules/Car/Controllers/CarController.php:87
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. modules/Car/Controllers/CarController.php:28
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select `bravo_terms`.*, (select count(*) from `bravo_cars` inner join `bravo_car_term` on `bravo_cars`.`id` = `bravo_car_term`.`target_id` where `bravo_terms`.`id` = `bravo_car_term`.`term_id` and `bravo_cars`.`deleted_at` is null) as `car_count` from `bravo_terms` where `bravo_terms`.`attr_id` in (9, 10) and `bravo_terms`.`deleted_at` is null2.71msaz_azCarController.php#87
        Backtrace
        • 20. modules/Car/Controllers/CarController.php:87
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. modules/Car/Controllers/CarController.php:28
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `bravo_terms_translations` where `locale` = 'tr' and `bravo_terms_translations`.`origin_id` in (61, 62, 63, 64, 65, 66, 67, 68, 69, 70, 71, 72, 73, 74)680μsaz_azCarController.php#87
        Bindings
        • 0: tr
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 25. modules/Car/Controllers/CarController.php:87
        • 26. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 27. modules/Car/Controllers/CarController.php:28
        • 28. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 29. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `bravo_attrs_translations` where `locale` = 'tr' and `bravo_attrs_translations`.`origin_id` in (9, 10)630μsaz_azCarController.php#87
        Bindings
        • 0: tr
        Hints
        • 0: Use SELECT * only if you need all columns from table
        Backtrace
        • 20. modules/Car/Controllers/CarController.php:87
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. modules/Car/Controllers/CarController.php:28
        • 23. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'tr' limit 12.03msaz_azHasTranslations.php#51
        Bindings
        • 0: 1
        • 1: tr
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 21. app/Traits/HasTranslations.php:51
        • 22. app/Helpers/AppHelper.php:112
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 1 and `core_menu_translations`.`origin_id` is not null and `locale` = 'tr' limit 11.64msaz_azHasTranslations.php#51
        Bindings
        • 0: 1
        • 1: tr
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 21. app/Traits/HasTranslations.php:51
        • 22. app/Helpers/AppHelper.php:112
        • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • select * from `core_pages` where `core_pages`.`id` = '14' and `core_pages`.`deleted_at` is null limit 11.34msaz_azAppHelper.php#629
        Bindings
        • 0: 14
        Hints
        • 0: Use SELECT * only if you need all columns from table
        • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 20. app/Helpers/AppHelper.php:629
        • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
      Modules\Core\Models\Terms
      14Terms.php#?
      Modules\Location\Models\Location
      8Location.php#?
      Modules\Location\Models\LocationTranslation
      7LocationTranslation.php#?
      Modules\Core\Models\Attributes
      2Attributes.php#?
      Modules\Core\Models\MenuTranslation
      2MenuTranslation.php#?
      Modules\Car\Models\Car
      1Car.php#?
      Modules\Page\Models\Page
      1Page.php#?
        web
        null
        sanctum
        null
          _token
          bLs4WZY6PpjtNS8zfPDGwoTPrhVaJFA9tzVyNP2g
          _previous
          array:1 [ "url" => "https://a-z.com.tr/car?location_id=16" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /car
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "location_id" => "16" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:23 [ "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" ] "accept-encoding" => array:1 [ 0 => "gzip, br" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IjVNY05oeXBzSFFHQUg0aGI4VEJEZEE9PSIsInZhbHVlIjoieGs4bis5ZFNsamNxYVplbTFpZFFrZldKZy9MRU9BQ1B0S21GaWF5MXo0TGZ6YmJIM3BRamdUYnZWUjFiVmYwYUQvWERNU2JtcEVOeGxHREVEQUk5bzgrSnNmSzkwK1NDWThyMTErWE5ZSWFqV29EelBQZkpZVVZ4eWtQRmVNdFQiLCJtYWMiOiI3OGYwZmQwYWQ3YmQ5MWIzMzVkOWJmM2RiMDhlY2Y3OGExOTI4OTBlYWMzZjQyMDI3N2QzMmIxNzRlNmEyZjc3IiwidGFnIjoiIn0%3D; a_ztr_al_sat_kirala_session=eyJpdiI6IlNQVTF6WUxxZVMzT1hRc0hqbER3TXc9PSIsInZhbHVlIjoiNmkvakxNcm92L0txaTBtQmF0QjN1MnFuaE9FaGtPLzZQTEx3VkVkQ1NOeWFKbU5jQUFnMmF3ODFBSHhzc1ZaUGtDOFhkRmpuKzRhYkNNaDdkK2ExL01ZRXJKYUxWOFdzK1Z6aFRXVVBSS0x2RWh0UU1VNmFqRG8rYi9rTzhMWlgiLCJtYWMiOiI0NTY0ZWFkYmJhZjY1MDE2NjFjMDhlMTUxOWE5NzVjZDg0YzViZTNmYTMxZTcxMTlmZjQ0NjBmNmFmYWM4M2I5IiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IjVNY05oeXBzSFFHQUg0aGI4VEJEZEE9PSIsInZhbHVlIjoieGs4bis5ZFNsamNxYVplbTFpZFFrZldKZy9MRU9BQ1B0S21GaWF5MXo0TGZ6YmJIM3BRamdUYnZWUjFiVmYwYUQvWERNU" ] "host" => array:1 [ 0 => "a-z.com.tr" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [ 0 => "no-cache" ] "x-forwarded-for" => array:1 [ 0 => "18.222.197.93" ] "cf-ray" => array:1 [ 0 => "93a9f45aa952226a-ORD" ] "cdn-loop" => array:1 [ 0 => "cloudflare; loops=1" ] "x-forwarded-proto" => array:1 [ 0 => "https" ] "priority" => array:1 [ 0 => "u=0, i" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "cf-visitor" => array:1 [ 0 => "{"scheme":"https"}" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "cf-connecting-ip" => array:1 [ 0 => "18.222.197.93" ] "cf-ipcountry" => array:1 [ 0 => "US" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "bLs4WZY6PpjtNS8zfPDGwoTPrhVaJFA9tzVyNP2g" "a_ztr_al_sat_kirala_session" => "Cpn37W2uTotvQE1XRIZql06lxA4GXwTxECcqJW6Y" ]
          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, 04 May 2025 18:10:23 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InRpc2k0MDY3dUFIVFdEMVNjaGxlNUE9PSIsInZhbHVlIjoiazhLYWUzWDZwdVBId2hqcG04NVFtUFFTRGV0b1h6N3YvZWhjd1A1b1FuWnVrbzJCVXlRZ0NjRkJrRzFEWGUxT1YvQTlId1pYek9meTBrVWNRamZqV0pCNitBQWRDdGw0QUNPWkJ6QlZZa01zb0FCOHRrK00yMjc3d20xSXNDUTMiLCJtYWMiOiIyNzkwZDNlNGE1M2YyNWUyYmMzYzg0MjQ4NDI3MzIzOTk0NzYxZTIxNzk0ZGNjNzMxZmE5ODY0YjI1MzRhNmRlIiwidGFnIjoiIn0%3D; expires=Sun, 04 May 2025 20:10:23 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6InRpc2k0MDY3dUFIVFdEMVNjaGxlNUE9PSIsInZhbHVlIjoiazhLYWUzWDZwdVBId2hqcG04NVFtUFFTRGV0b1h6N3YvZWhjd1A1b1FuWnVrbzJCVXlRZ0NjRkJrRzFEWGUxT1YvQTlId" 1 => "a_ztr_al_sat_kirala_session=eyJpdiI6InFjL1hCKzFFOW9LeHgxdjFMODIzZVE9PSIsInZhbHVlIjoiZGxnTTF1VHMyYXVBKzMydmx0QjZzU1RpaVI5MXN4dS96WS9XRGpsZ3FIY3BXYnM5bE5hMFMvamRhcEFTL0hKVGhCWTVyTmliU3lzSW5yOHpLR29hTlRKbEV3RlVNell5NTZaczFaYmZCblhpbFhiSmtpenV4N0wyTStwZmNoaFYiLCJtYWMiOiJlNWI2YzNjZTRjZmE1NzcwZDdjOGIyZDVjMmUxYjZlYjc0NzVjMzFkY2Q0ZjU4ZDJkZTBmNzc0MmI0YTg4ZWYxIiwidGFnIjoiIn0%3D; expires=Sun, 04 May 2025 20:10:23 GMT; Max-Age=7200; path=/; httponly; samesite=laxa_ztr_al_sat_kirala_session=eyJpdiI6InFjL1hCKzFFOW9LeHgxdjFMODIzZVE9PSIsInZhbHVlIjoiZGxnTTF1VHMyYXVBKzMydmx0QjZzU1RpaVI5MXN4dS96WS9XRGpsZ3FIY3BXYnM5bE5hMFMvamRh" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InRpc2k0MDY3dUFIVFdEMVNjaGxlNUE9PSIsInZhbHVlIjoiazhLYWUzWDZwdVBId2hqcG04NVFtUFFTRGV0b1h6N3YvZWhjd1A1b1FuWnVrbzJCVXlRZ0NjRkJrRzFEWGUxT1YvQTlId1pYek9meTBrVWNRamZqV0pCNitBQWRDdGw0QUNPWkJ6QlZZa01zb0FCOHRrK00yMjc3d20xSXNDUTMiLCJtYWMiOiIyNzkwZDNlNGE1M2YyNWUyYmMzYzg0MjQ4NDI3MzIzOTk0NzYxZTIxNzk0ZGNjNzMxZmE5ODY0YjI1MzRhNmRlIiwidGFnIjoiIn0%3D; expires=Sun, 04-May-2025 20:10:23 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6InRpc2k0MDY3dUFIVFdEMVNjaGxlNUE9PSIsInZhbHVlIjoiazhLYWUzWDZwdVBId2hqcG04NVFtUFFTRGV0b1h6N3YvZWhjd1A1b1FuWnVrbzJCVXlRZ0NjRkJrRzFEWGUxT1YvQTlId" 1 => "a_ztr_al_sat_kirala_session=eyJpdiI6InFjL1hCKzFFOW9LeHgxdjFMODIzZVE9PSIsInZhbHVlIjoiZGxnTTF1VHMyYXVBKzMydmx0QjZzU1RpaVI5MXN4dS96WS9XRGpsZ3FIY3BXYnM5bE5hMFMvamRhcEFTL0hKVGhCWTVyTmliU3lzSW5yOHpLR29hTlRKbEV3RlVNell5NTZaczFaYmZCblhpbFhiSmtpenV4N0wyTStwZmNoaFYiLCJtYWMiOiJlNWI2YzNjZTRjZmE1NzcwZDdjOGIyZDVjMmUxYjZlYjc0NzVjMzFkY2Q0ZjU4ZDJkZTBmNzc0MmI0YTg4ZWYxIiwidGFnIjoiIn0%3D; expires=Sun, 04-May-2025 20:10:23 GMT; path=/; httponlya_ztr_al_sat_kirala_session=eyJpdiI6InFjL1hCKzFFOW9LeHgxdjFMODIzZVE9PSIsInZhbHVlIjoiZGxnTTF1VHMyYXVBKzMydmx0QjZzU1RpaVI5MXN4dS96WS9XRGpsZ3FIY3BXYnM5bE5hMFMvamRh" ] ]
          session_attributes
          0 of 0
          array:4 [ "_token" => "bLs4WZY6PpjtNS8zfPDGwoTPrhVaJFA9tzVyNP2g" "_previous" => array:1 [ "url" => "https://a-z.com.tr/car?location_id=16" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-05-04 21:10:23GET/car?location_id=16301235
          2025-05-04 - 2025-05-05