ギャラリー

TOP ギャラリー
316.13msRequest Duration7.25MBMemory UsageGET gallery/index/{groups_id?}/{yyyy?}RouteGuestAuth status
    • Booting (13.27ms)
    • Application (307.48ms)
      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-57
      16 statements were executed286.95ms
      • select * from `groups` where `convention` = '16' and `grouping` = '23'330μs/app/Http/Controllers/Front/GalleryController.php:32greencard12_teamdb
        Metadata
        Bindings
        • 0. 16
        • 1. 23
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 11. /app/Http/Controllers/Front/GalleryController.php:32
        • 60. /public/index.php:54
      • select `id` from `groups` where `convention` = '16' and `grouping` = '23'120μs/app/Http/Controllers/Front/GalleryController.php:35greencard12_teamdb
        Metadata
        Bindings
        • 0. 16
        • 1. 23
        Backtrace
        • 11. /app/Http/Controllers/Front/GalleryController.php:35
        • 60. /public/index.php:54
      • select * from `leagues` where `leagues`.`deleted_at` is null and `year` = '2024' and `group_id` in ('65', '66', '69') and `convention` = '16'190μs/app/Http/Controllers/Front/GalleryController.php:38greencard12_teamdb
        Metadata
        Bindings
        • 0. 2024
        • 1. 65
        • 2. 66
        • 3. 69
        • 4. 16
        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 `leagues` where `leagues`.`deleted_at` is null and `year` = '2024' and `group_id` in ('65', '66', '69') and `convention` = '16'140μs/app/Http/Controllers/Front/GalleryController.php:40greencard12_teamdb
        Metadata
        Bindings
        • 0. 2024
        • 1. 65
        • 2. 66
        • 3. 69
        • 4. 16
        Backtrace
        • 11. /app/Http/Controllers/Front/GalleryController.php:40
        • 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`) >= 1160μs/app/Http/Controllers/Front/GalleryController.php:48greencard12_teamdb
        Metadata
        Bindings
        • 0. 140
        • 1. 141
        • 2. 142
        Backtrace
        • 11. /app/Http/Controllers/Front/GalleryController.php:48
        • 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 30145.15ms/app/Http/Controllers/Front/GalleryController.php:48greencard12_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:48
        • 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`) >= 1330μs/app/Http/Controllers/Front/GalleryController.php:51greencard12_teamdb
        Metadata
        Bindings
        • 0. 140
        Backtrace
        • 11. /app/Http/Controllers/Front/GalleryController.php:51
        • 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 3045.02ms/app/Http/Controllers/Front/GalleryController.php:51greencard12_teamdb
        Metadata
        Bindings
        • 0. 140
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /app/Http/Controllers/Front/GalleryController.php:51
        • 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`) >= 1140μs/app/Http/Controllers/Front/GalleryController.php:51greencard12_teamdb
        Metadata
        Bindings
        • 0. 141
        Backtrace
        • 11. /app/Http/Controllers/Front/GalleryController.php:51
        • 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 3065.27ms/app/Http/Controllers/Front/GalleryController.php:51greencard12_teamdb
        Metadata
        Bindings
        • 0. 141
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /app/Http/Controllers/Front/GalleryController.php:51
        • 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`) >= 1120μs/app/Http/Controllers/Front/GalleryController.php:51greencard12_teamdb
        Metadata
        Bindings
        • 0. 142
        Backtrace
        • 11. /app/Http/Controllers/Front/GalleryController.php:51
        • 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 3029.59ms/app/Http/Controllers/Front/GalleryController.php:51greencard12_teamdb
        Metadata
        Bindings
        • 0. 142
        Hints
        • Use SELECT * only if you need all columns from table
        Backtrace
        • 12. /app/Http/Controllers/Front/GalleryController.php:51
        • 61. /public/index.php:54
      • select * from `groups` where `groups`.`id` = '66' and `groups`.`id` is not null limit 1130μ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 `groups` where `groups`.`id` = '65' and `groups`.`id` is not null limit 180μ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 `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 `groups` where `convention` = '16' limit 180μ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
          odg220zev9CzdbYsSIHEZo03fplkcMq3kTmtbHKB
          PHPDEBUGBAR_STACK_DATA
          []
          format
          html
          content_type
          text/html; charset=UTF-8
          status_text
          OK
          status_code
          200
          request_query
          array:1 [ "page" => "4" ]
          request_request
          array:1 [ "page" => "4" ]
          request_headers
          array:27 [ "priority" => array:1 [ 0 => "u=0, i" ] "sec-fetch-dest" => array:1 [ 0 => ...
          request_server
          array:68 [ "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/65/2024
          session_attributes
          array:2 [ "_token" => "odg220zev9CzdbYsSIHEZo03fplkcMq3kTmtbHKB" "PHPDEBUGBAR_STACK_DATA" => [] ...