Preloader Close

Blog Details

Series 00001 Week 1 Preview

content file

Welcome to Swypatune Preview section. In this section, you will read weekly analysis of our anticipations for the following week during a contest. We will provide insights and data that will help you better understand the contest’s developments and progress. This information could be useful in helping you vote better and develop better insights of the contesting artists.We will also make our own predictions for the contest in the following week; why not have a go at predicting and see how you perform against us at the end of the week.



Share:

Comment (0)

    No comments found

Swypatune
7.4.33PHP Version151msRequest Duration5MBMemory UsageGET blog-details/{id}/{section_type}Route
    • Booting (77.86ms)
    • Application (72.04ms)
    • 1 x Booting (51.73%)
      77.86ms
      1 x Application (47.86%)
      72.04ms
      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 executed19.84ms
      • select `tag_name` from `tags`2.22ms/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` = '22') limit 12.73ms/app/Http/Controllers/HomeController.php:663newschema
        Metadata
        Bindings
        • 0. 22
        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` = '22')2.23ms/app/Http/Controllers/HomeController.php:665newschema
        Metadata
        Bindings
        • 0. 22
        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` = '22')2.01ms/app/Http/Controllers/HomeController.php:666newschema
        Metadata
        Bindings
        • 0. 22
        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` = '22') order by `comment_id` desc1.84ms/app/Http/Controllers/HomeController.php:667newschema
        Metadata
        Bindings
        • 0. 22
        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` = 'news.html' and `status` = 'active') and `updates_id` < '22' order by `updates_id` desc limit 11.84ms/app/Http/Controllers/HomeController.php:669newschema
        Metadata
        Bindings
        • 0. news.html
        • 1. active
        • 2. 22
        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` = 'news.html' and `status` = 'active') and `updates_id` > '22' order by `updates_id` desc limit 12.43ms/app/Http/Controllers/HomeController.php:671newschema
        Metadata
        Bindings
        • 0. news.html
        • 1. active
        • 2. 22
        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` = 'news.html' and `status` = 'active') and `updates_id` != '22' order by `updates_id` desc limit 52.05ms/app/Http/Controllers/HomeController.php:673newschema
        Metadata
        Bindings
        • 0. news.html
        • 1. active
        • 2. 22
        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` = 22)2.49ms/app/Http/Controllers/HomeController.php:676newschema
        Metadata
        Bindings
        • 0. 22
        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
          LsUp0lq2kICWvpBPIZFauEl7WAeJ7FJWvwboW5Tk
          _previous
          array:1 [ "url" => "https://myswypatune.com/blog-details/22/news.html" ]
          PHPDEBUGBAR_STACK_DATA
          []
          path_info
          /blog-details/22/news.html
          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.11" "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" => "54658" "REDIRECT_URL" => "/blog-details/22/news.html" "GATEWAY_INTERFACE" => "CGI/1.1" "SERVER_PROTOCOL" => "HTTP/1.1" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "REQUEST_URI" => "/blog-details/22/news.html" "SCRIPT_NAME" => "/index.php" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1751159377.5884 "REQUEST_TIME" => 1751159377 ]
          request_cookies
          []
          
          response_headers
          0 of 0
          array:5 [ "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Sun, 29 Jun 2025 01:09:37 GMT" ] "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InhsNU5oV1g5N3huUUtmclJWWkFFMWc9PSIsInZhbHVlIjoidUlRbTRDcWl4UVQ5Q2t2dTBLNzNLS1N4a1pFcFVtdENDMWFRWkFHTXBjZzdnSm1udTBNVVlhSUlncTNvZWlFaCIsIm1hYyI6ImEwYzdiMmMxM2QxNTYzOWI2NDdkOGU0ZjI2MjA2OTFiODViY2JiMzgzZDI3ODIyMWExZTZjYzVlMDdkMjgzYmIifQ%3D%3D; expires=Sun, 29-Jun-2025 03:09:37 GMT; Max-Age=7200; path=/XSRF-TOKEN=eyJpdiI6InhsNU5oV1g5N3huUUtmclJWWkFFMWc9PSIsInZhbHVlIjoidUlRbTRDcWl4UVQ5Q2t2dTBLNzNLS1N4a1pFcFVtdENDMWFRWkFHTXBjZzdnSm1udTBNVVlhSUlncTNvZWlFaCIsIm1hY" 1 => "laraivel_session=eyJpdiI6InBZKzM4cXhmcTZOTUpjRzBtZHVXQ1E9PSIsInZhbHVlIjoidmRCTzZOZE5YaVlkU3VYVEt3VmhReFpmSThEVExycTJDckxsVjZkNzRYQ0FxbnBuNzhXclJ5V0tlUW1LZ2U3alEzdm9Gc01OTVN2ZERvUnhzS2hWTytmaXRLSUVJVVwvOFkySXpScCtXd3M1K1BxZXhtZVNRNFZneUNoNjdkQ2pSIiwibWFjIjoiMTFkZmZiY2ViODhlNzE0YTFlZjZiYTljOGE4ZTIxODJkMTkyMTA3Yjk2OWI1ZWJmMjQ4NWU1YzVlNTBiODEzOCJ9; expires=Sun, 29-Jun-2025 03:09:37 GMT; Max-Age=7200; path=/; httponlylaraivel_session=eyJpdiI6InBZKzM4cXhmcTZOTUpjRzBtZHVXQ1E9PSIsInZhbHVlIjoidmRCTzZOZE5YaVlkU3VYVEt3VmhReFpmSThEVExycTJDckxsVjZkNzRYQ0FxbnBuNzhXclJ5V0tlUW1LZ2U3alE" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6InhsNU5oV1g5N3huUUtmclJWWkFFMWc9PSIsInZhbHVlIjoidUlRbTRDcWl4UVQ5Q2t2dTBLNzNLS1N4a1pFcFVtdENDMWFRWkFHTXBjZzdnSm1udTBNVVlhSUlncTNvZWlFaCIsIm1hYyI6ImEwYzdiMmMxM2QxNTYzOWI2NDdkOGU0ZjI2MjA2OTFiODViY2JiMzgzZDI3ODIyMWExZTZjYzVlMDdkMjgzYmIifQ%3D%3D; expires=Sun, 29-Jun-2025 03:09:37 GMT; path=/XSRF-TOKEN=eyJpdiI6InhsNU5oV1g5N3huUUtmclJWWkFFMWc9PSIsInZhbHVlIjoidUlRbTRDcWl4UVQ5Q2t2dTBLNzNLS1N4a1pFcFVtdENDMWFRWkFHTXBjZzdnSm1udTBNVVlhSUlncTNvZWlFaCIsIm1hY" 1 => "laraivel_session=eyJpdiI6InBZKzM4cXhmcTZOTUpjRzBtZHVXQ1E9PSIsInZhbHVlIjoidmRCTzZOZE5YaVlkU3VYVEt3VmhReFpmSThEVExycTJDckxsVjZkNzRYQ0FxbnBuNzhXclJ5V0tlUW1LZ2U3alEzdm9Gc01OTVN2ZERvUnhzS2hWTytmaXRLSUVJVVwvOFkySXpScCtXd3M1K1BxZXhtZVNRNFZneUNoNjdkQ2pSIiwibWFjIjoiMTFkZmZiY2ViODhlNzE0YTFlZjZiYTljOGE4ZTIxODJkMTkyMTA3Yjk2OWI1ZWJmMjQ4NWU1YzVlNTBiODEzOCJ9; expires=Sun, 29-Jun-2025 03:09:37 GMT; path=/; httponlylaraivel_session=eyJpdiI6InBZKzM4cXhmcTZOTUpjRzBtZHVXQ1E9PSIsInZhbHVlIjoidmRCTzZOZE5YaVlkU3VYVEt3VmhReFpmSThEVExycTJDckxsVjZkNzRYQ0FxbnBuNzhXclJ5V0tlUW1LZ2U3alE" ] ]
          session_attributes
          0 of 0
          array:3 [ "_token" => "LsUp0lq2kICWvpBPIZFauEl7WAeJ7FJWvwboW5Tk" "_previous" => array:1 [ "url" => "https://myswypatune.com/blog-details/22/news.html" ] "PHPDEBUGBAR_STACK_DATA" => [] ]