https://nomo.techode.pl/portfolio?sort=ord

Query Metrics

7 Database Queries
7 Different statements
3.70 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.49 ms
SELECT a.* FROM article a WHERE a.active = :active ORDER BY ord asc LIMIT :limitNumber OFFSET :offsetNumber
Parameters:
[
  ":active" => 1
  ":limitNumber" => 9
  ":offsetNumber" => 0
]
2 0.24 ms
SELECT COUNT(*) FROM article a WHERE a.active = :active
Parameters:
[
  ":active" => 1
]
3 0.18 ms
SELECT COUNT(a.uuid) as count FROM article a WHERE a.active = :active
Parameters:
[
  ":active" => 1
]
4 0.25 ms
SELECT a.category as c 
                FROM article a 
                WHERE a.active = 1 AND (a.category IS NOT NULL OR a.category != '') 
                GROUP BY c
Parameters:
[]
5 0.19 ms
SELECT YEAR(a.created_at) as y 
                FROM article a 
                WHERE a.active = 1
                ORDER BY a.created_at DESC
Parameters:
[]
6 0.65 ms
SELECT b.* FROM banner b WHERE b.destination_type = :type AND b.active = :active
Parameters:
[
  ":type" => "home"
  ":active" => 1
]
7 0.70 ms
SELECT c.* FROM configuration c LIMIT 1
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.