Scores

2.11sRequest Duration23MBMemory UsageGET composers/{person}Route
    • Booting (402.69ms)
    • Application (1.88s)
      9 templates were rendered
      • scores.list (resources/views/scores/list.blade.php)3blade
        Params
        0
        items
        1
        pagination
        2
        loggedIn
      • embellish::pagination.alphabetical (embellish/views/pagination/alphabetical.blade.php)4blade
        Params
        0
        letters
        1
        uri
        2
        current
        3
        queryString
      • scores.scores (resources/views/scores/scores.blade.php)7blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        items
        5
        pagination
        6
        loggedIn
      • embellish::app (embellish/views/app.blade.php)12blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        items
        5
        pagination
        6
        loggedIn
        7
        name
        8
        title
        9
        breadcrumbs
        10
        navigation
        11
        search
      • embellish::navigation (embellish/views/navigation.blade.php)12blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        items
        5
        pagination
        6
        loggedIn
        7
        name
        8
        title
        9
        breadcrumbs
        10
        navigation
        11
        search
      • embellish::breadcrumbs (embellish/views/breadcrumbs.blade.php)12blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        items
        5
        pagination
        6
        loggedIn
        7
        name
        8
        title
        9
        breadcrumbs
        10
        navigation
        11
        search
      • embellish::admin (embellish/views/admin.blade.php)12blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        items
        5
        pagination
        6
        loggedIn
        7
        name
        8
        title
        9
        breadcrumbs
        10
        navigation
        11
        search
      • embellish::admin-message (embellish/views/admin-message.blade.php)14blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        items
        5
        pagination
        6
        loggedIn
        7
        name
        8
        title
        9
        breadcrumbs
        10
        navigation
        11
        search
        12
        message
        13
        type
      • embellish::message (embellish/views/message.blade.php)14blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        items
        5
        pagination
        6
        loggedIn
        7
        name
        8
        title
        9
        breadcrumbs
        10
        navigation
        11
        search
        12
        message
        13
        type
      uri
      GET composers/{person}
      middleware
      web
      controller
      App\Http\Controllers\ComposerController@show
      namespace
      App\Http\Controllers
      prefix
      /composers
      where
      file
      app/Http/Controllers/ComposerController.php:41-51
      113 statements were executed, 80 of which were duplicated, 33 unique1.29s
      • select *, `id` from `people` where `people`.`id` = '1' limit 111.08msscreenmusic_leeds_ac_uk
        Params
        01
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select count(*) as aggregate from `scores` inner join `scores_composers` on `scores`.`id` = `scores_composers`.`score_id` where `scores_composers`.`person_id` = '1' group by `scores`.`id`19.56msscreenmusic_leeds_ac_uk
        Params
        01
      • select `scores`.* from `scores` inner join `scores_composers` on `scores`.`id` = `scores_composers`.`score_id` where `scores_composers`.`person_id` = '1' group by `scores`.`id` order by `name` asc limit 15 offset 015.58msscreenmusic_leeds_ac_uk
        Params
        01
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programmes` where `id` in ('2', '1', '3', '25', '5')11.2msscreenmusic_leeds_ac_uk
        Params
        02
        11
        23
        325
        45
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programme_series_names` where `tv_programme_series_names`.`id` in ('1')10.81msscreenmusic_leeds_ac_uk
        Params
        01
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `id` in ('1', '4', '2', '3', '5', '6', '7', '11', '8', '10')11.31msscreenmusic_leeds_ac_uk
        Params
        01
        14
        22
        33
        45
        56
        67
        711
        88
        910
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')10.9msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select UPPER(SUBSTR(name,1,1)) AS alpha, COUNT(scores.id) AS count from `scores` inner join `scores_composers` on `scores`.`id` = `scores_composers`.`score_id` where `scores_composers`.`person_id` = '1' group by `alpha` order by `alpha` asc10.95msscreenmusic_leeds_ac_uk
        Params
        01
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '2' and `scores`.`scoreable_type` = 'tv_programmes' limit 110.92msscreenmusic_leeds_ac_uk
        Params
        02
        1tv_programmes
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `tv_programmes` where `id` in ('2')11.01msscreenmusic_leeds_ac_uk
        Params
        02
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programme_series_names` where `tv_programme_series_names`.`id` in ('1')11.38msscreenmusic_leeds_ac_uk
        Params
        01
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '2' and `scores`.`scoreable_type` = 'tv_programmes' limit 112.49msscreenmusic_leeds_ac_uk
        Params
        02
        1tv_programmes
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `tv_programmes` where `id` in ('2')11.99msscreenmusic_leeds_ac_uk
        Params
        02
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programme_series_names` where `tv_programme_series_names`.`id` in ('1')11.17msscreenmusic_leeds_ac_uk
        Params
        01
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programme_episodes` where `tv_programme_episodes`.`tv_programme_id` = '2'11.51msscreenmusic_leeds_ac_uk
        Params
        02
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programmes` where `tv_programmes`.`id` in ('2')11.16msscreenmusic_leeds_ac_uk
        Params
        02
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programme_series_names` where `tv_programme_series_names`.`id` in ('1')10.94msscreenmusic_leeds_ac_uk
        Params
        01
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '1' and `scores`.`scoreable_type` = 'tv_programmes' limit 112.5msscreenmusic_leeds_ac_uk
        Params
        01
        1tv_programmes
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `tv_programmes` where `id` in ('1')10.9msscreenmusic_leeds_ac_uk
        Params
        01
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programme_series_names` where `tv_programme_series_names`.`id` in ('0')13.04msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '1' and `scores`.`scoreable_type` = 'tv_programmes' limit 110.84msscreenmusic_leeds_ac_uk
        Params
        01
        1tv_programmes
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `tv_programmes` where `id` in ('1')10.95msscreenmusic_leeds_ac_uk
        Params
        01
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programme_series_names` where `tv_programme_series_names`.`id` in ('0')11.04msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programme_episodes` where `tv_programme_episodes`.`tv_programme_id` = '1'11.13msscreenmusic_leeds_ac_uk
        Params
        01
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programmes` where `tv_programmes`.`id` in ('1')10.92msscreenmusic_leeds_ac_uk
        Params
        01
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programme_series_names` where `tv_programme_series_names`.`id` in ('0')10.75msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '1' and `scores`.`scoreable_type` = 'films' limit 110.84msscreenmusic_leeds_ac_uk
        Params
        01
        1films
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `films` where `id` in ('1')14.21msscreenmusic_leeds_ac_uk
        Params
        01
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')12.48msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '1' and `scores`.`scoreable_type` = 'films' limit 112.25msscreenmusic_leeds_ac_uk
        Params
        01
        1films
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `films` where `id` in ('1')10.79msscreenmusic_leeds_ac_uk
        Params
        01
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')11.99msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '4' and `scores`.`scoreable_type` = 'films' limit 111.04msscreenmusic_leeds_ac_uk
        Params
        04
        1films
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `films` where `id` in ('4')10.87msscreenmusic_leeds_ac_uk
        Params
        04
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')10.75msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '4' and `scores`.`scoreable_type` = 'films' limit 110.93msscreenmusic_leeds_ac_uk
        Params
        04
        1films
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `films` where `id` in ('4')11.49msscreenmusic_leeds_ac_uk
        Params
        04
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')10.85msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '2' and `scores`.`scoreable_type` = 'films' limit 110.92msscreenmusic_leeds_ac_uk
        Params
        02
        1films
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `films` where `id` in ('2')10.79msscreenmusic_leeds_ac_uk
        Params
        02
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')10.89msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '2' and `scores`.`scoreable_type` = 'films' limit 111.49msscreenmusic_leeds_ac_uk
        Params
        02
        1films
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `films` where `id` in ('2')12.3msscreenmusic_leeds_ac_uk
        Params
        02
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')11.25msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '3' and `scores`.`scoreable_type` = 'films' limit 110.96msscreenmusic_leeds_ac_uk
        Params
        03
        1films
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `films` where `id` in ('3')12.7msscreenmusic_leeds_ac_uk
        Params
        03
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')12.56msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '3' and `scores`.`scoreable_type` = 'films' limit 110.91msscreenmusic_leeds_ac_uk
        Params
        03
        1films
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `films` where `id` in ('3')11.59msscreenmusic_leeds_ac_uk
        Params
        03
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')10.77msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '5' and `scores`.`scoreable_type` = 'films' limit 111.29msscreenmusic_leeds_ac_uk
        Params
        05
        1films
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `films` where `id` in ('5')10.89msscreenmusic_leeds_ac_uk
        Params
        05
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')10.84msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '5' and `scores`.`scoreable_type` = 'films' limit 113.3msscreenmusic_leeds_ac_uk
        Params
        05
        1films
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `films` where `id` in ('5')10.92msscreenmusic_leeds_ac_uk
        Params
        05
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')11.57msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '3' and `scores`.`scoreable_type` = 'tv_programmes' limit 110.95msscreenmusic_leeds_ac_uk
        Params
        03
        1tv_programmes
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `tv_programmes` where `id` in ('3')11.55msscreenmusic_leeds_ac_uk
        Params
        03
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programme_series_names` where `tv_programme_series_names`.`id` in ('0')11.82msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '3' and `scores`.`scoreable_type` = 'tv_programmes' limit 111.03msscreenmusic_leeds_ac_uk
        Params
        03
        1tv_programmes
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `tv_programmes` where `id` in ('3')11.27msscreenmusic_leeds_ac_uk
        Params
        03
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programme_series_names` where `tv_programme_series_names`.`id` in ('0')17.63msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programme_episodes` where `tv_programme_episodes`.`tv_programme_id` = '3'12.33msscreenmusic_leeds_ac_uk
        Params
        03
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programmes` where `tv_programmes`.`id` in ('3')10.75msscreenmusic_leeds_ac_uk
        Params
        03
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programme_series_names` where `tv_programme_series_names`.`id` in ('0')11.04msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '6' and `scores`.`scoreable_type` = 'films' limit 111.32msscreenmusic_leeds_ac_uk
        Params
        06
        1films
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `films` where `id` in ('6')11.1msscreenmusic_leeds_ac_uk
        Params
        06
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')10.95msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '6' and `scores`.`scoreable_type` = 'films' limit 110.78msscreenmusic_leeds_ac_uk
        Params
        06
        1films
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `films` where `id` in ('6')11.21msscreenmusic_leeds_ac_uk
        Params
        06
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')10.77msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '7' and `scores`.`scoreable_type` = 'films' limit 111.68msscreenmusic_leeds_ac_uk
        Params
        07
        1films
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `films` where `id` in ('7')10.91msscreenmusic_leeds_ac_uk
        Params
        07
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')10.76msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '7' and `scores`.`scoreable_type` = 'films' limit 111.44msscreenmusic_leeds_ac_uk
        Params
        07
        1films
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `films` where `id` in ('7')11.84msscreenmusic_leeds_ac_uk
        Params
        07
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')10.71msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '25' and `scores`.`scoreable_type` = 'tv_programmes' limit 110.83msscreenmusic_leeds_ac_uk
        Params
        025
        1tv_programmes
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `tv_programmes` where `id` in ('25')10.99msscreenmusic_leeds_ac_uk
        Params
        025
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programme_series_names` where `tv_programme_series_names`.`id` in ('0')10.89msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '25' and `scores`.`scoreable_type` = 'tv_programmes' limit 111.52msscreenmusic_leeds_ac_uk
        Params
        025
        1tv_programmes
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `tv_programmes` where `id` in ('25')10.91msscreenmusic_leeds_ac_uk
        Params
        025
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programme_series_names` where `tv_programme_series_names`.`id` in ('0')10.92msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programme_episodes` where `tv_programme_episodes`.`tv_programme_id` = '25'11.18msscreenmusic_leeds_ac_uk
        Params
        025
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programmes` where `tv_programmes`.`id` in ('25')11.07msscreenmusic_leeds_ac_uk
        Params
        025
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programme_series_names` where `tv_programme_series_names`.`id` in ('0')10.87msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '11' and `scores`.`scoreable_type` = 'films' limit 110.76msscreenmusic_leeds_ac_uk
        Params
        011
        1films
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `films` where `id` in ('11')10.78msscreenmusic_leeds_ac_uk
        Params
        011
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')10.87msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '11' and `scores`.`scoreable_type` = 'films' limit 110.72msscreenmusic_leeds_ac_uk
        Params
        011
        1films
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `films` where `id` in ('11')10.7msscreenmusic_leeds_ac_uk
        Params
        011
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')10.69msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '8' and `scores`.`scoreable_type` = 'films' limit 110.88msscreenmusic_leeds_ac_uk
        Params
        08
        1films
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `films` where `id` in ('8')10.74msscreenmusic_leeds_ac_uk
        Params
        08
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')10.71msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '8' and `scores`.`scoreable_type` = 'films' limit 111.06msscreenmusic_leeds_ac_uk
        Params
        08
        1films
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `films` where `id` in ('8')11.76msscreenmusic_leeds_ac_uk
        Params
        08
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')10.77msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '5' and `scores`.`scoreable_type` = 'tv_programmes' limit 110.74msscreenmusic_leeds_ac_uk
        Params
        05
        1tv_programmes
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `tv_programmes` where `id` in ('5')10.78msscreenmusic_leeds_ac_uk
        Params
        05
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programme_series_names` where `tv_programme_series_names`.`id` in ('0')10.75msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '5' and `scores`.`scoreable_type` = 'tv_programmes' limit 112.55msscreenmusic_leeds_ac_uk
        Params
        05
        1tv_programmes
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `tv_programmes` where `id` in ('5')10.77msscreenmusic_leeds_ac_uk
        Params
        05
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programme_series_names` where `tv_programme_series_names`.`id` in ('0')10.92msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programme_episodes` where `tv_programme_episodes`.`tv_programme_id` = '5'11.14msscreenmusic_leeds_ac_uk
        Params
        05
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programmes` where `tv_programmes`.`id` in ('5')10.89msscreenmusic_leeds_ac_uk
        Params
        05
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `tv_programme_series_names` where `tv_programme_series_names`.`id` in ('0')10.8msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '10' and `scores`.`scoreable_type` = 'films' limit 110.77msscreenmusic_leeds_ac_uk
        Params
        010
        1films
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `films` where `id` in ('10')10.72msscreenmusic_leeds_ac_uk
        Params
        010
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')10.67msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '10' and `scores`.`scoreable_type` = 'films' limit 110.79msscreenmusic_leeds_ac_uk
        Params
        010
        1films
        hintsUse SELECT * only if you need all columns from table
        LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
      • select *, `id` from `films` where `id` in ('10')10.66msscreenmusic_leeds_ac_uk
        Params
        010
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')10.69msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
        _token
        ymyg829KAEd2AwUdCjYF1WiPy2dv6vYbeSztOPNP
        _previous
        array:1 [ "url" => "https://www.screenmusic.leeds.ac.uk/composers/1" ]
        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:20 [ "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-port" => array:1 [...
        request_server
        array:98 [ "REDIRECT_HTTPS" => "on" "REDIRECT_SSL_TLS_SNI" => "www.screenmusic.leeds.ac.uk" "R...
        request_cookies
        []
        response_headers
        array:3 [ "cache-control" => array:1 [ 0 => "no-cache" ] "content-type" => array:1 [ 0...
        path_info
        /composers/1
        session_attributes
        array:3 [ "_token" => "ymyg829KAEd2AwUdCjYF1WiPy2dv6vYbeSztOPNP" "_previous" => array:1 [ "u...