Дешёвые перелёты Джидда — Грузия.

Цены на авиабилеты из Джидда Грузия

Цены на авиабилеты из Джидда Грузия зависят от города, сезона, авиакомпании, обслуживающей рейс, и действующих спецпредложений.

Список самых дешевых авиабилетов из Джидда Грузия, найденных за последние двое суток:

Джидда — Тбилиси

Внимание! Стоимость билетов на самолет меняется в зависимоти от кол-ва оставшихся билетов на рейс.

Самый дешевый авиабилет из Джедды, найденный за последние 48 часов: билет по направлению Джидда — Тбилиси с вылетом 2025-12-27 и стоимостью 14 246 ₽

Авиабилеты на популярные рейсы Джидда — Грузия

Наиболее популярными направлениями по маршруту Джидда – Грузия являются:

Джидда — Тбилиси

Джидда — Батуми

Джидда — Кутаиси

Авиабилеты в Грузию из ближайших городов

Вылет из соседнего города может значительно сэкономить на покупке билетов. Близлежашие аэропорты от Джедды с вылетом в Грузию находятся в Аль-Уле.

Календарь низких цен на авиабилеты

Мы используем файлы cookie и аналогичные технологии. Ознакомьтесь с политикой конфиденциальности. Если вы используете сайт, вы соглашаетесь с ними.

Request history8.3.0PHP Version236msRequest Duration15MBMemory UsageGET route/{originCityCode}/{destinationCountryCode}Route
    • Booting (35.83ms)time
    • Application (200ms)time
    • 1 x Application (84.83%)
      200ms
      1 x Booting (15.16%)
      35.83ms
      23 templates were rendered
      • 1x views_ru_ru.routes.viewCityToCountryviewCityToCountry.blade.php#?blade
      • 1x routes.viewCityToCountryviewCityToCountry.blade.php#?blade
      • 1x index.section-slideshowsection-slideshow.blade.php#?blade
      • 1x components.avia-formavia-form.blade.php#?blade
      • 1x breadcrumbs::bootstrap4bootstrap4.blade.php#?blade
      • 1x components.salesListsalesList.blade.php#?blade
      • 1x components.saleListItemsaleListItem.blade.php#?blade
      • 1x components.routes-listroutes-list.blade.php#?blade
      • 3x components.routeListItemrouteListItem.blade.php#?blade
      • 1x components.calendarcalendar.blade.php#?blade
      • 1x layouts.mainmain.blade.php#?blade
      • 1x headerheader.blade.php#?blade
      • 2x menumenu.blade.php#?blade
      • 1x footerfooter.blade.php#?blade
      • 1x components.footer-popular-flightsfooter-popular-flights.blade.php#?blade
      • 1x footer_scriptsfooter_scripts.blade.php#?blade
      • 1x components.currencycurrency.blade.php#?blade
      • 2x components.popuppopup.blade.php#?blade
      • 1x components.languagelanguage.blade.php#?blade
      uri
      GET route/{originCityCode}/{destinationCountryCode}
      middleware
      web
      controller
      App\Http\Controllers\RoutesController@viewCityToCountry
      namespace
      prefix
      /
      where
      as
      cityToCountry
      file
      app/Http/Controllers/RoutesController.php:150-295
      40 statements were executed (8 duplicates)Show only duplicates48.98ms
      • QueryDetector.php#25aviaticketsConnection Established
        Backtrace
        • vendor/beyondcode/laravel-query-detector/src/QueryDetector.php:25
        • vendor/beyondcode/laravel-query-detector/src/QueryDetectorMiddleware.php:30
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • vendor/laravel/framework/src/Illuminate/Pipeline/Pipeline.php:183
        • app/Http/Middleware/MinifyHtml.php:21
      • CitySqlRepository.php#84aviatickets4.55msselect * from `cities` where `code` = 'jed' limit 1
        Bindings
        • 0: jed
        Backtrace
        • app/Avia/Infrastructure/City/CitySqlRepository.php:84
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/City/CitySqlRepository.php:81
        • app/Http/Controllers/RoutesController.php:152
      • RoutesController.php#158aviatickets1.13msselect * from `countries` where `countries`.`id` = 94 limit 1
        Bindings
        • 0: 94
        Backtrace
        • app/Http/Controllers/RoutesController.php:158
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • CountriesRepository.php#31aviatickets1.11msselect * from `countries` where `code` = 'ge' limit 1
        Bindings
        • 0: ge
        Backtrace
        • app/Avia/Infrastructure/Repository/CountriesRepository.php:31
        • app/Http/Controllers/RoutesController.php:160
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
      • CityToCountryRepository.php#33aviatickets1.17msselect * from `flights_by` where `origin_city_id` = 2761 and `destination_country_id` = 119 and `price_one_way` > 0 order by `price_one_way` asc limit 1
        Bindings
        • 0: 2761
        • 1: 119
        • 2: 0
        Backtrace
        • app/Avia/Infrastructure/Repository/CityToCountryRepository.php:33
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/CityToCountryRepository.php:25
        • app/Avia/Managers/CityCountryRoutes.php:27
      • FlightSchedulesRepository.php#88aviatickets1.15msselect DISTINCT origin_city_id, destination_city_id from `flights_schedules` where `origin_city_id` = 2761 and `destination_country_id` = 119 and `origin_datetime` = '2025-09-19' limit 1000
        Bindings
        • 0: 2761
        • 1: 119
        • 2: 2025-09-19
        Backtrace
        • app/Avia/Infrastructure/Repository/FlightSchedulesRepository.php:88
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/FlightSchedulesRepository.php:91
        • app/Avia/Managers/CityCountryRoutes.php:51
      • LocalRouteRepository.php#359aviatickets1.28msselect * from `flights_by` where `origin_city_id` = 2761 and `destination_country_id` = 119 and (`price_one_way` > 0 or `price` > 0) order by `count` desc limit 5 offset 0
        Bindings
        • 0: 2761
        • 1: 119
        • 2: 0
        • 3: 0
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:359
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:363
        • app/Avia/Managers/CityCountryRoutes.php:65
      • LocalRouteRepository.php#359aviatickets1.28msselect * from `cities` where `cities`.`id` in (2761)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:359
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:363
        • app/Avia/Managers/CityCountryRoutes.php:65
      • LocalRouteRepository.php#359aviatickets1.06msselect * from `cities` where `cities`.`id` in (887, 3373, 5981)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:359
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:363
        • app/Avia/Managers/CityCountryRoutes.php:65
      • LocalRouteRepository.php#359aviatickets1.03msselect * from `sites_relationships` where `sites_relationships`.`id` in (153719, 154144, 430116)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:359
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:363
        • app/Avia/Managers/CityCountryRoutes.php:65
      • LocalRouteRepository.php#359aviatickets910μsselect * from `countries` where `countries`.`id` in (119)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:359
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:363
        • app/Avia/Managers/CityCountryRoutes.php:65
      • CountriesRepository.php#31aviatickets870μsselect * from `countries` where `code` = '' limit 1
        Bindings
        • 0: 
        Backtrace
        • app/Avia/Infrastructure/Repository/CountriesRepository.php:31
        • app/Avia/Infrastructure/Provider/CurrentCurrencyProvider.php:61
        • app/Avia/Infrastructure/Provider/CurrentCurrencyProvider.php:43
        • app/Avia/Infrastructure/Provider/CurrentCurrencyProvider.php:56
        • app/Avia/Infrastructure/Model/LocalRoute.php:190
      • AirlineSqlRepository.php#153aviatickets1.07msselect * from `airline_routes` where `origin_city_id` = 2761 and `destination_country_id` = 119 and `airline_id` not in ('1', 'NULL')
        Bindings
        • 0: 2761
        • 1: 119
        • 2: 1
        • 3: NULL
        Backtrace
        • app/Avia/Infrastructure/Repository/AirlineSqlRepository.php:153
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/AirlineSqlRepository.php:145
        • app/Http/Controllers/RoutesController.php:180
      • AirlineSqlRepository.php#208aviatickets1.07msselect airline_id, COUNT(flight) AS route_count from `flights_schedules` where `origin_city_id` = 2761 and `destination_country_id` = 119 group by `airline_id` order by `route_count` desc limit 1
        Bindings
        • 0: 2761
        • 1: 119
        Backtrace
        • app/Avia/Infrastructure/Repository/AirlineSqlRepository.php:208
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/AirlineSqlRepository.php:197
        • app/Http/Controllers/RoutesController.php:181
      • RouteRepository.php#114aviatickets2.16msselect * from `flights_2025` where `origin_id` = 2761 and `destination_country_id` = 119 and `date_update` >= '2025-09-17 00:00:00' order by `value` asc limit 20
        Bindings
        • 0: 2761
        • 1: 119
        • 2: 2025-09-17 00:00:00
        Backtrace
        • app/Avia/Infrastructure/Repository/RouteRepository.php:114
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/RouteRepository.php:105
        • app/Http/Controllers/RoutesController.php:190
      • LocalRouteRepository.php#79aviatickets900μsSELECT * FROM flights_by WHERE origin_city_id=2761 AND destination_city_id IN (5981)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:79
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:90
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:42
      • LocalRouteRepository.php#83aviatickets940μsselect * from `flights_by` where `id` in (154144)
        Bindings
        • 0: 154144
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:83
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:90
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:42
      • LocalRouteRepository.php#83aviatickets1.07msselect * from `cities` where `cities`.`id` in (2761)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:83
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:90
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:42
      • LocalRouteRepository.php#83aviatickets920μsselect * from `cities` where `cities`.`id` in (5981)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:83
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:90
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:42
      • LocalRouteRepository.php#83aviatickets780μsselect * from `sites_relationships` where `sites_relationships`.`id` in (154144)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:83
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:90
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:42
      • LocalRouteRepository.php#83aviatickets970μsselect * from `countries` where `countries`.`id` in (119)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:83
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:90
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:42
      • FlightSchedulesRepository.php#57aviatickets1.17msselect * from `flights_schedules` where `origin_city_id` = 2761 and `destination_country_id` = 119 and `origin_datetime` >= '2025-09-19' order by travel_time ASC, origin_datetime ASC limit 1
        Bindings
        • 0: 2761
        • 1: 119
        • 2: 2025-09-19
        Backtrace
        • app/Avia/Infrastructure/Repository/FlightSchedulesRepository.php:57
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/FlightSchedulesRepository.php:59
        • app/Http/Controllers/RoutesController.php:199
      • LocalRouteRepository.php#588aviatickets2.94msSELECT * FROM flights_by f WHERE NOT EXISTS(SELECT * FROM flights_by WHERE origin_city_id=f.origin_city_id AND `count` > f.`count` and origin_city_id IN (6079,7245,602,8689,9069,568,120,7612,1698,3064) AND destination_country_id=119) and origin_city_id IN (6079,7245,602,8689,9069,568,120,7612,1698,3064) AND destination_country_id=119
        Bindings
        • 0: 119
        • 1: 119
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:588
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:592
        • app/Avia/Managers/NearbyCitiesCountry.php:81
      • LocalRoute.php#74aviatickets970μsselect * from `cities` where `cities`.`id` = 120 limit 1
        Bindings
        • 0: 120
        Backtrace
        • app/Avia/Infrastructure/Model/LocalRoute.php:74
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:31
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
      • DomainRouteFactory.php#33aviatickets900μsselect * from `sites_relationships` where `sites_relationships`.`id` = 381127 and `sites_relationships`.`id` is not null limit 1
        Bindings
        • 0: 381127
        Backtrace
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:33
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
        • app/Avia/Managers/NearbyCitiesCountry.php:40
      • LocalRoute.php#74aviatickets1.05msselect * from `cities` where `cities`.`id` = 568 limit 1
        Bindings
        • 0: 568
        Backtrace
        • app/Avia/Infrastructure/Model/LocalRoute.php:74
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:31
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
      • DomainRouteFactory.php#33aviatickets910μsselect * from `sites_relationships` where `sites_relationships`.`id` = 389384 and `sites_relationships`.`id` is not null limit 1
        Bindings
        • 0: 389384
        Backtrace
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:33
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
        • app/Avia/Managers/NearbyCitiesCountry.php:40
      • LocalRoute.php#74aviatickets1.08msselect * from `cities` where `cities`.`id` = 602 limit 1
        Bindings
        • 0: 602
        Backtrace
        • app/Avia/Infrastructure/Model/LocalRoute.php:74
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:31
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
      • DomainRouteFactory.php#33aviatickets960μsselect * from `sites_relationships` where `sites_relationships`.`id` = 1131288 and `sites_relationships`.`id` is not null limit 1
        Bindings
        • 0: 1131288
        Backtrace
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:33
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
        • app/Avia/Managers/NearbyCitiesCountry.php:40
      • LocalRoute.php#74aviatickets1.06msselect * from `cities` where `cities`.`id` = 6079 limit 1
        Bindings
        • 0: 6079
        Backtrace
        • app/Avia/Infrastructure/Model/LocalRoute.php:74
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:31
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
      • DomainRouteFactory.php#33aviatickets1.07msselect * from `sites_relationships` where `sites_relationships`.`id` = 485268 and `sites_relationships`.`id` is not null limit 1
        Bindings
        • 0: 485268
        Backtrace
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:33
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
        • app/Avia/Managers/NearbyCitiesCountry.php:40
      • LocalRoute.php#74aviatickets1.23msselect * from `cities` where `cities`.`id` = 7245 limit 1
        Bindings
        • 0: 7245
        Backtrace
        • app/Avia/Infrastructure/Model/LocalRoute.php:74
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:31
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
      • DomainRouteFactory.php#33aviatickets1.05msselect * from `sites_relationships` where `sites_relationships`.`id` = 497655 and `sites_relationships`.`id` is not null limit 1
        Bindings
        • 0: 497655
        Backtrace
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:33
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
        • app/Avia/Managers/NearbyCitiesCountry.php:40
      • DomainRouteFactory.php#33aviatickets860μsselect * from `sites_relationships` where `sites_relationships`.`id` = 369381 and `sites_relationships`.`id` is not null limit 1
        Bindings
        • 0: 369381
        Backtrace
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:33
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
        • app/Avia/Managers/NearbyCitiesCountry.php:40
      • LocalRoute.php#74aviatickets1.09msselect * from `cities` where `cities`.`id` = 7612 limit 1
        Bindings
        • 0: 7612
        Backtrace
        • app/Avia/Infrastructure/Model/LocalRoute.php:74
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:31
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
      • DomainRouteFactory.php#33aviatickets930μsselect * from `sites_relationships` where `sites_relationships`.`id` = 1044044 and `sites_relationships`.`id` is not null limit 1
        Bindings
        • 0: 1044044
        Backtrace
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:33
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
        • app/Avia/Managers/NearbyCitiesCountry.php:40
      • LocalRoute.php#74aviatickets1.08msselect * from `cities` where `cities`.`id` = 9069 limit 1
        Bindings
        • 0: 9069
        Backtrace
        • app/Avia/Infrastructure/Model/LocalRoute.php:74
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:31
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
      • DomainRouteFactory.php#33aviatickets850μsselect * from `sites_relationships` where `sites_relationships`.`id` = 205054 and `sites_relationships`.`id` is not null limit 1
        Bindings
        • 0: 205054
        Backtrace
        • app/Avia/Infrastructure/Factory/DomainRouteFactory.php:33
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:230
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:591
        • app/Avia/Managers/NearbyCitiesCountry.php:81
        • app/Avia/Managers/NearbyCitiesCountry.php:40
      • CitySqlRepository.php#104aviatickets1.06msselect * from `cities` where `cities`.`id` = 7612 limit 1
        Bindings
        • 0: 7612
        Backtrace
        • app/Avia/Infrastructure/City/CitySqlRepository.php:104
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/City/CitySqlRepository.php:101
        • app/Avia/Managers/NearbyCitiesCountry.php:114
      • CitySqlRepository.php#104aviatickets1.95msselect * from `cities` where `cities`.`id` = 9069 limit 1
        Bindings
        • 0: 9069
        Backtrace
        • app/Avia/Infrastructure/City/CitySqlRepository.php:104
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/City/CitySqlRepository.php:101
        • app/Avia/Managers/NearbyCitiesCountry.php:138
      • RoutesController.php#245aviatickets1.35msselect * from `cities` where `cities`.`id` = 5981 limit 1
        Bindings
        • 0: 5981
        Backtrace
        • app/Http/Controllers/RoutesController.php:245
        • vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      App\Avia\Infrastructure\Model\City
      17City.php#?
      App\Avia\Infrastructure\Model\LocalRoute
      13LocalRoute.php#?
      App\Avia\Infrastructure\Model\SitesRelationship
      12SitesRelationship.php#?
      App\Avia\Infrastructure\Model\Country
      4Country.php#?
      App\Avia\Infrastructure\Model\Route
      3Route.php#?
      App\Avia\Infrastructure\Model\CityToCountry
      1CityToCountry.php#?
          • infoModel: App\Avia\Infrastructure\Model\LocalRoute => Relation: originCity - You should add `with(origi...
          • infoModel: App\Avia\Infrastructure\Model\LocalRoute => Relation: sitesRelationships - You should add `wi...
          _token
          EuD8Ri6pNmL8182QIquykoxoPIBvLwJqPGPrLuZI
          _previous
          array:1 [ "url" => "https://d.triptorg.ru/route/jed/ge?_url=%2Froute%2Fjed%2Fge" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /route/jed/ge
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "_url" => "/route/jed/ge" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:16 [ "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6IlQyS0VoSmRqZU9aM0tzb0l1NnpBb2c9PSIsInZhbHVlIjoiTmJXUWl6V2tlMlJWNzJ2eURTR0JhOW52S0hOaUttQnUxUUR2V2xkRHJoNHozMFV4MUlER2gvNENBSExWd0RTVjc5NHUybUIrdlpyd2h0aUZEeWg3ZmlTZ3VoVDZrVWVabTRYVHpqdExnV0Q5VTZ2ci9RRmc4blNRUUsvaHRaby8iLCJtYWMiOiJlNDA4ZTUzZjBmOGNiOTlkOWQyMGY5ZjY5YTJjNDE2NWE1NjI5MzZiZWI4NzFlODNkM2QxZDAwY2Q5MWNjM2U5IiwidGFnIjoiIn0%3D; lowcostclub_session=eyJpdiI6InV5WmJFRytWckZ2bkdRWkJCeXpleHc9PSIsInZhbHVlIjoidFQrNjNlZ2F4R3czTFI2QkdaZHVOamZyV2dJS1BKN0pobklZVittMGF2V0w1RmVReXpkdTN3SW5iNFhkUGFkdk94RU9rZW1Ta1lTckt1eDVzY0hQSjVKUmxRQ2dDZE1SWFRneDRrUStBUVQySWgyZ3FhcnlRZUJoOTZwWXFIYWciLCJtYWMiOiI4ZDFkZTNiZmU4OGY0YjlhODg1MjI4YjJkNjgwNWE0NmU2ZWM3MzA5YWM4ZDE0NjUzYWY3OTY5ZWI2OTQ0MWZkIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6IlQyS0VoSmRqZU9aM0tzb0l1NnpBb2c9PSIsInZhbHVlIjoiTmJXUWl6V2tlMlJWNzJ2eURTR0JhOW52S0hOaUttQnUxUUR2V2xkRHJoNHozMFV4MUlER2gvNENBSExWd0RTVjc5NHUyb" ] "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 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "host" => array:1 [ 0 => "d.triptorg.ru" ] ]
          request_cookies
          0 of 0
          array:2 [ "XSRF-TOKEN" => "EuD8Ri6pNmL8182QIquykoxoPIBvLwJqPGPrLuZI" "lowcostclub_session" => "QQWrJ8uQt16pEhIwE0cx4Y2uNRNuBfVqhb4pX209" ]
          response_headers
          0 of 0
          array:5 [ "cache-control" => array:1 [ 0 => "max-age=604800, public" ] "date" => array:1 [ 0 => "Fri, 19 Sep 2025 04:24:06 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlMvSFU5OFRZT1dnSkQ1aVJEak4xcWc9PSIsInZhbHVlIjoiRmxPZUcwNnZORVlsdHh6ZjNzZkF3UVQ5QXdNWFVCWnZicGdwRGpEVTRSdEJWN2ZPbDJhTXFPRnNsVzRldzFNZkxXbU92d09jT0JYSG43WVVOeGNPTkk4RDQzQlllc1lRT3VQWU9uWHAzOFJaSlp4WnlvSFp1NTFMRkczeVR1R2EiLCJtYWMiOiIzYTU2YjhjN2VlMjQwOTllMTc4NzA5ZTY4YjEwZjQzNjMwNGY3NzFmNTY1M2YwMzJlM2RlZGMwNDEyYWNjY2Q0IiwidGFnIjoiIn0%3D; expires=Fri, 19 Sep 2025 06:24:06 GMT; Max-Age=7199; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6IlMvSFU5OFRZT1dnSkQ1aVJEak4xcWc9PSIsInZhbHVlIjoiRmxPZUcwNnZORVlsdHh6ZjNzZkF3UVQ5QXdNWFVCWnZicGdwRGpEVTRSdEJWN2ZPbDJhTXFPRnNsVzRldzFNZkxXbU92d" 1 => "lowcostclub_session=eyJpdiI6InEyTlhld2V5ZGZsaXJURFV6eC96RVE9PSIsInZhbHVlIjoiSTNKbWY5RkJFNTVoZWZHbmc0bGF4SWZsS0llZ1RPN01kKzZTYWYyVDhNWWdiczl3eGN6eEptNzgxdzRiUFpxMHFDaTBJUkpoV2VCYUdRV1NUbXVONnc3M3JYVWhvS1ZQUWt4WllOTXBQd2w3QjhqanI2RHdoeEN3NFB4bUpTWGciLCJtYWMiOiIxNTg5NjI5NzM4MTA2ZmVjM2UyOWM3NzdjMWZiM2EzYzQzNzhmYTJkYmI3NWFkMzliZTQyYWVkYjI1NTM2ZGJhIiwidGFnIjoiIn0%3D; expires=Fri, 19 Sep 2025 06:24:06 GMT; Max-Age=7199; path=/; httponly; samesite=laxlowcostclub_session=eyJpdiI6InEyTlhld2V5ZGZsaXJURFV6eC96RVE9PSIsInZhbHVlIjoiSTNKbWY5RkJFNTVoZWZHbmc0bGF4SWZsS0llZ1RPN01kKzZTYWYyVDhNWWdiczl3eGN6eEptNzgxdzRiUFpx" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IlMvSFU5OFRZT1dnSkQ1aVJEak4xcWc9PSIsInZhbHVlIjoiRmxPZUcwNnZORVlsdHh6ZjNzZkF3UVQ5QXdNWFVCWnZicGdwRGpEVTRSdEJWN2ZPbDJhTXFPRnNsVzRldzFNZkxXbU92d09jT0JYSG43WVVOeGNPTkk4RDQzQlllc1lRT3VQWU9uWHAzOFJaSlp4WnlvSFp1NTFMRkczeVR1R2EiLCJtYWMiOiIzYTU2YjhjN2VlMjQwOTllMTc4NzA5ZTY4YjEwZjQzNjMwNGY3NzFmNTY1M2YwMzJlM2RlZGMwNDEyYWNjY2Q0IiwidGFnIjoiIn0%3D; expires=Fri, 19-Sep-2025 06:24:06 GMT; path=/XSRF-TOKEN=eyJpdiI6IlMvSFU5OFRZT1dnSkQ1aVJEak4xcWc9PSIsInZhbHVlIjoiRmxPZUcwNnZORVlsdHh6ZjNzZkF3UVQ5QXdNWFVCWnZicGdwRGpEVTRSdEJWN2ZPbDJhTXFPRnNsVzRldzFNZkxXbU92d" 1 => "lowcostclub_session=eyJpdiI6InEyTlhld2V5ZGZsaXJURFV6eC96RVE9PSIsInZhbHVlIjoiSTNKbWY5RkJFNTVoZWZHbmc0bGF4SWZsS0llZ1RPN01kKzZTYWYyVDhNWWdiczl3eGN6eEptNzgxdzRiUFpxMHFDaTBJUkpoV2VCYUdRV1NUbXVONnc3M3JYVWhvS1ZQUWt4WllOTXBQd2w3QjhqanI2RHdoeEN3NFB4bUpTWGciLCJtYWMiOiIxNTg5NjI5NzM4MTA2ZmVjM2UyOWM3NzdjMWZiM2EzYzQzNzhmYTJkYmI3NWFkMzliZTQyYWVkYjI1NTM2ZGJhIiwidGFnIjoiIn0%3D; expires=Fri, 19-Sep-2025 06:24:06 GMT; path=/; httponlylowcostclub_session=eyJpdiI6InEyTlhld2V5ZGZsaXJURFV6eC96RVE9PSIsInZhbHVlIjoiSTNKbWY5RkJFNTVoZWZHbmc0bGF4SWZsS0llZ1RPN01kKzZTYWYyVDhNWWdiczl3eGN6eEptNzgxdzRiUFpx" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "EuD8Ri6pNmL8182QIquykoxoPIBvLwJqPGPrLuZI" "_previous" => array:1 [ "url" => "https://d.triptorg.ru/route/jed/ge?_url=%2Froute%2Fjed%2Fge" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-09-19 04:24:06GET/route/jed/ge2340502