ギャラリー

TOP ギャラリー
1.57sRequest Duration14MBMemory UsageGET gallery/index/{groups_id?}/{yyyy?}RouteGuestAuth status
    • Booting (9.49ms)
    • Application (1.56s)
      5 templates were rendered
      • front.gallery.index (resources/views/front/gallery/index.blade.php)8blade
        Params
        0
        groups_id
        1
        nav_on
        2
        matches
        3
        leagues
        4
        yyyy
        5
        groups
        6
        groupings
        7
        default_period
      • front.parts.side (resources/views/front/parts/side.blade.php)20blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        groups_id
        5
        nav_on
        6
        matches
        7
        leagues
        8
        yyyy
        9
        groups
        10
        groupings
        11
        default_period
        12
        page_title
        13
        year
        14
        group
        15
        __empty_1
        16
        league
        17
        __empty_2
        18
        match
        19
        photo
      • layouts.front (resources/views/layouts/front.blade.php)20blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        groups_id
        5
        nav_on
        6
        matches
        7
        leagues
        8
        yyyy
        9
        groups
        10
        groupings
        11
        default_period
        12
        page_title
        13
        year
        14
        group
        15
        __empty_1
        16
        league
        17
        __empty_2
        18
        match
        19
        photo
      • layouts.front.parts.header (resources/views/layouts/front/parts/header.blade.php)20blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        groups_id
        5
        nav_on
        6
        matches
        7
        leagues
        8
        yyyy
        9
        groups
        10
        groupings
        11
        default_period
        12
        page_title
        13
        year
        14
        group
        15
        __empty_1
        16
        league
        17
        __empty_2
        18
        match
        19
        photo
      • layouts.front.parts.footer (resources/views/layouts/front/parts/footer.blade.php)20blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        groups_id
        5
        nav_on
        6
        matches
        7
        leagues
        8
        yyyy
        9
        groups
        10
        groupings
        11
        default_period
        12
        page_title
        13
        year
        14
        group
        15
        __empty_1
        16
        league
        17
        __empty_2
        18
        match
        19
        photo
      uri
      GET gallery/index/{groups_id?}/{yyyy?}
      as
      front.gallery.index
      controller
      App\Http\Controllers\Front\GalleryController@index
      namespace
      App\Http\Controllers
      prefix
      null
      where
      file
      app/Http/Controllers/Front/GalleryController.php:24-68
      108 statements were executed, 61 of which were duplicated, 47 unique1.5s
      • select * from `groups` where `convention` = '16' and `grouping` = '23' and `id` not in ('84', '85')290μs/app/Http/Controllers/Front/GalleryController.php:38greencard12_teamdb
        Metadata
        Bindings
        • 0. 16
        • 1. 23
        • 2. 84
        • 3. 85
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 11. /app/Http/Controllers/Front/GalleryController.php:38
        • 60. /public/index.php:54
      • select `id` from `groups` where `convention` = '16' and `grouping` = '23' and `id` not in ('84', '85')110μs/app/Http/Controllers/Front/GalleryController.php:40greencard12_teamdb
        Metadata
        Bindings
        • 0. 16
        • 1. 23
        • 2. 84
        • 3. 85
        Backtrace
        • 11. /app/Http/Controllers/Front/GalleryController.php:40
        • 60. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `year` = '2024' and `group_id` in ('65', '66', '69', '86', '87') and `convention` = '16'160μs/app/Http/Controllers/Front/GalleryController.php:49greencard12_teamdb
        Metadata
        Bindings
        • 0. 2024
        • 1. 65
        • 2. 66
        • 3. 69
        • 4. 86
        • 5. 87
        • 6. 16
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 11. /app/Http/Controllers/Front/GalleryController.php:49
        • 60. /public/index.php:54
      • select `id` from `leagues` where `leagues`.`deleted_at` is null and `year` = '2024' and `group_id` in ('65', '66', '69', '86', '87') and `convention` = '16'100μs/app/Http/Controllers/Front/GalleryController.php:51greencard12_teamdb
        Metadata
        Bindings
        • 0. 2024
        • 1. 65
        • 2. 66
        • 3. 69
        • 4. 86
        • 5. 87
        • 6. 16
        Backtrace
        • 11. /app/Http/Controllers/Front/GalleryController.php:51
        • 60. /public/index.php:54
      • select count(*) as aggregate from `matches` where `matches`.`deleted_at` is null and `leagues_id` in ('140', '141', '142') and (select count(*) from `match_photos` where `match_photos`.`match_id` = `matches`.`id`) >= 1150μs/app/Http/Controllers/Front/GalleryController.php:59greencard12_teamdb
        Metadata
        Bindings
        • 0. 140
        • 1. 141
        • 2. 142
        Backtrace
        • 11. /app/Http/Controllers/Front/GalleryController.php:59
        • 60. /public/index.php:54
      • select * from `matches` where `matches`.`deleted_at` is null and `leagues_id` in ('140', '141', '142') and (select count(*) from `match_photos` where `match_photos`.`match_id` = `matches`.`id`) >= 1 order by `match_at` desc limit 10 offset 01.26s/app/Http/Controllers/Front/GalleryController.php:59greencard12_teamdb
        Metadata
        Bindings
        • 0. 140
        • 1. 141
        • 2. 142
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /app/Http/Controllers/Front/GalleryController.php:59
        • 61. /public/index.php:54
      • select count(*) as aggregate from `matches` where `matches`.`deleted_at` is null and `leagues_id` = '140' and (select count(*) from `match_photos` where `match_photos`.`match_id` = `matches`.`id`) >= 12.07ms/app/Http/Controllers/Front/GalleryController.php:62greencard12_teamdb
        Metadata
        Bindings
        • 0. 140
        Backtrace
        • 11. /app/Http/Controllers/Front/GalleryController.php:62
        • 60. /public/index.php:54
      • select * from `matches` where `matches`.`deleted_at` is null and `leagues_id` = '140' and (select count(*) from `match_photos` where `match_photos`.`match_id` = `matches`.`id`) >= 1 order by `match_at` desc limit 10 offset 077.5ms/app/Http/Controllers/Front/GalleryController.php:62greencard12_teamdb
        Metadata
        Bindings
        • 0. 140
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /app/Http/Controllers/Front/GalleryController.php:62
        • 61. /public/index.php:54
      • select count(*) as aggregate from `matches` where `matches`.`deleted_at` is null and `leagues_id` = '141' and (select count(*) from `match_photos` where `match_photos`.`match_id` = `matches`.`id`) >= 1190μs/app/Http/Controllers/Front/GalleryController.php:62greencard12_teamdb
        Metadata
        Bindings
        • 0. 141
        Backtrace
        • 11. /app/Http/Controllers/Front/GalleryController.php:62
        • 60. /public/index.php:54
      • select * from `matches` where `matches`.`deleted_at` is null and `leagues_id` = '141' and (select count(*) from `match_photos` where `match_photos`.`match_id` = `matches`.`id`) >= 1 order by `match_at` desc limit 10 offset 099.01ms/app/Http/Controllers/Front/GalleryController.php:62greencard12_teamdb
        Metadata
        Bindings
        • 0. 141
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /app/Http/Controllers/Front/GalleryController.php:62
        • 61. /public/index.php:54
      • select count(*) as aggregate from `matches` where `matches`.`deleted_at` is null and `leagues_id` = '142' and (select count(*) from `match_photos` where `match_photos`.`match_id` = `matches`.`id`) >= 1180μs/app/Http/Controllers/Front/GalleryController.php:62greencard12_teamdb
        Metadata
        Bindings
        • 0. 142
        Backtrace
        • 11. /app/Http/Controllers/Front/GalleryController.php:62
        • 60. /public/index.php:54
      • select * from `matches` where `matches`.`deleted_at` is null and `leagues_id` = '142' and (select count(*) from `match_photos` where `match_photos`.`match_id` = `matches`.`id`) >= 1 order by `match_at` desc limit 10 offset 047.04ms/app/Http/Controllers/Front/GalleryController.php:62greencard12_teamdb
        Metadata
        Bindings
        • 0. 142
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /app/Http/Controllers/Front/GalleryController.php:62
        • 61. /public/index.php:54
      • select * from `groups` where `groups`.`id` = '66' and `groups`.`id` is not null limit 1160μsview::front.gallery.index:98greencard12_teamdb
        Metadata
        Bindings
        • 0. 66
        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
        • 17. view::front.gallery.index:98
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '329' and `teams`.`id` is not null limit 1280μsview::front.gallery.index:104greencard12_teamdb
        Metadata
        Bindings
        • 0. 329
        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
        • 17. view::front.gallery.index:104
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '328' and `teams`.`id` is not null limit 1250μsview::front.gallery.index:108greencard12_teamdb
        Metadata
        Bindings
        • 0. 328
        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
        • 17. view::front.gallery.index:108
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '140' and `leagues`.`id` is not null limit 1130μsview::front.gallery.index:110greencard12_teamdb
        Metadata
        Bindings
        • 0. 140
        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
        • 17. view::front.gallery.index:110
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `match_photos` where `match_photos`.`match_id` = '3493' and `match_photos`.`match_id` is not null100μsview::front.gallery.index:113greencard12_teamdb
        Metadata
        Bindings
        • 0. 3493
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::front.gallery.index:113
        • 23. /vendor/symfony/http-foundation/Response.php:202
        • 70. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '328' and `teams`.`id` is not null limit 1220μsview::front.gallery.index:104greencard12_teamdb
        Metadata
        Bindings
        • 0. 328
        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
        • 17. view::front.gallery.index:104
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '300' and `teams`.`id` is not null limit 1210μsview::front.gallery.index:108greencard12_teamdb
        Metadata
        Bindings
        • 0. 300
        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
        • 17. view::front.gallery.index:108
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '140' and `leagues`.`id` is not null limit 1120μsview::front.gallery.index:110greencard12_teamdb
        Metadata
        Bindings
        • 0. 140
        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
        • 17. view::front.gallery.index:110
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `match_photos` where `match_photos`.`match_id` = '3487' and `match_photos`.`match_id` is not null90μsview::front.gallery.index:113greencard12_teamdb
        Metadata
        Bindings
        • 0. 3487
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::front.gallery.index:113
        • 23. /vendor/symfony/http-foundation/Response.php:202
        • 70. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '325' and `teams`.`id` is not null limit 1240μsview::front.gallery.index:104greencard12_teamdb
        Metadata
        Bindings
        • 0. 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
        • 17. view::front.gallery.index:104
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '300' and `teams`.`id` is not null limit 1230μsview::front.gallery.index:108greencard12_teamdb
        Metadata
        Bindings
        • 0. 300
        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
        • 17. view::front.gallery.index:108
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '140' and `leagues`.`id` is not null limit 1120μsview::front.gallery.index:110greencard12_teamdb
        Metadata
        Bindings
        • 0. 140
        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
        • 17. view::front.gallery.index:110
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `match_photos` where `match_photos`.`match_id` = '3472' and `match_photos`.`match_id` is not null90μsview::front.gallery.index:113greencard12_teamdb
        Metadata
        Bindings
        • 0. 3472
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::front.gallery.index:113
        • 23. /vendor/symfony/http-foundation/Response.php:202
        • 70. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '326' and `teams`.`id` is not null limit 1210μsview::front.gallery.index:104greencard12_teamdb
        Metadata
        Bindings
        • 0. 326
        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
        • 17. view::front.gallery.index:104
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '325' and `teams`.`id` is not null limit 1200μsview::front.gallery.index:108greencard12_teamdb
        Metadata
        Bindings
        • 0. 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
        • 17. view::front.gallery.index:108
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '140' and `leagues`.`id` is not null limit 1120μsview::front.gallery.index:110greencard12_teamdb
        Metadata
        Bindings
        • 0. 140
        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
        • 17. view::front.gallery.index:110
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `match_photos` where `match_photos`.`match_id` = '3463' and `match_photos`.`match_id` is not null90μsview::front.gallery.index:113greencard12_teamdb
        Metadata
        Bindings
        • 0. 3463
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::front.gallery.index:113
        • 23. /vendor/symfony/http-foundation/Response.php:202
        • 70. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '325' and `teams`.`id` is not null limit 1230μsview::front.gallery.index:104greencard12_teamdb
        Metadata
        Bindings
        • 0. 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
        • 17. view::front.gallery.index:104
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '328' and `teams`.`id` is not null limit 1210μsview::front.gallery.index:108greencard12_teamdb
        Metadata
        Bindings
        • 0. 328
        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
        • 17. view::front.gallery.index:108
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '140' and `leagues`.`id` is not null limit 1110μsview::front.gallery.index:110greencard12_teamdb
        Metadata
        Bindings
        • 0. 140
        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
        • 17. view::front.gallery.index:110
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `match_photos` where `match_photos`.`match_id` = '3457' and `match_photos`.`match_id` is not null90μsview::front.gallery.index:113greencard12_teamdb
        Metadata
        Bindings
        • 0. 3457
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::front.gallery.index:113
        • 23. /vendor/symfony/http-foundation/Response.php:202
        • 70. /public/index.php:54
      • select * from `groups` where `groups`.`id` = '65' and `groups`.`id` is not null limit 1110μsview::front.gallery.index:98greencard12_teamdb
        Metadata
        Bindings
        • 0. 65
        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
        • 17. view::front.gallery.index:98
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '52' and `teams`.`id` is not null limit 1240μsview::front.gallery.index:104greencard12_teamdb
        Metadata
        Bindings
        • 0. 52
        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
        • 17. view::front.gallery.index:104
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '62' and `teams`.`id` is not null limit 1230μsview::front.gallery.index:108greencard12_teamdb
        Metadata
        Bindings
        • 0. 62
        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
        • 17. view::front.gallery.index:108
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '141' and `leagues`.`id` is not null limit 1120μsview::front.gallery.index:110greencard12_teamdb
        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
        • 17. view::front.gallery.index:110
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `match_photos` where `match_photos`.`match_id` = '3538' and `match_photos`.`match_id` is not null90μsview::front.gallery.index:113greencard12_teamdb
        Metadata
        Bindings
        • 0. 3538
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::front.gallery.index:113
        • 23. /vendor/symfony/http-foundation/Response.php:202
        • 70. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '289' and `teams`.`id` is not null limit 1250μsview::front.gallery.index:104greencard12_teamdb
        Metadata
        Bindings
        • 0. 289
        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
        • 17. view::front.gallery.index:104
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '56' and `teams`.`id` is not null limit 1280μsview::front.gallery.index:108greencard12_teamdb
        Metadata
        Bindings
        • 0. 56
        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
        • 17. view::front.gallery.index:108
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '141' and `leagues`.`id` is not null limit 1140μsview::front.gallery.index:110greencard12_teamdb
        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
        • 17. view::front.gallery.index:110
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `match_photos` where `match_photos`.`match_id` = '3557' and `match_photos`.`match_id` is not null100μsview::front.gallery.index:113greencard12_teamdb
        Metadata
        Bindings
        • 0. 3557
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::front.gallery.index:113
        • 23. /vendor/symfony/http-foundation/Response.php:202
        • 70. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '294' and `teams`.`id` is not null limit 1220μsview::front.gallery.index:104greencard12_teamdb
        Metadata
        Bindings
        • 0. 294
        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
        • 17. view::front.gallery.index:104
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '63' and `teams`.`id` is not null limit 1220μsview::front.gallery.index:108greencard12_teamdb
        Metadata
        Bindings
        • 0. 63
        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
        • 17. view::front.gallery.index:108
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '141' and `leagues`.`id` is not null limit 1120μsview::front.gallery.index:110greencard12_teamdb
        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
        • 17. view::front.gallery.index:110
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `match_photos` where `match_photos`.`match_id` = '3554' and `match_photos`.`match_id` is not null90μsview::front.gallery.index:113greencard12_teamdb
        Metadata
        Bindings
        • 0. 3554
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::front.gallery.index:113
        • 23. /vendor/symfony/http-foundation/Response.php:202
        • 70. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '293' and `teams`.`id` is not null limit 1250μsview::front.gallery.index:104greencard12_teamdb
        Metadata
        Bindings
        • 0. 293
        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
        • 17. view::front.gallery.index:104
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '52' and `teams`.`id` is not null limit 1220μsview::front.gallery.index:108greencard12_teamdb
        Metadata
        Bindings
        • 0. 52
        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
        • 17. view::front.gallery.index:108
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '141' and `leagues`.`id` is not null limit 1120μsview::front.gallery.index:110greencard12_teamdb
        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
        • 17. view::front.gallery.index:110
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `match_photos` where `match_photos`.`match_id` = '3563' and `match_photos`.`match_id` is not null110μsview::front.gallery.index:113greencard12_teamdb
        Metadata
        Bindings
        • 0. 3563
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::front.gallery.index:113
        • 23. /vendor/symfony/http-foundation/Response.php:202
        • 70. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '294' and `teams`.`id` is not null limit 1210μsview::front.gallery.index:104greencard12_teamdb
        Metadata
        Bindings
        • 0. 294
        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
        • 17. view::front.gallery.index:104
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '299' and `teams`.`id` is not null limit 1210μsview::front.gallery.index:108greencard12_teamdb
        Metadata
        Bindings
        • 0. 299
        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
        • 17. view::front.gallery.index:108
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '141' and `leagues`.`id` is not null limit 1120μsview::front.gallery.index:110greencard12_teamdb
        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
        • 17. view::front.gallery.index:110
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `match_photos` where `match_photos`.`match_id` = '3500' and `match_photos`.`match_id` is not null90μsview::front.gallery.index:113greencard12_teamdb
        Metadata
        Bindings
        • 0. 3500
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::front.gallery.index:113
        • 23. /vendor/symfony/http-foundation/Response.php:202
        • 70. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '52' and `teams`.`id` is not null limit 1200μsview::front.gallery.index:104greencard12_teamdb
        Metadata
        Bindings
        • 0. 52
        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
        • 17. view::front.gallery.index:104
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '289' and `teams`.`id` is not null limit 1210μsview::front.gallery.index:108greencard12_teamdb
        Metadata
        Bindings
        • 0. 289
        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
        • 17. view::front.gallery.index:108
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '141' and `leagues`.`id` is not null limit 1110μsview::front.gallery.index:110greencard12_teamdb
        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
        • 17. view::front.gallery.index:110
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `match_photos` where `match_photos`.`match_id` = '3552' and `match_photos`.`match_id` is not null90μsview::front.gallery.index:113greencard12_teamdb
        Metadata
        Bindings
        • 0. 3552
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::front.gallery.index:113
        • 23. /vendor/symfony/http-foundation/Response.php:202
        • 70. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '57' and `teams`.`id` is not null limit 1220μsview::front.gallery.index:104greencard12_teamdb
        Metadata
        Bindings
        • 0. 57
        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
        • 17. view::front.gallery.index:104
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '289' and `teams`.`id` is not null limit 1190μsview::front.gallery.index:108greencard12_teamdb
        Metadata
        Bindings
        • 0. 289
        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
        • 17. view::front.gallery.index:108
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '141' and `leagues`.`id` is not null limit 1110μsview::front.gallery.index:110greencard12_teamdb
        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
        • 17. view::front.gallery.index:110
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `match_photos` where `match_photos`.`match_id` = '3518' and `match_photos`.`match_id` is not null100μsview::front.gallery.index:113greencard12_teamdb
        Metadata
        Bindings
        • 0. 3518
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::front.gallery.index:113
        • 23. /vendor/symfony/http-foundation/Response.php:202
        • 70. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '294' and `teams`.`id` is not null limit 1210μsview::front.gallery.index:104greencard12_teamdb
        Metadata
        Bindings
        • 0. 294
        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
        • 17. view::front.gallery.index:104
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '56' and `teams`.`id` is not null limit 1210μsview::front.gallery.index:108greencard12_teamdb
        Metadata
        Bindings
        • 0. 56
        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
        • 17. view::front.gallery.index:108
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '141' and `leagues`.`id` is not null limit 1140μsview::front.gallery.index:110greencard12_teamdb
        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
        • 17. view::front.gallery.index:110
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `match_photos` where `match_photos`.`match_id` = '3514' and `match_photos`.`match_id` is not null90μsview::front.gallery.index:113greencard12_teamdb
        Metadata
        Bindings
        • 0. 3514
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::front.gallery.index:113
        • 23. /vendor/symfony/http-foundation/Response.php:202
        • 70. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '293' and `teams`.`id` is not null limit 1200μsview::front.gallery.index:104greencard12_teamdb
        Metadata
        Bindings
        • 0. 293
        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
        • 17. view::front.gallery.index:104
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '59' and `teams`.`id` is not null limit 1210μsview::front.gallery.index:108greencard12_teamdb
        Metadata
        Bindings
        • 0. 59
        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
        • 17. view::front.gallery.index:108
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '141' and `leagues`.`id` is not null limit 1120μsview::front.gallery.index:110greencard12_teamdb
        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
        • 17. view::front.gallery.index:110
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `match_photos` where `match_photos`.`match_id` = '3520' and `match_photos`.`match_id` is not null90μsview::front.gallery.index:113greencard12_teamdb
        Metadata
        Bindings
        • 0. 3520
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::front.gallery.index:113
        • 23. /vendor/symfony/http-foundation/Response.php:202
        • 70. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '299' and `teams`.`id` is not null limit 1210μsview::front.gallery.index:104greencard12_teamdb
        Metadata
        Bindings
        • 0. 299
        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
        • 17. view::front.gallery.index:104
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '293' and `teams`.`id` is not null limit 1200μsview::front.gallery.index:108greencard12_teamdb
        Metadata
        Bindings
        • 0. 293
        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
        • 17. view::front.gallery.index:108
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '141' and `leagues`.`id` is not null limit 1190μsview::front.gallery.index:110greencard12_teamdb
        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
        • 17. view::front.gallery.index:110
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `match_photos` where `match_photos`.`match_id` = '3556' and `match_photos`.`match_id` is not null100μsview::front.gallery.index:113greencard12_teamdb
        Metadata
        Bindings
        • 0. 3556
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::front.gallery.index:113
        • 23. /vendor/symfony/http-foundation/Response.php:202
        • 70. /public/index.php:54
      • select * from `groups` where `groups`.`id` = '69' and `groups`.`id` is not null limit 1100μsview::front.gallery.index:98greencard12_teamdb
        Metadata
        Bindings
        • 0. 69
        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
        • 17. view::front.gallery.index:98
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '334' and `teams`.`id` is not null limit 1240μsview::front.gallery.index:104greencard12_teamdb
        Metadata
        Bindings
        • 0. 334
        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
        • 17. view::front.gallery.index:104
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '301' and `teams`.`id` is not null limit 1210μsview::front.gallery.index:108greencard12_teamdb
        Metadata
        Bindings
        • 0. 301
        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
        • 17. view::front.gallery.index:108
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '142' and `leagues`.`id` is not null limit 1110μsview::front.gallery.index:110greencard12_teamdb
        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
        • 17. view::front.gallery.index:110
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `match_photos` where `match_photos`.`match_id` = '3439' and `match_photos`.`match_id` is not null110μsview::front.gallery.index:113greencard12_teamdb
        Metadata
        Bindings
        • 0. 3439
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::front.gallery.index:113
        • 23. /vendor/symfony/http-foundation/Response.php:202
        • 70. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '19' and `teams`.`id` is not null limit 1220μsview::front.gallery.index:104greencard12_teamdb
        Metadata
        Bindings
        • 0. 19
        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
        • 17. view::front.gallery.index:104
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '331' and `teams`.`id` is not null limit 1200μsview::front.gallery.index:108greencard12_teamdb
        Metadata
        Bindings
        • 0. 331
        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
        • 17. view::front.gallery.index:108
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '142' and `leagues`.`id` is not null limit 1110μsview::front.gallery.index:110greencard12_teamdb
        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
        • 17. view::front.gallery.index:110
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `match_photos` where `match_photos`.`match_id` = '3440' and `match_photos`.`match_id` is not null90μsview::front.gallery.index:113greencard12_teamdb
        Metadata
        Bindings
        • 0. 3440
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::front.gallery.index:113
        • 23. /vendor/symfony/http-foundation/Response.php:202
        • 70. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '333' and `teams`.`id` is not null limit 1230μsview::front.gallery.index:104greencard12_teamdb
        Metadata
        Bindings
        • 0. 333
        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
        • 17. view::front.gallery.index:104
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '301' and `teams`.`id` is not null limit 1200μsview::front.gallery.index:108greencard12_teamdb
        Metadata
        Bindings
        • 0. 301
        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
        • 17. view::front.gallery.index:108
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '142' and `leagues`.`id` is not null limit 1120μsview::front.gallery.index:110greencard12_teamdb
        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
        • 17. view::front.gallery.index:110
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `match_photos` where `match_photos`.`match_id` = '3433' and `match_photos`.`match_id` is not null90μsview::front.gallery.index:113greencard12_teamdb
        Metadata
        Bindings
        • 0. 3433
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::front.gallery.index:113
        • 23. /vendor/symfony/http-foundation/Response.php:202
        • 70. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '301' and `teams`.`id` is not null limit 1200μsview::front.gallery.index:104greencard12_teamdb
        Metadata
        Bindings
        • 0. 301
        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
        • 17. view::front.gallery.index:104
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '332' and `teams`.`id` is not null limit 1190μsview::front.gallery.index:108greencard12_teamdb
        Metadata
        Bindings
        • 0. 332
        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
        • 17. view::front.gallery.index:108
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '142' and `leagues`.`id` is not null limit 1110μsview::front.gallery.index:110greencard12_teamdb
        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
        • 17. view::front.gallery.index:110
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `match_photos` where `match_photos`.`match_id` = '3430' and `match_photos`.`match_id` is not null90μsview::front.gallery.index:113greencard12_teamdb
        Metadata
        Bindings
        • 0. 3430
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::front.gallery.index:113
        • 23. /vendor/symfony/http-foundation/Response.php:202
        • 70. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '301' and `teams`.`id` is not null limit 1200μsview::front.gallery.index:104greencard12_teamdb
        Metadata
        Bindings
        • 0. 301
        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
        • 17. view::front.gallery.index:104
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '19' and `teams`.`id` is not null limit 1210μsview::front.gallery.index:108greencard12_teamdb
        Metadata
        Bindings
        • 0. 19
        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
        • 17. view::front.gallery.index:108
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '142' and `leagues`.`id` is not null limit 1120μsview::front.gallery.index:110greencard12_teamdb
        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
        • 17. view::front.gallery.index:110
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `match_photos` where `match_photos`.`match_id` = '3436' and `match_photos`.`match_id` is not null90μsview::front.gallery.index:113greencard12_teamdb
        Metadata
        Bindings
        • 0. 3436
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::front.gallery.index:113
        • 23. /vendor/symfony/http-foundation/Response.php:202
        • 70. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '331' and `teams`.`id` is not null limit 1200μsview::front.gallery.index:104greencard12_teamdb
        Metadata
        Bindings
        • 0. 331
        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
        • 17. view::front.gallery.index:104
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '301' and `teams`.`id` is not null limit 1190μsview::front.gallery.index:108greencard12_teamdb
        Metadata
        Bindings
        • 0. 301
        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
        • 17. view::front.gallery.index:108
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '142' and `leagues`.`id` is not null limit 1110μsview::front.gallery.index:110greencard12_teamdb
        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
        • 17. view::front.gallery.index:110
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `match_photos` where `match_photos`.`match_id` = '3427' and `match_photos`.`match_id` is not null90μsview::front.gallery.index:113greencard12_teamdb
        Metadata
        Bindings
        • 0. 3427
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::front.gallery.index:113
        • 23. /vendor/symfony/http-foundation/Response.php:202
        • 70. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '19' and `teams`.`id` is not null limit 1210μsview::front.gallery.index:104greencard12_teamdb
        Metadata
        Bindings
        • 0. 19
        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
        • 17. view::front.gallery.index:104
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '334' and `teams`.`id` is not null limit 1210μsview::front.gallery.index:108greencard12_teamdb
        Metadata
        Bindings
        • 0. 334
        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
        • 17. view::front.gallery.index:108
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '142' and `leagues`.`id` is not null limit 1110μsview::front.gallery.index:110greencard12_teamdb
        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
        • 17. view::front.gallery.index:110
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `match_photos` where `match_photos`.`match_id` = '3432' and `match_photos`.`match_id` is not null90μsview::front.gallery.index:113greencard12_teamdb
        Metadata
        Bindings
        • 0. 3432
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::front.gallery.index:113
        • 23. /vendor/symfony/http-foundation/Response.php:202
        • 70. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '301' and `teams`.`id` is not null limit 1200μsview::front.gallery.index:104greencard12_teamdb
        Metadata
        Bindings
        • 0. 301
        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
        • 17. view::front.gallery.index:104
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `teams` where `teams`.`deleted_at` is null and `teams`.`id` = '334' and `teams`.`id` is not null limit 1210μsview::front.gallery.index:108greencard12_teamdb
        Metadata
        Bindings
        • 0. 334
        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
        • 17. view::front.gallery.index:108
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `leagues`.`id` = '142' and `leagues`.`id` is not null limit 1110μsview::front.gallery.index:110greencard12_teamdb
        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
        • 17. view::front.gallery.index:110
        • 24. /vendor/symfony/http-foundation/Response.php:202
        • 71. /public/index.php:54
      • select * from `match_photos` where `match_photos`.`match_id` = '3424' and `match_photos`.`match_id` is not null110μsview::front.gallery.index:113greencard12_teamdb
        Metadata
        Bindings
        • 0. 3424
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 16. view::front.gallery.index:113
        • 23. /vendor/symfony/http-foundation/Response.php:202
        • 70. /public/index.php:54
      • select * from `groups` where `convention` = '16' limit 1110μ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.gallery.index:148
        • 31. /vendor/symfony/http-foundation/Response.php:202
        • 78. /public/index.php:54
        guest
        true
          _token
          f3fHAjfWJ8a7R1U3JRO9hFPgCpgxi1tRdUYBPcdI
          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 => "Sat...
          path_info
          /gallery/index/66/2024
          session_attributes
          array:2 [ "_token" => "f3fHAjfWJ8a7R1U3JRO9hFPgCpgxi1tRdUYBPcdI" "PHPDEBUGBAR_STACK_DATA" => [] ...