"> ">
123.06msRequest Duration2MBMemory UsageGET course/{param1?}/{param2?}/{param3?}/{param4?}/{params5?}Route
    • Booting (47.78ms)
    • Application (78.26ms)
      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 unique50.53ms
      • 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` = 'game' and `category_academy`.`deleted_at` is null limit 117.57mshxsd_online_4_0
        Metadata
        Bindings
        • 0. game
        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` = 'ID' and `category_soft`.`deleted_at` is null limit 13.7mshxsd_online_4_0
        Metadata
        Bindings
        • 0. ID
        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` = '119' and `course`.`status` = '1'3.56mshxsd_online_4_0
        Metadata
        Bindings
        • 0. 119
        • 1. 1
      • select count(*) as aggregate from `course` where (`course`.`status` = '1' and `course`.`id` in ('25396') and `course`.`type` not in ('7') and `course`.`difficulty` = '3' and `course`.`is_seo` = '0' and `course`.`type` = '8' and `course`.`academy_id` = '53') and `course`.`deleted_at` is null3.52mshxsd_online_4_0
        Metadata
        Bindings
        • 0. 1
        • 1. 25396
        • 2. 7
        • 3. 3
        • 4. 0
        • 5. 8
        • 6. 53
      • select `course`.`id` from `course` where `course`.`status` = '1' and `course`.`academy_id` = '53' and `course`.`deleted_at` is null3.62mshxsd_online_4_0
        Metadata
        Bindings
        • 0. 1
        • 1. 53
      • select `course_soft`.`soft_id` from `course_soft` where `course_soft`.`course_id` in ('23892', '25203', '25202')3.56mshxsd_online_4_0
        Metadata
        Bindings
        • 0. 23892
        • 1. 25203
        • 2. 25202
      • 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` asc3.9mshxsd_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` asc3.82mshxsd_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')3.64mshxsd_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.64mshxsd_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
        gsog7kdwd0DtmBnnpUjvm1NUIuM40HROy10vhjhh
        sso_register_url
        https://id.hxsd.com//sso/reg?return_url=https%3A%2F%2Fhxonline.hxsd.cn%2Fcourse%2Fgame%2Fdifficultyi...
        sso_login_url
        https://id.hxsd.com//sso/login?return_url=https%3A%2F%2Fhxonline.hxsd.cn%2Fcourse%2Fgame%2Fdifficult...
        sso_logout_url
        https://id.hxsd.com//logout?return_url=https%3A%2F%2Fhxonline.hxsd.cn%2Fcourse%2Fgame%2Fdifficultyin...
        _previous
        array:1 [ "url" => "https://hxonline.hxsd.cn/course/game/difficultyintermediate/softID/8-3" ]
        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/game/difficultyintermediate/softID/8-3
        session_attributes
        array:6 [ "_token" => "gsog7kdwd0DtmBnnpUjvm1NUIuM40HROy10vhjhh" "sso_register_url" => "https://...