Development

img
Blog Not Found
Recent Blogs
Tags
Request history8.3.6PHP Version419msRequest Duration5MBMemory UsageGET category-blogs/{slug}Route
    • Booting (92.41ms)time
    • Application (327ms)time
    • 1 x Application (77.95%)
      327ms
      1 x Booting (22.04%)
      92.41ms
      5 templates were rendered
      • frontend.blog.category-blogscategory-blogs.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 category-blogs/{slug}
      middleware
      web, local, version.update, private.mode
      controller
      App\Http\Controllers\Frontend\BlogController@categoryBlogs
      namespace
      App\Http\Controllers\Frontend
      prefix
      where
      as
      categoryBlogs
      file
      app/Http/Controllers/Frontend/BlogController.php:44-55
      14 statements were executed36.57ms
      • select * from `blog_categories` where `slug` = 'development' limit 1
        3.01msvlms_beta_onlineBlogController.php#46
        Bindings
        • 0: development
        Backtrace
        • 16. app/Http/Controllers/Frontend/BlogController.php:46
        • 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 `blogs` where `status` = 1 and `blog_category_id` = 1
        3.4msvlms_beta_onlineBlogController.php#49
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • 15. app/Http/Controllers/Frontend/BlogController.php:49
        • 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 `blogs` where `blog_category_id` = 1 and `status` = 1 order by `created_at` desc limit 3
        6.8msvlms_beta_onlineBlogController.php#50
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • 14. app/Http/Controllers/Frontend/BlogController.php:50
        • 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 `blog_categories`.*, (select count(*) from `blogs` where `blog_categories`.`id` = `blogs`.`blog_category_id` and `status` = 1) as `active_blogs_count` from `blog_categories` where `status` = 1
        2.34msvlms_beta_onlineBlogController.php#51
        Bindings
        • 0: 1
        • 1: 1
        Backtrace
        • 14. app/Http/Controllers/Frontend/BlogController.php:51
        • 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 `tags`
        3.06msvlms_beta_onlineBlogController.php#52
        Backtrace
        • 15. app/Http/Controllers/Frontend/BlogController.php:52
        • 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 `languages` where `iso_code` = 'en' limit 1
        2.21msvlms_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.08msvlms_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.78msvlms_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
        2.04msvlms_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.86msvlms_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.55msvlms_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.58msvlms_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.2msvlms_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\Tag
      179Tag.php#?
      App\Models\Subcategory
      104Subcategory.php#?
      App\Models\BlogCategory
      8BlogCategory.php#?
      App\Models\CourseExam
      7CourseExam.php#?
      App\Models\Menu
      7Menu.php#?
      App\Models\Category
      6Category.php#?
      App\Models\ParentCategory
      4ParentCategory.php#?
      App\Models\Language
      1Language.php#?
          local
          en
          _token
          OMzyhgaoFH1EhrryfnnNhVh0p9MoCbaZREUPLXQ9
          _previous
          array:1 [ "url" => "https://betaonline.vtu.ac.in/category-blogs/development" ]
          _flash
          array:2 [ "old" => [] "new" => [] ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /category-blogs/development
          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 => "Sun, 01 Jun 2025 13:49:14 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IloxYnZkRldGbnFXNGNPWkZqeEtFeGc9PSIsInZhbHVlIjoiRHloNUlONDNKSzJUaytidDFIVUovcmNBRTEveEtaSW93WHFJUndLSDd0eCtSZWp2NG94SmZyY1VVcFEwQytoRDFTTFF2My9rZWh2Ykt3dklRYkh4Y2w2bVZ5Q1F0dytUYUNVcENNdjJJMEpLL0ptMTNQZXE2YTFObXBNcG1GNzEiLCJtYWMiOiJiZjEyNjVhNWZmNDgxNzM0ZTRlOThiZDcwN2VlYTk3ZGY3MzFlY2VhMTUzYzJhZTc3ODViODkwMWU3Yjc4ZGM3IiwidGFnIjoiIn0%3D; expires=Sun, 01 Jun 2025 15:49:14 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6IloxYnZkRldGbnFXNGNPWkZqeEtFeGc9PSIsInZhbHVlIjoiRHloNUlONDNKSzJUaytidDFIVUovcmNBRTEveEtaSW93WHFJUndLSDd0eCtSZWp2NG94SmZyY1VVcFEwQytoRDFTTFF2M" 1 => "vtu_online_session=eyJpdiI6IkxWNXVjYXZESGRQSmVYaVEyU1lSSUE9PSIsInZhbHVlIjoiL3BBeTRqSHNlb3JCRlI2elh1ZVluUW9TVm5LMFlYK043Vlh4R0xtNm5OTjZZRXhzWWlaNUp6QlZ6Y0dvYk93QTRIdG5IcFVOZnh5dVNkTjB3WFRTUXc0RU9wWkhraTk4emFkVllEVDk0dzZmLzhjeis5b212clFldVZTK2dtNnUiLCJtYWMiOiJmNWVhYzY3NmFmNDQ3YzVmMmRjMDI2MjhkOWM1ZGM5MDM1OTU1MzY0MDA3MzNmY2YwMmUyMWFjYjhlZjc3MmQxIiwidGFnIjoiIn0%3D; expires=Sun, 01 Jun 2025 15:49:14 GMT; Max-Age=7200; path=/; httponlyvtu_online_session=eyJpdiI6IkxWNXVjYXZESGRQSmVYaVEyU1lSSUE9PSIsInZhbHVlIjoiL3BBeTRqSHNlb3JCRlI2elh1ZVluUW9TVm5LMFlYK043Vlh4R0xtNm5OTjZZRXhzWWlaNUp6QlZ6Y0dvYk93Q" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IloxYnZkRldGbnFXNGNPWkZqeEtFeGc9PSIsInZhbHVlIjoiRHloNUlONDNKSzJUaytidDFIVUovcmNBRTEveEtaSW93WHFJUndLSDd0eCtSZWp2NG94SmZyY1VVcFEwQytoRDFTTFF2My9rZWh2Ykt3dklRYkh4Y2w2bVZ5Q1F0dytUYUNVcENNdjJJMEpLL0ptMTNQZXE2YTFObXBNcG1GNzEiLCJtYWMiOiJiZjEyNjVhNWZmNDgxNzM0ZTRlOThiZDcwN2VlYTk3ZGY3MzFlY2VhMTUzYzJhZTc3ODViODkwMWU3Yjc4ZGM3IiwidGFnIjoiIn0%3D; expires=Sun, 01-Jun-2025 15:49:14 GMT; path=/XSRF-TOKEN=eyJpdiI6IloxYnZkRldGbnFXNGNPWkZqeEtFeGc9PSIsInZhbHVlIjoiRHloNUlONDNKSzJUaytidDFIVUovcmNBRTEveEtaSW93WHFJUndLSDd0eCtSZWp2NG94SmZyY1VVcFEwQytoRDFTTFF2M" 1 => "vtu_online_session=eyJpdiI6IkxWNXVjYXZESGRQSmVYaVEyU1lSSUE9PSIsInZhbHVlIjoiL3BBeTRqSHNlb3JCRlI2elh1ZVluUW9TVm5LMFlYK043Vlh4R0xtNm5OTjZZRXhzWWlaNUp6QlZ6Y0dvYk93QTRIdG5IcFVOZnh5dVNkTjB3WFRTUXc0RU9wWkhraTk4emFkVllEVDk0dzZmLzhjeis5b212clFldVZTK2dtNnUiLCJtYWMiOiJmNWVhYzY3NmFmNDQ3YzVmMmRjMDI2MjhkOWM1ZGM5MDM1OTU1MzY0MDA3MzNmY2YwMmUyMWFjYjhlZjc3MmQxIiwidGFnIjoiIn0%3D; expires=Sun, 01-Jun-2025 15:49:14 GMT; path=/; httponlyvtu_online_session=eyJpdiI6IkxWNXVjYXZESGRQSmVYaVEyU1lSSUE9PSIsInZhbHVlIjoiL3BBeTRqSHNlb3JCRlI2elh1ZVluUW9TVm5LMFlYK043Vlh4R0xtNm5OTjZZRXhzWWlaNUp6QlZ6Y0dvYk93Q" ] ]
          session_attributes
          0 of 0
          array:5 [ "local" => "en" "_token" => "OMzyhgaoFH1EhrryfnnNhVh0p9MoCbaZREUPLXQ9" "_previous" => array:1 [ "url" => "https://betaonline.vtu.ac.in/category-blogs/development" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]
          ClearShow all
          Date ↕MethodURLData
          #12025-06-01 19:49:14GET/category-blogs/development514316