8.0.30PHP Version179msRequest Duration16MBMemory UsageGET poetryRoute
    • Booting (60.36ms)
    • Application (119ms)
    • 1 x Application (66.32%)
      119ms
      1 x Booting (33.67%)
      60.36ms
      13 templates were rendered
      • poetry.list (resources/views/poetry/list.blade.php)5blade
        Params
        0
        poetries
        1
        meta
        2
        breadcrumb
        3
        title
        4
        currentsub
      • pagination::redbootstrap-4 (resources/views/vendor/pagination/redbootstrap-4.blade.php)2blade
        Params
        0
        paginator
        1
        elements
      • includes.rtable (resources/views/includes/rtable.blade.php)14blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        currentmenu
        4
        submenu
        5
        errors
        6
        poetries
        7
        meta
        8
        breadcrumb
        9
        title
        10
        currentsub
        11
        __currentLoopData
        12
        poetry
        13
        loop
      • layouts.master (resources/views/layouts/master.blade.php)14blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        currentmenu
        4
        submenu
        5
        errors
        6
        poetries
        7
        meta
        8
        breadcrumb
        9
        title
        10
        currentsub
        11
        __currentLoopData
        12
        poetry
        13
        loop
      • includes.partials.messages (resources/views/includes/partials/messages.blade.php)15blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        currentmenu
        4
        submenu
        5
        errors
        6
        poetries
        7
        meta
        8
        breadcrumb
        9
        title
        10
        currentsub
        11
        __currentLoopData
        12
        poetry
        13
        loop
        14
        bread
      • layouts.app (resources/views/layouts/app.blade.php)15blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        currentmenu
        4
        submenu
        5
        errors
        6
        poetries
        7
        meta
        8
        breadcrumb
        9
        title
        10
        currentsub
        11
        __currentLoopData
        12
        poetry
        13
        loop
        14
        bread
      • includes.sidebar (resources/views/includes/sidebar.blade.php)15blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        currentmenu
        4
        submenu
        5
        errors
        6
        poetries
        7
        meta
        8
        breadcrumb
        9
        title
        10
        currentsub
        11
        __currentLoopData
        12
        poetry
        13
        loop
        14
        bread
      • includes.nav (resources/views/includes/nav.blade.php)15blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        currentmenu
        4
        submenu
        5
        errors
        6
        poetries
        7
        meta
        8
        breadcrumb
        9
        title
        10
        currentsub
        11
        __currentLoopData
        12
        poetry
        13
        loop
        14
        bread
      • includes.search (resources/views/includes/search.blade.php)15blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        currentmenu
        4
        submenu
        5
        errors
        6
        poetries
        7
        meta
        8
        breadcrumb
        9
        title
        10
        currentsub
        11
        __currentLoopData
        12
        poetry
        13
        loop
        14
        bread
      • includes.teeth (resources/views/includes/teeth.blade.php)15blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        currentmenu
        4
        submenu
        5
        errors
        6
        poetries
        7
        meta
        8
        breadcrumb
        9
        title
        10
        currentsub
        11
        __currentLoopData
        12
        poetry
        13
        loop
        14
        bread
      • includes.bookmarks (resources/views/includes/bookmarks.blade.php)15blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        currentmenu
        4
        submenu
        5
        errors
        6
        poetries
        7
        meta
        8
        breadcrumb
        9
        title
        10
        currentsub
        11
        __currentLoopData
        12
        poetry
        13
        loop
        14
        bread
      • includes.grass (resources/views/includes/grass.blade.php)15blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        currentmenu
        4
        submenu
        5
        errors
        6
        poetries
        7
        meta
        8
        breadcrumb
        9
        title
        10
        currentsub
        11
        __currentLoopData
        12
        poetry
        13
        loop
        14
        bread
      • includes.partials.ga (resources/views/includes/partials/ga.blade.php)15blade
        Params
        0
        __env
        1
        app
        2
        searchkey
        3
        currentmenu
        4
        submenu
        5
        errors
        6
        poetries
        7
        meta
        8
        breadcrumb
        9
        title
        10
        currentsub
        11
        __currentLoopData
        12
        poetry
        13
        loop
        14
        bread
      uri
      GET poetry
      middleware
      web
      controller
      App\Http\Controllers\PoetryController@index
      as
      poetry.index
      namespace
      prefix
      /poetry
      where
      file
      app/Http/Controllers/PoetryController.php:30-64
      82 statements were executed, 77 of which were duplicated, 5 unique54.66ms
      • select count(*) as aggregate from `poetries` inner join `core_members` on `poetries`.`user_id` = `core_members`.`member_id` where `confirmed` = 1 and `poetries`.`deleted_at` is null9.9mslararedwall
        Metadata
        Bindings
        • 0. 1
      • select poetries.*, core_members.name as user_name from `poetries` inner join `core_members` on `poetries`.`user_id` = `core_members`.`member_id` where `confirmed` = 1 and `poetries`.`deleted_at` is null order by `created_at` desc, `id` desc limit 25 offset 03.1mslararedwall
        Metadata
        Bindings
        • 0. 1
        Hints
        • Use SELECT * only if you need all columns from table
      • select `core_members`.*, `poetry_author`.`poetry_id` as `pivot_poetry_id`, `poetry_author`.`user_id` as `pivot_user_id` from `core_members` inner join `poetry_author` on `core_members`.`member_id` = `poetry_author`.`user_id` where `poetry_author`.`poetry_id` in (25, 27, 28, 29, 30, 31, 32, 33, 35, 36, 54, 55, 56, 57, 94, 95, 96, 97, 98, 99, 100, 132, 133, 134, 135)3.96mslararedwall
        Metadata
      • select * from `user_settings` where `user_settings`.`user_id` in (55, 372, 383, 611, 633, 809)2.9mslararedwall
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `core_members` where `core_members`.`member_id` in (55, 372, 383, 611, 633, 809)1.18mslararedwall
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `user_settings` where `user_settings`.`user_id` in (55, 372, 383, 611, 633, 809)360μslararedwall
        Metadata
        Hints
        • Use SELECT * only if you need all columns from table
      • select * from `user_settings` where `user_settings`.`user_id` = 383 and `user_settings`.`user_id` is not null limit 1560μslararedwall
        Metadata
        Bindings
        • 0. 383
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 383 and `user_settings`.`user_id` is not null limit 1590μslararedwall
        Metadata
        Bindings
        • 0. 383
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 383 and `user_settings`.`user_id` is not null limit 1300μslararedwall
        Metadata
        Bindings
        • 0. 383
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 55 and `user_settings`.`user_id` is not null limit 1330μslararedwall
        Metadata
        Bindings
        • 0. 55
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 55 and `user_settings`.`user_id` is not null limit 1300μslararedwall
        Metadata
        Bindings
        • 0. 55
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 55 and `user_settings`.`user_id` is not null limit 1550μslararedwall
        Metadata
        Bindings
        • 0. 55
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 383 and `user_settings`.`user_id` is not null limit 1280μslararedwall
        Metadata
        Bindings
        • 0. 383
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 383 and `user_settings`.`user_id` is not null limit 1270μslararedwall
        Metadata
        Bindings
        • 0. 383
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 383 and `user_settings`.`user_id` is not null limit 1250μslararedwall
        Metadata
        Bindings
        • 0. 383
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 383 and `user_settings`.`user_id` is not null limit 1360μslararedwall
        Metadata
        Bindings
        • 0. 383
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 383 and `user_settings`.`user_id` is not null limit 1360μslararedwall
        Metadata
        Bindings
        • 0. 383
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 383 and `user_settings`.`user_id` is not null limit 1310μslararedwall
        Metadata
        Bindings
        • 0. 383
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 55 and `user_settings`.`user_id` is not null limit 1330μslararedwall
        Metadata
        Bindings
        • 0. 55
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 55 and `user_settings`.`user_id` is not null limit 1360μslararedwall
        Metadata
        Bindings
        • 0. 55
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 55 and `user_settings`.`user_id` is not null limit 1290μslararedwall
        Metadata
        Bindings
        • 0. 55
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 55 and `user_settings`.`user_id` is not null limit 1350μslararedwall
        Metadata
        Bindings
        • 0. 55
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 55 and `user_settings`.`user_id` is not null limit 1280μslararedwall
        Metadata
        Bindings
        • 0. 55
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 55 and `user_settings`.`user_id` is not null limit 1360μslararedwall
        Metadata
        Bindings
        • 0. 55
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 383 and `user_settings`.`user_id` is not null limit 1340μslararedwall
        Metadata
        Bindings
        • 0. 383
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 383 and `user_settings`.`user_id` is not null limit 1360μslararedwall
        Metadata
        Bindings
        • 0. 383
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 383 and `user_settings`.`user_id` is not null limit 1340μslararedwall
        Metadata
        Bindings
        • 0. 383
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 383 and `user_settings`.`user_id` is not null limit 1730μslararedwall
        Metadata
        Bindings
        • 0. 383
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 383 and `user_settings`.`user_id` is not null limit 1470μslararedwall
        Metadata
        Bindings
        • 0. 383
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 383 and `user_settings`.`user_id` is not null limit 1480μslararedwall
        Metadata
        Bindings
        • 0. 383
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 383 and `user_settings`.`user_id` is not null limit 1610μslararedwall
        Metadata
        Bindings
        • 0. 383
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 383 and `user_settings`.`user_id` is not null limit 1660μslararedwall
        Metadata
        Bindings
        • 0. 383
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 383 and `user_settings`.`user_id` is not null limit 1440μslararedwall
        Metadata
        Bindings
        • 0. 383
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 383 and `user_settings`.`user_id` is not null limit 1350μslararedwall
        Metadata
        Bindings
        • 0. 383
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 383 and `user_settings`.`user_id` is not null limit 1310μslararedwall
        Metadata
        Bindings
        • 0. 383
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 383 and `user_settings`.`user_id` is not null limit 1290μslararedwall
        Metadata
        Bindings
        • 0. 383
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 809 and `user_settings`.`user_id` is not null limit 1340μslararedwall
        Metadata
        Bindings
        • 0. 809
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 809 and `user_settings`.`user_id` is not null limit 1450μslararedwall
        Metadata
        Bindings
        • 0. 809
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 809 and `user_settings`.`user_id` is not null limit 1330μslararedwall
        Metadata
        Bindings
        • 0. 809
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 372 and `user_settings`.`user_id` is not null limit 1550μslararedwall
        Metadata
        Bindings
        • 0. 372
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 372 and `user_settings`.`user_id` is not null limit 1440μslararedwall
        Metadata
        Bindings
        • 0. 372
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 372 and `user_settings`.`user_id` is not null limit 1360μslararedwall
        Metadata
        Bindings
        • 0. 372
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 809 and `user_settings`.`user_id` is not null limit 1330μslararedwall
        Metadata
        Bindings
        • 0. 809
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 809 and `user_settings`.`user_id` is not null limit 1350μslararedwall
        Metadata
        Bindings
        • 0. 809
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 809 and `user_settings`.`user_id` is not null limit 1340μslararedwall
        Metadata
        Bindings
        • 0. 809
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 809 and `user_settings`.`user_id` is not null limit 1320μslararedwall
        Metadata
        Bindings
        • 0. 809
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 809 and `user_settings`.`user_id` is not null limit 1390μslararedwall
        Metadata
        Bindings
        • 0. 809
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 809 and `user_settings`.`user_id` is not null limit 1320μslararedwall
        Metadata
        Bindings
        • 0. 809
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 809 and `user_settings`.`user_id` is not null limit 1540μslararedwall
        Metadata
        Bindings
        • 0. 809
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 809 and `user_settings`.`user_id` is not null limit 1470μslararedwall
        Metadata
        Bindings
        • 0. 809
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 809 and `user_settings`.`user_id` is not null limit 1450μslararedwall
        Metadata
        Bindings
        • 0. 809
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 809 and `user_settings`.`user_id` is not null limit 1420μslararedwall
        Metadata
        Bindings
        • 0. 809
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 809 and `user_settings`.`user_id` is not null limit 1380μslararedwall
        Metadata
        Bindings
        • 0. 809
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 809 and `user_settings`.`user_id` is not null limit 1560μslararedwall
        Metadata
        Bindings
        • 0. 809
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 809 and `user_settings`.`user_id` is not null limit 1280μslararedwall
        Metadata
        Bindings
        • 0. 809
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 809 and `user_settings`.`user_id` is not null limit 1440μslararedwall
        Metadata
        Bindings
        • 0. 809
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 809 and `user_settings`.`user_id` is not null limit 1340μslararedwall
        Metadata
        Bindings
        • 0. 809
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 809 and `user_settings`.`user_id` is not null limit 1580μslararedwall
        Metadata
        Bindings
        • 0. 809
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 809 and `user_settings`.`user_id` is not null limit 1660μslararedwall
        Metadata
        Bindings
        • 0. 809
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 809 and `user_settings`.`user_id` is not null limit 1390μslararedwall
        Metadata
        Bindings
        • 0. 809
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 55 and `user_settings`.`user_id` is not null limit 1510μslararedwall
        Metadata
        Bindings
        • 0. 55
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 55 and `user_settings`.`user_id` is not null limit 1360μslararedwall
        Metadata
        Bindings
        • 0. 55
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 55 and `user_settings`.`user_id` is not null limit 1570μslararedwall
        Metadata
        Bindings
        • 0. 55
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 611 and `user_settings`.`user_id` is not null limit 1790μslararedwall
        Metadata
        Bindings
        • 0. 611
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 611 and `user_settings`.`user_id` is not null limit 1820μslararedwall
        Metadata
        Bindings
        • 0. 611
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 611 and `user_settings`.`user_id` is not null limit 1630μslararedwall
        Metadata
        Bindings
        • 0. 611
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 611 and `user_settings`.`user_id` is not null limit 1590μslararedwall
        Metadata
        Bindings
        • 0. 611
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 611 and `user_settings`.`user_id` is not null limit 1490μslararedwall
        Metadata
        Bindings
        • 0. 611
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 611 and `user_settings`.`user_id` is not null limit 1310μslararedwall
        Metadata
        Bindings
        • 0. 611
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 611 and `user_settings`.`user_id` is not null limit 1410μslararedwall
        Metadata
        Bindings
        • 0. 611
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 611 and `user_settings`.`user_id` is not null limit 1440μslararedwall
        Metadata
        Bindings
        • 0. 611
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 611 and `user_settings`.`user_id` is not null limit 1410μslararedwall
        Metadata
        Bindings
        • 0. 611
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 611 and `user_settings`.`user_id` is not null limit 1740μslararedwall
        Metadata
        Bindings
        • 0. 611
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 611 and `user_settings`.`user_id` is not null limit 1380μslararedwall
        Metadata
        Bindings
        • 0. 611
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 611 and `user_settings`.`user_id` is not null limit 1430μslararedwall
        Metadata
        Bindings
        • 0. 611
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 633 and `user_settings`.`user_id` is not null limit 1350μslararedwall
        Metadata
        Bindings
        • 0. 633
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 633 and `user_settings`.`user_id` is not null limit 1430μslararedwall
        Metadata
        Bindings
        • 0. 633
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 633 and `user_settings`.`user_id` is not null limit 1340μslararedwall
        Metadata
        Bindings
        • 0. 633
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 633 and `user_settings`.`user_id` is not null limit 1470μslararedwall
        Metadata
        Bindings
        • 0. 633
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 633 and `user_settings`.`user_id` is not null limit 1380μslararedwall
        Metadata
        Bindings
        • 0. 633
        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
      • select * from `user_settings` where `user_settings`.`user_id` = 633 and `user_settings`.`user_id` is not null limit 1620μslararedwall
        Metadata
        Bindings
        • 0. 633
        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
      • select * from `seasons` where `start_date` <= '2025-04-24 19:04:29' and `end_date` >= '2025-04-24 19:04:29' and `seasons`.`deleted_at` is null limit 1950μslararedwall
        Metadata
        Bindings
        • 0. 2025-04-24 19:04:29
        • 1. 2025-04-24 19:04:29
        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
      App\Models\UserSettings
      87
      App\Models\User
      31
      App\Models\Art\Poetry
      25
        _token
        UjBpSSqw2seMPJH77opIN2RugTCIiIn3apnnbrcv
        _previous
        array:1 [ "url" => "https://lara.redwall.ru/poetry" ]
        _flash
        array:2 [ "old" => [] "new" => [] ]
        PHPDEBUGBAR_STACK_DATA
        []
        path_info
        /poetry
        status_code
        200
        
        status_text
        OK
        format
        html
        content_type
        text/html; charset=UTF-8
        request_query
        []
        
        request_request
        []
        
        request_headers
        0 of 0
        array:15 [ "accept-encoding" => array:1 [ 0 => "gzip, deflate, br, zstd" ] "sec-fetch-dest" => array:1 [ 0 => "document" ] "sec-fetch-user" => array:1 [ 0 => "?1" ] "sec-fetch-mode" => array:1 [ 0 => "navigate" ] "sec-fetch-site" => array:1 [ 0 => "none" ] "accept" => array:1 [ 0 => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" ] "user-agent" => array:1 [ 0 => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" ] "upgrade-insecure-requests" => array:1 [ 0 => "1" ] "sec-ch-ua-platform" => array:1 [ 0 => ""Windows"" ] "sec-ch-ua-mobile" => array:1 [ 0 => "?0" ] "sec-ch-ua" => array:1 [ 0 => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" ] "cache-control" => array:1 [ 0 => "no-cache" ] "pragma" => array:1 [ 0 => "no-cache" ] "connection" => array:1 [ 0 => "keep-alive" ] "host" => array:1 [ 0 => "lara.redwall.ru" ] ]
        request_server
        0 of 0
        array:41 [ "USER" => "nginx" "HOME" => "/nonexistent" "HTTP_ACCEPT_ENCODING" => "gzip, deflate, br, zstd" "HTTP_SEC_FETCH_DEST" => "document" "HTTP_SEC_FETCH_USER" => "?1" "HTTP_SEC_FETCH_MODE" => "navigate" "HTTP_SEC_FETCH_SITE" => "none" "HTTP_ACCEPT" => "text/html,application/xhtml+xml,application/xml;q=0.9,image/avif,image/webp,image/apng,*/*;q=0.8,application/signed-exchange;v=b3;q=0.7" "HTTP_USER_AGENT" => "Mozilla/5.0 AppleWebKit/537.36 (KHTML, like Gecko; compatible; ClaudeBot/1.0; +claudebot@anthropic.com)" "HTTP_UPGRADE_INSECURE_REQUESTS" => "1" "HTTP_SEC_CH_UA_PLATFORM" => ""Windows"" "HTTP_SEC_CH_UA_MOBILE" => "?0" "HTTP_SEC_CH_UA" => ""HeadlessChrome";v="129", "Not=A?Brand";v="8", "Chromium";v="129"" "HTTP_CACHE_CONTROL" => "no-cache" "HTTP_PRAGMA" => "no-cache" "HTTP_CONNECTION" => "keep-alive" "HTTP_HOST" => "lara.redwall.ru" "REDIRECT_STATUS" => "200" "SERVER_NAME" => "lara.redwall.ru" "SERVER_PORT" => "443" "SERVER_ADDR" => "195.35.29.180" "REMOTE_PORT" => "22474" "REMOTE_ADDR" => "3.147.83.234" "SERVER_SOFTWARE" => "nginx/1.24.0" "GATEWAY_INTERFACE" => "CGI/1.1" "HTTPS" => "on" "REQUEST_SCHEME" => "https" "SERVER_PROTOCOL" => "HTTP/1.1" "DOCUMENT_ROOT" => "/var/www/lara.redwall.ru/public" "DOCUMENT_URI" => "/index.php" "REQUEST_URI" => "/poetry" "SCRIPT_NAME" => "/index.php" "CONTENT_LENGTH" => "" "CONTENT_TYPE" => "" "REQUEST_METHOD" => "GET" "QUERY_STRING" => "" "SCRIPT_FILENAME" => "/var/www/lara.redwall.ru/public/index.php" "FCGI_ROLE" => "RESPONDER" "PHP_SELF" => "/index.php" "REQUEST_TIME_FLOAT" => 1745510669.4692 "REQUEST_TIME" => 1745510669 ]
        request_cookies
        []
        
        response_headers
        0 of 0
        array:5 [ "content-type" => array:1 [ 0 => "text/html; charset=UTF-8" ] "cache-control" => array:1 [ 0 => "no-cache, private" ] "date" => array:1 [ 0 => "Thu, 24 Apr 2025 16:04:29 GMT" ] "set-cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjFzS3l4WDdobFBYaTREYkZWRE5JVVE9PSIsInZhbHVlIjoicXZ4Z2piOTBNeWk3SmRCaWdsQTZUL0xqRFJBWXBaWm5JeHlYUjlLcndUQXN6SWpNWml0MGNjdlkxSEdkZHhjNU12QkhiWmlUOUQ2dWdLNUxWWEE1Wi8zcUZheWtWYjNrK09VcEhSSHJENVhYK05hWHhqa2lPSUtrNzRudFd1bmYiLCJtYWMiOiIzOWQ4ZjZmMTk0ODI0NzcxY2FkOTI2M2JlMjhjZWFiNjUwZjllNWViOWIzZGViYzk4ZDI2Y2Y0ZjdjYTk3N2M2IiwidGFnIjoiIn0%3D; expires=Fri, 25-Apr-2025 12:04:29 GMT; Max-Age=72000; path=/; domain=lara.redwall.ru; secure; samesite=laxXSRF-TOKEN=eyJpdiI6IjFzS3l4WDdobFBYaTREYkZWRE5JVVE9PSIsInZhbHVlIjoicXZ4Z2piOTBNeWk3SmRCaWdsQTZUL0xqRFJBWXBaWm5JeHlYUjlLcndUQXN6SWpNWml0MGNjdlkxSEdkZHhjNU12QkhiW" 1 => "laravel_session=eyJpdiI6IjcrdWViMDhqMGluT0liWkxTUGJSeVE9PSIsInZhbHVlIjoiUmw0aUVVckZBb2h4WEk2dzJTRXRJNXBCbnhxaG5oZGRxVzJzSXdiNkQxVU93LzczeE1HeHZXSFNFMnM0dXNpVkFzaUxDY1BxTnVCRXN5ZzFrNVhJWFY3U1BETHFUdGR0bzl0SzBqakp3VHgvVHlFU2piY2FKTzkya21zQ1E1NkUiLCJtYWMiOiJjZTEzOTQ5ODdlNjYxY2ZiNjA0YzFiZmQzNjNlMTU3M2VmZjk2ZTgzYTNiY2MwMWNlMDJkNjMxODQzZGQ4ZGI5IiwidGFnIjoiIn0%3D; expires=Fri, 25-Apr-2025 12:04:29 GMT; Max-Age=72000; path=/; domain=lara.redwall.ru; secure; httponly; samesite=laxlaravel_session=eyJpdiI6IjcrdWViMDhqMGluT0liWkxTUGJSeVE9PSIsInZhbHVlIjoiUmw0aUVVckZBb2h4WEk2dzJTRXRJNXBCbnhxaG5oZGRxVzJzSXdiNkQxVU93LzczeE1HeHZXSFNFMnM0dXNpVkFz" ] "Set-Cookie" => array:2 [ 0 => "XSRF-TOKEN=eyJpdiI6IjFzS3l4WDdobFBYaTREYkZWRE5JVVE9PSIsInZhbHVlIjoicXZ4Z2piOTBNeWk3SmRCaWdsQTZUL0xqRFJBWXBaWm5JeHlYUjlLcndUQXN6SWpNWml0MGNjdlkxSEdkZHhjNU12QkhiWmlUOUQ2dWdLNUxWWEE1Wi8zcUZheWtWYjNrK09VcEhSSHJENVhYK05hWHhqa2lPSUtrNzRudFd1bmYiLCJtYWMiOiIzOWQ4ZjZmMTk0ODI0NzcxY2FkOTI2M2JlMjhjZWFiNjUwZjllNWViOWIzZGViYzk4ZDI2Y2Y0ZjdjYTk3N2M2IiwidGFnIjoiIn0%3D; expires=Fri, 25-Apr-2025 12:04:29 GMT; domain=lara.redwall.ru; path=/; secureXSRF-TOKEN=eyJpdiI6IjFzS3l4WDdobFBYaTREYkZWRE5JVVE9PSIsInZhbHVlIjoicXZ4Z2piOTBNeWk3SmRCaWdsQTZUL0xqRFJBWXBaWm5JeHlYUjlLcndUQXN6SWpNWml0MGNjdlkxSEdkZHhjNU12QkhiW" 1 => "laravel_session=eyJpdiI6IjcrdWViMDhqMGluT0liWkxTUGJSeVE9PSIsInZhbHVlIjoiUmw0aUVVckZBb2h4WEk2dzJTRXRJNXBCbnhxaG5oZGRxVzJzSXdiNkQxVU93LzczeE1HeHZXSFNFMnM0dXNpVkFzaUxDY1BxTnVCRXN5ZzFrNVhJWFY3U1BETHFUdGR0bzl0SzBqakp3VHgvVHlFU2piY2FKTzkya21zQ1E1NkUiLCJtYWMiOiJjZTEzOTQ5ODdlNjYxY2ZiNjA0YzFiZmQzNjNlMTU3M2VmZjk2ZTgzYTNiY2MwMWNlMDJkNjMxODQzZGQ4ZGI5IiwidGFnIjoiIn0%3D; expires=Fri, 25-Apr-2025 12:04:29 GMT; domain=lara.redwall.ru; path=/; secure; httponlylaravel_session=eyJpdiI6IjcrdWViMDhqMGluT0liWkxTUGJSeVE9PSIsInZhbHVlIjoiUmw0aUVVckZBb2h4WEk2dzJTRXRJNXBCbnhxaG5oZGRxVzJzSXdiNkQxVU93LzczeE1HeHZXSFNFMnM0dXNpVkFz" ] ]
        session_attributes
        0 of 0
        array:4 [ "_token" => "UjBpSSqw2seMPJH77opIN2RugTCIiIn3apnnbrcv" "_previous" => array:1 [ "url" => "https://lara.redwall.ru/poetry" ] "_flash" => array:2 [ "old" => [] "new" => [] ] "PHPDEBUGBAR_STACK_DATA" => [] ]