Дешёвые перелёты Аликанте — Польша.

Цены на авиабилеты из Аликанте Польша

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

Список самых дешевых авиабилетов из Аликанте Польша, найденных за последние двое суток:

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

Самый дешевый авиабилет из Аликанте, найденный за последние 48 часов: билет по направлению Аликанте — Варшава с вылетом 2025-11-19 и стоимостью 4 098 ₽

Самый быстрый авиабилет из Аликанте: билет на рейс FR9883 (Аликанте — Вроцлав) с ближайшим вылетом 2025-09-23 09:40:00 и длительностью полета 3ч 0м.

Авиабилеты на популярные рейсы Аликанте — Польша

Наиболее популярными направлениями по маршруту Аликанте – Польша являются:

Аликанте — Гданьск

Аликанте — Варшава

Аликанте — Краков

Аликанте — Вроцлав

Аликанте — Познань

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

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

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

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

Request history8.3.0PHP Version319msRequest Duration15MBMemory UsageGET route/{originCityCode}/{destinationCountryCode}Route
    • Booting (38.65ms)time
    • Application (281ms)time
    • 1 x Application (87.89%)
      281ms
      1 x Booting (12.1%)
      38.65ms
      28 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
      • 2x components.salesListsalesList.blade.php#?blade
      • 3x components.saleListItemsaleListItem.blade.php#?blade
      • 1x components.routes-listroutes-list.blade.php#?blade
      • 5x 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
      46 statements were executed (8 duplicates)Show only duplicates69.21ms
      • 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#84aviatickets3.79msselect * from `cities` where `code` = 'alc' limit 1
        Bindings
        • 0: alc
        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.17msselect * from `countries` where `countries`.`id` = 23 limit 1
        Bindings
        • 0: 23
        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#31aviatickets870μsselect * from `countries` where `code` = 'pl' limit 1
        Bindings
        • 0: pl
        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.31msselect * from `flights_by` where `origin_city_id` = 178 and `destination_country_id` = 105 and `price_one_way` > 0 order by `price_one_way` asc limit 1
        Bindings
        • 0: 178
        • 1: 105
        • 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.17msselect DISTINCT origin_city_id, destination_city_id from `flights_schedules` where `origin_city_id` = 178 and `destination_country_id` = 105 and `origin_datetime` = '2025-09-23' limit 1000
        Bindings
        • 0: 178
        • 1: 105
        • 2: 2025-09-23
        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.55msselect * from `flights_by` where `origin_city_id` = 178 and `destination_country_id` = 105 and (`price_one_way` > 0 or `price` > 0) order by `count` desc limit 5 offset 0
        Bindings
        • 0: 178
        • 1: 105
        • 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.13msselect * from `cities` where `cities`.`id` in (178)
        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.19msselect * from `cities` where `cities`.`id` in (2058, 3301, 5035, 6627, 6752)
        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.72msselect * from `sites_relationships` where `sites_relationships`.`id` in (10871, 10939, 11081, 11230, 11232)
        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.08msselect * from `countries` where `countries`.`id` in (105)
        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#31aviatickets1.06msselect * 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.38msselect * from `airline_routes` where `origin_city_id` = 178 and `destination_country_id` = 105 and `airline_id` not in ('1', 'NULL')
        Bindings
        • 0: 178
        • 1: 105
        • 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.09msselect airline_id, COUNT(flight) AS route_count from `flights_schedules` where `origin_city_id` = 178 and `destination_country_id` = 105 group by `airline_id` order by `route_count` desc limit 1
        Bindings
        • 0: 178
        • 1: 105
        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
      • AirlineSqlRepository.php#210aviatickets980μsselect * from `airlines` where `airlines`.`id` = 4282 limit 1
        Bindings
        • 0: 4282
        Backtrace
        • app/Avia/Infrastructure/Repository/AirlineSqlRepository.php:210
        • 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.67msselect * from `flights_2025` where `origin_id` = 178 and `destination_country_id` = 105 and `date_update` >= '2025-09-21 00:00:00' order by `value` asc limit 20
        Bindings
        • 0: 178
        • 1: 105
        • 2: 2025-09-21 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#79aviatickets1.25msSELECT * FROM flights_by WHERE origin_city_id=178 AND destination_city_id IN (6627,2058,6752)
        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#83aviatickets960μsselect * from `flights_by` where `id` in (10871, 11230, 11232)
        Bindings
        • 0: 10871
        • 1: 11230
        • 2: 11232
        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 (178)
        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 (2058, 6627, 6752)
        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.22msselect * from `sites_relationships` where `sites_relationships`.`id` in (10871, 11230, 11232)
        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.24msselect * from `countries` where `countries`.`id` in (105)
        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#57aviatickets2.37msselect * from `flights_schedules` where `origin_city_id` = 178 and `destination_country_id` = 105 and `origin_datetime` >= '2025-09-23' order by travel_time ASC, origin_datetime ASC limit 1
        Bindings
        • 0: 178
        • 1: 105
        • 2: 2025-09-23
        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#520aviatickets1.23msselect * from `flights_by` where `origin_city_id` = 178 and `destination_city_id` = 6752 limit 1
        Bindings
        • 0: 178
        • 1: 6752
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:520
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:514
        • app/Http/Controllers/RoutesController.php:200
      • LocalRouteRepository.php#520aviatickets1.44msselect * from `sites_relationships` where `sites_relationships`.`id` in (11232)
        Backtrace
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:520
        • vendor/laravel/framework/src/Illuminate/Cache/Repository.php:396
        • vendor/laravel/framework/src/Illuminate/Cache/CacheManager.php:429
        • app/Avia/Infrastructure/Repository/LocalRouteRepository.php:514
        • app/Http/Controllers/RoutesController.php:200
      • LocalRouteRepository.php#588aviatickets4.32msSELECT * 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 (3984,7732,6543,7941,31,2540,7710,3510,8967,4705) AND destination_country_id=105) and origin_city_id IN (3984,7732,6543,7941,31,2540,7710,3510,8967,4705) AND destination_country_id=105
        Bindings
        • 0: 105
        • 1: 105
        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#74aviatickets1.52msselect * from `cities` where `cities`.`id` = 31 limit 1
        Bindings
        • 0: 31
        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` = 1398 and `sites_relationships`.`id` is not null limit 1
        Bindings
        • 0: 1398
        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#33aviatickets1.14msselect * from `sites_relationships` where `sites_relationships`.`id` = 1414 and `sites_relationships`.`id` is not null limit 1
        Bindings
        • 0: 1414
        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.27msselect * from `cities` where `cities`.`id` = 2540 limit 1
        Bindings
        • 0: 2540
        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#33aviatickets1msselect * from `sites_relationships` where `sites_relationships`.`id` = 141547 and `sites_relationships`.`id` is not null limit 1
        Bindings
        • 0: 141547
        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.17msselect * from `cities` where `cities`.`id` = 3510 limit 1
        Bindings
        • 0: 3510
        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` = 831642 and `sites_relationships`.`id` is not null limit 1
        Bindings
        • 0: 831642
        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#74aviatickets990μsselect * from `cities` where `cities`.`id` = 3984 limit 1
        Bindings
        • 0: 3984
        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#33aviatickets760μsselect * from `sites_relationships` where `sites_relationships`.`id` = 211713 and `sites_relationships`.`id` is not null limit 1
        Bindings
        • 0: 211713
        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.01msselect * from `cities` where `cities`.`id` = 4705 limit 1
        Bindings
        • 0: 4705
        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#33aviatickets800μsselect * from `sites_relationships` where `sites_relationships`.`id` = 248885 and `sites_relationships`.`id` is not null limit 1
        Bindings
        • 0: 248885
        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.01msselect * from `cities` where `cities`.`id` = 6543 limit 1
        Bindings
        • 0: 6543
        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#33aviatickets840μsselect * from `sites_relationships` where `sites_relationships`.`id` = 355077 and `sites_relationships`.`id` is not null limit 1
        Bindings
        • 0: 355077
        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#74aviatickets5.97msselect * from `cities` where `cities`.`id` = 7710 limit 1
        Bindings
        • 0: 7710
        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#33aviatickets970μsselect * from `sites_relationships` where `sites_relationships`.`id` = 1074049 and `sites_relationships`.`id` is not null limit 1
        Bindings
        • 0: 1074049
        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.13msselect * from `cities` where `cities`.`id` = 7732 limit 1
        Bindings
        • 0: 7732
        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#33aviatickets860μsselect * from `sites_relationships` where `sites_relationships`.`id` = 1277653 and `sites_relationships`.`id` is not null limit 1
        Bindings
        • 0: 1277653
        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#104aviatickets5.47msselect * from `cities` where `cities`.`id` = 7710 limit 1
        Bindings
        • 0: 7710
        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#104aviatickets860μsselect * from `cities` where `cities`.`id` = 6543 limit 1
        Bindings
        • 0: 6543
        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#245aviatickets990μsselect * from `cities` where `cities`.`id` = 5460 limit 1
        Bindings
        • 0: 5460
        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
      • viewCityToCountry.blade.php#82aviatickets1.31msselect * from `cities` where `cities`.`id` = 6752 limit 1
        Bindings
        • 0: 6752
        Backtrace
        • view::routes.viewCityToCountry:82
        • vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
        • vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
        • vendor/laravel/framework/src/Illuminate/View/View.php:207
      App\Avia\Infrastructure\Model\City
      23City.php#?
      App\Avia\Infrastructure\Model\LocalRoute
      21LocalRoute.php#?
      App\Avia\Infrastructure\Model\SitesRelationship
      18SitesRelationship.php#?
      App\Avia\Infrastructure\Model\Route
      13Route.php#?
      App\Avia\Infrastructure\Model\Country
      4Country.php#?
      App\Avia\Infrastructure\Model\FlightSchedule
      2FlightSchedule.php#?
      App\Avia\Infrastructure\Model\CityToCountry
      1CityToCountry.php#?
      App\Avia\Infrastructure\Model\Airline
      1Airline.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
          ZqzwYzZtK8dlgtQkHk4AeXp7EQOKB2GlD1Rg5iLE
          _previous
          array:1 [ "url" => "https://d.triptorg.ru/route/alc/pl?_url=%2Froute%2Falc%2Fpl" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          path_info
          /route/alc/pl
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          0 of 0
          array:1 [ "_url" => "/route/alc/pl" ]
          request_request
          []
          
          request_headers
          0 of 0
          array:16 [ "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6ImdEcGVwQUVYVE12SU5vTFFMQXhhTVE9PSIsInZhbHVlIjoiVGhRUkU5bEVJQ0w5dFlsTGRtMFJPQllYcWIyNWlzOVF2azBGMjQrZzQyejNuSldDQ3hmd3VNLzBSVUJIRk9RRk01S080Q1NPd1p5Ly9HemVuYjdrWmdtM3Vnakd5aTE0ZmI0UytYQWkvZ1UxTWZjMVZ2RG5JVFZCNG95RXZ2Q1UiLCJtYWMiOiJiN2M4MjFmODE1ZGM4ZDE0ZDU5NmM1MWY2NWVjNGE0ZjZmM2Q5M2NjMzMyOWExMmM2OGVjNzNhOThlN2I4ZjI4IiwidGFnIjoiIn0%3D; lowcostclub_session=eyJpdiI6IkxxeGlOVXBjWmI5QzJiZXdCNDN2bnc9PSIsInZhbHVlIjoiN29EWTVib2RYWUdYYXYwUkZFdXlPYUp0THgzM2F0a0xITmJtVU80aFZkdzhNYXhNbWZFL3FxRng1YmJIbldhdEdZT3NjQU0zWlRJOU5MRlRoeGowNk9USUdTVmVGbWh2M0RFOC9MeExzb1hxb0JMdEVYdzlYeC9hTlpISGN2MmoiLCJtYWMiOiIzZTZmNmNlZjI2NjZhYTkzYjM0NmEyY2UwMjBjODc1ZWU1ZDgxMzNhNzFiZDY2Nzg0MDcwMjU2YWEwZDNlN2UzIiwidGFnIjoiIn0%3DXSRF-TOKEN=eyJpdiI6ImdEcGVwQUVYVE12SU5vTFFMQXhhTVE9PSIsInZhbHVlIjoiVGhRUkU5bEVJQ0w5dFlsTGRtMFJPQllYcWIyNWlzOVF2azBGMjQrZzQyejNuSldDQ3hmd3VNLzBSVUJIRk9RRk01S080Q" ] "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" => "ZqzwYzZtK8dlgtQkHk4AeXp7EQOKB2GlD1Rg5iLE" "lowcostclub_session" => "puwpOjKAebhznUVwgBWY0Ij8nJiJhLGLWzk9IB2M" ]
          response_headers
          0 of 0
          array:5 [ "cache-control" => array:1 [ 0 => "max-age=604800, public" ] "date" => array:1 [ 0 => "Tue, 23 Sep 2025 04:59:34 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImZlWkh3d2J2ZEpYckRyOGViTkRzcGc9PSIsInZhbHVlIjoiOVQwSmNMN2Z3b09HVldSdGdJbnZCbGxpSEQ4dVY4d0ZDNXFrbVFOSThrQlRRZ0xFOXY4RGsvN1FtejJxbSt0MXhia1NPUWt3eGovdHZzbU1wMzBYU0t6QUFOajkwQU0vdHlhRWJiejdscVdoaVp4QUVweVJadkNXZVBUQy9nSVkiLCJtYWMiOiJkZTcwNDMxOGY5OTEzMDQ4NDVhY2FmMDIyNzVhYTM1ZGI2YjAwODJhOTE1OWU2NTc4OTFhMmU3ZDlkYjBiMWE3IiwidGFnIjoiIn0%3D; expires=Tue, 23 Sep 2025 06:59:34 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6ImZlWkh3d2J2ZEpYckRyOGViTkRzcGc9PSIsInZhbHVlIjoiOVQwSmNMN2Z3b09HVldSdGdJbnZCbGxpSEQ4dVY4d0ZDNXFrbVFOSThrQlRRZ0xFOXY4RGsvN1FtejJxbSt0MXhia1NPU" 1 => "lowcostclub_session=eyJpdiI6InVFcUxEVDlSZFhiSEhoR1ZDUTFES1E9PSIsInZhbHVlIjoiYUliM0lEM0FsU0xmTjAybFBpbG0ySm1qbGN4UEMrZ2ZIV1BmWGl0MGhFS2pJUUpOdFl0TXM0aHdndEFwbVBuOG15S0JuVTJOYUlzRG9WeWJEL1RnNkd1VERSa0V6aHRHU2JlMEcvMFp0ZVpxbG4ybHQwWk1uOXNqYzdoYTYxZGkiLCJtYWMiOiI4MzY4NGI5M2NjOThjNWRkZDMwYTZkYjEzNGRmOTY5MjMxZThhNjIwMDM4OGQ4YjUxYmY0ZjBiMzk2NmQ1Y2ZjIiwidGFnIjoiIn0%3D; expires=Tue, 23 Sep 2025 06:59:34 GMT; Max-Age=7200; path=/; httponly; samesite=laxlowcostclub_session=eyJpdiI6InVFcUxEVDlSZFhiSEhoR1ZDUTFES1E9PSIsInZhbHVlIjoiYUliM0lEM0FsU0xmTjAybFBpbG0ySm1qbGN4UEMrZ2ZIV1BmWGl0MGhFS2pJUUpOdFl0TXM0aHdndEFwbVBu" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6ImZlWkh3d2J2ZEpYckRyOGViTkRzcGc9PSIsInZhbHVlIjoiOVQwSmNMN2Z3b09HVldSdGdJbnZCbGxpSEQ4dVY4d0ZDNXFrbVFOSThrQlRRZ0xFOXY4RGsvN1FtejJxbSt0MXhia1NPUWt3eGovdHZzbU1wMzBYU0t6QUFOajkwQU0vdHlhRWJiejdscVdoaVp4QUVweVJadkNXZVBUQy9nSVkiLCJtYWMiOiJkZTcwNDMxOGY5OTEzMDQ4NDVhY2FmMDIyNzVhYTM1ZGI2YjAwODJhOTE1OWU2NTc4OTFhMmU3ZDlkYjBiMWE3IiwidGFnIjoiIn0%3D; expires=Tue, 23-Sep-2025 06:59:34 GMT; path=/XSRF-TOKEN=eyJpdiI6ImZlWkh3d2J2ZEpYckRyOGViTkRzcGc9PSIsInZhbHVlIjoiOVQwSmNMN2Z3b09HVldSdGdJbnZCbGxpSEQ4dVY4d0ZDNXFrbVFOSThrQlRRZ0xFOXY4RGsvN1FtejJxbSt0MXhia1NPU" 1 => "lowcostclub_session=eyJpdiI6InVFcUxEVDlSZFhiSEhoR1ZDUTFES1E9PSIsInZhbHVlIjoiYUliM0lEM0FsU0xmTjAybFBpbG0ySm1qbGN4UEMrZ2ZIV1BmWGl0MGhFS2pJUUpOdFl0TXM0aHdndEFwbVBuOG15S0JuVTJOYUlzRG9WeWJEL1RnNkd1VERSa0V6aHRHU2JlMEcvMFp0ZVpxbG4ybHQwWk1uOXNqYzdoYTYxZGkiLCJtYWMiOiI4MzY4NGI5M2NjOThjNWRkZDMwYTZkYjEzNGRmOTY5MjMxZThhNjIwMDM4OGQ4YjUxYmY0ZjBiMzk2NmQ1Y2ZjIiwidGFnIjoiIn0%3D; expires=Tue, 23-Sep-2025 06:59:34 GMT; path=/; httponlylowcostclub_session=eyJpdiI6InVFcUxEVDlSZFhiSEhoR1ZDUTFES1E9PSIsInZhbHVlIjoiYUliM0lEM0FsU0xmTjAybFBpbG0ySm1qbGN4UEMrZ2ZIV1BmWGl0MGhFS2pJUUpOdFl0TXM0aHdndEFwbVBu" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "ZqzwYzZtK8dlgtQkHk4AeXp7EQOKB2GlD1Rg5iLE" "_previous" => array:1 [ "url" => "https://d.triptorg.ru/route/alc/pl?_url=%2Froute%2Falc%2Fpl" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-09-23 04:59:34GET/route/alc/pl2846832