Minor Degree

Search result for: “Minor Degree” 1 result found

Sort By:

Request history8.3.6PHP Version443msRequest Duration5MBMemory UsageGET parent-category/courses/{slug}Route
    • Booting (89.34ms)time
    • Application (353ms)time
    • 1 x Application (79.82%)
      353ms
      1 x Booting (20.18%)
      89.34ms
      7 templates were rendered
      • frontend.course.category.parent-category-course-listparent-category-course-list.blade.php#?blade
      • frontend.course.render-sidebar-filter-partrender-sidebar-filter-part.blade.php#?blade
      • frontend.course.render-parent-listrender-parent-list.blade.php#?blade
      • frontend.layouts.appapp.blade.php#?blade
      • frontend.layouts.dynamic-styledynamic-style.blade.php#?blade
      • frontend.layouts.frontnavbarfrontnavbar.blade.php#?blade
      • frontend.layouts.frontfooterfrontfooter.blade.php#?blade
      uri
      GET parent-category/courses/{slug}
      middleware
      web, local, version.update, private.mode
      controller
      App\Http\Controllers\Frontend\CourseController@parentCategoryCourses
      namespace
      App\Http\Controllers\Frontend
      prefix
      where
      as
      parent-category-courses
      file
      app/Http/Controllers/Frontend/CourseController.php:448-487
      22 statements were executed, 4 of which were duplicates, 18 unique. Show only duplicated218ms
      • select * from `metas` where `metas`.`id` = 4 limit 1
        2.1msvlms_beta_onlinehelper.php#58
        Bindings
        • 0: 4
        Backtrace
        • 19. app/Helper/helper.php:58
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 22. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 24. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `categories` where `status` = 1
        2.31msvlms_beta_onlineCourseController.php#455
        Bindings
        • 0: 1
        Backtrace
        • 14. app/Http/Controllers/Frontend/CourseController.php:455
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `subcategories` where `subcategories`.`category_id` in (21, 23, 25, 27, 28, 29)
        2.94msvlms_beta_onlineCourseController.php#455
        Backtrace
        • 19. app/Http/Controllers/Frontend/CourseController.php:455
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 21. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 22. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 23. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `parent_categories`
        1.89msvlms_beta_onlineCourseController.php#456
        Backtrace
        • 17. app/Http/Controllers/Frontend/CourseController.php:456
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 19. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 21. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `instructors` where `is_company` = 1 and `instructors`.`deleted_at` is null
        4.97msvlms_beta_onlineCourseController.php#457
        Bindings
        • 0: 1
        Backtrace
        • 14. app/Http/Controllers/Frontend/CourseController.php:457
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `parent_categories` where `name` like '%minor degree%' limit 1
        1.75msvlms_beta_onlineCourseController.php#458
        Bindings
        • 0: %minor degree%
        Backtrace
        • 16. app/Http/Controllers/Frontend/CourseController.php:458
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 18. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 20. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `programmes` where `parent_category_id` = 3 and `is_published` = 1
        2.31msvlms_beta_onlineCourseController.php#464
        Bindings
        • 0: 3
        • 1: 1
        Backtrace
        • 15. app/Http/Controllers/Frontend/CourseController.php:464
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `programmes` where `parent_category_id` = 3 and `is_published` = 1 limit 9 offset 0
        1.97msvlms_beta_onlineCourseController.php#464
        Bindings
        • 0: 3
        • 1: 1
        Backtrace
        • 15. app/Http/Controllers/Frontend/CourseController.php:464
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select `course_id`, count(*) as total from `enrollments` where month(`created_at`) = '05' group by `course_id` order by `total` desc limit 10
        168msvlms_beta_onlineCourseController.php#471
        Bindings
        • 0: 05
        Backtrace
        • 14. app/Http/Controllers/Frontend/CourseController.php:471
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select count(*) as aggregate from `courses` where `private_mode` != 1 and (not `course_view_type` = 3 or `is_standalone_course` = 1) and `parent_category_id` = 3 and `status` = 1
        4.27msvlms_beta_onlineCourseController.php#478
        Bindings
        • 0: 1
        • 1: 3
        • 2: 1
        • 3: 3
        • 4: 1
        Backtrace
        • 15. app/Http/Controllers/Frontend/CourseController.php:478
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `difficulty_levels`
        1.85msvlms_beta_onlineCourseController.php#479
        Backtrace
        • 15. app/Http/Controllers/Frontend/CourseController.php:479
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select max(`price`) as aggregate from `courses` where `private_mode` != 1 and (not `course_view_type` = 3 or `is_standalone_course` = 1)
        4.22msvlms_beta_onlineCourseController.php#484
        Bindings
        • 0: 1
        • 1: 3
        • 2: 1
        Backtrace
        • 15. app/Http/Controllers/Frontend/CourseController.php:484
        • 16. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 17. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 19. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `categories` where `status` = 1 order by RAND() limit 4
        2.09msvlms_beta_onlineCourseController.php#485
        Bindings
        • 0: 1
        Backtrace
        • 14. app/Http/Controllers/Frontend/CourseController.php:485
        • 15. vendor/laravel/framework/src/Illuminate/Routing/Controller.php:54
        • 16. vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:43
        • 17. vendor/laravel/framework/src/Illuminate/Routing/Route.php:259
        • 18. vendor/laravel/framework/src/Illuminate/Routing/Route.php:205
      • select * from `languages` where `iso_code` = 'en' limit 1
        2.08msvlms_beta_onlinehelper.php#264
        Bindings
        • 0: en
        Backtrace
        • 15. app/Helper/helper.php:264
        • 18. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 20. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 21. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `categories` where `status` = 1
        2.01msvlms_beta_onlineapp.blade.php#132
        Bindings
        • 0: 1
        Backtrace
        • 14. view::frontend.layouts.app:132
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `subcategories` where `subcategories`.`category_id` in (21, 23, 25, 27, 28, 29)
        2.77msvlms_beta_onlineapp.blade.php#132
        Backtrace
        • 19. view::frontend.layouts.app:132
        • 21. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 22. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 23. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 24. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `parent_categories` where `name` like '%honour degree%' order by `created_at` desc limit 1
        1.88msvlms_beta_onlineapp.blade.php#133
        Bindings
        • 0: %honour degree%
        Backtrace
        • 15. view::frontend.layouts.app:133
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `parent_categories` where `name` like '%minor degree%' order by `created_at` desc limit 1
        1.77msvlms_beta_onlineapp.blade.php#134
        Bindings
        • 0: %minor degree%
        Backtrace
        • 15. view::frontend.layouts.app:134
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `parent_categories` where `name` like '%skill enhancement%' order by `created_at` desc limit 1
        1.66msvlms_beta_onlineapp.blade.php#135
        Bindings
        • 0: %skill enhancement%
        Backtrace
        • 15. view::frontend.layouts.app:135
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `parent_categories` where `name` like '%mooc resource%' order by `created_at` desc limit 1
        1.52msvlms_beta_onlineapp.blade.php#136
        Bindings
        • 0: %mooc resource%
        Backtrace
        • 15. view::frontend.layouts.app:136
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `course_exams`
        1.59msvlms_beta_onlinefrontnavbar.blade.php#4
        Backtrace
        • 15. view::frontend.layouts.frontnavbar:4
        • 17. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 19. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 20. vendor/laravel/framework/src/Illuminate/View/View.php:195
      • select * from `menus` where `type` = 1 and `status` = 1
        2.07msvlms_beta_onlinefrontnavbar.blade.php#608
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • 14. view::frontend.layouts.frontnavbar:608
        • 16. vendor/laravel/framework/src/Illuminate/Filesystem/Filesystem.php:110
        • 17. vendor/laravel/framework/src/Illuminate/View/Engines/PhpEngine.php:58
        • 18. vendor/laravel/framework/src/Illuminate/View/Engines/CompilerEngine.php:70
        • 19. vendor/laravel/framework/src/Illuminate/View/View.php:195
      App\Models\Subcategory
      208Subcategory.php#?
      App\Models\Category
      16Category.php#?
      App\Models\Instructor
      12Instructor.php#?
      App\Models\ParentCategory
      11ParentCategory.php#?
      App\Models\Enrollment
      10Enrollment.php#?
      App\Models\Programme
      9Programme.php#?
      App\Models\CourseExam
      7CourseExam.php#?
      App\Models\Menu
      7Menu.php#?
      App\Models\Difficulty_level
      3Difficulty_level.php#?
      App\Models\Meta
      1Meta.php#?
      App\Models\Language
      1Language.php#?
          local
          en
          _token
          mG3kUKaPsxb0BUfKqQDFBaHt7vEExeulqv7tMMT4
          _previous
          array:1 [ "url" => "https://betaonline.vtu.ac.in/parent-category/courses/Minor_Degree" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /parent-category/courses/Minor_Degree
          status_code
          200
          
          status_text
          OK
          format
          html
          content_type
          text/html; charset=UTF-8
          request_query
          []
          
          request_request
          []
          
          request_headers
          0 of 0
          array:15 [ "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "keep-alive" ] "host" => array:1 [ 0 => "betaonline.vtu.ac.in" ] ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Fri, 30 May 2025 11:35:23 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkdHNHhJOGRUWWtDUVJYVktzcjBmdlE9PSIsInZhbHVlIjoidkdWc2JHVWQvbVVTUFJiU09iWFpMZFplYzMwVk5ITmJSeEtCUk5yL3FUTHdFNFBkUnFmL3lFd28rRUdlZnltTGJ2QzNpaFRaK2ozcTdhUlNhbkI1anIwZHNYOEkxdVdQdG5yczVNcll3MWFQNEE5eDZSOHVxWFZ0bGpaMnZtdFciLCJtYWMiOiI4NTIyMGU2MDY0ZTVkOWZhZTlhMTUwMTk4NTliYzkwOTJhNzgyOWU4MzI3OGMzOTZkZjdjOTc4OGRiOGNmZmE4IiwidGFnIjoiIn0%3D; expires=Fri, 30 May 2025 13:35:23 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6IkdHNHhJOGRUWWtDUVJYVktzcjBmdlE9PSIsInZhbHVlIjoidkdWc2JHVWQvbVVTUFJiU09iWFpMZFplYzMwVk5ITmJSeEtCUk5yL3FUTHdFNFBkUnFmL3lFd28rRUdlZnltTGJ2QzNpa" 1 => "vtu_online_session=eyJpdiI6IndZMEc1Z3ozb3ZlRDN5dkhib1UzWlE9PSIsInZhbHVlIjoiclpGNlBxbDJhRjN2RUJnSFFvbFk3M0dSVWNQeUJpK05qNFBkNU9sSEoraGROQ0ZOaFBoS2VuV3oxdTA2RVlNdDJtWHV5RTdhdmJOajFiVzdyamhsaWpKdjg3L1ZYQmdzVTJHZTdzK1o2WkVWRnYrd0VBc3IrcVh5aGxOV2dYY0QiLCJtYWMiOiI0NjliMWRlYjhlMjMzYTc1NGMxZWYyZmU1MWZlM2YwZWI3ZDBlYzI4N2Q2MDczNmEwODMyZDljNGE2NWVmN2I1IiwidGFnIjoiIn0%3D; expires=Fri, 30 May 2025 13:35:23 GMT; Max-Age=7200; path=/; httponlyvtu_online_session=eyJpdiI6IndZMEc1Z3ozb3ZlRDN5dkhib1UzWlE9PSIsInZhbHVlIjoiclpGNlBxbDJhRjN2RUJnSFFvbFk3M0dSVWNQeUJpK05qNFBkNU9sSEoraGROQ0ZOaFBoS2VuV3oxdTA2RVlNd" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IkdHNHhJOGRUWWtDUVJYVktzcjBmdlE9PSIsInZhbHVlIjoidkdWc2JHVWQvbVVTUFJiU09iWFpMZFplYzMwVk5ITmJSeEtCUk5yL3FUTHdFNFBkUnFmL3lFd28rRUdlZnltTGJ2QzNpaFRaK2ozcTdhUlNhbkI1anIwZHNYOEkxdVdQdG5yczVNcll3MWFQNEE5eDZSOHVxWFZ0bGpaMnZtdFciLCJtYWMiOiI4NTIyMGU2MDY0ZTVkOWZhZTlhMTUwMTk4NTliYzkwOTJhNzgyOWU4MzI3OGMzOTZkZjdjOTc4OGRiOGNmZmE4IiwidGFnIjoiIn0%3D; expires=Fri, 30-May-2025 13:35:23 GMT; path=/XSRF-TOKEN=eyJpdiI6IkdHNHhJOGRUWWtDUVJYVktzcjBmdlE9PSIsInZhbHVlIjoidkdWc2JHVWQvbVVTUFJiU09iWFpMZFplYzMwVk5ITmJSeEtCUk5yL3FUTHdFNFBkUnFmL3lFd28rRUdlZnltTGJ2QzNpa" 1 => "vtu_online_session=eyJpdiI6IndZMEc1Z3ozb3ZlRDN5dkhib1UzWlE9PSIsInZhbHVlIjoiclpGNlBxbDJhRjN2RUJnSFFvbFk3M0dSVWNQeUJpK05qNFBkNU9sSEoraGROQ0ZOaFBoS2VuV3oxdTA2RVlNdDJtWHV5RTdhdmJOajFiVzdyamhsaWpKdjg3L1ZYQmdzVTJHZTdzK1o2WkVWRnYrd0VBc3IrcVh5aGxOV2dYY0QiLCJtYWMiOiI0NjliMWRlYjhlMjMzYTc1NGMxZWYyZmU1MWZlM2YwZWI3ZDBlYzI4N2Q2MDczNmEwODMyZDljNGE2NWVmN2I1IiwidGFnIjoiIn0%3D; expires=Fri, 30-May-2025 13:35:23 GMT; path=/; httponlyvtu_online_session=eyJpdiI6IndZMEc1Z3ozb3ZlRDN5dkhib1UzWlE9PSIsInZhbHVlIjoiclpGNlBxbDJhRjN2RUJnSFFvbFk3M0dSVWNQeUJpK05qNFBkNU9sSEoraGROQ0ZOaFBoS2VuV3oxdTA2RVlNd" ] ]
          session_attributes
          0 of 0
          array:5 [ "local" => "en" "_token" => "mG3kUKaPsxb0BUfKqQDFBaHt7vEExeulqv7tMMT4" "_previous" => array:1 [ "url" => "https://betaonline.vtu.ac.in/parent-category/courses/Minor_Degree" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-05-30 17:35:23GET/parent-category/courses/Minor_Degree722285