9 statements were executed, 3 of which were duplicated4.52ms
  • select * from `settings` limit 1760μ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 1620μ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` = ?280μs
    Params
    01
    hintsUse SELECT * only if you need all columns from table
  • select * from `settings` limit 1540μ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 1650μ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 `categories` order by `order` asc490μ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`380μ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 `categories` order by `order` asc480μ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`320μ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