North Yorkshire

  • Home
  • North Yorkshire

North Yorkshire Overview

North Yorkshire is a non-metropolitan county and the largest ceremonial county in England by area. It is located primarily in the region of Yorkshire and the Humber but partly in the region of North East England. The estimated population of North Yorkshire was 602,300 in mid-2016.
+
-
Sun, 12 Jan - Sun, 12 Jan
Sun, 12 Jan - Sun, 12 Jan
8.3.15PHP Version184msRequest Duration22MBMemory UsageGET destination/{code}/{city}Route
  • warninglog[19:04:48] LOG.warning: Callables of the form ["Swift_SmtpTransport", "Swift_Transport_EsmtpTranspor...
  • warninglog[19:04:48] LOG.warning: Creation of dynamic property App\Http\Controllers\DestinationController::$ci...
  • Booting (96.42ms)
  • Application (87.25ms)
  • 1 x Booting (52.49%)
    96.42ms
    1 x Application (47.5%)
    87.25ms
    9 templates were rendered
    • destination.cities (resources/views/destination/cities.blade.php)4blade
      Params
      0
      sub_category
      1
      subcat_place
      2
      city_listing
      3
      city_item
    • layouts.web (resources/views/layouts/web.blade.php)15blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      sub_category
      4
      subcat_place
      5
      city_listing
      6
      city_item
      7
      string
      8
      description
      9
      newtext
      10
      date
      11
      i
      12
      __currentLoopData
      13
      sub_cat
      14
      loop
    • layouts.header (resources/views/layouts/header.blade.php)23blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      sub_category
      4
      subcat_place
      5
      city_listing
      6
      city_item
      7
      string
      8
      description
      9
      newtext
      10
      date
      11
      i
      12
      __currentLoopData
      13
      sub_cat
      14
      loop
      15
      europeCountries
      16
      northCountries
      17
      asiaCountries
      18
      africaCountries
      19
      southCountries
      20
      oceaniaCountries
      21
      antarcticaCountries
      22
      restCountries
    • layouts.footer (resources/views/layouts/footer.blade.php)15blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      sub_category
      4
      subcat_place
      5
      city_listing
      6
      city_item
      7
      string
      8
      description
      9
      newtext
      10
      date
      11
      i
      12
      __currentLoopData
      13
      sub_cat
      14
      loop
    • layouts.login-modal (resources/views/layouts/login-modal.blade.php)15blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      sub_category
      4
      subcat_place
      5
      city_listing
      6
      city_item
      7
      string
      8
      description
      9
      newtext
      10
      date
      11
      i
      12
      __currentLoopData
      13
      sub_cat
      14
      loop
    • layouts.review-modal (resources/views/layouts/review-modal.blade.php)15blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      sub_category
      4
      subcat_place
      5
      city_listing
      6
      city_item
      7
      string
      8
      description
      9
      newtext
      10
      date
      11
      i
      12
      __currentLoopData
      13
      sub_cat
      14
      loop
    • layouts.trip-planner-modal (resources/views/layouts/trip-planner-modal.blade.php)15blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      sub_category
      4
      subcat_place
      5
      city_listing
      6
      city_item
      7
      string
      8
      description
      9
      newtext
      10
      date
      11
      i
      12
      __currentLoopData
      13
      sub_cat
      14
      loop
    • layouts.modal.map_modal (resources/views/layouts/modal/map_modal.blade.php)15blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      sub_category
      4
      subcat_place
      5
      city_listing
      6
      city_item
      7
      string
      8
      description
      9
      newtext
      10
      date
      11
      i
      12
      __currentLoopData
      13
      sub_cat
      14
      loop
    • layouts.modal.web_modal (resources/views/layouts/modal/web_modal.blade.php)15blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      sub_category
      4
      subcat_place
      5
      city_listing
      6
      city_item
      7
      string
      8
      description
      9
      newtext
      10
      date
      11
      i
      12
      __currentLoopData
      13
      sub_cat
      14
      loop
    uri
    GET destination/{code}/{city}
    middleware
    web
    controller
    App\Http\Controllers\DestinationController@getCityListing
    namespace
    App\Http\Controllers
    prefix
    where
    file
    app/Http/Controllers/DestinationController.php:43-66
    5 statements were executed26.81ms
    • select * from `trip_cities` where `code` = 'nyk' and `trip_cities`.`deleted_at` is null limit 1
      3.93ms/app/Http/Controllers/DestinationController.php:27ua815598_visitanycity
      Metadata
      Bindings
      • 0. nyk
      Backtrace
      • 16. /app/Http/Controllers/DestinationController.php:27
      • 18. /vendor/laravel/framework/src/Illuminate/Container/Container.php:917
      • 19. /vendor/laravel/framework/src/Illuminate/Container/Container.php:758
      • 20. /vendor/laravel/framework/src/Illuminate/Foundation/Application.php:851
      • 21. /vendor/laravel/framework/src/Illuminate/Container/Container.php:694
    • select * from `trip_cities` where `country_code` = 'yr' and `code` = 'nyk' and `trip_cities`.`deleted_at` is null limit 1
      1.68ms/app/Http/Controllers/DestinationController.php:46ua815598_visitanycity
      Metadata
      Bindings
      • 0. yr
      • 1. nyk
      Backtrace
      • 15. /app/Http/Controllers/DestinationController.php:46
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select * from `trip_cities` where `country_code` = 'yr' and `status` = 'Active' and `name` != 'nyk' and `trip_cities`.`deleted_at` is null order by `order_no` asc limit 20
      2.47ms/app/Http/Controllers/DestinationController.php:54ua815598_visitanycity
      Metadata
      Bindings
      • 0. yr
      • 1. Active
      • 2. nyk
      Backtrace
      • 14. /app/Http/Controllers/DestinationController.php:54
      • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select parent_id,categories.slug,categories.id,cat_name,cat_image,count(categories.id) as total from `categories` inner join `multi_subcategories` on `multi_subcategories`.`subcategory_id` = `categories`.`id` where `status` = 'Active' and `categories`.`deleted_at` is null group by `categories`.`id` order by `cat_name` asc
      17.67ms/app/Http/Controllers/DestinationController.php:60ua815598_visitanycity
      Metadata
      Bindings
      • 0. Active
      Backtrace
      • 14. /app/Http/Controllers/DestinationController.php:60
      • 15. /vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
      • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
      • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:261
      • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
    • select `code`, `name`, `continent`, `continentName`, `isoNumeric`, `currencyCode` from `countries` where `status` = 'Active' and `countries`.`order_no` != '0' order by `countries`.`order_no` asc
      1.06ms/app/Providers/HeaderServiceProvider.php:26ua815598_visitanycity
      Metadata
      Bindings
      • 0. Active
      • 1. 0
      Backtrace
      • 14. /app/Providers/HeaderServiceProvider.php:26
      • 17. /vendor/laravel/framework/src/Illuminate/View/Concerns/ManagesEvents.php:177
      • 18. /vendor/laravel/framework/src/Illuminate/View/View.php:120
      • 19. /vendor/laravel/framework/src/Illuminate/View/View.php:91
      • 20. view::110c508605daacf73c493288ad63b60339efbf3d:112
    App\Models\Country
    37
    App\Models\Category
    35
    App\Models\Cities
    3
        _token
        TtyXd9BjFQfox31BkUokfy85YF8hUiXahGOd2cfs
        _previous
        array:1 [ "url" => "http://visitanycity.com/destination/yr/nyk" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /destination/yr/nyk
        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:8 [ "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" ] "connection" => array:1 [ 0 => "keep-alive" ] "host" => array:1 [ 0 => "visitanycity.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" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] ]
        request_server
        0 of 0
        array:33 [ "PATH" => "/usr/local/bin:/bin:/usr/bin" "HTTP_ACCEPT" => "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" "HTTP_ACCEPT_ENCODING" => "gzip, deflate" "HTTP_CONNECTION" => "keep-alive" "HTTP_HOST" => "visitanycity.com" "HTTP_PRAGMA" => "no-cache" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "DOCUMENT_ROOT" => "/home/ua815598/public_html/visitanycity.com/public" "REMOTE_ADDR" => "3.129.69.189" "REMOTE_PORT" => "14551" "SERVER_ADDR" => "138.201.211.238" "SERVER_NAME" => "visitanycity.com" "SERVER_ADMIN" => "webmaster@visitanycity.ua815598.serversignin.com" "SERVER_PORT" => "80" "REQUEST_SCHEME" => "http" "REQUEST_URI" => "/destination/yr/nyk" "REDIRECT_URL" => "/destination/yr/nyk" "REDIRECT_REQUEST_METHOD" => "GET" "REDIRECT_STATUS" => "200" "SCRIPT_FILENAME" => "/home/ua815598/public_html/visitanycity.com/public/index.php" "QUERY_STRING" => "" "SCRIPT_URI" => "http://visitanycity.com/destination/yr/nyk" "SCRIPT_URL" => "/destination/yr/nyk" "SCRIPT_NAME" => "/index.php" "SERVER_PROTOCOL" => "HTTP/1.1" "SERVER_SOFTWARE" => "LiteSpeed" "REQUEST_METHOD" => "GET" "X-LSCACHE" => "on" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1736708688.1311 "REQUEST_TIME" => 1736708688 ]
        request_cookies
        []
        
        response_headers
        0 of 0
        array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sun, 12 Jan 2025 19:04:48 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InQ5SUtOZTVmT3QvbXhUVWdLZjdlRXc9PSIsInZhbHVlIjoiS2FLNFd2K0tSaW1lMU9TbVloNW0yNDJCWGhQYTdCQzRrTVNUWStuRFVpeFBPK3A3VW1KT04vKytNZHFsQTZ1cVZqWWo3Mzc3OEl1SW5YRUZKZmFtb2lza0xpM3lmK2pJelNNeTNjc1hsYlpiM0ZRbDJ4S1M5VWRMNG5YaTNGdTIiLCJtYWMiOiI3YjZjM2YwNDI0NGM1MDgwOWRkZTUyYTNlNzUyOGEzYmYyYzQzODZiOGYyZDE2YTY4MTYzOWIwNDMzNzgzMmE2IiwidGFnIjoiIn0%3D; expires=Sun, 12-Jan-2025 21:04:48 GMT; Max-Age=7200; path=/; samesite=laxXSRF-TOKEN=eyJpdiI6InQ5SUtOZTVmT3QvbXhUVWdLZjdlRXc9PSIsInZhbHVlIjoiS2FLNFd2K0tSaW1lMU9TbVloNW0yNDJCWGhQYTdCQzRrTVNUWStuRFVpeFBPK3A3VW1KT04vKytNZHFsQTZ1cVZqWWo3M" 1 => "laravel_session=eyJpdiI6IktuQzh3T29remJLWXJ5L3E2YkNJTWc9PSIsInZhbHVlIjoiMGkvUXhWZngwYTUxVzdVcHc3aUs0QkUxMThKVFh0RjYwbEtiRlkxTEVPeTBXbFdlVndLdnc4dGMvV0JTZy9ac2ttdkxpOExyVUZmK1J6aS9qbkhVRHFSQjNtVEp5VkZISU51ZGZZaWgrRThGOC84THEvc0dIK2EzVFFGZGVqSGYiLCJtYWMiOiJjMTM2YjA5YWI0NDYyZmRhZmZmMjA0YzRlNzAxOWMwYTQ5MDQzYTY1NDE4NWRjYzRjNDgwZjBjZGU3NWNjYWMyIiwidGFnIjoiIn0%3D; expires=Sun, 12-Jan-2025 21:04:48 GMT; Max-Age=7200; path=/; httponly; samesite=laxlaravel_session=eyJpdiI6IktuQzh3T29remJLWXJ5L3E2YkNJTWc9PSIsInZhbHVlIjoiMGkvUXhWZngwYTUxVzdVcHc3aUs0QkUxMThKVFh0RjYwbEtiRlkxTEVPeTBXbFdlVndLdnc4dGMvV0JTZy9ac2tt" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InQ5SUtOZTVmT3QvbXhUVWdLZjdlRXc9PSIsInZhbHVlIjoiS2FLNFd2K0tSaW1lMU9TbVloNW0yNDJCWGhQYTdCQzRrTVNUWStuRFVpeFBPK3A3VW1KT04vKytNZHFsQTZ1cVZqWWo3Mzc3OEl1SW5YRUZKZmFtb2lza0xpM3lmK2pJelNNeTNjc1hsYlpiM0ZRbDJ4S1M5VWRMNG5YaTNGdTIiLCJtYWMiOiI3YjZjM2YwNDI0NGM1MDgwOWRkZTUyYTNlNzUyOGEzYmYyYzQzODZiOGYyZDE2YTY4MTYzOWIwNDMzNzgzMmE2IiwidGFnIjoiIn0%3D; expires=Sun, 12-Jan-2025 21:04:48 GMT; path=/XSRF-TOKEN=eyJpdiI6InQ5SUtOZTVmT3QvbXhUVWdLZjdlRXc9PSIsInZhbHVlIjoiS2FLNFd2K0tSaW1lMU9TbVloNW0yNDJCWGhQYTdCQzRrTVNUWStuRFVpeFBPK3A3VW1KT04vKytNZHFsQTZ1cVZqWWo3M" 1 => "laravel_session=eyJpdiI6IktuQzh3T29remJLWXJ5L3E2YkNJTWc9PSIsInZhbHVlIjoiMGkvUXhWZngwYTUxVzdVcHc3aUs0QkUxMThKVFh0RjYwbEtiRlkxTEVPeTBXbFdlVndLdnc4dGMvV0JTZy9ac2ttdkxpOExyVUZmK1J6aS9qbkhVRHFSQjNtVEp5VkZISU51ZGZZaWgrRThGOC84THEvc0dIK2EzVFFGZGVqSGYiLCJtYWMiOiJjMTM2YjA5YWI0NDYyZmRhZmZmMjA0YzRlNzAxOWMwYTQ5MDQzYTY1NDE4NWRjYzRjNDgwZjBjZGU3NWNjYWMyIiwidGFnIjoiIn0%3D; expires=Sun, 12-Jan-2025 21:04:48 GMT; path=/; httponlylaravel_session=eyJpdiI6IktuQzh3T29remJLWXJ5L3E2YkNJTWc9PSIsInZhbHVlIjoiMGkvUXhWZngwYTUxVzdVcHc3aUs0QkUxMThKVFh0RjYwbEtiRlkxTEVPeTBXbFdlVndLdnc4dGMvV0JTZy9ac2tt" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "TtyXd9BjFQfox31BkUokfy85YF8hUiXahGOd2cfs" "_previous" => array:1 [ "url" => "http://visitanycity.com/destination/yr/nyk" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
        BESbswy