branding logo

Iniciar Sesión

Bienvenido, puede iniciar sesión llenando los siguientes datos.




123.28msRequest Duration2MBMemory UsageGET account/login/{token}/{agency_token?}Route
    • Booting (83.05ms)
    • Application (53.09ms)
    • select * from `sessions` where `id` = '3c6f64044941a4208a6180bfae08340e83c00fef' limit 1 (530μ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 (750μs)
    • select * from `menu_translation` where `menu_translation`.`menu_id` in ('5', '6', '7', '8') (410μs)
    • select * from `pages` where `pages`.`id` in ('0') and `pages`.`deleted_at` is null (390μ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 (330μs)
    • select * from `menu_translation` where `menu_translation`.`menu_id` in ('9', '10') (220μs)
    • select * from `pages` where `pages`.`id` in ('5', '6') and `pages`.`deleted_at` is null (430μs)
    • select * from `page_translation` where `page_translation`.`page_id` in ('5', '6') (210μs)
    • select * from `menus` where `active` = '1' and `menus`.`parent_id` in ('9', '10') and `menus`.`deleted_at` is null order by `order` asc (270μs)
    • select * from `hubs` where `active` = '1' order by `order` asc (350μ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 (440μs)
    • select * from `menu_translation` where `menu_translation`.`menu_id` in ('1', '2', '3', '4') (280μs)
    • select * from `pages` where `pages`.`id` in ('0') and `pages`.`deleted_at` is null (200μ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 (220μs)
    • select * from `pages` where `pages`.`id` = '1' and `pages`.`deleted_at` is null limit 1 (330μs)
    • select * from `page_translation` where `page_translation`.`page_id` = '1' and `page_translation`.`page_id` is not null (330μs)
    • select * from `sites` where `id` = '1' and `sites`.`deleted_at` is null limit 1 (290μs)
    • select * from `site_translation` where `site_translation`.`site_id` in ('1') (230μs)
      $_GET
      []
      $_POST
      []
      $_COOKIE
      array:1 [ "ekohub_session" => "eyJpdiI6InlzZk5DQ0o4bEpvQzMzRjdqUitsN2c9PSIsInZhbHVlIjoiQUk2QlJIRkt...
      $_SERVER
      array:41 [ "USER" => "forge" "HOME" => "/home/forge" "HTTP_COOKIE" => "ekohub_session=eyJpdiI6...
      3 templates were rendered
      • customer::process.login-2 (resources/views/vendor/customer/process/login-2.blade.php)3blade
        Params
        0
        page
        1
        token
        2
        agency_token
      • helpers.meta (resources/views/helpers/meta.blade.php)9blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        menu_main
        5
        menu_main2
        6
        page
        7
        token
        8
        agency_token
      • master::layouts.admin-2-clean (resources/views/vendor/master/layouts/admin-2-clean.blade.php)11blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        menu_main
        5
        menu_main2
        6
        page
        7
        token
        8
        agency_token
        9
        site
        10
        pdf
      uri
      GET account/login/{token}/{agency_token?}
      middleware
      web, guest
      controller
      Solunes\Customer\App\Controllers\ProcessController@getLogin
      namespace
      Solunes\Customer\App\Controllers
      prefix
      /account
      where
      file
      vendor/solunes/customer/src/app/Controllers/ProcessController.php:113-118
      18 statements were executed, 2 of which were duplicated, 16 unique6.21ms
      • select * from `sessions` where `id` = '3c6f64044941a4208a6180bfae08340e83c00fef' limit 1530μsekohub
        Metadata
        Bindings
        • 0. 3c6f64044941a4208a6180bfae08340e83c00fef
        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` asc750μ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')410μ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 null390μ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` asc330μ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')220μ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 null430μ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')210μ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` asc270μ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` asc350μ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` asc440μ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')280μ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 null200μ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` asc220μ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 `pages` where `pages`.`id` = '1' and `pages`.`deleted_at` is null limit 1330μsekohub
        Metadata
        Bindings
        • 0. 1
        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 `page_translation` where `page_translation`.`page_id` = '1' and `page_translation`.`page_id` is not null330μsekohub
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `sites` where `id` = '1' and `sites`.`deleted_at` is null limit 1290μsekohub
        Metadata
        Bindings
        • 0. 1
        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 `site_translation` where `site_translation`.`site_id` in ('1')230μsekohub
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
        _token
        GkCRyAzhfbyuV1qo1KtekNnDne6n8QDMxLhkvVJw
        locale
        es
        _previous
        array:1 [ "url" => "https://ekohub.soludemo.com/account/login/mMLZggHrrFgfF" ]
        flash
        array:2 [ "old" => [] "new" => [] ]