WhatsApp

Lea lo último del blog

Sorry, but nothing matched your search terms. Please try again with some different keywords.
Request history28.1.14PHP Version717msRequest Duration6MBMemory UsageGET es/news/category/{slug}RouteAuth status
  • warninglog[20:22:01] LOG.warning: strip_tags(): Passing null to parameter #1 ($string) of type string is depre...
  • Booting (370ms)time
  • Application (347ms)time
  • 1 x Booting (51.59%)
    370ms
    1 x Application (48.41%)
    347ms
    25 templates were rendered
    • 1x News::frontend.indexindex.blade.php#?blade
    • 1x News::frontend.layouts.details.news-breadcrumbnews-breadcrumb.blade.php#?blade
    • 1x News::frontend.layouts.details.news-sidebarnews-sidebar.blade.php#?blade
    • 1x News::frontend.layouts.sidebars.search_formsearch_form.blade.php#?blade
    • 1x News::frontend.layouts.sidebars.content_textcontent_text.blade.php#?blade
    • 1x News::frontend.layouts.sidebars.recent_newsrecent_news.blade.php#?blade
    • 1x News::frontend.layouts.sidebars.categorycategory.blade.php#?blade
    • 1x News::frontend.layouts.sidebars.tagtag.blade.php#?blade
    • 1x layouts.appapp.blade.php#?blade
    • 1x Layout::appapp.blade.php#?blade
    • 1x Layout::parts.faviconfavicon.blade.php#?blade
    • 1x Layout::parts.seo-metaseo-meta.blade.php#?blade
    • 1x Layout::parts.global-scriptglobal-script.blade.php#?blade
    • 1x Layout::parts.topbartopbar.blade.php#?blade
    • 2x Core::frontend.currency-switchercurrency-switcher.blade.php#?blade
    • 2x Language::frontend.switcherswitcher.blade.php#?blade
    • 1x Layout::parts.headerheader.blade.php#?blade
    • 1x Layout::parts.footerfooter.blade.php#?blade
    • 1x Layout::parts.login-register-modallogin-register-modal.blade.php#?blade
    • 1x Layout::auth.login-formlogin-form.blade.php#?blade
    • 1x Layout::auth.register-formregister-form.blade.php#?blade
    • 1x Popup::frontend.popuppopup.blade.php#?blade
    • 1x demo_scriptdemo_script.blade.php#?blade
    uri
    GET es/news/category/{slug}
    middleware
    web
    controller
    Modules\News\Controllers\CategoryNewsController@index
    namespace
    Modules\News\Controllers
    prefix
    es/news
    where
    as
    news.category.index
    file
    modules/News/Controllers/CategoryNewsController.php:18-58
    18 statements were executed, 2 of which were duplicates, 16 unique. Show only duplicated83.57ms
    • select * from `core_news_category` where `slug` = 'ecotourism' and `core_news_category`.`deleted_at` is null limit 14.35msairbusholidaysCategoryNewsController.php#20
      Bindings
      • 0: ecotourism
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 16. modules/News/Controllers/CategoryNewsController.php:20
      • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `core_news_category_translations` where `core_news_category_translations`.`origin_id` = 2 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'es' limit 18.46msairbusholidaysHasTranslations.php#51
      Bindings
      • 0: 2
      • 1: es
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. modules/News/Controllers/CategoryNewsController.php:35
      • 23. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 24. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 25. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
    • select count(*) as aggregate from (select `core_news`.* from `core_news` inner join `core_news_category` on `core_news_category`.`id` = `core_news`.`cat_id` and `core_news_category`.`_lft` >= 3 and `core_news_category`.`_rgt` <= 4 where `core_news`.`status` = 'publish' and `core_news`.`deleted_at` is null group by `core_news`.`id`) as `aggregate_table`500μsairbusholidaysCategoryNewsController.php#38
      Bindings
      • 0: 3
      • 1: 4
      • 2: publish
      Backtrace
      • 16. modules/News/Controllers/CategoryNewsController.php:38
      • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:260
      • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `bravo_seo` where `object_id` = 2 and `object_model` = 'news_cat_translation_es' limit 110.58msairbusholidaysBaseModel.php#199
      Bindings
      • 0: 2
      • 1: news_cat_translation_es
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 16. app/BaseModel.php:199
      • 17. app/BaseModel.php:214
      • 18. modules/News/Controllers/CategoryNewsController.php:53
      • 19. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 20. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
    • select count(*) as aggregate from `core_news` where `status` = 'publish' and `core_news`.`deleted_at` is null6.73msairbusholidaysrecent_news.blade.php#6
      Bindings
      • 0: publish
      Backtrace
      • 16. view::News::frontend.layouts.sidebars.recent_news:6
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `core_news` where `status` = 'publish' and `core_news`.`deleted_at` is null order by `id` desc limit 5 offset 03.11msairbusholidaysrecent_news.blade.php#6
      Bindings
      • 0: publish
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 16. view::News::frontend.layouts.sidebars.recent_news:6
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 21. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `core_news_category` where `core_news_category`.`id` in (19, 20, 21, 22) and `core_news_category`.`deleted_at` is null3.25msairbusholidaysrecent_news.blade.php#6
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. view::News::frontend.layouts.sidebars.recent_news:6
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `core_news_translations` where `locale` = 'es' and `core_news_translations`.`origin_id` in (37, 38, 39, 40, 41)9.37msairbusholidaysrecent_news.blade.php#6
      Bindings
      • 0: es
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 21. view::News::frontend.layouts.sidebars.recent_news:6
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `core_news_category_translations` where `core_news_category_translations`.`origin_id` = 19 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'es' limit 15.87msairbusholidaysHasTranslations.php#51
      Bindings
      • 0: 19
      • 1: es
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. view::News::frontend.layouts.sidebars.recent_news:23
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `core_news_category_translations` where `core_news_category_translations`.`origin_id` = 20 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'es' limit 16.64msairbusholidaysHasTranslations.php#51
      Bindings
      • 0: 20
      • 1: es
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. view::News::frontend.layouts.sidebars.recent_news:23
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `core_news_category_translations` where `core_news_category_translations`.`origin_id` = 21 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'es' limit 1510μsairbusholidaysHasTranslations.php#51
      Bindings
      • 0: 21
      • 1: es
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. view::News::frontend.layouts.sidebars.recent_news:23
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `core_news_category_translations` where `core_news_category_translations`.`origin_id` = 22 and `core_news_category_translations`.`origin_id` is not null and `locale` = 'es' limit 14.46msairbusholidaysHasTranslations.php#51
      Bindings
      • 0: 22
      • 1: es
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. view::News::frontend.layouts.sidebars.recent_news:23
      • 24. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `core_news_category` where `status` = 'publish' and `core_news_category`.`deleted_at` is null910μsairbusholidayscategory.blade.php#2
      Bindings
      • 0: publish
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 15. view::News::frontend.layouts.sidebars.category:2
      • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 20. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select * from `core_news_category_translations` where `locale` = 'es' and `core_news_category_translations`.`origin_id` in (1, 19, 20, 21, 22)1.94msairbusholidayscategory.blade.php#2
      Bindings
      • 0: es
      Hints
      • 0: Use SELECT * only if you need all columns from table
      Backtrace
      • 20. view::News::frontend.layouts.sidebars.category:2
      • 22. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 23. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 25. vendor/laravel/framework/src/Illuminate/View/View.php:207
    • select `core_tags`.* from `core_tags` inner join `core_news_tag` as `nt` on `nt`.`tag_id` = `core_tags`.`id` where `core_tags`.`deleted_at` is null group by `core_tags`.`id` order by RAND()2.71msairbusholidaysNewsTag.php#61
      Hints
      • 0: ORDER BY RAND() is slow, try to avoid if you can. You can read this or this
      Backtrace
      • 15. modules/News/Models/NewsTag.php:61
      • 16. view::News::frontend.layouts.sidebars.tag:6
      • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 2 and `core_menu_translations`.`origin_id` is not null and `locale` = 'es' limit 19.23msairbusholidaysHasTranslations.php#51
      Bindings
      • 0: 2
      • 1: es
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. app/Helpers/AppHelper.php:112
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `core_menu_translations` where `core_menu_translations`.`origin_id` = 2 and `core_menu_translations`.`origin_id` is not null and `locale` = 'es' limit 1470μsairbusholidaysHasTranslations.php#51
      Bindings
      • 0: 2
      • 1: es
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 21. app/Traits/HasTranslations.php:51
      • 22. app/Helpers/AppHelper.php:112
      • 25. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 26. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 27. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
    • select * from `core_pages` where `core_pages`.`id` = '10' and `core_pages`.`deleted_at` is null limit 14.48msairbusholidaysAppHelper.php#629
      Bindings
      • 0: 10
      Hints
      • 0: Use SELECT * only if you need all columns from table
      • 1: LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      Backtrace
      • 20. app/Helpers/AppHelper.php:629
      • 23. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:124
      • 24. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
      • 25. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:72
      • 26. vendor/laravel/framework/src/Illuminate/View/View.php:207
    Modules\News\Models\NewsCategory
    10NewsCategory.php#?
    Modules\News\Models\NewsCategoryTranslation
    9NewsCategoryTranslation.php#?
    Modules\News\Models\News
    5News.php#?
    Modules\News\Models\NewsTranslation
    5NewsTranslation.php#?
    Modules\Core\Models\MenuTranslation
    2MenuTranslation.php#?
      web
      null
      sanctum
      null
        _token
        x1lsGxi5MMFzTLMVUcmv4jQV9kObaoBpwbHwlbzp
        bc_current_currency
        usd
        _previous
        array:1 [ "url" => "https://www.airbusholidays.com/public/es/news/category/ecotourism" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        path_info
        /es/news/category/ecotourism
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        []
        
        request_request
        []
        
        request_headers
        0 of 0
        array:16 [ "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "cookie" => array:1 [ 0 => "XSRF-TOKEN=eyJpdiI6Imc4RDBSeWU5QlJoeFVZYmRDM0RwM0E9PSIsInZhbHVlIjoiRnVWaGRXbjB0NTdCSU9BSGUyUUMxOEJzQkpKU0t6aXNUK3BvNldWL3ZMbTJ3T2MxR0JvY3VrZXFubHd4R0F2a0RnQm91RjJNa2M1eWlHZ0w5S2RjdGt0M2M0RU92NlZjNHFyb2pnQ21Vays1YXVzT3hmTlV0LzN2blZFdXRkSjQiLCJtYWMiOiI2ZGJkM2E0ZjEzYWIxYzU5Y2NiOGI4MzRkODNiZDFhNTM2NTk0NmIxNWJlMjRhMjg1YTM1NDlmZTk1ZWQxMmQ3IiwidGFnIjoiIn0%3D; airbusholidays_session=1GHtfRBcXeMOuZvmvZBA43devcU1Hws6wjXHJkdqXSRF-TOKEN=eyJpdiI6Imc4RDBSeWU5QlJoeFVZYmRDM0RwM0E9PSIsInZhbHVlIjoiRnVWaGRXbjB0NTdCSU9BSGUyUUMxOEJzQkpKU0t6aXNUK3BvNldWL3ZMbTJ3T2MxR0JvY3VrZXFubHd4R0F2a0RnQm91R" ] "host" => array:1 [ 0 => "www.airbusholidays.com" ] "pragma" => array:1 [ 0 => "no-cache" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "cache-control" => array:1 [ 0 => "no-cache" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "priority" => array:1 [ 0 => "u=0, i" ] ]
        request_cookies
        0 of 0
        array:2 [ "XSRF-TOKEN" => "x1lsGxi5MMFzTLMVUcmv4jQV9kObaoBpwbHwlbzp" "airbusholidays_session" => null ]
        response_headers
        0 of 0
        array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Thu, 15 May 2025 20:22:01 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Iit0eVlnUTd0NHIxeDdnWjZXdThycHc9PSIsInZhbHVlIjoiZSswWC9hNmk4S3l1R2M1VWJEM0ZkM1Erc1ZGZ2hxLzB4Zk1hWWRzUUFWMy93YWQ0SURmdkhrYkpBWVVoVzJlMERpNy9WbnA4cVVKbzAvUFcyYm9IMTRUV0txc1p5RHdHOGswdlZRczdvVDVYMExhdW43N0hVYWlnRkFPeFZINGIiLCJtYWMiOiI2MTU5NDYwZjVjNTU2YTg3ZjJmZDg5MTNkZDYyYzQyMzM5ZGM5MDJiZmYwNjFjZTdlMTZiNzkzZDdmMTkwZmRkIiwidGFnIjoiIn0%3D; expires=Thu, 15 May 2025 22:22:01 GMT; Max-Age=7200; path=/; secure; samesite=laxXSRF-TOKEN=eyJpdiI6Iit0eVlnUTd0NHIxeDdnWjZXdThycHc9PSIsInZhbHVlIjoiZSswWC9hNmk4S3l1R2M1VWJEM0ZkM1Erc1ZGZ2hxLzB4Zk1hWWRzUUFWMy93YWQ0SURmdkhrYkpBWVVoVzJlMERpNy9Wb" 1 => "airbusholidays_session=eyJpdiI6InB5aUdIOEV1SW4yUktOTlFobVo5Q2c9PSIsInZhbHVlIjoiUkNFeFNLVkFYVlFVbGVTWXMvVkFzVmpVMDhPSGtWWWt1YTllRzBBMG5EZDBESFRvMzRWSGp5S1lUN1Z6amhFYlVhUXVvck9pYldlbkRPUkpMWEhYMi9xQVI2L3RnczRVRzZCMzJodjZtR0VvbWdxaDE3MFU2TU1YNXE5UHpkT1UiLCJtYWMiOiI5YjA0NWUzYTEzMWY3OGNkOTAyZmFmN2IxMDIwZmVhYzUwMzM5ZTBhYjU0NGVhYjg3ZDBlN2Q3ZTgyNjllMzRmIiwidGFnIjoiIn0%3D; expires=Thu, 15 May 2025 22:22:01 GMT; Max-Age=7200; path=/; httponly; samesite=laxairbusholidays_session=eyJpdiI6InB5aUdIOEV1SW4yUktOTlFobVo5Q2c9PSIsInZhbHVlIjoiUkNFeFNLVkFYVlFVbGVTWXMvVkFzVmpVMDhPSGtWWWt1YTllRzBBMG5EZDBESFRvMzRWSGp5S1lUN1Z6a" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Iit0eVlnUTd0NHIxeDdnWjZXdThycHc9PSIsInZhbHVlIjoiZSswWC9hNmk4S3l1R2M1VWJEM0ZkM1Erc1ZGZ2hxLzB4Zk1hWWRzUUFWMy93YWQ0SURmdkhrYkpBWVVoVzJlMERpNy9WbnA4cVVKbzAvUFcyYm9IMTRUV0txc1p5RHdHOGswdlZRczdvVDVYMExhdW43N0hVYWlnRkFPeFZINGIiLCJtYWMiOiI2MTU5NDYwZjVjNTU2YTg3ZjJmZDg5MTNkZDYyYzQyMzM5ZGM5MDJiZmYwNjFjZTdlMTZiNzkzZDdmMTkwZmRkIiwidGFnIjoiIn0%3D; expires=Thu, 15-May-2025 22:22:01 GMT; path=/; secureXSRF-TOKEN=eyJpdiI6Iit0eVlnUTd0NHIxeDdnWjZXdThycHc9PSIsInZhbHVlIjoiZSswWC9hNmk4S3l1R2M1VWJEM0ZkM1Erc1ZGZ2hxLzB4Zk1hWWRzUUFWMy93YWQ0SURmdkhrYkpBWVVoVzJlMERpNy9Wb" 1 => "airbusholidays_session=eyJpdiI6InB5aUdIOEV1SW4yUktOTlFobVo5Q2c9PSIsInZhbHVlIjoiUkNFeFNLVkFYVlFVbGVTWXMvVkFzVmpVMDhPSGtWWWt1YTllRzBBMG5EZDBESFRvMzRWSGp5S1lUN1Z6amhFYlVhUXVvck9pYldlbkRPUkpMWEhYMi9xQVI2L3RnczRVRzZCMzJodjZtR0VvbWdxaDE3MFU2TU1YNXE5UHpkT1UiLCJtYWMiOiI5YjA0NWUzYTEzMWY3OGNkOTAyZmFmN2IxMDIwZmVhYzUwMzM5ZTBhYjU0NGVhYjg3ZDBlN2Q3ZTgyNjllMzRmIiwidGFnIjoiIn0%3D; expires=Thu, 15-May-2025 22:22:01 GMT; path=/; httponlyairbusholidays_session=eyJpdiI6InB5aUdIOEV1SW4yUktOTlFobVo5Q2c9PSIsInZhbHVlIjoiUkNFeFNLVkFYVlFVbGVTWXMvVkFzVmpVMDhPSGtWWWt1YTllRzBBMG5EZDBESFRvMzRWSGp5S1lUN1Z6a" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "x1lsGxi5MMFzTLMVUcmv4jQV9kObaoBpwbHwlbzp" "bc_current_currency" => "usd" "_previous" => array:1 [ "url" => "https://www.airbusholidays.com/public/es/news/category/ecotourism" ] "_flash" => array:2 [ "old" => [] "new" => [] ] ]
        ClearShow all
        Date ↕MethodURLData
        #12025-05-15 20:22:01GET/public/es/news/category/ecotourism?set_currency=usd (stacked)
        #22025-05-15 20:22:01GET/public/es/news/category/ecotourism1251831