ギャラリー

TOP ギャラリー
38.83msRequest Duration7.25MBMemory UsageGET gallery/index/{groups_id?}/{yyyy?}RouteGuestAuth status
    • Booting (15.09ms)
    • Application (28.5ms)
      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)18blade
        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
      • layouts.front (resources/views/layouts/front.blade.php)18blade
        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
      • layouts.front.parts.header (resources/views/layouts/front/parts/header.blade.php)18blade
        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
      • layouts.front.parts.footer (resources/views/layouts/front/parts/footer.blade.php)18blade
        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
      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
      22 statements were executed2.97ms
      • select * from `groups` where `convention` = '16' and `grouping` = '23' and `id` <> '66'250μs/app/Http/Controllers/Front/GalleryController.php:43greencard12_teamdb
        Metadata
        Bindings
        • 0. 16
        • 1. 23
        • 2. 66
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 11. /app/Http/Controllers/Front/GalleryController.php:43
        • 60. /public/index.php:54
      • select `id` from `groups` where `convention` = '16' and `grouping` = '23' and `id` <> '66'90μs/app/Http/Controllers/Front/GalleryController.php:45greencard12_teamdb
        Metadata
        Bindings
        • 0. 16
        • 1. 23
        • 2. 66
        Backtrace
        • 11. /app/Http/Controllers/Front/GalleryController.php:45
        • 60. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `year` = '2025' and `group_id` in ('65', '69', '84', '85', '86', '87') and `convention` = '16'150μs/app/Http/Controllers/Front/GalleryController.php:49greencard12_teamdb
        Metadata
        Bindings
        • 0. 2025
        • 1. 65
        • 2. 69
        • 3. 84
        • 4. 85
        • 5. 86
        • 6. 87
        • 7. 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` = '2025' and `group_id` in ('65', '69', '84', '85', '86', '87') and `convention` = '16'120μs/app/Http/Controllers/Front/GalleryController.php:51greencard12_teamdb
        Metadata
        Bindings
        • 0. 2025
        • 1. 65
        • 2. 69
        • 3. 84
        • 4. 85
        • 5. 86
        • 6. 87
        • 7. 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 ('243', '244', '245', '246', '247') and (select count(*) from `match_photos` where `match_photos`.`match_id` = `matches`.`id`) >= 1160μs/app/Http/Controllers/Front/GalleryController.php:59greencard12_teamdb
        Metadata
        Bindings
        • 0. 243
        • 1. 244
        • 2. 245
        • 3. 246
        • 4. 247
        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 ('243', '244', '245', '246', '247') and (select count(*) from `match_photos` where `match_photos`.`match_id` = `matches`.`id`) >= 1 order by `match_at` desc limit 10 offset 0170μs/app/Http/Controllers/Front/GalleryController.php:59greencard12_teamdb
        Metadata
        Bindings
        • 0. 243
        • 1. 244
        • 2. 245
        • 3. 246
        • 4. 247
        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` = '243' and (select count(*) from `match_photos` where `match_photos`.`match_id` = `matches`.`id`) >= 180μs/app/Http/Controllers/Front/GalleryController.php:62greencard12_teamdb
        Metadata
        Bindings
        • 0. 243
        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` = '243' and (select count(*) from `match_photos` where `match_photos`.`match_id` = `matches`.`id`) >= 1 order by `match_at` desc limit 10 offset 0120μs/app/Http/Controllers/Front/GalleryController.php:62greencard12_teamdb
        Metadata
        Bindings
        • 0. 243
        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` = '244' and (select count(*) from `match_photos` where `match_photos`.`match_id` = `matches`.`id`) >= 1150μs/app/Http/Controllers/Front/GalleryController.php:62greencard12_teamdb
        Metadata
        Bindings
        • 0. 244
        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` = '244' and (select count(*) from `match_photos` where `match_photos`.`match_id` = `matches`.`id`) >= 1 order by `match_at` desc limit 10 offset 0200μs/app/Http/Controllers/Front/GalleryController.php:62greencard12_teamdb
        Metadata
        Bindings
        • 0. 244
        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` = '245' and (select count(*) from `match_photos` where `match_photos`.`match_id` = `matches`.`id`) >= 1120μs/app/Http/Controllers/Front/GalleryController.php:62greencard12_teamdb
        Metadata
        Bindings
        • 0. 245
        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` = '245' and (select count(*) from `match_photos` where `match_photos`.`match_id` = `matches`.`id`) >= 1 order by `match_at` desc limit 10 offset 0150μs/app/Http/Controllers/Front/GalleryController.php:62greencard12_teamdb
        Metadata
        Bindings
        • 0. 245
        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` = '246' and (select count(*) from `match_photos` where `match_photos`.`match_id` = `matches`.`id`) >= 190μs/app/Http/Controllers/Front/GalleryController.php:62greencard12_teamdb
        Metadata
        Bindings
        • 0. 246
        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` = '246' and (select count(*) from `match_photos` where `match_photos`.`match_id` = `matches`.`id`) >= 1 order by `match_at` desc limit 10 offset 0140μs/app/Http/Controllers/Front/GalleryController.php:62greencard12_teamdb
        Metadata
        Bindings
        • 0. 246
        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` = '247' and (select count(*) from `match_photos` where `match_photos`.`match_id` = `matches`.`id`) >= 1120μs/app/Http/Controllers/Front/GalleryController.php:62greencard12_teamdb
        Metadata
        Bindings
        • 0. 247
        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` = '247' and (select count(*) from `match_photos` where `match_photos`.`match_id` = `matches`.`id`) >= 1 order by `match_at` desc limit 10 offset 0140μs/app/Http/Controllers/Front/GalleryController.php:62greencard12_teamdb
        Metadata
        Bindings
        • 0. 247
        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` = '69' and `groups`.`id` is not null limit 1120μ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 `groups` where `groups`.`id` = '84' and `groups`.`id` is not null limit 1120μsview::front.gallery.index:98greencard12_teamdb
        Metadata
        Bindings
        • 0. 84
        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 `groups` where `groups`.`id` = '85' and `groups`.`id` is not null limit 190μsview::front.gallery.index:98greencard12_teamdb
        Metadata
        Bindings
        • 0. 85
        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 `groups` where `groups`.`id` = '86' and `groups`.`id` is not null limit 190μsview::front.gallery.index:98greencard12_teamdb
        Metadata
        Bindings
        • 0. 86
        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 `groups` where `groups`.`id` = '87' and `groups`.`id` is not null limit 1180μsview::front.gallery.index:98greencard12_teamdb
        Metadata
        Bindings
        • 0. 87
        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 `groups` where `convention` = '16' limit 1120μ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
          GcVb8rxTOozUl00K7M0qiPHKCHtVjQOZ6TAuKq5h
          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/42
          session_attributes
          array:2 [ "_token" => "GcVb8rxTOozUl00K7M0qiPHKCHtVjQOZ6TAuKq5h" "PHPDEBUGBAR_STACK_DATA" => [] ...