johndoe1418488234

johndoe1418488234

200 points

Member since: December 13, 2014

No uploads yet...

18 statements were executed, 4 of which were duplicated7.26ms
  • select * from `settings` limit 1600μs
    Params
    hintsUse SELECT * only if you need all columns from table
    The SELECT statement has no WHERE clause and could examine many more rows than intended
    LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
  • select * from `settings` limit 1520μs
    Params
    hintsUse SELECT * only if you need all columns from table
    The SELECT statement has no WHERE clause and could examine many more rows than intended
    LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
  • select * from `plugins` where `active` = ?480μs
    Params
    01
    hintsUse SELECT * only if you need all columns from table
  • select * from `users` where `username` = ? limit 1400μs
    Params
    0johndoe1418488234
    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 `media` where `user_id` = ?410μs
    Params
    017
  • select * from `media` where `user_id` = ? order by `created_at` desc limit 15 offset 0450μs
    Params
    017
    hintsUse SELECT * only if you need all columns from table
  • select * from `users` where `id` = ? limit 1400μs
    Params
    017
    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 sum(`points`) as aggregate from `points` where `user_id` = ?310μs
    Params
    017
  • select * from `settings` limit 1560μs
    Params
    hintsUse SELECT * only if you need all columns from table
    The SELECT statement has no WHERE clause and could examine many more rows than intended
    LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
  • select * from `settings` limit 1590μs
    Params
    hintsUse SELECT * only if you need all columns from table
    The SELECT statement has no WHERE clause and could examine many more rows than intended
    LIMIT without ORDER BY causes non-deterministic results, depending on the query execution plan
  • select sum(`points`) as aggregate from `points` where `user_id` = ?370μs
    Params
    017
  • select * from `categories` order by `order` asc470μs
    Params
    hintsUse SELECT * only if you need all columns from table
    The SELECT statement has no WHERE clause and could examine many more rows than intended
  • select * from `pages`280μs
    Params
    hintsUse SELECT * only if you need all columns from table
    The SELECT statement has no WHERE clause and could examine many more rows than intended
  • select sum(`points`) as aggregate from `points` where `user_id` = ?280μs
    Params
    017
  • select * from `categories` order by `order` asc420μs
    Params
    hintsUse SELECT * only if you need all columns from table
    The SELECT statement has no WHERE clause and could examine many more rows than intended
  • select * from `pages`230μs
    Params
    hintsUse SELECT * only if you need all columns from table
    The SELECT statement has no WHERE clause and could examine many more rows than intended
  • select sum(`points`) as aggregate from `points` where `user_id` = ?230μs
    Params
    017
  • select sum(`points`) as aggregate from `points` where `user_id` = ?260μs
    Params
    017