チーム

TOP チーム

桜宮高校

チーム紹介

設立年

1968年 設立

住所

大阪府 大阪市都島区毛馬町

チーム監督名

齋藤 寿和

チームコーチ名

東塚 雅伴 坂本 瑞季 沖 幹大 長屋 寛大

ユニフォーム

シャツ ショーツ ソックス
FP(正) エンジ エンジ エンジ
FP(副)
GK(正)
GK(副)

目的・実績

指導方針や目標

過去の主な実績

2024 Blue Wave Growing up League U-16 関西 6位

選手情報

DF 谷本虎太
谷本虎太 DF
DF 小出和輝
小出和輝 DF
FW 藤田耕平
藤田耕平 FW
MF 大津希蘭
大津希蘭 MF
MF 藤沢海維
藤沢海維 MF
DF 西村佑
西村佑 DF
MF 山本唯人
山本唯人 MF
MF 森田大和
森田大和 MF
MF 野口幸輝
野口幸輝 MF
MF 根津諒
根津諒 MF
FW 安友健心
安友健心 FW
DF 山下響希
山下響希 DF
FW 角地輝衣
角地輝衣 FW
FW 石田渚
石田渚 FW
FW 森祐
森祐 FW
DF 保木涼丞
保木涼丞 DF
DF 風間悠
風間悠 DF
DF 中嶋國瑛
中嶋國瑛 DF
GK 井上幹大
井上幹大 GK
MF 今西皇眞
今西皇眞 MF
MF 城戸良太
城戸良太 MF
DF 池田結矢
池田結矢 DF
MF 安藤大空
安藤大空 MF
MF 平村優人
平村優人 MF
DF 濱野陽樹
濱野陽樹 DF
79.28msRequest Duration13MBMemory UsageGET team/{id}RouteGuestAuth status
    • Booting (11.97ms)
    • Application (70.95ms)
      5 templates were rendered
      • front.team.show (resources/views/front/team/show.blade.php)6blade
        Params
        0
        nav_on
        1
        team
        2
        players
        3
        info
        4
        uniform
        5
        default_period
      • front.parts.side (resources/views/front/parts/side.blade.php)24blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        nav_on
        5
        team
        6
        players
        7
        info
        8
        uniform
        9
        default_period
        10
        page_title
        11
        _http_url
        12
        ids
        13
        player
        14
        photo
        15
        question
        16
        view
        17
        i
        18
        today
        19
        pb
        20
        error
        21
        birthday
        22
        age
        23
        school_year
      • layouts.front (resources/views/layouts/front.blade.php)25blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        nav_on
        5
        team
        6
        players
        7
        info
        8
        uniform
        9
        default_period
        10
        page_title
        11
        _http_url
        12
        ids
        13
        player
        14
        photo
        15
        question
        16
        view
        17
        i
        18
        today
        19
        pb
        20
        error
        21
        birthday
        22
        age
        23
        school_year
        24
        id
      • layouts.front.parts.header (resources/views/layouts/front/parts/header.blade.php)25blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        nav_on
        5
        team
        6
        players
        7
        info
        8
        uniform
        9
        default_period
        10
        page_title
        11
        _http_url
        12
        ids
        13
        player
        14
        photo
        15
        question
        16
        view
        17
        i
        18
        today
        19
        pb
        20
        error
        21
        birthday
        22
        age
        23
        school_year
        24
        id
      • layouts.front.parts.footer (resources/views/layouts/front/parts/footer.blade.php)25blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        nav_on
        5
        team
        6
        players
        7
        info
        8
        uniform
        9
        default_period
        10
        page_title
        11
        _http_url
        12
        ids
        13
        player
        14
        photo
        15
        question
        16
        view
        17
        i
        18
        today
        19
        pb
        20
        error
        21
        birthday
        22
        age
        23
        school_year
        24
        id
      uri
      GET team/{id}
      as
      front.team.show
      controller
      App\Http\Controllers\Front\TeamController@show
      namespace
      App\Http\Controllers
      prefix
      null
      where
      file
      app/Http/Controllers/Front/TeamController.php:46-96
      55 statements were executed39.14ms
      • select * from `teams` left join `team_yearly_group` on `team_yearly_group`.`team_id` = `teams`.`id` where `teams`.`deleted_at` is null and `yyyy` = '2025' and `teams`.`id` = '325' limit 11.32ms/app/Http/Controllers/Front/TeamController.php:49greencard12_teamdb
        Metadata
        Bindings
        • 0. 2025
        • 1. 325
        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
        • 14. /app/Http/Controllers/Front/TeamController.php:49
        • 63. /public/index.php:54
      • select * from `team_infos` where `team_id` = '325' and `convention_id` = '16' and `year` = '2025' limit 1240μs/app/Http/Controllers/Front/TeamController.php:50greencard12_teamdb
        Metadata
        Bindings
        • 0. 325
        • 1. 16
        • 2. 2025
        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
        • 12. /app/Http/Controllers/Front/TeamController.php:50
        • 61. /public/index.php:54
      • select * from `uniforms` where `team_id` = '325' and `convention_id` = '16' limit 1230μs/app/Http/Controllers/Front/TeamController.php:51greencard12_teamdb
        Metadata
        Bindings
        • 0. 325
        • 1. 16
        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
        • 12. /app/Http/Controllers/Front/TeamController.php:51
        • 61. /public/index.php:54
      • select p.id, p.team_id, p.name, p.school_year, p.position, p.height, p.related_team, p.is_block, p.birthday, p.year_adjustment, t.id as team_id, t.name as team_name, ifnull(g.g_cnt,0) as goals from players as p left join (select teams.id, teams.name from teams where deleted_at is null) as t on t.id=p.team_id left join (select goals.goal_player_id, count(goal_player_id) as g_cnt from goals where deleted_at is null and created_at >= '2021-03-01' and team_id=325 group by goal_player_id) as g on g.goal_player_id=p.id where p.deleted_at is null and p.school_year <= 18 and p.organizations_id=331 order by p.birthday27.23ms/app/Http/Controllers/Front/TeamController.php:74greencard12_teamdb
        Metadata
        Backtrace
        • 11. /app/Http/Controllers/Front/TeamController.php:74
        • 12. /app/Http/Controllers/Front/TeamController.php:74
        • 61. /public/index.php:54
      • select * from `player_photos` where `player_id` = '39937' order by `id` desc limit 1230μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 39937
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '39937' and `team_id` = '325' and `year` = '2025' limit 1270μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 39937
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `player_photos` where `player_id` = '39958' order by `id` desc limit 1170μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 39958
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '39958' and `team_id` = '325' and `year` = '2025' limit 1230μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 39958
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `player_photos` where `player_id` = '39942' order by `id` desc limit 1190μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 39942
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '39942' and `team_id` = '325' and `year` = '2025' limit 1220μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 39942
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `player_photos` where `player_id` = '39945' order by `id` desc limit 1430μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 39945
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '39945' and `team_id` = '325' and `year` = '2025' limit 1220μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 39945
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `player_photos` where `player_id` = '39957' order by `id` desc limit 1160μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 39957
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '39957' and `team_id` = '325' and `year` = '2025' limit 1220μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 39957
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `player_photos` where `player_id` = '39939' order by `id` desc limit 1150μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 39939
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '39939' and `team_id` = '325' and `year` = '2025' limit 1340μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 39939
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `player_photos` where `player_id` = '39940' order by `id` desc limit 1160μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 39940
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '39940' and `team_id` = '325' and `year` = '2025' limit 1210μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 39940
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `player_photos` where `player_id` = '39959' order by `id` desc limit 1160μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 39959
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '39959' and `team_id` = '325' and `year` = '2025' limit 1210μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 39959
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `player_photos` where `player_id` = '39936' order by `id` desc limit 1150μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 39936
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '39936' and `team_id` = '325' and `year` = '2025' limit 1210μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 39936
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `player_photos` where `player_id` = '39944' order by `id` desc limit 1160μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 39944
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '39944' and `team_id` = '325' and `year` = '2025' limit 1210μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 39944
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `player_photos` where `player_id` = '39949' order by `id` desc limit 1160μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 39949
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '39949' and `team_id` = '325' and `year` = '2025' limit 1220μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 39949
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `player_photos` where `player_id` = '39948' order by `id` desc limit 1150μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 39948
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '39948' and `team_id` = '325' and `year` = '2025' limit 1200μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 39948
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `player_photos` where `player_id` = '39955' order by `id` desc limit 1150μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 39955
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '39955' and `team_id` = '325' and `year` = '2025' limit 1260μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 39955
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `player_photos` where `player_id` = '39946' order by `id` desc limit 1300μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 39946
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '39946' and `team_id` = '325' and `year` = '2025' limit 1220μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 39946
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `player_photos` where `player_id` = '39938' order by `id` desc limit 1160μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 39938
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '39938' and `team_id` = '325' and `year` = '2025' limit 1220μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 39938
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `player_photos` where `player_id` = '39954' order by `id` desc limit 1190μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 39954
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '39954' and `team_id` = '325' and `year` = '2025' limit 1210μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 39954
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `player_photos` where `player_id` = '39950' order by `id` desc limit 1150μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 39950
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '39950' and `team_id` = '325' and `year` = '2025' limit 1210μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 39950
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `player_photos` where `player_id` = '39951' order by `id` desc limit 1150μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 39951
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '39951' and `team_id` = '325' and `year` = '2025' limit 1200μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 39951
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `player_photos` where `player_id` = '39952' order by `id` desc limit 1150μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 39952
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '39952' and `team_id` = '325' and `year` = '2025' limit 1200μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 39952
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `player_photos` where `player_id` = '39956' order by `id` desc limit 1150μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 39956
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '39956' and `team_id` = '325' and `year` = '2025' limit 1200μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 39956
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `player_photos` where `player_id` = '39941' order by `id` desc limit 1150μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 39941
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '39941' and `team_id` = '325' and `year` = '2025' limit 1220μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 39941
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `player_photos` where `player_id` = '39943' order by `id` desc limit 1150μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 39943
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '39943' and `team_id` = '325' and `year` = '2025' limit 1210μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 39943
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `player_photos` where `player_id` = '39953' order by `id` desc limit 1150μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 39953
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '39953' and `team_id` = '325' and `year` = '2025' limit 1270μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 39953
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `player_photos` where `player_id` = '40692' order by `id` desc limit 1140μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 40692
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '40692' and `team_id` = '325' and `year` = '2025' limit 1200μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 40692
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `player_photos` where `player_id` = '39947' order by `id` desc limit 1150μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 39947
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. view::front.team.show:271
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `questionnaires` where `convention` = '1' and `player_id` = '39947' and `team_id` = '325' and `year` = '2025' limit 1200μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 39947
        • 2. 325
        • 3. 2025
        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
        • 12. view::front.team.show:272
        • 19. /vendor/symfony/http-foundation/Response.php:202
        • 66. /public/index.php:54
      • select * from `groups` where `convention` = '16' limit 1130μsview::layouts.front.parts.header:103greencard12_teamdb
        Metadata
        Bindings
        • 0. 16
        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
        • 12. view::layouts.front.parts.header:103
        • 18. view::layouts.front:1
        • 24. view::front.team.show:629
        • 31. /vendor/symfony/http-foundation/Response.php:202
        • 78. /public/index.php:54
        guest
        true
          _token
          0JsJShVlCRMcnZlHnsVhLyZZBwTNesTrsrQchn8g
          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:27 [ "priority" => array:1 [ 0 => "u=0, i" ] "sec-fetch-dest" => array:1 [ 0 => ...
          request_server
          array:67 [ "PATH" => "/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" "PWD" => "/home/userfas...
          request_cookies
          []
          response_headers
          array:3 [ "cache-control" => array:1 [ 0 => "no-cache" ] "date" => array:1 [ 0 => "Thu...
          path_info
          /team/325
          session_attributes
          array:2 [ "_token" => "0JsJShVlCRMcnZlHnsVhLyZZBwTNesTrsrQchn8g" "PHPDEBUGBAR_STACK_DATA" => [] ...