6.35sRequest Duration25.5MBMemory UsageGET scores/{score}Route
    • Booting (468.64ms)
    • Application (6.03s)
      13 templates were rendered
      • films.show (resources/views/films/show.blade.php)1blade
        Params
        0
        score
      • embellish::admin.links (embellish/views/admin/links.blade.php)7blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        score
        5
        entity
        6
        loggedIn
      • embellish::partial.rows (embellish/views/partial/rows.blade.php)6blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        score
        5
        entity
      • documentation.list (resources/views/documentation/list.blade.php)7blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        score
        5
        documentation
        6
        notation
      • cues.list (resources/views/cues/list.blade.php)6blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        score
        5
        cues
      • videos.list (resources/views/videos/list.blade.php)6blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        score
        5
        videos
      • embellish::disqus (embellish/views/disqus.blade.php)9blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        score
        5
        id
        6
        url
        7
        shortname
        8
        title
      • embellish::app (embellish/views/app.blade.php)10blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        score
        5
        name
        6
        title
        7
        breadcrumbs
        8
        navigation
        9
        search
      • embellish::navigation (embellish/views/navigation.blade.php)10blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        score
        5
        name
        6
        title
        7
        breadcrumbs
        8
        navigation
        9
        search
      • embellish::breadcrumbs (embellish/views/breadcrumbs.blade.php)10blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        score
        5
        name
        6
        title
        7
        breadcrumbs
        8
        navigation
        9
        search
      • embellish::admin (embellish/views/admin.blade.php)11blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        score
        5
        name
        6
        title
        7
        breadcrumbs
        8
        navigation
        9
        search
        10
        loggedIn
      • embellish::admin-message (embellish/views/admin-message.blade.php)12blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        score
        5
        name
        6
        title
        7
        breadcrumbs
        8
        navigation
        9
        search
        10
        message
        11
        type
      • embellish::message (embellish/views/message.blade.php)12blade
        Params
        0
        obLevel
        1
        __env
        2
        app
        3
        errors
        4
        score
        5
        name
        6
        title
        7
        breadcrumbs
        8
        navigation
        9
        search
        10
        message
        11
        type
      uri
      GET scores/{score}
      middleware
      web
      controller
      App\Http\Controllers\ScoreController@show
      namespace
      App\Http\Controllers
      prefix
      scores/{score}
      where
      file
      app/Http/Controllers/ScoreController.php:44-50
      284 statements were executed, 280 of which were duplicated, 4 unique5.05s
      • select *, `id` from `scores` where `scores`.`id` = '137' limit 121.44msscreenmusic_leeds_ac_uk
        Params
        0137
        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 ('67')16.71msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')20.17msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 120.95msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.65msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.81msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.58msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.58msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.81msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `cues` where `cues`.`cueable_id` = '67' and `cues`.`cueable_type` = 'films'18.05msscreenmusic_leeds_ac_uk
        Params
        067
        1films
        hintsUse SELECT * only if you need all columns from table
      • select `production_companies`.*, `production_companies_scores`.`score_id` as `pivot_score_id`, `production_companies_scores`.`production_company_id` as `pivot_production_company_id` from `production_companies` inner join `production_companies_scores` on `production_companies`.`id` = `production_companies_scores`.`production_company_id` where `production_companies_scores`.`score_id` = '137'18.62msscreenmusic_leeds_ac_uk
        Params
        0137
      • select *, `id` from `documents` where `documents`.`documentable_id` = '67' and `documents`.`documentable_type` = 'films'18.6msscreenmusic_leeds_ac_uk
        Params
        067
        1films
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `musical_notation` where `musical_notation`.`notationable_id` = '67' and `musical_notation`.`notationable_type` = 'films'18.83msscreenmusic_leeds_ac_uk
        Params
        067
        1films
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 117.43msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')19.63msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 118.42msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')18.93msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')18.43msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 118.51msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')18.82msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 119.4msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')17.83msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')19.11msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 118.3msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')18.42msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 120.69msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.83msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')18.32msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 118.13msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')18.38msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 118.67msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')18.35msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')18.39msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.68msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.62msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.68msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.52msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.67msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.57msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.53msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 118.55msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.71msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')18.5msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 118.73msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')19.09msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.75msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.72msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')20.39msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.6msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.51msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.88msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.53msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.75msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.57msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.47msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.58msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.76msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.77msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.7msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.6msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 117.13msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.64msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.69msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.6msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.72msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 118.97msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')18.04msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')18.32msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 118.17msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.99msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.87msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.74msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.65msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.7msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')17.87msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 117.11msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.69msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.75msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.76msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')17.12msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.91msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.8msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.94msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 117.11msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.8msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.94msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.74msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.62msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.78msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.62msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.64msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.76msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.54msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.64msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.86msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.9msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.56msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.64msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.85msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.75msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.55msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.66msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.56msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.61msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.67msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 117.18msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.77msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.52msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.81msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.61msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.69msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.51msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.82msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.64msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.68msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.53msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.53msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.58msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.63msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.69msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.68msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.62msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.73msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.78msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.73msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 117.07msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.97msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.76msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.97msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.69msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.97msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.9msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.9msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.96msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.81msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.95msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.55msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.63msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.81msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')17.26msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.88msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')17.11msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')17.23msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.71msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.94msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.7msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.85msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.62msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.95msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.59msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.68msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.64msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.85msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.84msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.67msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.85msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.74msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.74msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.8msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.66msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.64msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.61msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.93msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.54msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.56msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.57msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.99msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.69msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.6msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.52msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.63msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.59msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.74msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 117.38msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.59msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 117.04msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.61msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')17.38msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.66msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')17.32msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.86msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.58msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.91msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.69msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.65msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.58msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.45msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.77msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.68msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.64msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.58msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.5msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.53msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.54msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.66msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.9msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.59msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')17.68msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.92msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.6msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 1234.06msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.67msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.66msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.62msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.56msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.61msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.78msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.92msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.81msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.73msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.99msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.68msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.62msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.56msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.92msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.88msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.71msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.57msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 117.22msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.71msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 117.46msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.68msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.56msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.67msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')17.57msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.67msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.66msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.76msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.78msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')17.06msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.65msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.63msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.87msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.6msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.76msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 117.32msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.51msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.55msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.84msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.63msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.87msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.96msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.69msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.68msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.74msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.92msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.57msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.72msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 117.07msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.58msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.77msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.64msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.76msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.9msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.68msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.88msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.67msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.59msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.72msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')17.03msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.74msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.63msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.58msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.62msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.62msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.52msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.71msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.72msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `videos` where `videos`.`videoable_id` = '67' and `videos`.`videoable_type` = 'films'17.7msscreenmusic_leeds_ac_uk
        Params
        067
        1films
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.73msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.63msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.62msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.61msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.71msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.51msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.53msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.53msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.57msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.61msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `films` where `films`.`id` = '67' limit 116.59msscreenmusic_leeds_ac_uk
        Params
        067
        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 `film_series_names` where `film_series_names`.`id` in ('0')16.81msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `scores` where `scores`.`scoreable_id` = '67' and `scores`.`scoreable_type` = 'films' limit 116.64msscreenmusic_leeds_ac_uk
        Params
        067
        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 ('67')16.86msscreenmusic_leeds_ac_uk
        Params
        067
        hintsUse SELECT * only if you need all columns from table
      • select *, `id` from `film_series_names` where `film_series_names`.`id` in ('0')16.61msscreenmusic_leeds_ac_uk
        Params
        00
        hintsUse SELECT * only if you need all columns from table
        _token
        CJyjhi6riLhkcxsgz6zNeuy97ImBcEtmaGqCtg1S
        _previous
        array:1 [ "url" => "https://www.screenmusic.leeds.ac.uk/scores/137" ]
        PHPDEBUGBAR_STACK_DATA
        []
        flash
        array:2 [ "old" => [] "new" => [] ]
        format
        html
        content_type
        text/html; charset=UTF-8
        status_text
        OK
        status_code
        200
        request_query
        []
        request_request
        []
        request_headers
        array:21 [ "x-forwarded-proto" => array:1 [ 0 => "https" ] "x-forwarded-port" => array:1 [...
        request_server
        array:99 [ "REDIRECT_HTTPS" => "on" "REDIRECT_SSL_TLS_SNI" => "www.screenmusic.leeds.ac.uk" "R...
        request_cookies
        array:2 [ "XSRF-TOKEN" => "CJyjhi6riLhkcxsgz6zNeuy97ImBcEtmaGqCtg1S" "laravel_session" => "7fad0...
        response_headers
        array:3 [ "cache-control" => array:1 [ 0 => "no-cache" ] "content-type" => array:1 [ 0...
        path_info
        /scores/137
        session_attributes
        array:4 [ "_token" => "CJyjhi6riLhkcxsgz6zNeuy97ImBcEtmaGqCtg1S" "_previous" => array:1 [ "u...