Hyundai Ioniq 6 Lease Deals:

Hyundai Ioniq 6

Page 98 of 267 pages

Filter your results:

Lease details:

Car details:

Why use cars2buy?

  • Compare over 3.7 million lease deals
  • All advertising partners are authorised & regulated by the FCA
  • All cars supplied by main UK dealers
  • Manufacturer’s warranty & road tax included on every car
  • Completely free service with no registration required

Hyundai Ioniq 6 trims:

A Hyundai Ioniq 6 business lease or contract hire deal is a great way of funding a Hyundai Ioniq 6 for your business. You can get a brand new Hyundai Ioniq 6 for a fixed monthly cost and a small initial outlay. At the end of the lease term you hand the car back to the finance company and get another brand new car on business lease or contract hire. By comparing Hyundai Ioniq 6 leasing deals you can keep a reliable and cost effective fleet of cars for your company. Simply decide the term of the lease (usually between 2 and 4 years, but there can sometimes be some great value Hyundai Ioniq 6 short term leases available), and the annual mileage you will do.

×

Filter your results:

Lease details:

Car details:

Request history8.2.27PHP Version448msRequest Duration2MBMemory UsageGET business-car-leasing/{manufacturer}/{model}Route
    • Booting (35.42ms)time
    • Application (412ms)time
    • 1 x Application (92.09%)
      412ms
      1 x Booting (7.91%)
      35.42ms
      13 templates were rendered
      • leasing.showshow.blade.php#?blade
      • leasing.search-barsearch-bar.blade.php#?blade
      • includes.paginationpagination.blade.php#?blade
      • leasing.filters.leasing-filterleasing-filter.blade.php#?blade
      • includes.car-filterscar-filters.blade.php#?blade
      • leasing.extraextra.blade.php#?blade
      • leasing.filters.leasing-filterleasing-filter.blade.php#?blade
      • includes.car-filterscar-filters.blade.php#?blade
      • appapp.blade.php#?blade
      • share.headhead.blade.php#?blade
      • share.headerheader.blade.php#?blade
      • share.footerfooter.blade.php#?blade
      • share.footfoot.blade.php#?blade
      uri
      GET business-car-leasing/{manufacturer}/{model}
      middleware
      web
      controller
      App\Http\Controllers\CarLeasingController@results
      namespace
      where
      as
      business-leasing-results
      file
      app/Http/Controllers/CarLeasingController.php:228-390
      53 statements were executed115ms
      • Connection EstablishedbrampacController.php#308
        Backtrace
        • 14. app/Http/Controllers/Controller.php:308
        • 15. app/Http/Controllers/Controller.php:58
        • 17. vendor/laravel/framework/src/Illuminate/Container/Container.php:952
        • 18. vendor/laravel/framework/src/Illuminate/Container/Container.php:795
        • 19. vendor/laravel/framework/src/Illuminate/Foundation/Application.php:957
      • select `car_id` from `car_specs` where (`make_slug` = 'hyundai' and `model_slug` = 'ioniq-6') limit 1
        850μsbrampacController.php#434
        Bindings
        • 0: hyundai
        • 1: ioniq-6
        Backtrace
        • 15. app/Http/Controllers/Controller.php:434
        • 16. app/Http/Controllers/Controller.php:58
        • 18. vendor/laravel/framework/src/Illuminate/Container/Container.php:952
        • 19. vendor/laravel/framework/src/Illuminate/Container/Container.php:795
        • 20. vendor/laravel/framework/src/Illuminate/Foundation/Application.php:957
      • select count(*) as aggregate from `lease_offers_business` inner join `car_specs` on `car_specs`.`car_id` = `lease_offers_business`.`id_car` inner join `dealers` on `dealers`.`did` = `lease_offers_business`.`bid` where (`make_slug` = 'hyundai' and `model_slug` = 'ioniq-6' and `lease_live` = 1 and `lease_active` = 1 and `live` = 1) and `lease_hash` is not null
        10.29msbrampacCarLeasingSearch.php#58
        Bindings
        • 0: hyundai
        • 1: ioniq-6
        • 2: 1
        • 3: 1
        • 4: 1
        Backtrace
        • 16. app/Queries/CarLeasingSearch.php:58
        • 17. app/Http/Controllers/CarLeasingController.php:256
        • 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:259
      • select lease_hash, same_deal_hash, d_sub, d_subid, lease_live, logo, name, linked, cap_id, car_id, business, personal, in_stock, delivery_time_type, delivery_time_value, metallic_inc, term, mileage, deposit, price_monthly, admin_fee, version, urllink, bid, lease_id, make, model, make_slug, model_slug, trim, uk_list from `lease_offers_business` inner join `car_specs` on `car_specs`.`car_id` = `lease_offers_business`.`id_car` inner join `dealers` on `dealers`.`did` = `lease_offers_business`.`bid` where (`make_slug` = 'hyundai' and `model_slug` = 'ioniq-6' and `lease_live` = 1 and `lease_active` = 1 and `live` = 1) and `lease_hash` is not null order by price_monthly, effective_cost limit 10 offset 970
        14.99msbrampacCarLeasingSearch.php#58
        Bindings
        • 0: hyundai
        • 1: ioniq-6
        • 2: 1
        • 3: 1
        • 4: 1
        Backtrace
        • 16. app/Queries/CarLeasingSearch.php:58
        • 17. app/Http/Controllers/CarLeasingController.php:256
        • 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:259
      • select distinct `car_specs`.`cap_id` from `car_specs` inner join `images_izmo` on `car_specs`.`cap_id` = `images_izmo`.`cap_id` where `make_slug` = 'hyundai' and `model_slug` = 'ioniq-6' order by `car_specs`.`cap_id` desc limit 1
        510μsbrampacModel.php#154
        Bindings
        • 0: hyundai
        • 1: ioniq-6
        Backtrace
        • 16. app/Queries/Model.php:154
        • 17. app/Http/Controllers/CarLeasingController.php:303
        • 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:259
      • select `path`, `izmoAlias` from `images_izmo` where `cap_id` = 101443 and `ima_type` = 'CAR' and `path` != '' and `izmoAlias` != '' order by `ima_model_year` desc limit 1
        280μsbrampacImagesRepository.php#28
        Bindings
        • 0: 101443
        • 1: CAR
        • 2: 
        • 3: 
        Backtrace
        • 16. app/Queries/ImagesRepository.php:28
        • 17. app/Traits/VehicleImage.php:77
        • 18. app/Http/Controllers/CarLeasingController.php:304
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select `bid` from `lease_features` where `manufacturer` = 'Hyundai' order by RAND() limit 1
        230μsbrampacCarLeasingSearch.php#117
        Bindings
        • 0: Hyundai
        Backtrace
        • 13. app/Queries/CarLeasingSearch.php:117
        • 14. app/Http/Controllers/CarLeasingController.php:306
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select `make_related`, `model_related`, `min_price` from `related_lease_models` inner join `min_price_business_lease` on `min_price_business_lease`.`make` = `related_lease_models`.`make_related` and `min_price_business_lease`.`model` = `related_lease_models`.`model_related` where (`related_lease_models`.`make` = 'Hyundai' and `related_lease_models`.`model` = 'Ioniq 6') group by `make_related`, `model_related` order by sort_order ASC limit 5
        450μsbrampacCarLeasingSearch.php#173
        Bindings
        • 0: Hyundai
        • 1: Ioniq 6
        Backtrace
        • 15. app/Queries/CarLeasingSearch.php:173
        • 16. app/Http/Controllers/CarLeasingController.php:307
        • 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:259
      • select `path`, `izmoAlias` from `images_izmo` inner join `car_specs` on `images_izmo`.`cap_id` = `car_specs`.`cap_id` where `car_specs`.`make` = 'Nissan' and `car_specs`.`model` = 'Ariya' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' order by `images_izmo`.`cap_id` desc, `images_izmo`.`ima_model_year` desc limit 1
        190μsbrampacImagesRepository.php#53
        Bindings
        • 0: Nissan
        • 1: Ariya
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 14. app/Queries/ImagesRepository.php:53
        • 15. app/Traits/VehicleImage.php:112
        • 16. app/Queries/CarLeasingSearch.php:176
        • 17. app/Http/Controllers/CarLeasingController.php:307
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `path`, `izmoAlias` from `images_izmo` inner join `car_specs` on `images_izmo`.`cap_id` = `car_specs`.`cap_id` where `car_specs`.`make` = 'Renault' and `car_specs`.`model` = 'Arkana' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' order by `images_izmo`.`cap_id` desc, `images_izmo`.`ima_model_year` desc limit 1
        140μsbrampacImagesRepository.php#53
        Bindings
        • 0: Renault
        • 1: Arkana
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 14. app/Queries/ImagesRepository.php:53
        • 15. app/Traits/VehicleImage.php:112
        • 16. app/Queries/CarLeasingSearch.php:176
        • 17. app/Http/Controllers/CarLeasingController.php:307
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `path`, `izmoAlias` from `images_izmo` inner join `car_specs` on `images_izmo`.`cap_id` = `car_specs`.`cap_id` where `car_specs`.`make` = 'Volkswagen' and `car_specs`.`model` = 'Tiguan' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' order by `images_izmo`.`cap_id` desc, `images_izmo`.`ima_model_year` desc limit 1
        140μsbrampacImagesRepository.php#53
        Bindings
        • 0: Volkswagen
        • 1: Tiguan
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 14. app/Queries/ImagesRepository.php:53
        • 15. app/Traits/VehicleImage.php:112
        • 16. app/Queries/CarLeasingSearch.php:176
        • 17. app/Http/Controllers/CarLeasingController.php:307
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `path`, `izmoAlias` from `images_backfill` where `ima_make` = 'Volkswagen' and `ima_model` = 'Tiguan' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' limit 1
        100μsbrampacImagesRepository.php#97
        Bindings
        • 0: Volkswagen
        • 1: Tiguan
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 16. app/Queries/ImagesRepository.php:97
        • 17. app/Traits/VehicleImage.php:121
        • 18. app/Queries/CarLeasingSearch.php:176
        • 19. app/Http/Controllers/CarLeasingController.php:307
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `path`, `izmoAlias` from `images_izmo` inner join `car_specs` on `images_izmo`.`cap_id` = `car_specs`.`cap_id` where `car_specs`.`make` = 'Nissan' and `car_specs`.`model` = 'Qashqai' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' order by `images_izmo`.`cap_id` desc, `images_izmo`.`ima_model_year` desc limit 1
        100μsbrampacImagesRepository.php#53
        Bindings
        • 0: Nissan
        • 1: Qashqai
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 14. app/Queries/ImagesRepository.php:53
        • 15. app/Traits/VehicleImage.php:112
        • 16. app/Queries/CarLeasingSearch.php:176
        • 17. app/Http/Controllers/CarLeasingController.php:307
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `path`, `izmoAlias` from `images_backfill` where `ima_make` = 'Nissan' and `ima_model` = 'Qashqai' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' limit 1
        90μsbrampacImagesRepository.php#97
        Bindings
        • 0: Nissan
        • 1: Qashqai
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 16. app/Queries/ImagesRepository.php:97
        • 17. app/Traits/VehicleImage.php:121
        • 18. app/Queries/CarLeasingSearch.php:176
        • 19. app/Http/Controllers/CarLeasingController.php:307
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `path`, `izmoAlias` from `images_izmo` inner join `car_specs` on `images_izmo`.`cap_id` = `car_specs`.`cap_id` where `car_specs`.`make` = 'CUPRA' and `car_specs`.`model` = 'Born' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' order by `images_izmo`.`cap_id` desc, `images_izmo`.`ima_model_year` desc limit 1
        150μsbrampacImagesRepository.php#53
        Bindings
        • 0: CUPRA
        • 1: Born
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 14. app/Queries/ImagesRepository.php:53
        • 15. app/Traits/VehicleImage.php:112
        • 16. app/Queries/CarLeasingSearch.php:176
        • 17. app/Http/Controllers/CarLeasingController.php:307
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select distinct `make`, `model`, `version`, `trim`, `make_slug`, `model_slug` from `car_specs` where (`make_slug` = 'hyundai' and `model_slug` = 'ioniq-6') group by `trim` order by `trim` asc
        280μsbrampacModel.php#128
        Bindings
        • 0: hyundai
        • 1: ioniq-6
        Backtrace
        • 13. app/Queries/Model.php:128
        • 14. app/Http/Controllers/CarLeasingController.php:308
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select `score_overall`, `summary`, `review_date` from `reviews` where (`review_make` = 'Hyundai' and `review_model` = 'Ioniq 6') order by `review_date` asc limit 1
        230μsbrampacVehicleReview.php#61
        Bindings
        • 0: Hyundai
        • 1: Ioniq 6
        Backtrace
        • 15. app/Queries/VehicleReview.php:61
        • 16. app/Http/Controllers/CarLeasingController.php:323
        • 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:259
      • select `make`, `make_slug`, `model_slug`, `model`, `version`, `cap_id`, `veh_id`, `urllink`, `logo`, `bid`, `d_subid`, `otrprice`, `linked`, `uk_list`, `dealers`.`acc_type`, `cpclick` from `cus_cars` inner join `car_specs` on `car_specs`.`car_id` = `cus_cars`.`id_car` inner join `dealers` on `dealers`.`did` = `cus_cars`.`bid` inner join `account` on `broke_id` = `bid` or `broke_id` = `d_subid` inner join `partner_agents` on `partner_agents`.`pa_bid` = `dealers`.`did` where (`make_slug` = 'hyundai' and `model_slug` = 'ioniq-6' and `amount` > 0 and `d_live` = 1 and `live` = 1 and `cap_id` > 1 and `otrprice` > 5000 and `pa_pid` = 5) order by `otrprice` asc limit 2
        650μsbrampacNewCarSearch.php#227
        Bindings
        • 0: hyundai
        • 1: ioniq-6
        • 2: 0
        • 3: 1
        • 4: 1
        • 5: 1
        • 6: 5000
        • 7: 5
        Backtrace
        • 15. app/Queries/NewCarSearch.php:227
        • 16. app/Http/Controllers/CarLeasingController.php:326
        • 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:259
      • select make, model, MIN(otrprice/uk_list) as discount from `cus_cars` inner join `car_specs` on `car_specs`.`car_id` = `cus_cars`.`id_car` inner join `dealers` on `dealers`.`did` = `cus_cars`.`bid` inner join `account` on `broke_id` = `bid` or `broke_id` = `d_subid` inner join `partner_agents` on `partner_agents`.`pa_bid` = `dealers`.`did` where (`make_slug` = 'hyundai' and `model_slug` = 'ioniq-6' and `live` = 1 and `cap_id` > 1 and `d_live` = 1 and `amount` > 0 and `otrprice` > 5000 and `uk_list` > 1000 and `pa_pid` = 5) and (otrprice/uk_list) <= 0.995 group by `model`
        880μsbrampacNewCarSearch.php#260
        Bindings
        • 0: hyundai
        • 1: ioniq-6
        • 2: 1
        • 3: 1
        • 4: 1
        • 5: 0
        • 6: 5000
        • 7: 1000
        • 8: 5
        Backtrace
        • 15. app/Queries/NewCarSearch.php:260
        • 16. app/Http/Controllers/CarLeasingController.php:334
        • 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:259
      • select distinct `make`, `make_slug` from `car_specs` order by `make` asc
        110μsbrampacManufacturer.php#17
        Backtrace
        • 15. app/Queries/Manufacturer.php:17
        • 16. app/Http/Controllers/CarLeasingController.php:350
        • 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:259
      • select `car_specs`.`make`, `car_specs`.`model`, `car_specs`.`make_slug`, `car_specs`.`model_slug`, `min_price_business_lease`.`min_price` as `price_monthly` from `car_specs` left join `min_price_business_lease` on `car_specs`.`make` = `min_price_business_lease`.`make` and `car_specs`.`model` = `min_price_business_lease`.`model` where `car_specs`.`make` = 'hyundai' group by `car_specs`.`model` order by `car_specs`.`model` asc
        120μsbrampacModel.php#85
        Bindings
        • 0: hyundai
        Backtrace
        • 13. app/Queries/Model.php:85
        • 14. app/Http/Controllers/CarLeasingController.php:352
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select `path`, `izmoAlias` from `images_izmo` inner join `car_specs` on `images_izmo`.`cap_id` = `car_specs`.`cap_id` where `car_specs`.`make` = 'Hyundai' and `car_specs`.`model` = 'Bayon' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' order by `images_izmo`.`cap_id` desc, `images_izmo`.`ima_model_year` desc limit 1
        100μsbrampacImagesRepository.php#53
        Bindings
        • 0: Hyundai
        • 1: Bayon
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 14. app/Queries/ImagesRepository.php:53
        • 15. app/Traits/VehicleImage.php:112
        • 16. app/Queries/Model.php:88
        • 17. app/Http/Controllers/CarLeasingController.php:352
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `path`, `izmoAlias` from `images_izmo` inner join `car_specs` on `images_izmo`.`cap_id` = `car_specs`.`cap_id` where `car_specs`.`make` = 'Hyundai' and `car_specs`.`model` = 'i10' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' order by `images_izmo`.`cap_id` desc, `images_izmo`.`ima_model_year` desc limit 1
        90μsbrampacImagesRepository.php#53
        Bindings
        • 0: Hyundai
        • 1: i10
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 14. app/Queries/ImagesRepository.php:53
        • 15. app/Traits/VehicleImage.php:112
        • 16. app/Queries/Model.php:88
        • 17. app/Http/Controllers/CarLeasingController.php:352
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `path`, `izmoAlias` from `images_backfill` where `ima_make` = 'Hyundai' and `ima_model` = 'i10' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' limit 1
        170μsbrampacImagesRepository.php#97
        Bindings
        • 0: Hyundai
        • 1: i10
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 16. app/Queries/ImagesRepository.php:97
        • 17. app/Traits/VehicleImage.php:121
        • 18. app/Queries/Model.php:88
        • 19. app/Http/Controllers/CarLeasingController.php:352
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `path`, `izmoAlias` from `images_izmo` inner join `car_specs` on `images_izmo`.`cap_id` = `car_specs`.`cap_id` where `car_specs`.`make` = 'Hyundai' and `car_specs`.`model` = 'i20' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' order by `images_izmo`.`cap_id` desc, `images_izmo`.`ima_model_year` desc limit 1
        210μsbrampacImagesRepository.php#53
        Bindings
        • 0: Hyundai
        • 1: i20
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 14. app/Queries/ImagesRepository.php:53
        • 15. app/Traits/VehicleImage.php:112
        • 16. app/Queries/Model.php:88
        • 17. app/Http/Controllers/CarLeasingController.php:352
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `path`, `izmoAlias` from `images_izmo` inner join `car_specs` on `images_izmo`.`cap_id` = `car_specs`.`cap_id` where `car_specs`.`make` = 'Hyundai' and `car_specs`.`model` = 'i30 Fastback' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' order by `images_izmo`.`cap_id` desc, `images_izmo`.`ima_model_year` desc limit 1
        190μsbrampacImagesRepository.php#53
        Bindings
        • 0: Hyundai
        • 1: i30 Fastback
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 14. app/Queries/ImagesRepository.php:53
        • 15. app/Traits/VehicleImage.php:112
        • 16. app/Queries/Model.php:88
        • 17. app/Http/Controllers/CarLeasingController.php:352
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `path`, `izmoAlias` from `images_izmo` inner join `car_specs` on `images_izmo`.`cap_id` = `car_specs`.`cap_id` where `car_specs`.`make` = 'Hyundai' and `car_specs`.`model` = 'i30 Hatchback' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' order by `images_izmo`.`cap_id` desc, `images_izmo`.`ima_model_year` desc limit 1
        180μsbrampacImagesRepository.php#53
        Bindings
        • 0: Hyundai
        • 1: i30 Hatchback
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 14. app/Queries/ImagesRepository.php:53
        • 15. app/Traits/VehicleImage.php:112
        • 16. app/Queries/Model.php:88
        • 17. app/Http/Controllers/CarLeasingController.php:352
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `path`, `izmoAlias` from `images_izmo` inner join `car_specs` on `images_izmo`.`cap_id` = `car_specs`.`cap_id` where `car_specs`.`make` = 'Hyundai' and `car_specs`.`model` = 'i30 Tourer' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' order by `images_izmo`.`cap_id` desc, `images_izmo`.`ima_model_year` desc limit 1
        200μsbrampacImagesRepository.php#53
        Bindings
        • 0: Hyundai
        • 1: i30 Tourer
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 14. app/Queries/ImagesRepository.php:53
        • 15. app/Traits/VehicleImage.php:112
        • 16. app/Queries/Model.php:88
        • 17. app/Http/Controllers/CarLeasingController.php:352
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `path`, `izmoAlias` from `images_backfill` where `ima_make` = 'Hyundai' and `ima_model` = 'i30 Tourer' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' limit 1
        120μsbrampacImagesRepository.php#97
        Bindings
        • 0: Hyundai
        • 1: i30 Tourer
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 16. app/Queries/ImagesRepository.php:97
        • 17. app/Traits/VehicleImage.php:121
        • 18. app/Queries/Model.php:88
        • 19. app/Http/Controllers/CarLeasingController.php:352
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `path`, `izmoAlias` from `images_izmo` inner join `car_specs` on `images_izmo`.`cap_id` = `car_specs`.`cap_id` where `car_specs`.`make` = 'Hyundai' and `car_specs`.`model` = 'Inster' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' order by `images_izmo`.`cap_id` desc, `images_izmo`.`ima_model_year` desc limit 1
        210μsbrampacImagesRepository.php#53
        Bindings
        • 0: Hyundai
        • 1: Inster
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 14. app/Queries/ImagesRepository.php:53
        • 15. app/Traits/VehicleImage.php:112
        • 16. app/Queries/Model.php:88
        • 17. app/Http/Controllers/CarLeasingController.php:352
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `path`, `izmoAlias` from `images_backfill` where `ima_make` = 'Hyundai' and `ima_model` = 'Inster' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' limit 1
        210μsbrampacImagesRepository.php#97
        Bindings
        • 0: Hyundai
        • 1: Inster
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 16. app/Queries/ImagesRepository.php:97
        • 17. app/Traits/VehicleImage.php:121
        • 18. app/Queries/Model.php:88
        • 19. app/Http/Controllers/CarLeasingController.php:352
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `path`, `izmoAlias` from `images_izmo` inner join `car_specs` on `images_izmo`.`cap_id` = `car_specs`.`cap_id` where `car_specs`.`make` = 'Hyundai' and `car_specs`.`model` = 'Ioniq 5' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' order by `images_izmo`.`cap_id` desc, `images_izmo`.`ima_model_year` desc limit 1
        200μsbrampacImagesRepository.php#53
        Bindings
        • 0: Hyundai
        • 1: Ioniq 5
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 14. app/Queries/ImagesRepository.php:53
        • 15. app/Traits/VehicleImage.php:112
        • 16. app/Queries/Model.php:88
        • 17. app/Http/Controllers/CarLeasingController.php:352
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `path`, `izmoAlias` from `images_izmo` inner join `car_specs` on `images_izmo`.`cap_id` = `car_specs`.`cap_id` where `car_specs`.`make` = 'Hyundai' and `car_specs`.`model` = 'Ioniq 5 N' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' order by `images_izmo`.`cap_id` desc, `images_izmo`.`ima_model_year` desc limit 1
        140μsbrampacImagesRepository.php#53
        Bindings
        • 0: Hyundai
        • 1: Ioniq 5 N
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 14. app/Queries/ImagesRepository.php:53
        • 15. app/Traits/VehicleImage.php:112
        • 16. app/Queries/Model.php:88
        • 17. app/Http/Controllers/CarLeasingController.php:352
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `path`, `izmoAlias` from `images_backfill` where `ima_make` = 'Hyundai' and `ima_model` = 'Ioniq 5 N' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' limit 1
        120μsbrampacImagesRepository.php#97
        Bindings
        • 0: Hyundai
        • 1: Ioniq 5 N
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 16. app/Queries/ImagesRepository.php:97
        • 17. app/Traits/VehicleImage.php:121
        • 18. app/Queries/Model.php:88
        • 19. app/Http/Controllers/CarLeasingController.php:352
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `path`, `izmoAlias` from `images_izmo` inner join `car_specs` on `images_izmo`.`cap_id` = `car_specs`.`cap_id` where `car_specs`.`make` = 'Hyundai' and `car_specs`.`model` = 'Ioniq 6' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' order by `images_izmo`.`cap_id` desc, `images_izmo`.`ima_model_year` desc limit 1
        110μsbrampacImagesRepository.php#53
        Bindings
        • 0: Hyundai
        • 1: Ioniq 6
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 14. app/Queries/ImagesRepository.php:53
        • 15. app/Traits/VehicleImage.php:112
        • 16. app/Queries/Model.php:88
        • 17. app/Http/Controllers/CarLeasingController.php:352
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `path`, `izmoAlias` from `images_izmo` inner join `car_specs` on `images_izmo`.`cap_id` = `car_specs`.`cap_id` where `car_specs`.`make` = 'Hyundai' and `car_specs`.`model` = 'Kona' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' order by `images_izmo`.`cap_id` desc, `images_izmo`.`ima_model_year` desc limit 1
        120μsbrampacImagesRepository.php#53
        Bindings
        • 0: Hyundai
        • 1: Kona
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 14. app/Queries/ImagesRepository.php:53
        • 15. app/Traits/VehicleImage.php:112
        • 16. app/Queries/Model.php:88
        • 17. app/Http/Controllers/CarLeasingController.php:352
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `path`, `izmoAlias` from `images_izmo` inner join `car_specs` on `images_izmo`.`cap_id` = `car_specs`.`cap_id` where `car_specs`.`make` = 'Hyundai' and `car_specs`.`model` = 'Nexo' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' order by `images_izmo`.`cap_id` desc, `images_izmo`.`ima_model_year` desc limit 1
        100μsbrampacImagesRepository.php#53
        Bindings
        • 0: Hyundai
        • 1: Nexo
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 14. app/Queries/ImagesRepository.php:53
        • 15. app/Traits/VehicleImage.php:112
        • 16. app/Queries/Model.php:88
        • 17. app/Http/Controllers/CarLeasingController.php:352
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `path`, `izmoAlias` from `images_izmo` inner join `car_specs` on `images_izmo`.`cap_id` = `car_specs`.`cap_id` where `car_specs`.`make` = 'Hyundai' and `car_specs`.`model` = 'Santa Fe' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' order by `images_izmo`.`cap_id` desc, `images_izmo`.`ima_model_year` desc limit 1
        100μsbrampacImagesRepository.php#53
        Bindings
        • 0: Hyundai
        • 1: Santa Fe
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 14. app/Queries/ImagesRepository.php:53
        • 15. app/Traits/VehicleImage.php:112
        • 16. app/Queries/Model.php:88
        • 17. app/Http/Controllers/CarLeasingController.php:352
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select `path`, `izmoAlias` from `images_izmo` inner join `car_specs` on `images_izmo`.`cap_id` = `car_specs`.`cap_id` where `car_specs`.`make` = 'Hyundai' and `car_specs`.`model` = 'Tucson' and `path` != '' and `izmoAlias` != '' and `ima_type` = 'CAR' order by `images_izmo`.`cap_id` desc, `images_izmo`.`ima_model_year` desc limit 1
        150μsbrampacImagesRepository.php#53
        Bindings
        • 0: Hyundai
        • 1: Tucson
        • 2: 
        • 3: 
        • 4: CAR
        Backtrace
        • 14. app/Queries/ImagesRepository.php:53
        • 15. app/Traits/VehicleImage.php:112
        • 16. app/Queries/Model.php:88
        • 17. app/Http/Controllers/CarLeasingController.php:352
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • select distinct MAX(price_monthly) as max_price, MIN(price_monthly) as min_price from `car_specs` inner join `lease_offers_business` on `lease_offers_business`.`id_car` = `car_specs`.`car_id` inner join `dealers` on `dealers`.`did` = `lease_offers_business`.`bid` where (`make_slug` = 'hyundai' and `model_slug` = 'ioniq-6' and `lease_live` = 1 and `lease_active` = 1 and `live` = 1) and `lease_hash` is not null
        11.22msbrampacLeaseCarFilter.php#254
        Bindings
        • 0: hyundai
        • 1: ioniq-6
        • 2: 1
        • 3: 1
        • 4: 1
        Backtrace
        • 15. app/Queries/SearchFilters/LeaseCarFilter.php:254
        • 16. app/Queries/SearchFilters/LeaseCarFilter.php:20
        • 17. app/Http/Controllers/CarLeasingController.php:367
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select distinct MAX(price_monthly) as max_price, MIN(price_monthly) as min_price, MAX(price_monthly) as max_price, MIN(price_monthly) as min_price from `car_specs` inner join `lease_offers_business` on `lease_offers_business`.`id_car` = `car_specs`.`car_id` inner join `dealers` on `dealers`.`did` = `lease_offers_business`.`bid` where (`make_slug` = 'hyundai' and `model_slug` = 'ioniq-6' and `lease_live` = 1 and `lease_active` = 1 and `live` = 1) and `lease_hash` is not null
        10.76msbrampacLeaseCarFilter.php#278
        Bindings
        • 0: hyundai
        • 1: ioniq-6
        • 2: 1
        • 3: 1
        • 4: 1
        Backtrace
        • 15. app/Queries/SearchFilters/LeaseCarFilter.php:278
        • 16. app/Queries/SearchFilters/LeaseCarFilter.php:24
        • 17. app/Http/Controllers/CarLeasingController.php:367
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select distinct `trim`, `trim_slug` from `car_specs` inner join `lease_offers_business` on `lease_offers_business`.`id_car` = `car_specs`.`car_id` inner join `dealers` on `dealers`.`did` = `lease_offers_business`.`bid` where (`make_slug` = 'hyundai' and `model_slug` = 'ioniq-6' and `lease_live` = 1 and `lease_active` = 1 and `live` = 1) and `lease_hash` is not null order by `trim_slug` asc
        4.05msbrampacLeaseCarFilter.php#87
        Bindings
        • 0: hyundai
        • 1: ioniq-6
        • 2: 1
        • 3: 1
        • 4: 1
        Backtrace
        • 15. app/Queries/SearchFilters/LeaseCarFilter.php:87
        • 16. app/Queries/SearchFilters/LeaseCarFilter.php:28
        • 17. app/Http/Controllers/CarLeasingController.php:367
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select distinct `car_id`, `version` from `car_specs` inner join `lease_offers_business` on `lease_offers_business`.`id_car` = `car_specs`.`car_id` inner join `dealers` on `dealers`.`did` = `lease_offers_business`.`bid` where (`make_slug` = 'hyundai' and `model_slug` = 'ioniq-6' and `lease_live` = 1 and `lease_active` = 1 and `live` = 1) and `lease_hash` is not null order by `version` asc
        3.95msbrampacLeaseCarFilter.php#103
        Bindings
        • 0: hyundai
        • 1: ioniq-6
        • 2: 1
        • 3: 1
        • 4: 1
        Backtrace
        • 15. app/Queries/SearchFilters/LeaseCarFilter.php:103
        • 16. app/Queries/SearchFilters/LeaseCarFilter.php:32
        • 17. app/Http/Controllers/CarLeasingController.php:367
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select distinct `fuel` from `car_specs` inner join `lease_offers_business` on `lease_offers_business`.`id_car` = `car_specs`.`car_id` inner join `dealers` on `dealers`.`did` = `lease_offers_business`.`bid` where (`make_slug` = 'hyundai' and `model_slug` = 'ioniq-6' and `lease_live` = 1 and `lease_active` = 1 and `live` = 1) and `lease_hash` is not null order by `fuel` asc
        4.02msbrampacLeaseCarFilter.php#133
        Bindings
        • 0: hyundai
        • 1: ioniq-6
        • 2: 1
        • 3: 1
        • 4: 1
        Backtrace
        • 15. app/Queries/SearchFilters/LeaseCarFilter.php:133
        • 16. app/Queries/SearchFilters/LeaseCarFilter.php:38
        • 17. app/Http/Controllers/CarLeasingController.php:367
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select distinct `transmission` from `car_specs` inner join `lease_offers_business` on `lease_offers_business`.`id_car` = `car_specs`.`car_id` inner join `dealers` on `dealers`.`did` = `lease_offers_business`.`bid` where (`make_slug` = 'hyundai' and `model_slug` = 'ioniq-6' and `lease_live` = 1 and `lease_active` = 1 and `live` = 1) and `lease_hash` is not null order by `transmission` asc
        3.91msbrampacLeaseCarFilter.php#149
        Bindings
        • 0: hyundai
        • 1: ioniq-6
        • 2: 1
        • 3: 1
        • 4: 1
        Backtrace
        • 15. app/Queries/SearchFilters/LeaseCarFilter.php:149
        • 16. app/Queries/SearchFilters/LeaseCarFilter.php:42
        • 17. app/Http/Controllers/CarLeasingController.php:367
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select distinct `engine` from `car_specs` inner join `lease_offers_business` on `lease_offers_business`.`id_car` = `car_specs`.`car_id` inner join `dealers` on `dealers`.`did` = `lease_offers_business`.`bid` where (`make_slug` = 'hyundai' and `model_slug` = 'ioniq-6' and `lease_live` = 1 and `lease_active` = 1 and `live` = 1) and `lease_hash` is not null order by `engine` asc
        3.94msbrampacLeaseCarFilter.php#164
        Bindings
        • 0: hyundai
        • 1: ioniq-6
        • 2: 1
        • 3: 1
        • 4: 1
        Backtrace
        • 15. app/Queries/SearchFilters/LeaseCarFilter.php:164
        • 16. app/Queries/SearchFilters/LeaseCarFilter.php:46
        • 17. app/Http/Controllers/CarLeasingController.php:367
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select distinct `bodytype` from `car_specs` inner join `lease_offers_business` on `lease_offers_business`.`id_car` = `car_specs`.`car_id` inner join `dealers` on `dealers`.`did` = `lease_offers_business`.`bid` where (`make_slug` = 'hyundai' and `model_slug` = 'ioniq-6' and `lease_live` = 1 and `lease_active` = 1 and `live` = 1) and `lease_hash` is not null order by `bodytype` asc
        3.9msbrampacLeaseCarFilter.php#178
        Bindings
        • 0: hyundai
        • 1: ioniq-6
        • 2: 1
        • 3: 1
        • 4: 1
        Backtrace
        • 15. app/Queries/SearchFilters/LeaseCarFilter.php:178
        • 16. app/Queries/SearchFilters/LeaseCarFilter.php:50
        • 17. app/Http/Controllers/CarLeasingController.php:367
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select distinct `doors` from `car_specs` inner join `lease_offers_business` on `lease_offers_business`.`id_car` = `car_specs`.`car_id` inner join `dealers` on `dealers`.`did` = `lease_offers_business`.`bid` where (`make_slug` = 'hyundai' and `model_slug` = 'ioniq-6' and `lease_live` = 1 and `lease_active` = 1 and `live` = 1) and `lease_hash` is not null order by `doors` asc
        3.98msbrampacLeaseCarFilter.php#193
        Bindings
        • 0: hyundai
        • 1: ioniq-6
        • 2: 1
        • 3: 1
        • 4: 1
        Backtrace
        • 15. app/Queries/SearchFilters/LeaseCarFilter.php:193
        • 16. app/Queries/SearchFilters/LeaseCarFilter.php:54
        • 17. app/Http/Controllers/CarLeasingController.php:367
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select distinct `term` from `car_specs` inner join `lease_offers_business` on `lease_offers_business`.`id_car` = `car_specs`.`car_id` inner join `dealers` on `dealers`.`did` = `lease_offers_business`.`bid` where (`make_slug` = 'hyundai' and `model_slug` = 'ioniq-6' and `lease_live` = 1 and `lease_active` = 1 and `live` = 1) and `lease_hash` is not null and `term` in (6, 12, 18, 24, 36, 48, 60) order by `term` asc
        10msbrampacLeaseCarFilter.php#208
        Bindings
        • 0: hyundai
        • 1: ioniq-6
        • 2: 1
        • 3: 1
        • 4: 1
        • 5: 6
        • 6: 12
        • 7: 18
        • 8: 24
        • 9: 36
        • 10: 48
        • 11: 60
        Backtrace
        • 15. app/Queries/SearchFilters/LeaseCarFilter.php:208
        • 16. app/Queries/SearchFilters/LeaseCarFilter.php:58
        • 17. app/Http/Controllers/CarLeasingController.php:367
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select distinct `deposit_type` from `car_specs` inner join `lease_offers_business` on `lease_offers_business`.`id_car` = `car_specs`.`car_id` inner join `dealers` on `dealers`.`did` = `lease_offers_business`.`bid` where (`make_slug` = 'hyundai' and `model_slug` = 'ioniq-6' and `lease_live` = 1 and `lease_active` = 1 and `live` = 1) and `lease_hash` is not null and `term` in (6, 12, 18, 24, 36, 48, 60) and `deposit_type` in (1, 3, 6, 9, 12) order by `deposit_type` asc
        10.44msbrampacLeaseCarFilter.php#223
        Bindings
        • 0: hyundai
        • 1: ioniq-6
        • 2: 1
        • 3: 1
        • 4: 1
        • 5: 6
        • 6: 12
        • 7: 18
        • 8: 24
        • 9: 36
        • 10: 48
        • 11: 60
        • 12: 1
        • 13: 3
        • 14: 6
        • 15: 9
        • 16: 12
        Backtrace
        • 15. app/Queries/SearchFilters/LeaseCarFilter.php:223
        • 16. app/Queries/SearchFilters/LeaseCarFilter.php:62
        • 17. app/Http/Controllers/CarLeasingController.php:367
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select distinct `mileage` from `car_specs` inner join `lease_offers_business` on `lease_offers_business`.`id_car` = `car_specs`.`car_id` inner join `dealers` on `dealers`.`did` = `lease_offers_business`.`bid` where (`make_slug` = 'hyundai' and `model_slug` = 'ioniq-6' and `lease_live` = 1 and `lease_active` = 1 and `live` = 1) and `lease_hash` is not null and `term` in (6, 12, 18, 24, 36, 48, 60) and `deposit_type` in (1, 3, 6, 9, 12) and `mileage` in (5000, 6000, 8000, 10000, 12000, 15000, 20000, 25000, 30000, 35000, 40000) order by `mileage` asc
        10.62msbrampacLeaseCarFilter.php#238
        Bindings
        • 0: hyundai
        • 1: ioniq-6
        • 2: 1
        • 3: 1
        • 4: 1
        • 5: 6
        • 6: 12
        • 7: 18
        • 8: 24
        • 9: 36
        • 10: 48
        • 11: 60
        • 12: 1
        • 13: 3
        • 14: 6
        • 15: 9
        • 16: 12
        • 17: 5000
        • 18: 6000
        • 19: 8000
        • 20: 10000
        • 21: 12000
        • 22: 15000
        • 23: 20000
        • 24: 25000
        • 25: 30000
        • 26: 35000
        • 27: 40000
        Backtrace
        • 15. app/Queries/SearchFilters/LeaseCarFilter.php:238
        • 16. app/Queries/SearchFilters/LeaseCarFilter.php:66
        • 17. app/Http/Controllers/CarLeasingController.php:367
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • select (personal+business) as total from `lease_offers_count` order by `id` desc limit 1
        160μsbrampacCarLeasingSearch.php#191
        Backtrace
        • 13. app/Queries/CarLeasingSearch.php:191
        • 14. app/Http/Controllers/CarLeasingController.php:368
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • select `Text` from `seo` where (`Make` = 'Hyundai' and `Model` = 'Ioniq 6' and `Type` = 'Car - Business Lease')
        460μsbrampacSearchOptimisation.php#19
        Bindings
        • 0: Hyundai
        • 1: Ioniq 6
        • 2: Car - Business Lease
        Backtrace
        • 15. app/Queries/SearchOptimisation.php:19
        • 16. app/Http/Controllers/CarLeasingController.php:378
        • 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:259
      • select `min_price` from `min_price_personal_lease` where `make` = 'Hyundai' and `model` = 'Ioniq 6' limit 1
        290μsbrampacCarLeasingSearch.php#629
        Bindings
        • 0: Hyundai
        • 1: Ioniq 6
        Backtrace
        • 16. app/Queries/CarLeasingSearch.php:629
        • 17. app/Http/Controllers/CarLeasingController.php:381
        • 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:259
      App\Models\CarSpec
      85CarSpec.php#?
      App\Models\LeaseOfferBusiness
      10LeaseOfferBusiness.php#?
      App\Models\RelatedLeaseModel
      5RelatedLeaseModel.php#?
      App\Models\CusCar
      3CusCar.php#?
      App\Models\ImagesIzmo
      1ImagesIzmo.php#?
      App\Models\ImagesBackfill
      1ImagesBackfill.php#?
      App\Models\MinPricePersonalLease
      1MinPricePersonalLease.php#?
          _token
          qs8YT3mFhickzJb4aWxBahGxo0vlQIyWEO1gjywO
          views
          1
          uid
          0b01d0591e2f3fe63a3897b364cc6327
          last_results_page
          /business-car-leasing/hyundai/ioniq-6/?page=98
          _previous
          array:1 [ "url" => "https://laravel.cars2buy.co.uk/business-car-leasing/hyundai/ioniq-6?page=98" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /business-car-leasing/hyundai/ioniq-6/
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "page" => "98" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:18 [ "priority" => array:1 [ 0 => "u=0, i" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "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 => ""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-accel-internal" => array:1 [ 0 => "/internal-nginx-static-location" ] "x-real-ip" => array:1 [ 0 => "3.145.165.239" ] "host" => array:1 [ 0 => "laravel.cars2buy.co.uk" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:7 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "private, must-revalidate" ] "date" => array:1 [ 0 => "Sat, 18 Jan 2025 15:08:51 GMT" ] "pragma" => array:1 [ 0 => "no-cache" ] "expires" => array:1 [ 0 => "-1" ] "set-cookie" => array:3 [ 0 => "uid=eyJpdiI6InJVOVUrb2RaaXE0UWIrKytRTXhqS0E9PSIsInZhbHVlIjoiOE1NVjd0bVljWVE5MC90RFNSZ2pUdnJPbHFXQUkxZ2F4MVI2WXA5Tk5zSzZMZGE3ZGRDaFkrRU1KdzJrbGZpUU1ZMU52eURmZzkwaDRoYXVIMmhhc0RRRmVrQnJ4T2xYQVd2dm8yeEdtbFU9IiwibWFjIjoiNDVlYjc1ODA1NzFhMmNiOGUzZWYyN2Y2ZTg3NmEyYTYyYzUxYjJhMDIwOGYzYzBmMzg5ODgzZTdjODEzOThmMSIsInRhZyI6IiJ9; expires=Tue, 16 Aug 5357 11:59:51 GMT; Max-Age=105165895860; path=/; secure; httponly; samesite=laxuid=eyJpdiI6InJVOVUrb2RaaXE0UWIrKytRTXhqS0E9PSIsInZhbHVlIjoiOE1NVjd0bVljWVE5MC90RFNSZ2pUdnJPbHFXQUkxZ2F4MVI2WXA5Tk5zSzZMZGE3ZGRDaFkrRU1KdzJrbGZpUU1ZMU52eURmZzkw" 1 => "XSRF-TOKEN=eyJpdiI6ImdsTFUvbVZpcGQ5QzBURjhORG10Y1E9PSIsInZhbHVlIjoiRm9tSisyV3V4Wlg3WVdzNFVDZGpuQ0t2VEpFYS9ZYlFicTdybEpnRFlpMHVpYjB1Q0d5c2hiZTIremp4REY1SDJ3cG82ZnROK3pBam9GYTZ2WjEvUkhNcXRkejRoamJ5dE9HQUlkVG5YRy9Pa0ZyR0Uyc2RWQmYrLy95Um9ydXAiLCJtYWMiOiI1YmNlMWJmZjYxNjUyYWFjZmZhNWQxMGQ0MmQ2NDY5MmI5NmYxNWIxNGRkYjQyYmRlYzNjMGE1YTI3YTgxZTU2IiwidGFnIjoiIn0%3D; expires=Sat, 18 Jan 2025 17:08:51 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6ImdsTFUvbVZpcGQ5QzBURjhORG10Y1E9PSIsInZhbHVlIjoiRm9tSisyV3V4Wlg3WVdzNFVDZGpuQ0t2VEpFYS9ZYlFicTdybEpnRFlpMHVpYjB1Q0d5c2hiZTIremp4REY1SDJ3cG82Z" 2 => "laravel_session=eyJpdiI6IkdKeWJPNlhVRlVEWnllalA3TU5lemc9PSIsInZhbHVlIjoiRlZRdWcrWkhxaUdNZ0JmdmFaaWF3SGVEdHhlTHdMbmhsWFUwMi9YNVlWZVRmVWYyc2R1OHJsUTJnMysxTXNKOGVPTTlUVUFKbi9GUmdKcDhzNnZlbjlDQUs2MkZxN2trb08vWVlpTkowL3NDUUw0Qy9zNEs2ZVMwUkx2eGJ1SnkiLCJtYWMiOiJiZmU3ZjdkZGQ1YTI1ODg0ZGE0YmEyZDI5YjFlNzM3MjhhMGJhOGQ1ZTM0OWY2NDU0NmY2NDliMjU5MDA3ODA5IiwidGFnIjoiIn0%3D; expires=Sat, 18 Jan 2025 17:08:51 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IkdKeWJPNlhVRlVEWnllalA3TU5lemc9PSIsInZhbHVlIjoiRlZRdWcrWkhxaUdNZ0JmdmFaaWF3SGVEdHhlTHdMbmhsWFUwMi9YNVlWZVRmVWYyc2R1OHJsUTJnMysxTXNKOGVP" ] "Set-Cookie" => array:3 [ 0 => "uid=eyJpdiI6InJVOVUrb2RaaXE0UWIrKytRTXhqS0E9PSIsInZhbHVlIjoiOE1NVjd0bVljWVE5MC90RFNSZ2pUdnJPbHFXQUkxZ2F4MVI2WXA5Tk5zSzZMZGE3ZGRDaFkrRU1KdzJrbGZpUU1ZMU52eURmZzkwaDRoYXVIMmhhc0RRRmVrQnJ4T2xYQVd2dm8yeEdtbFU9IiwibWFjIjoiNDVlYjc1ODA1NzFhMmNiOGUzZWYyN2Y2ZTg3NmEyYTYyYzUxYjJhMDIwOGYzYzBmMzg5ODgzZTdjODEzOThmMSIsInRhZyI6IiJ9; expires=Tue, 16-Aug-5357 11:59:51 GMT; path=/; secure; httponlyuid=eyJpdiI6InJVOVUrb2RaaXE0UWIrKytRTXhqS0E9PSIsInZhbHVlIjoiOE1NVjd0bVljWVE5MC90RFNSZ2pUdnJPbHFXQUkxZ2F4MVI2WXA5Tk5zSzZMZGE3ZGRDaFkrRU1KdzJrbGZpUU1ZMU52eURmZzkw" 1 => "XSRF-TOKEN=eyJpdiI6ImdsTFUvbVZpcGQ5QzBURjhORG10Y1E9PSIsInZhbHVlIjoiRm9tSisyV3V4Wlg3WVdzNFVDZGpuQ0t2VEpFYS9ZYlFicTdybEpnRFlpMHVpYjB1Q0d5c2hiZTIremp4REY1SDJ3cG82ZnROK3pBam9GYTZ2WjEvUkhNcXRkejRoamJ5dE9HQUlkVG5YRy9Pa0ZyR0Uyc2RWQmYrLy95Um9ydXAiLCJtYWMiOiI1YmNlMWJmZjYxNjUyYWFjZmZhNWQxMGQ0MmQ2NDY5MmI5NmYxNWIxNGRkYjQyYmRlYzNjMGE1YTI3YTgxZTU2IiwidGFnIjoiIn0%3D; expires=Sat, 18-Jan-2025 17:08:51 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6ImdsTFUvbVZpcGQ5QzBURjhORG10Y1E9PSIsInZhbHVlIjoiRm9tSisyV3V4Wlg3WVdzNFVDZGpuQ0t2VEpFYS9ZYlFicTdybEpnRFlpMHVpYjB1Q0d5c2hiZTIremp4REY1SDJ3cG82Z" 2 => "laravel_session=eyJpdiI6IkdKeWJPNlhVRlVEWnllalA3TU5lemc9PSIsInZhbHVlIjoiRlZRdWcrWkhxaUdNZ0JmdmFaaWF3SGVEdHhlTHdMbmhsWFUwMi9YNVlWZVRmVWYyc2R1OHJsUTJnMysxTXNKOGVPTTlUVUFKbi9GUmdKcDhzNnZlbjlDQUs2MkZxN2trb08vWVlpTkowL3NDUUw0Qy9zNEs2ZVMwUkx2eGJ1SnkiLCJtYWMiOiJiZmU3ZjdkZGQ1YTI1ODg0ZGE0YmEyZDI5YjFlNzM3MjhhMGJhOGQ1ZTM0OWY2NDU0NmY2NDliMjU5MDA3ODA5IiwidGFnIjoiIn0%3D; expires=Sat, 18-Jan-2025 17:08:51 GMT; path=/; httponlylaravel_session=eyJpdiI6IkdKeWJPNlhVRlVEWnllalA3TU5lemc9PSIsInZhbHVlIjoiRlZRdWcrWkhxaUdNZ0JmdmFaaWF3SGVEdHhlTHdMbmhsWFUwMi9YNVlWZVRmVWYyc2R1OHJsUTJnMysxTXNKOGVP" ] ]
          session_attributes
          0 of 0
          array:7 [ "_token" => "qs8YT3mFhickzJb4aWxBahGxo0vlQIyWEO1gjywO" "views" => 1 "uid" => "0b01d0591e2f3fe63a3897b364cc6327" "last_results_page" => "/business-car-leasing/hyundai/ioniq-6/?page=98" "_previous" => array:1 [ "url" => "https://laravel.cars2buy.co.uk/business-car-leasing/hyundai/ioniq-6?page=98" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-01-18 15:08:51GET/business-car-leasing/hyundai/ioniq-6/?page=981353106