讲师头像

Mars_3934459

经验值 1000 课程学习 10节

最近浏览

"> ">
130.43msRequest Duration2MBMemory UsageGET personal/{id}Route
    • Booting (45.85ms)
    • Application (87.53ms)
      6 templates were rendered
      • home.personal.student (resources/views/home/personal/student.blade.php)6blade
        Params
        0
        title
        1
        courselist
        2
        userId
        3
        userInfo
        4
        teacherStudents
        5
        learningTotalNum
      • home.personal.student_center_nav (resources/views/home/personal/student_center_nav.blade.php)11blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        title
        5
        courselist
        6
        userId
        7
        userInfo
        8
        teacherStudents
        9
        learningTotalNum
        10
        curNav
      • home.app (resources/views/home/app.blade.php)13blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        title
        5
        courselist
        6
        userId
        7
        userInfo
        8
        teacherStudents
        9
        learningTotalNum
        10
        __currentLoopData
        11
        courseInfo
        12
        loop
      • home.header (resources/views/home/header.blade.php)15blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        defaultSettingInfo
        5
        title
        6
        courselist
        7
        userId
        8
        userInfo
        9
        teacherStudents
        10
        learningTotalNum
        11
        __currentLoopData
        12
        courseInfo
        13
        loop
        14
        isHeaderAd
      • home.header_user_info (resources/views/home/header_user_info.blade.php)15blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        defaultSettingInfo
        5
        title
        6
        courselist
        7
        userId
        8
        userInfo
        9
        teacherStudents
        10
        learningTotalNum
        11
        __currentLoopData
        12
        courseInfo
        13
        loop
        14
        isHeaderAd
      • public.kfzs (resources/views/public/kfzs.blade.php)16blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        defaultSettingInfo
        5
        title
        6
        courselist
        7
        userId
        8
        userInfo
        9
        teacherStudents
        10
        learningTotalNum
        11
        __currentLoopData
        12
        courseInfo
        13
        loop
        14
        isHeaderAd
        15
        kf_code
      uri
      GET personal/{id}
      middleware
      web, home_version, verify_csrf_token, mobile_browsing, promoter, sso_auto_login
      controller
      App\Http\Controllers\Home\PersonalController@student
      namespace
      App\Http\Controllers\Home
      prefix
      /personal
      where
      file
      app/Http/Controllers/Home/PersonalController.php:79-110
      11 statements were executed, 2 of which were duplicated, 9 unique51.11ms
      • select `course_learning`.`id`, `course_learning`.`user_id`, `course_learning`.`course_id`, `course_learning`.`video_id`, `course_learning`.`progress`, `course_learning`.`status`, `course_learning`.`created_at`, `course_learning`.`updated_at` from `course_learning` where `course_learning`.`user_id` = '10366'16.66mshxsd_online_4_0
        Metadata
        Bindings
        • 0. 10366
      • select `course_learning`.`id`, `course_learning`.`user_id`, `course_learning`.`course_id`, `course_learning`.`video_id`, `course_learning`.`progress`, `course_learning`.`status`, `course_learning`.`created_at`, `course_learning`.`updated_at` from `course_learning` where `course_learning`.`user_id` = '10366' group by `course_learning`.`course_id` order by `course_learning`.`created_at` desc limit 313.49mshxsd_online_4_0
        Metadata
        Bindings
        • 0. 10366
      • select * from `course` where `course`.`id` = '1047' and `course`.`deleted_at` is null limit 13.77mshxsd_online_4_0
        Metadata
        Bindings
        • 0. 1047
        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 `course` where `course`.`id` = '1021' and `course`.`deleted_at` is null limit 13.75mshxsd_online_4_0
        Metadata
        Bindings
        • 0. 1021
        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 `course_soft`.`soft_id`, `category_soft`.`name` from `course_soft` inner join `category_soft` on `category_soft`.`id` = `course_soft`.`soft_id` where `course_soft`.`course_id` = '1021'3.31mshxsd_online_4_0
        Metadata
        Bindings
        • 0. 1021
      • select `course_soft`.`soft_id`, `category_soft`.`name` from `course_soft` inner join `category_soft` on `category_soft`.`id` = `course_soft`.`soft_id` where `course_soft`.`course_id` = '1059'3.3mshxsd_online_4_0
        Metadata
        Bindings
        • 0. 1059
      • select `course_soft`.`soft_id`, `category_soft`.`name` from `course_soft` inner join `category_soft` on `category_soft`.`id` = `course_soft`.`soft_id` where `course_soft`.`course_id` = '22'3.36mshxsd_online_4_0
        Metadata
        Bindings
        • 0. 22
      • select `course_soft`.`soft_id`, `category_soft`.`name` from `course_soft` inner join `category_soft` on `category_soft`.`id` = `course_soft`.`soft_id` where `course_soft`.`course_id` = '11'3.26mshxsd_online_4_0
        Metadata
        Bindings
        • 0. 11
      • select `course_lecturer`.`course_id`, `course_lecturer`.`lecturer_id` from `course_lecturer` inner join `course` on `course_lecturer`.`course_id` = `course`.`id` where `course`.`deleted_at` is null and `course_lecturer`.`course_id` in ('1021', '1059', '22', '11') order by `course`.`created_at` desc3.49mshxsd_online_4_0
        Metadata
        Bindings
        • 0. 1021
        • 1. 1059
        • 2. 22
        • 3. 11
      • select `setting`.`id`, `setting`.`name`, `setting`.`value`, `setting`.`created_at` from `setting` where `setting`.`name` in ('webname', 'logo', 'copyright', 'baiduanalytics', 'cnzzanalytics', 'seokeywords', 'seodescription', 'iphone_send_status', 'iphone_free_version', 'ipad_send_status', 'ipad_free_version')3.35mshxsd_online_4_0
        Metadata
        Bindings
        • 0. webname
        • 1. logo
        • 2. copyright
        • 3. baiduanalytics
        • 4. cnzzanalytics
        • 5. seokeywords
        • 6. seodescription
        • 7. iphone_send_status
        • 8. iphone_free_version
        • 9. ipad_send_status
        • 10. ipad_free_version
      • select `setting`.`id`, `setting`.`name`, `setting`.`value`, `setting`.`created_at` from `setting` where `setting`.`name` in ('webname', 'logo', 'copyright', 'baiduanalytics', 'cnzzanalytics', 'seokeywords', 'seodescription', 'iphone_send_status', 'iphone_free_version', 'ipad_send_status', 'ipad_free_version')3.37mshxsd_online_4_0
        Metadata
        Bindings
        • 0. webname
        • 1. logo
        • 2. copyright
        • 3. baiduanalytics
        • 4. cnzzanalytics
        • 5. seokeywords
        • 6. seodescription
        • 7. iphone_send_status
        • 8. iphone_free_version
        • 9. ipad_send_status
        • 10. ipad_free_version
        _token
        fasy1RGpnI8EefJhtdbk4c7ZCZGoFCaUjerO2uSb
        sso_register_url
        https://id.hxsd.com//sso/reg?return_url=https%3A%2F%2Fhxonline.hxsd.cn%2Fpersonal%2F10366
        sso_login_url
        https://id.hxsd.com//sso/login?return_url=https%3A%2F%2Fhxonline.hxsd.cn%2Fpersonal%2F10366
        sso_logout_url
        https://id.hxsd.com//logout?return_url=https%3A%2F%2Fhxonline.hxsd.cn%2Fpersonal%2F10366
        _previous
        array:1 [ "url" => "https://hxonline.hxsd.cn/personal/10366" ]
        PHPDEBUGBAR_STACK_DATA
        []
        format
        html
        content_type
        text/html; charset=UTF-8
        status_text
        OK
        status_code
        200
        request_query
        []
        request_request
        []
        request_headers
        array:23 [ "slb-id" => array:1 [ 0 => "lb-2zeauqoppardtj7h94xjp" ] "slb-ip" => array:1 [ ...
        request_server
        array:46 [ "USER" => "nginx" "HOME" => "/home/nginx" "HTTP_SLB_ID" => "lb-2zeauqoppardtj7h94xj...
        request_cookies
        []
        response_headers
        array:5 [ "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ ...
        path_info
        /personal/10366
        session_attributes
        array:6 [ "_token" => "fasy1RGpnI8EefJhtdbk4c7ZCZGoFCaUjerO2uSb" "sso_register_url" => "https://...