Modern Living New York

The New Port Group wants to show you the best tops on earth! 6., Laimgrubengasse 10 Eigentumsprojekt, Neubau

  • Wohnungen
  • Zimmer
  • Nähe
  • Verkaufstart

In Planung

Galerie

Klicken Sie auf das Bild um eine größere Ansicht anzusehen.

Beschreibung

Lage

Details

Allgemeine Daten
Projekttitel Modern Living New York
Projektart Eigentumsprojekt, Neubau
Straße Laimgrubengasse 10
PLZ, Ort 1060, Wien
Land Österreich
Technische Daten
HWB (Heizwärmebedarf) in Planung
Lift vorhanden
8.1.31PHP Version355msRequest Duration5MBMemory UsageGET projekte/{location}/{slug}Route
  • warninglog[13:26:51] LOG.warning: round(): Passing null to parameter #1 ($num) of type int|float is deprecated...
  • warninglog[13:26:51] LOG.warning: round(): Passing null to parameter #1 ($num) of type int|float is deprecated...
  • warninglog[13:26:51] LOG.warning: round(): Passing null to parameter #1 ($num) of type int|float is deprecated...
  • warninglog[13:26:51] LOG.warning: round(): Passing null to parameter #1 ($num) of type int|float is deprecated...
  • Booting (141ms)
  • Application (213ms)
  • 1 x Application (59.94%)
    212.69ms
    1 x Booting (39.86%)
    141.45ms
    2 templates were rendered
    • projects.view (resources/views/projects/view.blade.php)7blade
      Params
      0
      project
      1
      project_attachments
      2
      project_news
      3
      project_pois
      4
      project_plans
      5
      project_tops
      6
      filter
    • layouts.master (resources/views/layouts/master.blade.php)25blade
      Params
      0
      __env
      1
      app
      2
      errors
      3
      currentUser
      4
      dropdowns
      5
      activeJobsCount
      6
      currentCustomerID
      7
      openRedirectModal
      8
      showClosedDates
      9
      showClosedDatesData
      10
      project
      11
      project_attachments
      12
      project_news
      13
      project_pois
      14
      project_plans
      15
      project_tops
      16
      filter
      17
      __currentLoopData
      18
      kpi_field
      19
      kpi_label
      20
      loop
      21
      value
      22
      key
      23
      image
      24
      i
    uri
    GET projekte/{location}/{slug}
    middleware
    web, check_enabled_frontend_routes
    as
    frontend.project.view
    controller
    App\Http\Controllers\ProjectsController@view
    namespace
    App\Http\Controllers
    prefix
    where
    file
    app/Http/Controllers/ProjectsController.php:98-184
    11 statements were executed24.66ms
    • select * from `dropdowns`1.24msusrdb_bluebib9_demo2
      Metadata
      Hints
      • Use SELECT * only if you need all columns from table
      • The SELECT statement has no WHERE clause and could examine many more rows than intended
    • select * from `dropdown_options` where `dropdown_options`.`dropdown_id` in (17, 18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 58, 59, 60, 61, 68, 69, 70, 71, 72, 73, 74, 75, 76, 77) order by `order` asc, `value` asc2.85msusrdb_bluebib9_demo2
      Metadata
      Hints
      • Use SELECT * only if you need all columns from table
    • select count(*) as aggregate from `posts` where `status` = 1 and `post_type` = 'jobs' and `customer_id` = 2 and `posts`.`deleted_at` is null680μsusrdb_bluebib9_demo2
      Metadata
      Bindings
      • 0. 1
      • 1. jobs
      • 2. 2
    • select * from `settings` where `slug` = 'closed_dates' limit 1360μsusrdb_bluebib9_demo2
      Metadata
      Bindings
      • 0. closed_dates
      Hints
      • Use SELECT * only if you need all columns from table
      • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
    • select * from `projects` where `address_city` = 'wien' and `status` in (304, 305, 306, 307) and `is_external_project` = 0 and `address_zip` = '1060' and `slug` = 'modern-living-new-york' and `projects`.`deleted_at` is null limit 14.57msusrdb_bluebib9_demo2
      Metadata
      Bindings
      • 0. wien
      • 1. 304
      • 2. 305
      • 3. 306
      • 4. 307
      • 5. 0
      • 6. 1060
      • 7. modern-living-new-york
      Hints
      • Use SELECT * only if you need all columns from table
      • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
    • select `attachments`.*, `attachments_attached`.`model_id` as `pivot_model_id`, `attachments_attached`.`attachment_id` as `pivot_attachment_id`, `attachments_attached`.`created_at` as `pivot_created_at`, `attachments_attached`.`updated_at` as `pivot_updated_at`, `attachments_attached`.`attachment_type` as `pivot_attachment_type`, `attachments_attached`.`id` as `pivot_id`, `attachments_attached`.`status` as `pivot_status`, `attachments_attached`.`show_in_plans` as `pivot_show_in_plans`, `attachments_attached`.`is_cover_image` as `pivot_is_cover_image`, `attachments_attached`.`is_spotlight_image` as `pivot_is_spotlight_image`, `attachments_attached`.`is_interface_cover_image` as `pivot_is_interface_cover_image`, `attachments_attached`.`is_panorama_image` as `pivot_is_panorama_image`, `attachments_attached`.`model` as `pivot_model`, `attachments_attached`.`weight` as `pivot_weight` from `attachments` inner join `attachments_attached` on `attachments`.`id` = `attachments_attached`.`attachment_id` where `attachments_attached`.`model_id` = 5 and `model` = 'Project' and `attachment_type` = 'images' and `attachments_attached`.`deleted_at` is null and `attachments`.`deleted_at` is null order by `weight` asc5.16msusrdb_bluebib9_demo2
      Metadata
      Bindings
      • 0. 5
      • 1. Project
      • 2. images
      Hints
      • Use SELECT * only if you need all columns from table
    • select `attachments`.*, `attachments_attached`.`model_id` as `pivot_model_id`, `attachments_attached`.`attachment_id` as `pivot_attachment_id`, `attachments_attached`.`created_at` as `pivot_created_at`, `attachments_attached`.`updated_at` as `pivot_updated_at`, `attachments_attached`.`attachment_type` as `pivot_attachment_type`, `attachments_attached`.`id` as `pivot_id`, `attachments_attached`.`status` as `pivot_status`, `attachments_attached`.`show_in_plans` as `pivot_show_in_plans`, `attachments_attached`.`is_cover_image` as `pivot_is_cover_image`, `attachments_attached`.`is_spotlight_image` as `pivot_is_spotlight_image`, `attachments_attached`.`is_interface_cover_image` as `pivot_is_interface_cover_image`, `attachments_attached`.`plan_building_id` as `pivot_plan_building_id`, `attachments_attached`.`plan_floor` as `pivot_plan_floor`, `attachments_attached`.`model` as `pivot_model` from `attachments` inner join `attachments_attached` on `attachments`.`id` = `attachments_attached`.`attachment_id` where `attachments_attached`.`model_id` = 5 and `model` = 'Project' and `attachment_type` = 'plans' and `attachments_attached`.`deleted_at` is null and `attachments`.`deleted_at` is null order by `weight` asc760μsusrdb_bluebib9_demo2
      Metadata
      Bindings
      • 0. 5
      • 1. Project
      • 2. plans
      Hints
      • Use SELECT * only if you need all columns from table
    • select `posts`.*, `news_projects`.`project_id` as `pivot_project_id`, `news_projects`.`post_id` as `pivot_post_id` from `posts` inner join `news_projects` on `posts`.`id` = `news_projects`.`post_id` where `news_projects`.`project_id` = 5 and `posts`.`deleted_at` is null1.59msusrdb_bluebib9_demo2
      Metadata
      Bindings
      • 0. 5
      Hints
      • Use SELECT * only if you need all columns from table
    • select * from `tops` where `tops`.`project_id` = 5 and `tops`.`project_id` is not null and `status` = 357 and `tops`.`deleted_at` is null order by `building_id` asc, `order` asc, `order` asc3.99msusrdb_bluebib9_demo2
      Metadata
      Bindings
      • 0. 5
      • 1. 357
      Hints
      • Use SELECT * only if you need all columns from table
    • select `attachments`.*, `attachments_attached`.`model_id` as `pivot_model_id`, `attachments_attached`.`attachment_id` as `pivot_attachment_id`, `attachments_attached`.`created_at` as `pivot_created_at`, `attachments_attached`.`updated_at` as `pivot_updated_at`, `attachments_attached`.`attachment_type` as `pivot_attachment_type`, `attachments_attached`.`id` as `pivot_id`, `attachments_attached`.`status` as `pivot_status`, `attachments_attached`.`show_in_plans` as `pivot_show_in_plans`, `attachments_attached`.`is_cover_image` as `pivot_is_cover_image`, `attachments_attached`.`is_spotlight_image` as `pivot_is_spotlight_image`, `attachments_attached`.`is_interface_cover_image` as `pivot_is_interface_cover_image`, `attachments_attached`.`is_panorama_image` as `pivot_is_panorama_image`, `attachments_attached`.`model` as `pivot_model` from `attachments` inner join `attachments_attached` on `attachments`.`id` = `attachments_attached`.`attachment_id` where `attachments_attached`.`model_id` = 5 and `model` = 'Project' and `attachment_type` = 'images' and `is_spotlight_image` = 1 and `attachments_attached`.`deleted_at` is null and `attachments`.`deleted_at` is null890μsusrdb_bluebib9_demo2
      Metadata
      Bindings
      • 0. 5
      • 1. Project
      • 2. images
      • 3. 1
      Hints
      • Use SELECT * only if you need all columns from table
    • select * from `buildings` where `buildings`.`project_id` = 5 and `buildings`.`project_id` is not null and `buildings`.`deleted_at` is null order by `order` asc2.57msusrdb_bluebib9_demo2
      Metadata
      Bindings
      • 0. 5
      Hints
      • Use SELECT * only if you need all columns from table
    App\Models\Attachment
    6
    App\Models\Project
    1
    App\Models\DropdownOptions
    618
    App\Models\Dropdown
    55
    _token
    xj3DJVCBLAgJRMJ15YPdZFmcGVP8JiPab8YL3gcp
    PHPDEBUGBAR_STACK_DATA
    []
    path_info
    /projekte/wien-1060-mariahilf/modern-living-new-york
    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:15 [ "host" => array:1 [ 0 => "demo.blueberry-erp.io" ] "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" ] ]
    request_server
    0 of 0
    array:89 [ "PWD" => "/service/IXFPM-demoxbbb-8.1.99" "SHLVL" => "1" "PATH" => "/command:/usr/local/bin:/usr/local/sbin:/bin:/sbin:/usr/bin:/usr/sbin:/usr/X11R6/bin" "PHP_INI_SCAN_DIR" => "/opt/ix/php/global.d:/opt/pdadmin/etc/php.ini/demoxbbb" "_" => "/usr/local/pd-admin2/php-8.1.31/sbin/php-fpm" "USER" => "demoxbbb" "HOME" => "/home/demoxbbb" "SCRIPT_NAME" => "/index.php" "REQUEST_URI" => "/projekte/wien-1060-mariahilf/modern-living-new-york" "QUERY_STRING" => "" "REQUEST_METHOD" => "GET" "SERVER_PROTOCOL" => "HTTP/2.0" "GATEWAY_INTERFACE" => "CGI/1.1" "REDIRECT_URL" => "/projekte/wien-1060-mariahilf/modern-living-new-york" "REMOTE_PORT" => "44730" "SCRIPT_FILENAME" => "/home/demoxbbb/www.demo.blueberry-erp.io/public/index.php" "SERVER_ADMIN" => "it@bitberry.io" "CONTEXT_DOCUMENT_ROOT" => "/home/demoxbbb/www.demo.blueberry-erp.io/public" "CONTEXT_PREFIX" => "" "REQUEST_SCHEME" => "https" "DOCUMENT_ROOT" => "/home/demoxbbb/www.demo.blueberry-erp.io/public" "REMOTE_ADDR" => "216.73.216.133" "SERVER_PORT" => "443" "SERVER_ADDR" => "62.99.130.199" "SERVER_NAME" => "demo.blueberry-erp.io" "SERVER_SOFTWARE" => "Apache" "SERVER_SIGNATURE" => "" "HTTP_HOST" => "demo.blueberry-erp.io" "HTTP_PRIORITY" => "u=0, i" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "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_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "proxy-nokeepalive" => "1" "H2_STREAM_TAG" => "3247072-156-1" "H2_STREAM_ID" => "1" "H2_PUSHED_ON" => "" "H2_PUSHED" => "" "H2_PUSH" => "off" "H2PUSH" => "off" "HTTP2" => "on" "SSL_TLS_SNI" => "demo.blueberry-erp.io" "HTTPS" => "on" "PHPRC" => "/usr/local/pd-admin2/php-8.1/lib/php.ini" "RLIMIT_NOFILE" => "200" "RLIMIT_AS" => "2048000000" "RLIMIT_NPROC" => "128" "RLIMIT_CPU" => "3600" "PHP5_VERSION" => "8.1.99" "QMAILHOST" => "demo.blueberry-erp.io" "QMAILUSER" => "postmaster" "SCRIPT_URI" => "https://demo.blueberry-erp.io/projekte/wien-1060-mariahilf/modern-living-new-york" "SCRIPT_URL" => "/projekte/wien-1060-mariahilf/modern-living-new-york" "UNIQUE_ID" => "aK2Z-0efcn55vwVCuj93RwAGhAc" "REDIRECT_STATUS" => "200" "REDIRECT_H2_STREAM_TAG" => "3247072-156-1" "REDIRECT_H2_STREAM_ID" => "1" "REDIRECT_H2_PUSHED_ON" => "" "REDIRECT_H2_PUSHED" => "" "REDIRECT_H2_PUSH" => "off" "REDIRECT_H2PUSH" => "off" "REDIRECT_HTTP2" => "on" "REDIRECT_SSL_TLS_SNI" => "demo.blueberry-erp.io" "REDIRECT_HTTPS" => "on" "REDIRECT_PHP_INI_SCAN_DIR" => "/opt/ix/php/global.d:/opt/pdadmin/etc/php.ini/demoxbbb" "REDIRECT_PHPRC" => "/usr/local/pd-admin2/php-8.1/lib/php.ini" "REDIRECT_RLIMIT_NOFILE" => "200" "REDIRECT_RLIMIT_AS" => "2048000000" "REDIRECT_RLIMIT_NPROC" => "128" "REDIRECT_RLIMIT_CPU" => "3600" "REDIRECT_PHP5_VERSION" => "8.1.99" "REDIRECT_QMAILHOST" => "demo.blueberry-erp.io" "REDIRECT_QMAILUSER" => "postmaster" "REDIRECT_SCRIPT_URI" => "https://demo.blueberry-erp.io/projekte/wien-1060-mariahilf/modern-living-new-york" "REDIRECT_SCRIPT_URL" => "/projekte/wien-1060-mariahilf/modern-living-new-york" "REDIRECT_UNIQUE_ID" => "aK2Z-0efcn55vwVCuj93RwAGhAc" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1756207611.4388 "REQUEST_TIME" => 1756207611 ]
    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 => "Tue, 26 Aug 2025 11:26:51 GMT" ] "set-cookie" => array:1 [ 0 => "XSRF-TOKEN=xj3DJVCBLAgJRMJ15YPdZFmcGVP8JiPab8YL3gcp; expires=Tue, 26 Aug 2025 13:26:51 GMT; Max-Age=7200; path=/; secure" ] "Set-Cookie" => array:1 [ 0 => "XSRF-TOKEN=xj3DJVCBLAgJRMJ15YPdZFmcGVP8JiPab8YL3gcp; expires=Tue, 26-Aug-2025 13:26:51 GMT; path=/; secure" ] ]
    session_attributes
    0 of 0
    array:2 [ "_token" => "xj3DJVCBLAgJRMJ15YPdZFmcGVP8JiPab8YL3gcp" "PHPDEBUGBAR_STACK_DATA" => [] ]