"> ">
178.9msRequest Duration2MBMemory UsageGET course/{param1?}/{param2?}/{param3?}/{param4?}/{params5?}Route
    • Booting (55.62ms)
    • Application (127.16ms)
      7 templates were rendered
      • home_v4.course.list (resources/views/home_v4/course/list.blade.php)14blade
        Params
        0
        course_list
        1
        pages
        2
        title
        3
        seo_keywords
        4
        seo_description
        5
        academy_list
        6
        profession_list
        7
        soft_list
        8
        tags
        9
        difficulty
        10
        show_help
        11
        params
        12
        pageUrl
        13
        cooperate
      • home_v4.course.list_content (resources/views/home_v4/course/list_content.blade.php)23blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        menuActive
        4
        errors
        5
        course_list
        6
        pages
        7
        title
        8
        seo_keywords
        9
        seo_description
        10
        academy_list
        11
        profession_list
        12
        soft_list
        13
        tags
        14
        difficulty
        15
        show_help
        16
        params
        17
        pageUrl
        18
        cooperate
        19
        __currentLoopData
        20
        v
        21
        loop
        22
        k
      • home.seo_page (resources/views/home/seo_page.blade.php)24blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        menuActive
        4
        errors
        5
        course_list
        6
        pages
        7
        title
        8
        seo_keywords
        9
        seo_description
        10
        academy_list
        11
        profession_list
        12
        soft_list
        13
        tags
        14
        difficulty
        15
        show_help
        16
        params
        17
        pageUrl
        18
        cooperate
        19
        __currentLoopData
        20
        v
        21
        loop
        22
        k
        23
        p
      • home_v4.app (resources/views/home_v4/app.blade.php)23blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        menuActive
        4
        errors
        5
        course_list
        6
        pages
        7
        title
        8
        seo_keywords
        9
        seo_description
        10
        academy_list
        11
        profession_list
        12
        soft_list
        13
        tags
        14
        difficulty
        15
        show_help
        16
        params
        17
        pageUrl
        18
        cooperate
        19
        __currentLoopData
        20
        v
        21
        loop
        22
        k
      • home_v4.header (resources/views/home_v4/header.blade.php)25blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        menuActive
        4
        errors
        5
        defaultSettingInfo
        6
        course_list
        7
        pages
        8
        title
        9
        seo_keywords
        10
        seo_description
        11
        academy_list
        12
        profession_list
        13
        soft_list
        14
        tags
        15
        difficulty
        16
        show_help
        17
        params
        18
        pageUrl
        19
        cooperate
        20
        __currentLoopData
        21
        v
        22
        loop
        23
        k
        24
        isHeaderAd
      • home_v4.header_user_info (resources/views/home_v4/header_user_info.blade.php)25blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        menuActive
        4
        errors
        5
        defaultSettingInfo
        6
        course_list
        7
        pages
        8
        title
        9
        seo_keywords
        10
        seo_description
        11
        academy_list
        12
        profession_list
        13
        soft_list
        14
        tags
        15
        difficulty
        16
        show_help
        17
        params
        18
        pageUrl
        19
        cooperate
        20
        __currentLoopData
        21
        v
        22
        loop
        23
        k
        24
        isHeaderAd
      • public.kfzs (resources/views/public/kfzs.blade.php)26blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        menuActive
        4
        errors
        5
        defaultSettingInfo
        6
        course_list
        7
        pages
        8
        title
        9
        seo_keywords
        10
        seo_description
        11
        academy_list
        12
        profession_list
        13
        soft_list
        14
        tags
        15
        difficulty
        16
        show_help
        17
        params
        18
        pageUrl
        19
        cooperate
        20
        __currentLoopData
        21
        v
        22
        loop
        23
        k
        24
        isHeaderAd
        25
        kf_code
      uri
      GET course/{param1?}/{param2?}/{param3?}/{param4?}/{params5?}
      middleware
      web, home_version, verify_csrf_token, mobile_browsing, promoter, sso_auto_login
      controller
      App\Http\Controllers\Home\V4\CourseController@index
      namespace
      App\Http\Controllers\Home\V4
      prefix
      /course
      where
      file
      app/Http/Controllers/Home/V4/CourseController.php:51-105
      10 statements were executed, 2 of which were duplicated, 8 unique75.51ms
      • select `category_academy`.`id`, `category_academy`.`name`, `category_academy`.`alias`, `category_academy`.`intro`, `category_academy`.`order`, `category_academy`.`cover`, `category_academy`.`icon`, `category_academy`.`created_at` from `category_academy` where `category_academy`.`alias` = 'web' and `category_academy`.`deleted_at` is null limit 127.21mshxsd_online_4_0
        Metadata
        Bindings
        • 0. web
        Hints
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `category_soft`.`id`, `category_soft`.`parent_id`, `category_soft`.`name`, `category_soft`.`alias`, `category_soft`.`intro`, `category_soft`.`order`, `category_soft`.`cover`, `category_soft`.`is_view`, `category_soft`.`created_at`, `category_soft`.`seo_title`, `category_soft`.`seo_keywords`, `category_soft`.`seo_description` from `category_soft` where `category_soft`.`alias` = 'Mari' and `category_soft`.`deleted_at` is null limit 18.98mshxsd_online_4_0
        Metadata
        Bindings
        • 0. Mari
        Hints
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select `course_soft`.`course_id` from `course_soft` inner join `course` on `course`.`id` = `course_soft`.`course_id` where `course_soft`.`soft_id` = '114' and `course`.`status` = '1'7.22mshxsd_online_4_0
        Metadata
        Bindings
        • 0. 114
        • 1. 1
      • select count(*) as aggregate from `course` where (`course`.`status` = '1' and `course`.`id` in ('25396', '25410', '23872', '25432', '25433', '25368', '25453', '25464', '25421', '25447', '25420', '25473', '25474', '25475', '25477', '25479', '25480', '25481', '25482', '25483', '25484', '25485', '25486', '25487', '25488', '25490', '25491', '25493', '25450', '25459', '28360', '28384', '25478', '25476', '25461', '25458', '28358', '28364', '28481', '25494', '25489', '28445', '25408', '28541', '28544', '28545', '28546', '28547', '28548') and `course`.`type` not in ('7') and `course`.`is_seo` = '0' and `course`.`type` = '9' and `course`.`academy_id` = '25' and `course`.`template` = '1') and `course`.`deleted_at` is null4.19mshxsd_online_4_0
        Metadata
        Bindings
        • 0. 1
        • 1. 25396
        • 2. 25410
        • 3. 23872
        • 4. 25432
        • 5. 25433
        • 6. 25368
        • 7. 25453
        • 8. 25464
        • 9. 25421
        • 10. 25447
        • 11. 25420
        • 12. 25473
        • 13. 25474
        • 14. 25475
        • 15. 25477
        • 16. 25479
        • 17. 25480
        • 18. 25481
        • 19. 25482
        • 20. 25483
        • 21. 25484
        • 22. 25485
        • 23. 25486
        • 24. 25487
        • 25. 25488
        • 26. 25490
        • 27. 25491
        • 28. 25493
        • 29. 25450
        • 30. 25459
        • 31. 28360
        • 32. 28384
        • 33. 25478
        • 34. 25476
        • 35. 25461
        • 36. 25458
        • 37. 28358
        • 38. 28364
        • 39. 28481
        • 40. 25494
        • 41. 25489
        • 42. 28445
        • 43. 25408
        • 44. 28541
        • 45. 28544
        • 46. 28545
        • 47. 28546
        • 48. 28547
        • 49. 28548
        • 50. 7
        • 51. 0
        • 52. 9
        • 53. 25
        • 54. 1
      • select `course`.`id` from `course` where `course`.`status` = '1' and `course`.`academy_id` = '25' and `course`.`deleted_at` is null3.78mshxsd_online_4_0
        Metadata
        Bindings
        • 0. 1
        • 1. 25
      • select `course_soft`.`soft_id` from `course_soft` where `course_soft`.`course_id` in ('12', '27', '28', '23865', '25403', '25418', '25420', '25421', '25432', '14', '25407', '25408', '25410')5.51mshxsd_online_4_0
        Metadata
        Bindings
        • 0. 12
        • 1. 27
        • 2. 28
        • 3. 23865
        • 4. 25403
        • 5. 25418
        • 6. 25420
        • 7. 25421
        • 8. 25432
        • 9. 14
        • 10. 25407
        • 11. 25408
        • 12. 25410
      • select `category_soft`.`id`, `category_soft`.`parent_id`, `category_soft`.`name`, `category_soft`.`alias`, `category_soft`.`intro`, `category_soft`.`order`, `category_soft`.`cover`, `category_soft`.`is_view`, `category_soft`.`created_at`, `category_soft`.`seo_title`, `category_soft`.`seo_keywords`, `category_soft`.`seo_description` from `category_soft` where `category_soft`.`parent_id` = '0' and `category_soft`.`deleted_at` is null order by `category_soft`.`order` asc5.67mshxsd_online_4_0
        Metadata
        Bindings
        • 0. 0
      • select `category_academy`.`id`, `category_academy`.`parent_id`, `category_academy`.`name`, `category_academy`.`alias`, `category_academy`.`intro`, `category_academy`.`order`, `category_academy`.`cover`, `category_academy`.`is_view`, `category_academy`.`seo_title`, `category_academy`.`seo_keywords`, `category_academy`.`seo_description`, `category_academy`.`created_at` from `category_academy` where `is_view` = '1' and `category_academy`.`deleted_at` is null order by `order` asc4.3mshxsd_online_4_0
        Metadata
        Bindings
        • 0. 1
      • 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')5.06mshxsd_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.59mshxsd_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
        eBMwdvetbbBMrIz8Y1jlRfwuUvpzx19GnwFixNSb
        sso_register_url
        https://id.hxsd.com//sso/reg?return_url=https%3A%2F%2Fhxonline.hxsd.cn%2Fcourse%2Fweb%2FsoftMari%2F9...
        sso_login_url
        https://id.hxsd.com//sso/login?return_url=https%3A%2F%2Fhxonline.hxsd.cn%2Fcourse%2Fweb%2FsoftMari%2...
        sso_logout_url
        https://id.hxsd.com//logout?return_url=https%3A%2F%2Fhxonline.hxsd.cn%2Fcourse%2Fweb%2FsoftMari%2F9-...
        _previous
        array:1 [ "url" => "https://hxonline.hxsd.cn/course/web/softMari/9-0" ]
        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
        /course/web/softMari/9-0
        session_attributes
        array:6 [ "_token" => "eBMwdvetbbBMrIz8Y1jlRfwuUvpzx19GnwFixNSb" "sso_register_url" => "https://...