チーム

TOP チーム

京都両洋高校

チーム紹介

設立年

1910年 設立

住所

京都府 京都市

チーム監督名

三浦 修

チームコーチ名

金田祐羽 三浦昭 蓮見和隆

ユニフォーム

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

目的・実績

指導方針や目標

Mission 雑草魂
Vission 人として輝く
Value  ・感謝の気持ちをもつ
     ・日常(学校)生活を大事にする
     ・Family(みんなのために自分ができることは全力で誠意一杯する)
     ・失敗を恐れずに挑戦し続ける
     ・主体性を持つ
     ・自律・自立する
Slogan Winning is not enough

過去の主な実績

選手情報

GK 川畠綾斗
川畠綾斗 GK
GK 明田皓介
明田皓介 GK
GK 吉田大剛
吉田大剛 GK
GK 奥野智望
奥野智望 GK
DF 橋野顕慎
橋野顕慎 DF
MF 宇都宮蒼生
宇都宮蒼生 MF
MF 小川彰太
小川彰太 MF
MF 幸田彪冴
幸田彪冴 MF
MF 三浦璃久
三浦璃久 MF
DF 澁谷來愛
澁谷來愛 DF
FW 吉田櫂
吉田櫂 FW
MF 藤原陸
藤原陸 MF
MF 西本琉衣
西本琉衣 MF
DF 川副健太郎
川副健太郎 DF
MF 中田瑛仁
中田瑛仁 MF
MF 西出音斗
西出音斗 MF
FW 田中京介
田中京介 FW
FW 渡邉晟太
渡邉晟太 FW
MF 渡辺悠斗
渡辺悠斗 MF
MF 竹内佑哉
竹内佑哉 MF
MF 柏木蒼大
柏木蒼大 MF
FW 谷口章太
谷口章太 FW
GK 川田将誠
川田将誠 GK
DF 久保昊生
久保昊生 DF
73.62msRequest Duration13MBMemory UsageGET team/{id}RouteGuestAuth status
    • Booting (12ms)
    • Application (65.46ms)
      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
      53 statements were executed36.85ms
      • 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` = '327' limit 1360μs/app/Http/Controllers/Front/TeamController.php:49greencard12_teamdb
        Metadata
        Bindings
        • 0. 2025
        • 1. 327
        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` = '327' and `convention_id` = '16' and `year` = '2025' limit 1190μs/app/Http/Controllers/Front/TeamController.php:50greencard12_teamdb
        Metadata
        Bindings
        • 0. 327
        • 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` = '327' and `convention_id` = '16' limit 1120μs/app/Http/Controllers/Front/TeamController.php:51greencard12_teamdb
        Metadata
        Bindings
        • 0. 327
        • 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=327 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=333 order by p.birthday26.22ms/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` = '27551' order by `id` desc limit 1120μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 27551
        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` = '27551' and `team_id` = '327' and `year` = '2025' limit 1340μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 27551
        • 2. 327
        • 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` = '27540' order by `id` desc limit 11.67msview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 27540
        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` = '27540' and `team_id` = '327' and `year` = '2025' limit 1180μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 27540
        • 2. 327
        • 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` = '28329' order by `id` desc limit 1280μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 28329
        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` = '28329' and `team_id` = '327' and `year` = '2025' limit 1180μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 28329
        • 2. 327
        • 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` = '40203' order by `id` desc limit 180μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 40203
        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` = '40203' and `team_id` = '327' and `year` = '2025' limit 1170μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 40203
        • 2. 327
        • 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` = '40212' order by `id` desc limit 1410μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 40212
        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` = '40212' and `team_id` = '327' and `year` = '2025' limit 1170μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 40212
        • 2. 327
        • 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` = '40196' order by `id` desc limit 180μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 40196
        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` = '40196' and `team_id` = '327' and `year` = '2025' limit 1170μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 40196
        • 2. 327
        • 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` = '40204' order by `id` desc limit 180μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 40204
        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` = '40204' and `team_id` = '327' and `year` = '2025' limit 1170μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 40204
        • 2. 327
        • 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` = '40197' order by `id` desc limit 180μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 40197
        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` = '40197' and `team_id` = '327' and `year` = '2025' limit 1170μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 40197
        • 2. 327
        • 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` = '40206' order by `id` desc limit 180μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 40206
        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` = '40206' and `team_id` = '327' and `year` = '2025' limit 1170μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 40206
        • 2. 327
        • 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` = '40211' order by `id` desc limit 170μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 40211
        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` = '40211' and `team_id` = '327' and `year` = '2025' limit 1170μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 40211
        • 2. 327
        • 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` = '40208' order by `id` desc limit 170μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 40208
        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` = '40208' and `team_id` = '327' and `year` = '2025' limit 1160μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 40208
        • 2. 327
        • 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` = '40195' order by `id` desc limit 180μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 40195
        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` = '40195' and `team_id` = '327' and `year` = '2025' limit 1170μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 40195
        • 2. 327
        • 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` = '40207' order by `id` desc limit 180μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 40207
        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` = '40207' and `team_id` = '327' and `year` = '2025' limit 1180μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 40207
        • 2. 327
        • 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` = '40210' order by `id` desc limit 180μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 40210
        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` = '40210' and `team_id` = '327' and `year` = '2025' limit 1180μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 40210
        • 2. 327
        • 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` = '40201' order by `id` desc limit 170μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 40201
        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` = '40201' and `team_id` = '327' and `year` = '2025' limit 1170μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 40201
        • 2. 327
        • 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` = '40205' order by `id` desc limit 1260μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 40205
        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` = '40205' and `team_id` = '327' and `year` = '2025' limit 1180μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 40205
        • 2. 327
        • 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` = '40200' order by `id` desc limit 170μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 40200
        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` = '40200' and `team_id` = '327' and `year` = '2025' limit 1170μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 40200
        • 2. 327
        • 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` = '40194' order by `id` desc limit 180μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 40194
        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` = '40194' and `team_id` = '327' and `year` = '2025' limit 1170μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 40194
        • 2. 327
        • 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` = '40209' order by `id` desc limit 180μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 40209
        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` = '40209' and `team_id` = '327' and `year` = '2025' limit 1180μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 40209
        • 2. 327
        • 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` = '40358' order by `id` desc limit 180μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 40358
        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` = '40358' and `team_id` = '327' and `year` = '2025' limit 1170μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 40358
        • 2. 327
        • 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` = '40198' order by `id` desc limit 1110μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 40198
        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` = '40198' and `team_id` = '327' and `year` = '2025' limit 1250μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 40198
        • 2. 327
        • 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` = '40202' order by `id` desc limit 1150μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 40202
        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` = '40202' and `team_id` = '327' and `year` = '2025' limit 1190μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 40202
        • 2. 327
        • 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` = '40199' order by `id` desc limit 11.03msview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 40199
        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` = '40199' and `team_id` = '327' and `year` = '2025' limit 1180μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 40199
        • 2. 327
        • 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` = '40287' order by `id` desc limit 1250μsview::front.team.show:271greencard12_teamdb
        Metadata
        Bindings
        • 0. 40287
        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` = '40287' and `team_id` = '327' and `year` = '2025' limit 1180μsview::front.team.show:272greencard12_teamdb
        Metadata
        Bindings
        • 0. 1
        • 1. 40287
        • 2. 327
        • 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 1100μ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
          ZXdYERlFKLENzGeWkNuorSuWdSFronA94eRsDf5g
          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/327
          session_attributes
          array:2 [ "_token" => "ZXdYERlFKLENzGeWkNuorSuWdSFronA94eRsDf5g" "PHPDEBUGBAR_STACK_DATA" => [] ...