up
matches
Watch
117.72msRequest Duration2MBMemory UsageGET match/{match}RouteAuth status
    • Booting (19.23ms)
    • Application (107.51ms)
      5 templates were rendered
      • match (resources/views/match.blade.php)6blade
        Params
        0
        match
        1
        main_match
        2
        submatches
        3
        match_data
        4
        hasMatchManagementAccess
        5
        match_bet
      • includes.match.submatches (resources/views/includes/match/submatches.blade.php)10blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        match
        5
        main_match
        6
        submatches
        7
        match_data
        8
        hasMatchManagementAccess
        9
        match_bet
      • layouts.main (resources/views/layouts/main.blade.php)10blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        match
        5
        main_match
        6
        submatches
        7
        match_data
        8
        hasMatchManagementAccess
        9
        match_bet
      • includes.header (resources/views/includes/header.blade.php)10blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        match
        5
        main_match
        6
        submatches
        7
        match_data
        8
        hasMatchManagementAccess
        9
        match_bet
      • includes.facebook-modal-removal (resources/views/includes/facebook-modal-removal.blade.php)10blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        match
        5
        main_match
        6
        submatches
        7
        match_data
        8
        hasMatchManagementAccess
        9
        match_bet
      uri
      GET match/{match}
      middleware
      web
      controller
      App\Http\Controllers\MatchController@viewMatch
      namespace
      App\Http\Controllers
      prefix
      null
      where
      as
      match.view
      file
      app/Http/Controllers/MatchController.php:15-281
      17 statements were executed, 2 of which were duplicated, 15 unique39.31ms
      • select * from `matches` where `id` = '5541' limit 15.17ms/app/Http/Middleware/Cors.php:41xdev1
        Metadata
        Bindings
        • 0. 5541
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 40. /app/Http/Middleware/Cors.php:41
        • 43. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 67. /public/index.php:53
      • select * from `teams` where `teams`.`id` = '141' limit 11.53ms/app/Http/Controllers/MatchController.php:26xdev1
        Metadata
        Bindings
        • 0. 141
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. /app/Http/Controllers/MatchController.php:26
        • 22. /app/Http/Controllers/MatchController.php:27
        • 30. /app/Http/Middleware/CheckDeactivate.php:32
        • 33. /app/Http/Middleware/CheckBanned.php:65
        • 60. /app/Http/Middleware/Cors.php:41
        • 63. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /public/index.php:53
      • select * from `teams` where `teams`.`id` = '142' limit 1920μs/app/Http/Controllers/MatchController.php:29xdev1
        Metadata
        Bindings
        • 0. 142
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. /app/Http/Controllers/MatchController.php:29
        • 22. /app/Http/Controllers/MatchController.php:30
        • 30. /app/Http/Middleware/CheckDeactivate.php:32
        • 33. /app/Http/Middleware/CheckBanned.php:65
        • 60. /app/Http/Middleware/Cors.php:41
        • 63. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /public/index.php:53
      • select * from `leagues` where `leagues`.`id` = '261' limit 1920μs/app/Http/Controllers/MatchController.php:41xdev1
        Metadata
        Bindings
        • 0. 261
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. /app/Http/Controllers/MatchController.php:41
        • 22. /app/Http/Controllers/MatchController.php:42
        • 30. /app/Http/Middleware/CheckDeactivate.php:32
        • 33. /app/Http/Middleware/CheckBanned.php:65
        • 60. /app/Http/Middleware/Cors.php:41
        • 63. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 87. /public/index.php:53
      • select `id`, `amount`, `team_id`, `user_id`, `ratio`, `gains`, `match_id`, `updated_at` from `bets` where `match_id` = '5541'850μs/app/Repositories/BetRepository.php:34xdev1
        Metadata
        Bindings
        • 0. 5541
        Backtrace
        • 12. /app/Repositories/BetRepository.php:34
        • 13. /app/Http/Controllers/MatchController.php:58
        • 17. /app/Http/Controllers/MatchController.php:59
        • 25. /app/Http/Middleware/CheckDeactivate.php:32
        • 28. /app/Http/Middleware/CheckBanned.php:65
        • 55. /app/Http/Middleware/Cors.php:41
        • 58. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 82. /public/index.php:53
      • select * from `matches` where `matches`.`id` = '5541' and `type` = 'sub' limit 13.64ms/app/Http/Controllers/MatchController.php:273xdev1
        Metadata
        Bindings
        • 0. 5541
        • 1. sub
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 16. /app/Http/Controllers/MatchController.php:273
        • 24. /app/Http/Middleware/CheckDeactivate.php:32
        • 27. /app/Http/Middleware/CheckBanned.php:65
        • 54. /app/Http/Middleware/Cors.php:41
        • 57. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 81. /public/index.php:53
      • select * from `matches` where `matches`.`id` = '5539' limit 12.66ms/app/Http/Controllers/MatchController.php:274xdev1
        Metadata
        Bindings
        • 0. 5539
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 18. /app/Http/Controllers/MatchController.php:274
        • 26. /app/Http/Middleware/CheckDeactivate.php:32
        • 29. /app/Http/Middleware/CheckBanned.php:65
        • 56. /app/Http/Middleware/Cors.php:41
        • 59. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 83. /public/index.php:53
      • select * from `matches` where `matches`.`main_match` = '5539' and `matches`.`main_match` is not null and `type` = 'sub' order by `game_grp` asc, `created_at` asc, `sub_type` asc10.12ms/app/Http/Controllers/MatchController.php:274xdev1
        Metadata
        Bindings
        • 0. 5539
        • 1. sub
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 14. /app/Http/Controllers/MatchController.php:274
        • 22. /app/Http/Middleware/CheckDeactivate.php:32
        • 25. /app/Http/Middleware/CheckBanned.php:65
        • 52. /app/Http/Middleware/Cors.php:41
        • 55. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 79. /public/index.php:53
      • select * from `matches` where `id` = '5539' limit 14.62ms/app/Http/Controllers/MatchController.php:278xdev1
        Metadata
        Bindings
        • 0. 5539
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 13. /app/Http/Controllers/MatchController.php:278
        • 21. /app/Http/Middleware/CheckDeactivate.php:32
        • 24. /app/Http/Middleware/CheckBanned.php:65
        • 51. /app/Http/Middleware/Cors.php:41
        • 54. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 78. /public/index.php:53
      • select * from `match_score_endings` where `match_score_endings`.`match_id` in ('5539')1.5ms/app/Http/Controllers/MatchController.php:278xdev1
        Metadata
        Bindings
        • 0. 5539
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 19. /app/Http/Controllers/MatchController.php:278
        • 27. /app/Http/Middleware/CheckDeactivate.php:32
        • 30. /app/Http/Middleware/CheckBanned.php:65
        • 57. /app/Http/Middleware/Cors.php:41
        • 60. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 84. /public/index.php:53
      • select * from `match_score_ending_settings` where `match_score_ending_settings`.`match_id` in ('5539')690μs/app/Http/Controllers/MatchController.php:278xdev1
        Metadata
        Bindings
        • 0. 5539
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 19. /app/Http/Controllers/MatchController.php:278
        • 27. /app/Http/Middleware/CheckDeactivate.php:32
        • 30. /app/Http/Middleware/CheckBanned.php:65
        • 57. /app/Http/Middleware/Cors.php:41
        • 60. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 84. /public/index.php:53
      • select * from `teams` where `teams`.`id` in ('141')730μs/app/Http/Controllers/MatchController.php:278xdev1
        Metadata
        Bindings
        • 0. 141
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 19. /app/Http/Controllers/MatchController.php:278
        • 27. /app/Http/Middleware/CheckDeactivate.php:32
        • 30. /app/Http/Middleware/CheckBanned.php:65
        • 57. /app/Http/Middleware/Cors.php:41
        • 60. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 84. /public/index.php:53
      • select * from `teams` where `teams`.`id` in ('142')530μs/app/Http/Controllers/MatchController.php:278xdev1
        Metadata
        Bindings
        • 0. 142
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 19. /app/Http/Controllers/MatchController.php:278
        • 27. /app/Http/Middleware/CheckDeactivate.php:32
        • 30. /app/Http/Middleware/CheckBanned.php:65
        • 57. /app/Http/Middleware/Cors.php:41
        • 60. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 84. /public/index.php:53
      • select `id`, `type`, `name` from `leagues` where `leagues`.`id` in ('261')520μs/app/Http/Controllers/MatchController.php:278xdev1
        Metadata
        Bindings
        • 0. 261
        Backtrace
        • 19. /app/Http/Controllers/MatchController.php:278
        • 27. /app/Http/Middleware/CheckDeactivate.php:32
        • 30. /app/Http/Middleware/CheckBanned.php:65
        • 57. /app/Http/Middleware/Cors.php:41
        • 60. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 84. /public/index.php:53
      • select * from `site_configurations` where `type` = 'settings' and `key` = 'show-odds-each-submatches' limit 1950μs/app/SiteConfiguration.php:63xdev1
        Metadata
        Bindings
        • 0. settings
        • 1. show-odds-each-submatches
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 13. /app/SiteConfiguration.php:63
        • 14. /app/Helpers/helpers.php:1475
        • 21. view::match:442
        • 28. /vendor/symfony/http-foundation/Response.php:206
        • 32. /app/Http/Middleware/CheckDeactivate.php:32
        • 35. /app/Http/Middleware/CheckBanned.php:65
        • 62. /app/Http/Middleware/Cors.php:41
        • 65. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 89. /public/index.php:53
      • select * from `site_configurations` where `type` = 'settings' and `key` = 'show-leaderboards' limit 12.08ms/app/SiteConfiguration.php:87xdev1
        Metadata
        Bindings
        • 0. settings
        • 1. show-leaderboards
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 13. /app/SiteConfiguration.php:87
        • 14. /app/Helpers/helpers.php:1446
        • 21. view::layouts.main:136
        • 27. view::match:2729
        • 34. /vendor/symfony/http-foundation/Response.php:206
        • 38. /app/Http/Middleware/CheckDeactivate.php:32
        • 41. /app/Http/Middleware/CheckBanned.php:65
        • 68. /app/Http/Middleware/Cors.php:41
        • 71. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 95. /public/index.php:53
      • select * from `site_configurations` where `type` = 'settings' and `key` = 'show-leaderboards' limit 11.88ms/app/SiteConfiguration.php:87xdev1
        Metadata
        Bindings
        • 0. settings
        • 1. show-leaderboards
        Hints
        • Use SELECT * only if you need all columns from table
        • LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
        Backtrace
        • 13. /app/SiteConfiguration.php:87
        • 14. /app/Helpers/helpers.php:1446
        • 21. view::layouts.main:136
        • 27. view::match:2729
        • 34. /vendor/symfony/http-foundation/Response.php:206
        • 38. /app/Http/Middleware/CheckDeactivate.php:32
        • 41. /app/Http/Middleware/CheckBanned.php:65
        • 68. /app/Http/Middleware/Cors.php:41
        • 71. /vendor/fideloper/proxy/src/TrustProxies.php:57
        • 95. /public/index.php:53
        web
        array:2 [ "name" => "Guest" "user" => array:1 [ "guest" => true ] ]
        api
        array:2 [ "name" => "Guest" "user" => array:1 [ "guest" => true ] ]
          _token
          WsjA8OLgkpnOzvSHXkQRwcGKO6zbj0fe74hhg5xp
          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:17 [ "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest...
          request_server
          array:41 [ "USER" => "webapp" "HOME" => "/home/webapp" "HTTP_ACCEPT_ENCODING" => "gzip, deflat...
          request_cookies
          []
          response_headers
          array:5 [ "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ ...
          path_info
          /match/5541
          session_attributes
          array:2 [ "_token" => "WsjA8OLgkpnOzvSHXkQRwcGKO6zbj0fe74hhg5xp" "PHPDEBUGBAR_STACK_DATA" => [] ...