Iniciar Sesión

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

165.51msRequest Duration2MBMemory UsageGET account/login/{token}/{agency_token?}Route
    • Booting (112.79ms)
    • Application (75ms)
    • select * from `sessions` where `id` = '7b63b2be127d2077ec58bb26c1b508636eff634d' limit 1 (490μ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 (490μs)
    • select * from `menu_translation` where `menu_translation`.`menu_id` in ('6', '7', '8', '14', '15', '16', '17') (500μs)
    • select * from `pages` where `pages`.`id` in ('1', '2', '3', '4', '5', '6') and `pages`.`deleted_at` is null (370μs)
    • select * from `page_translation` where `page_translation`.`page_id` in ('1', '2', '3', '4', '5', '6') (330μs)
    • select * from `menus` where `active` = '1' and `menus`.`parent_id` in ('6', '7', '8', '14', '15', '16', '17') and `menus`.`deleted_at` is null order by `order` asc (300μs)
    • select * from `menu_translation` where `menu_translation`.`menu_id` in ('9', '10', '11', '12', '13') (200μs)
    • select * from `pages` where `pages`.`id` in ('0') and `pages`.`deleted_at` is null (260μs)
    • select * from `menus` where `active` = '1' and `menus`.`parent_id` in ('9', '10', '11', '12', '13') and `menus`.`deleted_at` is null order by `order` asc (200μ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 (450μs)
    • select * from `menu_translation` where `menu_translation`.`menu_id` in ('1', '2', '3', '4') (270μ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 (210μs)
    • select * from `pages` where `pages`.`id` = '1' and `pages`.`deleted_at` is null limit 1 (340μs)
    • select * from `page_translation` where `page_translation`.`page_id` = '1' and `page_translation`.`page_id` is not null (420μs)
    • select * from `sites` where `id` = '1' and `sites`.`deleted_at` is null limit 1 (390μs)
    • select * from `site_translation` where `site_translation`.`site_id` in ('1') (290μs)
      $_GET
      []
      $_POST
      []
      $_COOKIE
      array:1 [ "mundocar_session" => "eyJpdiI6ImVOTXB0TmlIZVZYcmZcL2FnZU9IeVpBPT0iLCJ2YWx1ZSI6IkpNYnVuS...
      $_SERVER
      array:41 [ "USER" => "forge" "HOME" => "/home/forge" "HTTP_COOKIE" => "mundocar_session=eyJpdi...
      4 templates were rendered
      • customer::process.login-2 (vendor/solunes/customer/src/views/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
      • helpers.banner (resources/views/helpers/banner.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
      17 statements were executed, 2 of which were duplicated, 15 unique5.71ms
      • select * from `sessions` where `id` = '7b63b2be127d2077ec58bb26c1b508636eff634d' limit 1490μsmundocar
        Metadata
        Bindings
        • 0. 7b63b2be127d2077ec58bb26c1b508636eff634d
        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` asc490μsmundocar
        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 ('6', '7', '8', '14', '15', '16', '17')500μsmundocar
        Metadata
        Bindings
        • 0. 6
        • 1. 7
        • 2. 8
        • 3. 14
        • 4. 15
        • 5. 16
        • 6. 17
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `pages` where `pages`.`id` in ('1', '2', '3', '4', '5', '6') and `pages`.`deleted_at` is null370μsmundocar
        Metadata
        Bindings
        • 0. 1
        • 1. 2
        • 2. 3
        • 3. 4
        • 4. 5
        • 5. 6
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `page_translation` where `page_translation`.`page_id` in ('1', '2', '3', '4', '5', '6')330μsmundocar
        Metadata
        Bindings
        • 0. 1
        • 1. 2
        • 2. 3
        • 3. 4
        • 4. 5
        • 5. 6
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `menus` where `active` = '1' and `menus`.`parent_id` in ('6', '7', '8', '14', '15', '16', '17') and `menus`.`deleted_at` is null order by `order` asc300μsmundocar
        Metadata
        Bindings
        • 0. 1
        • 1. 6
        • 2. 7
        • 3. 8
        • 4. 14
        • 5. 15
        • 6. 16
        • 7. 17
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `menu_translation` where `menu_translation`.`menu_id` in ('9', '10', '11', '12', '13')200μsmundocar
        Metadata
        Bindings
        • 0. 9
        • 1. 10
        • 2. 11
        • 3. 12
        • 4. 13
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `pages` where `pages`.`id` in ('0') and `pages`.`deleted_at` is null260μsmundocar
        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 ('9', '10', '11', '12', '13') and `menus`.`deleted_at` is null order by `order` asc200μsmundocar
        Metadata
        Bindings
        • 0. 1
        • 1. 9
        • 2. 10
        • 3. 11
        • 4. 12
        • 5. 13
        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` asc450μsmundocar
        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')270μsmundocar
        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μsmundocar
        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` asc210μsmundocar
        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 1340μsmundocar
        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 null420μsmundocar
        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 1390μsmundocar
        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')290μsmundocar
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
        _token
        aAkC0LWHNAy6Rvui3alD48g06IChe2tjhSSZF4AI
        url
        array:1 [ "intended" => "https://mundocar.soludemo.com/account/subscriptions/0/1354351278" ]
        _previous
        array:1 [ "url" => "https://mundocar.soludemo.com/account/login/mMLZggHrrFgfF" ]
        flash
        array:2 [ "old" => [] "new" => [] ]