1.77sRequest Duration4MBMemory UsageGET website/{id}/{redirect}Route
    • Booting (165.89ms)
    • Application (1.63s)
    • select * from `sessions` where `id` = '0f6994398ba89b849dae014e84ab026cb70bb14a' limit 1 (1.06ms)
    • select * from `menus` where `site_id` = '1' and `menu_type` = 'site' and `level` = '1' and `menus`.`deleted_at` is null order by `order` asc (890μs)
    • select * from `menu_translation` where `menu_translation`.`menu_id` in ('5', '6', '7', '8') (1.18ms)
    • select * from `pages` where `pages`.`id` in ('0') and `pages`.`deleted_at` is null (720μs)
    • select * from `menus` where `active` = '1' and `menus`.`parent_id` in ('5', '6', '7', '8') and `menus`.`deleted_at` is null order by `order` asc (640μs)
    • select * from `menu_translation` where `menu_translation`.`menu_id` in ('9', '10') (460μs)
    • select * from `pages` where `pages`.`id` in ('5', '6') and `pages`.`deleted_at` is null (1.18ms)
    • select * from `page_translation` where `page_translation`.`page_id` in ('5', '6') (600μs)
    • select * from `menus` where `active` = '1' and `menus`.`parent_id` in ('9', '10') and `menus`.`deleted_at` is null order by `order` asc (500μs)
    • select * from `hubs` where `active` = '1' order by `order` asc (2.36ms)
    • select * from `menus` where `site_id` = '1' and `menu_type` = 'customer' and `level` = '1' and `menus`.`deleted_at` is null order by `order` asc (950μs)
    • select * from `menu_translation` where `menu_translation`.`menu_id` in ('1', '2', '3', '4') (490μs)
    • select * from `pages` where `pages`.`id` in ('0') and `pages`.`deleted_at` is null (370μs)
    • select * from `menus` where `active` = '1' and `menus`.`parent_id` in ('1', '2', '3', '4') and `menus`.`deleted_at` is null order by `order` asc (1.42ms)
    • select * from `links` where `links`.`id` = '10' limit 1 (3.79ms)
    • select * from `nodes` where `type` != 'subchild' and `model` != '\App\User' and `name` not in ('menu', 'user', 'activity', 'notification') and `model` = '\App\Link' and `nodes`.`deleted_at` is null limit 1 (690μs)
    • select * from `fields` where `fields`.`parent_id` = '84' and `fields`.`parent_id` is not null and `name` not in ('id', 'created_at', 'updated_at') and `fields`.`deleted_at` is null order by `order` asc (610μs)
    • select * from `field_translation` where `field_translation`.`field_id` in ('960', '961', '962', '963', '964', '965') (560μs)
    • select * from `field_options` where `field_options`.`parent_id` in ('960', '961', '962', '963', '964', '965') (430μs)
    • select * from `field_option_translation` where `field_option_translation`.`field_option_id` in ('371', '372', '373', '374') (370μs)
    • insert into `activities` (`node_id`, `item_id`, `user_id`, `username`, `action`, `message`, `updated_at`, `created_at`) values ('84', '10', '', 'anonym', 'node_edited', '<strong>Nombre:</strong> Global Change NCA 2014<br><strong>Enlace:</strong> http://nca2014.globalchange.gov/<br>', '2025-08-13 12:46:27', '2025-08-13 12:46:27') (7.44ms)
    • select * from `nodes` where `type` != 'subchild' and `model` != '\App\User' and `name` not in ('menu', 'user', 'activity', 'notification') and `model` = '\Solunes\Master\App\Activity' and `nodes`.`deleted_at` is null limit 1 (830μs)
      $_GET
      []
      $_POST
      []
      $_COOKIE
      []
      $_SERVER
      array:40 [ "USER" => "forge" "HOME" => "/home/forge" "HTTP_PRIORITY" => "u=0, i" "HTTP_ACCEP...
      1 templates were rendered
      • content.external-website (resources/views/content/external-website.blade.php)2blade
        Params
        0
        url
        1
        redirect
      uri
      GET website/{id}/{redirect}
      middleware
      web
      controller
      App\Http\Controllers\MainController@getOpenWebsite
      namespace
      App\Http\Controllers
      prefix
      null
      where
      file
      app/Http/Controllers/MainController.php:50-93
      22 statements were executed, 2 of which were duplicated, 20 unique27.54ms
      • select * from `sessions` where `id` = '0f6994398ba89b849dae014e84ab026cb70bb14a' limit 11.06msekohub
        Metadata
        Bindings
        • 0. 0f6994398ba89b849dae014e84ab026cb70bb14a
        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 `menus` where `site_id` = '1' and `menu_type` = 'site' and `level` = '1' and `menus`.`deleted_at` is null order by `order` asc890μsekohub
        Metadata
        Bindings
        • 0. 1
        • 1. site
        • 2. 1
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `menu_translation` where `menu_translation`.`menu_id` in ('5', '6', '7', '8')1.18msekohub
        Metadata
        Bindings
        • 0. 5
        • 1. 6
        • 2. 7
        • 3. 8
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `pages` where `pages`.`id` in ('0') and `pages`.`deleted_at` is null720μsekohub
        Metadata
        Bindings
        • 0. 0
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `menus` where `active` = '1' and `menus`.`parent_id` in ('5', '6', '7', '8') and `menus`.`deleted_at` is null order by `order` asc640μsekohub
        Metadata
        Bindings
        • 0. 1
        • 1. 5
        • 2. 6
        • 3. 7
        • 4. 8
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `menu_translation` where `menu_translation`.`menu_id` in ('9', '10')460μsekohub
        Metadata
        Bindings
        • 0. 9
        • 1. 10
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `pages` where `pages`.`id` in ('5', '6') and `pages`.`deleted_at` is null1.18msekohub
        Metadata
        Bindings
        • 0. 5
        • 1. 6
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `page_translation` where `page_translation`.`page_id` in ('5', '6')600μsekohub
        Metadata
        Bindings
        • 0. 5
        • 1. 6
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `menus` where `active` = '1' and `menus`.`parent_id` in ('9', '10') and `menus`.`deleted_at` is null order by `order` asc500μsekohub
        Metadata
        Bindings
        • 0. 1
        • 1. 9
        • 2. 10
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `hubs` where `active` = '1' order by `order` asc2.36msekohub
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `menus` where `site_id` = '1' and `menu_type` = 'customer' and `level` = '1' and `menus`.`deleted_at` is null order by `order` asc950μsekohub
        Metadata
        Bindings
        • 0. 1
        • 1. customer
        • 2. 1
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `menu_translation` where `menu_translation`.`menu_id` in ('1', '2', '3', '4')490μsekohub
        Metadata
        Bindings
        • 0. 1
        • 1. 2
        • 2. 3
        • 3. 4
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `pages` where `pages`.`id` in ('0') and `pages`.`deleted_at` is null370μsekohub
        Metadata
        Bindings
        • 0. 0
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `menus` where `active` = '1' and `menus`.`parent_id` in ('1', '2', '3', '4') and `menus`.`deleted_at` is null order by `order` asc1.42msekohub
        Metadata
        Bindings
        • 0. 1
        • 1. 1
        • 2. 2
        • 3. 3
        • 4. 4
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `links` where `links`.`id` = '10' limit 13.79msekohub
        Metadata
        Bindings
        • 0. 10
        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 `nodes` where `type` != 'subchild' and `model` != '\App\User' and `name` not in ('menu', 'user', 'activity', 'notification') and `model` = '\App\Link' and `nodes`.`deleted_at` is null limit 1690μsekohub
        Metadata
        Bindings
        • 0. subchild
        • 1. \App\User
        • 2. menu
        • 3. user
        • 4. activity
        • 5. notification
        • 6. \App\Link
        Hints
        • Use SELECT * only if you need all columns from table
        • The != operator is not standard. Use the <> operator to test for inequality instead.
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select * from `fields` where `fields`.`parent_id` = '84' and `fields`.`parent_id` is not null and `name` not in ('id', 'created_at', 'updated_at') and `fields`.`deleted_at` is null order by `order` asc610μsekohub
        Metadata
        Bindings
        • 0. 84
        • 1. id
        • 2. created_at
        • 3. updated_at
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `field_translation` where `field_translation`.`field_id` in ('960', '961', '962', '963', '964', '965')560μsekohub
        Metadata
        Bindings
        • 0. 960
        • 1. 961
        • 2. 962
        • 3. 963
        • 4. 964
        • 5. 965
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `field_options` where `field_options`.`parent_id` in ('960', '961', '962', '963', '964', '965')430μsekohub
        Metadata
        Bindings
        • 0. 960
        • 1. 961
        • 2. 962
        • 3. 963
        • 4. 964
        • 5. 965
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `field_option_translation` where `field_option_translation`.`field_option_id` in ('371', '372', '373', '374')370μsekohub
        Metadata
        Bindings
        • 0. 371
        • 1. 372
        • 2. 373
        • 3. 374
        Hints
        • Use SELECT * only if you need all columns from table
      • insert into `activities` (`node_id`, `item_id`, `user_id`, `username`, `action`, `message`, `updated_at`, `created_at`) values ('84', '10', '', 'anonym', 'node_edited', '<strong>Nombre:</strong> Global Change NCA 2014<br><strong>Enlace:</strong> http://nca2014.globalchange.gov/<br>', '2025-08-13 12:46:27', '2025-08-13 12:46:27')7.44msekohub
        Metadata
        Bindings
        • 0. 84
        • 1. 10
        • 2. 
        • 3. anonym
        • 4. node_edited
        • 5. <strong>Nombre:</strong> Global Change NCA 2014<br><strong>Enlace:</strong> http://nca2014.globalchange.gov/<br>
        • 6. 2025-08-13 12:46:27
        • 7. 2025-08-13 12:46:27
      • select * from `nodes` where `type` != 'subchild' and `model` != '\App\User' and `name` not in ('menu', 'user', 'activity', 'notification') and `model` = '\Solunes\Master\App\Activity' and `nodes`.`deleted_at` is null limit 1830μsekohub
        Metadata
        Bindings
        • 0. subchild
        • 1. \App\User
        • 2. menu
        • 3. user
        • 4. activity
        • 5. notification
        • 6. \Solunes\Master\App\Activity
        Hints
        • Use SELECT * only if you need all columns from table
        • The != operator is not standard. Use the <> operator to test for inequality instead.
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        _token
        RU9tfe3EepwHQmA5sE7RLjwgbnDLCL99Iu7QjqlS
        locale
        es
        _previous
        array:1 [ "url" => "https://ekohub.soludemo.com/website/10/hub" ]
        PHPDEBUGBAR_STACK_DATA
        []