5.41sRequest Duration4MBMemory UsageGET website/{id}/{redirect}Route
    • Booting (132.55ms)
    • Application (5.3s)
    • select * from `sessions` where `id` = '7b67d943ca7427438d1aa288410c986ffbe87931' limit 1 (760μ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 (550μs)
    • select * from `menu_translation` where `menu_translation`.`menu_id` in ('5', '6', '7', '8') (500μs)
    • select * from `pages` where `pages`.`id` in ('0') and `pages`.`deleted_at` is null (440μ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 (480μs)
    • select * from `menu_translation` where `menu_translation`.`menu_id` in ('9', '10') (340μs)
    • select * from `pages` where `pages`.`id` in ('5', '6') and `pages`.`deleted_at` is null (370μs)
    • select * from `page_translation` where `page_translation`.`page_id` in ('5', '6') (370μs)
    • select * from `menus` where `active` = '1' and `menus`.`parent_id` in ('9', '10') and `menus`.`deleted_at` is null order by `order` asc (390μs)
    • select * from `hubs` where `active` = '1' order by `order` asc (420μ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 (670μs)
    • select * from `menu_translation` where `menu_translation`.`menu_id` in ('1', '2', '3', '4') (420μ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 (390μs)
    • select * from `links` where `links`.`id` = '7' limit 1 (1.89ms)
    • 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 (2.53ms)
    • 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 (6.26ms)
    • select * from `field_translation` where `field_translation`.`field_id` in ('960', '961', '962', '963', '964', '965') (3.98ms)
    • select * from `field_options` where `field_options`.`parent_id` in ('960', '961', '962', '963', '964', '965') (2.32ms)
    • select * from `field_option_translation` where `field_option_translation`.`field_option_id` in ('371', '372', '373', '374') (2.96ms)
    • insert into `activities` (`node_id`, `item_id`, `user_id`, `username`, `action`, `message`, `updated_at`, `created_at`) values ('84', '7', '', 'anonym', 'node_edited', '<strong>Nombre:</strong> The Climate Advisor<br><strong>Enlace:</strong> http://theclimateadvisor.com/the-best-climate-change-podcasts/<br>', '2025-07-20 03:55:47', '2025-07-20 03:55:47') (31.69ms)
    • 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 (720μ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 unique58.82ms
      • select * from `sessions` where `id` = '7b67d943ca7427438d1aa288410c986ffbe87931' limit 1760μsekohub
        Metadata
        Bindings
        • 0. 7b67d943ca7427438d1aa288410c986ffbe87931
        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` asc550μ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')500μ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 null440μ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` asc480μ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')340μ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 null370μ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')370μ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` asc390μ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` asc420μ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` asc670μ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')420μ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` asc390μ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` = '7' limit 11.89msekohub
        Metadata
        Bindings
        • 0. 7
        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 12.53msekohub
        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` asc6.26msekohub
        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')3.98msekohub
        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')2.32msekohub
        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')2.96msekohub
        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', '7', '', 'anonym', 'node_edited', '<strong>Nombre:</strong> The Climate Advisor<br><strong>Enlace:</strong> http://theclimateadvisor.com/the-best-climate-change-podcasts/<br>', '2025-07-20 03:55:47', '2025-07-20 03:55:47')31.69msekohub
        Metadata
        Bindings
        • 0. 84
        • 1. 7
        • 2. 
        • 3. anonym
        • 4. node_edited
        • 5. <strong>Nombre:</strong> The Climate Advisor<br><strong>Enlace:</strong> http://theclimateadvisor.com/the-best-climate-change-podcasts/<br>
        • 6. 2025-07-20 03:55:47
        • 7. 2025-07-20 03:55:47
      • 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 1720μ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
        ZbYCts4ECFrtAqwYSXzyoZiutL3VhsPmgrT6SjBJ
        locale
        es
        _previous
        array:1 [ "url" => "https://ekohub.soludemo.com/website/7/hub" ]
        PHPDEBUGBAR_STACK_DATA
        []