4.85sRequest Duration2MBMemory UsageGET website/{id}/{redirect}Route
    • Booting (11.89ms)
    • Application (4.84s)
    • select * from `sessions` where `id` = '95bbafb2810634de50780946a534e1581db3eff8' limit 1 (540μs)
    • select * from `menus` where `site_id` = '1' and `menu_type` = 'site' and `level` = '1' and `menus`.`deleted_at` is null order by `order` asc (830μs)
    • select * from `menu_translation` where `menu_translation`.`menu_id` in ('5', '6', '7', '8') (650μs)
    • select * from `pages` where `pages`.`id` in ('0') and `pages`.`deleted_at` is null (460μ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 (410μs)
    • select * from `menu_translation` where `menu_translation`.`menu_id` in ('9', '10') (370μs)
    • select * from `pages` where `pages`.`id` in ('5', '6') and `pages`.`deleted_at` is null (310μs)
    • select * from `page_translation` where `page_translation`.`page_id` in ('5', '6') (480μs)
    • select * from `menus` where `active` = '1' and `menus`.`parent_id` in ('9', '10') and `menus`.`deleted_at` is null order by `order` asc (380μs)
    • select * from `hubs` where `active` = '1' order by `order` asc (510μs)
    • select * from `menus` where `site_id` = '1' and `menu_type` = 'customer' and `level` = '1' and `menus`.`deleted_at` is null order by `order` asc (600μs)
    • select * from `menu_translation` where `menu_translation`.`menu_id` in ('1', '2', '3', '4') (440μs)
    • select * from `pages` where `pages`.`id` in ('0') and `pages`.`deleted_at` is null (280μ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 (350μs)
    • select * from `links` where `links`.`id` = '60' limit 1 (440μs)
    • 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 (840μ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 (860μs)
    • select * from `field_translation` where `field_translation`.`field_id` in ('960', '961', '962', '963', '964', '965') (620μs)
    • select * from `field_options` where `field_options`.`parent_id` in ('960', '961', '962', '963', '964', '965') (440μs)
    • select * from `field_option_translation` where `field_option_translation`.`field_option_id` in ('371', '372', '373', '374') (440μs)
    • insert into `activities` (`node_id`, `item_id`, `user_id`, `username`, `action`, `message`, `updated_at`, `created_at`) values ('84', '60', '', 'anonym', 'node_edited', '<strong>Nombre:</strong> SDG Hub<br><strong>Enlace:</strong> http://sdghub.com/news-insights/<br>', '2025-05-13 18:24:02', '2025-05-13 18:24:02') (1.26ms)
    • 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 (570μ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 unique12.08ms
      • select * from `sessions` where `id` = '95bbafb2810634de50780946a534e1581db3eff8' limit 1540μsekohub
        Metadata
        Bindings
        • 0. 95bbafb2810634de50780946a534e1581db3eff8
        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` asc830μ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')650μsekohub
        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 null460μ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` asc410μ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')370μ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 null310μsekohub
        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')480μ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` asc380μ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` asc510μsekohub
        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` asc600μ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')440μ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 null280μ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` asc350μsekohub
        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` = '60' limit 1440μsekohub
        Metadata
        Bindings
        • 0. 60
        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 1840μ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` asc860μ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')620μ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')440μ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')440μ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', '60', '', 'anonym', 'node_edited', '<strong>Nombre:</strong> SDG Hub<br><strong>Enlace:</strong> http://sdghub.com/news-insights/<br>', '2025-05-13 18:24:02', '2025-05-13 18:24:02')1.26msekohub
        Metadata
        Bindings
        • 0. 84
        • 1. 60
        • 2. 
        • 3. anonym
        • 4. node_edited
        • 5. <strong>Nombre:</strong> SDG Hub<br><strong>Enlace:</strong> http://sdghub.com/news-insights/<br>
        • 6. 2025-05-13 18:24:02
        • 7. 2025-05-13 18:24:02
      • 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 1570μ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
        34PfM4dRfa3vWv9ggQIrh3zCFSyxnQtjuEZI6ait
        locale
        es
        _previous
        array:1 [ "url" => "https://ekohub.solunes.site/website/60/hub" ]
        PHPDEBUGBAR_STACK_DATA
        []