Preloader Close

Blog Details

Vote All Song Daily

content file

Complete Daily Voting To earn 50 Credits



Share:

Comment (0)

    No comments found

Swypatune
7.4.33PHP Version90.2msRequest Duration5MBMemory UsageGET blog-details/{id}/{section_type}Route
    • Booting (58.89ms)
    • Application (30.97ms)
    • 1 x Booting (65.29%)
      58.89ms
      1 x Application (34.33%)
      30.97ms
      4 templates were rendered
      • website.single_blog (resources/views/website/single_blog.blade.php)11blade
        Params
        0
        blog
        1
        comment_count
        2
        likes_count
        3
        comments
        4
        blog_archive
        5
        title
        6
        tags
        7
        all_tags
        8
        prev_post
        9
        next_post
        10
        section_type
      • website_theme_layouts.app (resources/views/website_theme_layouts/app.blade.php)19blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        data
        4
        errors
        5
        blog
        6
        comment_count
        7
        likes_count
        8
        comments
        9
        blog_archive
        10
        title
        11
        tags
        12
        all_tags
        13
        prev_post
        14
        next_post
        15
        section_type
        16
        __currentLoopData
        17
        loop
        18
        author_image
      • website_theme_layouts.header (resources/views/website_theme_layouts/header.blade.php)19blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        data
        4
        errors
        5
        blog
        6
        comment_count
        7
        likes_count
        8
        comments
        9
        blog_archive
        10
        title
        11
        tags
        12
        all_tags
        13
        prev_post
        14
        next_post
        15
        section_type
        16
        __currentLoopData
        17
        loop
        18
        author_image
      • website_theme_layouts.footer (resources/views/website_theme_layouts/footer.blade.php)19blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        data
        4
        errors
        5
        blog
        6
        comment_count
        7
        likes_count
        8
        comments
        9
        blog_archive
        10
        title
        11
        tags
        12
        all_tags
        13
        prev_post
        14
        next_post
        15
        section_type
        16
        __currentLoopData
        17
        loop
        18
        author_image
      uri
      GET blog-details/{id}/{section_type}
      middleware
      web
      controller
      App\Http\Controllers\HomeController@single_blog
      namespace
      App\Http\Controllers
      prefix
      where
      file
      app/Http/Controllers/HomeController.php:648-679
      9 statements were executed11.68ms
      • select `tag_name` from `tags`1.58ms/app/Http/Controllers/HomeController.php:657newschema
        Metadata
        Backtrace
        • 14. /app/Http/Controllers/HomeController.php:657
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:169
        • 20. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:658
      • select `updates_id`, CONCAT(first_name," ",last_name) as author, `updates`.`title`, `cover_image`, `content_file`, `created_on`, `file_type`, `content`, `section`, `profile_image`, `about`, `updates`.`post_on` from `updates` inner join `admin_users` on `admin_users`.`admin_id` = `updates`.`added_by` where (`updates_id` = '23') limit 11.58ms/app/Http/Controllers/HomeController.php:663newschema
        Metadata
        Bindings
        • 0. 23
        Backtrace
        • 13. /app/Http/Controllers/HomeController.php:663
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:169
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:658
      • select count(*) as aggregate from `comments` where (`updates_id` = '23')1.23ms/app/Http/Controllers/HomeController.php:665newschema
        Metadata
        Bindings
        • 0. 23
        Backtrace
        • 12. /app/Http/Controllers/HomeController.php:665
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:169
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:658
      • select count(*) as aggregate from `likes` where (`updates_id` = '23')1.21ms/app/Http/Controllers/HomeController.php:666newschema
        Metadata
        Bindings
        • 0. 23
        Backtrace
        • 12. /app/Http/Controllers/HomeController.php:666
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:169
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:658
      • select `comment_text`, CONCAT(first_name," ",last_name) as "name", `users`.`display_image`, `comments`.`created_on` from `comments` inner join `users` on `users`.`user_id` = `comments`.`user_id` where (`updates_id` = '23') order by `comment_id` desc1.2ms/app/Http/Controllers/HomeController.php:667newschema
        Metadata
        Bindings
        • 0. 23
        Backtrace
        • 10. /app/Http/Controllers/HomeController.php:667
        • 13. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 14. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:169
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:658
      • select `updates_id`, `title`, `cover_image` from `updates` where (`section` = 'about-us' and `status` = 'active') and `updates_id` < '23' order by `updates_id` desc limit 11.17ms/app/Http/Controllers/HomeController.php:669newschema
        Metadata
        Bindings
        • 0. about-us
        • 1. active
        • 2. 23
        Backtrace
        • 13. /app/Http/Controllers/HomeController.php:669
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:169
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:658
      • select `updates_id`, `title`, `cover_image` from `updates` where (`section` = 'about-us' and `status` = 'active') and `updates_id` > '23' order by `updates_id` desc limit 11.33ms/app/Http/Controllers/HomeController.php:671newschema
        Metadata
        Bindings
        • 0. about-us
        • 1. active
        • 2. 23
        Backtrace
        • 13. /app/Http/Controllers/HomeController.php:671
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:169
        • 19. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:658
      • select `updates_id`, substr(content,1,250) as short_content, `content`, `content_file`, `created_on`, `title`, `cover_image`, `file_type` from `updates` where (`section` = 'about-us' and `status` = 'active') and `updates_id` != '23' order by `updates_id` desc limit 51.34ms/app/Http/Controllers/HomeController.php:673newschema
        Metadata
        Bindings
        • 0. about-us
        • 1. active
        • 2. 23
        Backtrace
        • 12. /app/Http/Controllers/HomeController.php:673
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:169
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:658
      • select `tag_name` from `update_tags` inner join `tags` on `tags`.`id` = `update_tags`.`tag_id` where (`updates_id` = 23)1.04ms/app/Http/Controllers/HomeController.php:676newschema
        Metadata
        Bindings
        • 0. 23
        Backtrace
        • 12. /app/Http/Controllers/HomeController.php:676
        • 15. /vendor/laravel/framework/src/Illuminate/Routing/ControllerDispatcher.php:45
        • 16. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:212
        • 17. /vendor/laravel/framework/src/Illuminate/Routing/Route.php:169
        • 18. /vendor/laravel/framework/src/Illuminate/Routing/Router.php:658
      App\Models\Update
      1
          _token
          SGdnSSQRvEhMe8oNRdwsjIhv1DpHYEmHD2911B6R
          _previous
          array:1 [ "url" => "https://myswypatune.com/blog-details/23/about-us" ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /blog-details/23/about-us
          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 [ "host" => array:1 [ 0 => "myswypatune.com" ] "connection" => array:1 [ 0 => "keep-alive" ] "pragma" => array:1 [ 0 => "no-cache" ] "cache-control" => array:1 [ 0 => "no-cache" ] "sec-ch-ua" => array:1 [ 0 => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "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" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] ]
          request_server
          0 of 0
          array:44 [ "REDIRECT_HTTPS" => "on" "REDIRECT_SSL_TLS_SNI" => "myswypatune.com" "REDIRECT_STATUS" => "200" "HTTPS" => "on" "SSL_TLS_SNI" => "myswypatune.com" "HTTP_HOST" => "myswypatune.com" "HTTP_CONNECTION" => "keep-alive" "HTTP_PRAGMA" => "no-cache" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_SEC_CH_UA" => ""Chromium";v="130", "HeadlessChrome";v="130", "Not?A_Brand";v="99"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_ACCEPT" => "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" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" "SERVER_SIGNATURE" => "<address>Apache/2.4.52 (Ubuntu) Server at myswypatune.com Port 443</address>\n" "SERVER_SOFTWARE" => "Apache/2.4.52 (Ubuntu)" "SERVER_NAME" => "myswypatune.com" "SERVER_ADDR" => "10.0.0.6" "SERVER_PORT" => "443" "REMOTE_ADDR" => "216.73.216.149" "DOCUMENT_ROOT" => "/var/www/html/swypatune-laravel/public" "REQUEST_SCHEME" => "https" "CONTEXT_PREFIX" => "" "CONTEXT_DOCUMENT_ROOT" => "/var/www/html/swypatune-laravel/public" "SERVER_ADMIN" => "[no address given]" "SCRIPT_FILENAME" => "/var/www/html/swypatune-laravel/public/index.php" "REMOTE_PORT" => "1339" "REDIRECT_URL" => "/blog-details/23/about-us" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "REQUEST_URI" => "/blog-details/23/about-us" "SCRIPT_NAME" => "/index.php" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1751685260.2332 "REQUEST_TIME" => 1751685260 ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sat, 05 Jul 2025 03:14:20 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ilc0R043Ym94V0psYWtDbWdMeE9nTnc9PSIsInZhbHVlIjoiVUs1ZVErQ1hZQ1wvY2VRUjc5MVFERTZRTDNVYmJ1WmVuZlFITTlPMTlhemVPaGtKWE1RdTcwckxZd3oxamZ6VTEiLCJtYWMiOiJiY2RhMDQyZDMyYjQ4ZmVhNGI3NGY1ZWFmYWUwYTA0MTdlOTE2NDRjMzNkZmM4Y2UxZjdkZjFmZjViMzZlMjUzIn0%3D; expires=Sat, 05-Jul-2025 05:14:20 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6Ilc0R043Ym94V0psYWtDbWdMeE9nTnc9PSIsInZhbHVlIjoiVUs1ZVErQ1hZQ1wvY2VRUjc5MVFERTZRTDNVYmJ1WmVuZlFITTlPMTlhemVPaGtKWE1RdTcwckxZd3oxamZ6VTEiLCJtY" 1 => "laraivel_session=eyJpdiI6Im1wMmhzczJERlc4UjBleWc5U01cL3N3PT0iLCJ2YWx1ZSI6Ilh5dGdmNjlYTlJPTEJMMVwvamxlVmk3Q3BxUkJURUxnNWx3ZUdSVVlDOGJDQ3VmQnc0TzBHdkV4Tzc0NlRvN08xcXhYY0xEWXNEdXYxZENhbnd4VXJzc2diSXFDemNRb2tNY0JRYXNxbXY1d1krRHFQcjl5YlZsSTJ4R29CdkorQiIsIm1hYyI6IjY0YmVhM2NlODE3MmUxZDZiNDM3MDg1ODM1NmRhMjc5MWI2YzI4ZDBhMzVkZTViYTFhMjc2YjEwMmJiODgxOWMifQ%3D%3D; expires=Sat, 05-Jul-2025 05:14:20 GMT; Max-Age=7200; path=/; httponlylaraivel_session=eyJpdiI6Im1wMmhzczJERlc4UjBleWc5U01cL3N3PT0iLCJ2YWx1ZSI6Ilh5dGdmNjlYTlJPTEJMMVwvamxlVmk3Q3BxUkJURUxnNWx3ZUdSVVlDOGJDQ3VmQnc0TzBHdkV4Tzc0NlRvN08" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6Ilc0R043Ym94V0psYWtDbWdMeE9nTnc9PSIsInZhbHVlIjoiVUs1ZVErQ1hZQ1wvY2VRUjc5MVFERTZRTDNVYmJ1WmVuZlFITTlPMTlhemVPaGtKWE1RdTcwckxZd3oxamZ6VTEiLCJtYWMiOiJiY2RhMDQyZDMyYjQ4ZmVhNGI3NGY1ZWFmYWUwYTA0MTdlOTE2NDRjMzNkZmM4Y2UxZjdkZjFmZjViMzZlMjUzIn0%3D; expires=Sat, 05-Jul-2025 05:14:20 GMT; path=/XSRF-TOKEN=eyJpdiI6Ilc0R043Ym94V0psYWtDbWdMeE9nTnc9PSIsInZhbHVlIjoiVUs1ZVErQ1hZQ1wvY2VRUjc5MVFERTZRTDNVYmJ1WmVuZlFITTlPMTlhemVPaGtKWE1RdTcwckxZd3oxamZ6VTEiLCJtY" 1 => "laraivel_session=eyJpdiI6Im1wMmhzczJERlc4UjBleWc5U01cL3N3PT0iLCJ2YWx1ZSI6Ilh5dGdmNjlYTlJPTEJMMVwvamxlVmk3Q3BxUkJURUxnNWx3ZUdSVVlDOGJDQ3VmQnc0TzBHdkV4Tzc0NlRvN08xcXhYY0xEWXNEdXYxZENhbnd4VXJzc2diSXFDemNRb2tNY0JRYXNxbXY1d1krRHFQcjl5YlZsSTJ4R29CdkorQiIsIm1hYyI6IjY0YmVhM2NlODE3MmUxZDZiNDM3MDg1ODM1NmRhMjc5MWI2YzI4ZDBhMzVkZTViYTFhMjc2YjEwMmJiODgxOWMifQ%3D%3D; expires=Sat, 05-Jul-2025 05:14:20 GMT; path=/; httponlylaraivel_session=eyJpdiI6Im1wMmhzczJERlc4UjBleWc5U01cL3N3PT0iLCJ2YWx1ZSI6Ilh5dGdmNjlYTlJPTEJMMVwvamxlVmk3Q3BxUkJURUxnNWx3ZUdSVVlDOGJDQ3VmQnc0TzBHdkV4Tzc0NlRvN08" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "SGdnSSQRvEhMe8oNRdwsjIhv1DpHYEmHD2911B6R" "_previous" => array:1 [ "url" => "https://myswypatune.com/blog-details/23/about-us" ] "PHPDEBUGBAR_STACK_DATA" => [] ]