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

Query Metrics

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

Grouped Statements

Show all queries

Time Count Info
1.49 ms
(40.18%)
1
SELECT a.* FROM article a WHERE a.active = :active ORDER BY ord asc LIMIT :limitNumber OFFSET :offsetNumber
Parameters:
[
  ":active" => 1
  ":limitNumber" => 9
  ":offsetNumber" => 0
]
0.70 ms
(18.97%)
1
SELECT c.* FROM configuration c LIMIT 1
Parameters:
[]
0.65 ms
(17.54%)
1
SELECT b.* FROM banner b WHERE b.destination_type = :type AND b.active = :active
Parameters:
[
  ":type" => "home"
  ":active" => 1
]
0.25 ms
(6.76%)
1
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:
[]
0.24 ms
(6.59%)
1
SELECT COUNT(*) FROM article a WHERE a.active = :active
Parameters:
[
  ":active" => 1
]
0.19 ms
(5.21%)
1
SELECT YEAR(a.created_at) as y 
                FROM article a 
                WHERE a.active = 1
                ORDER BY a.created_at DESC
Parameters:
[]
0.18 ms
(4.75%)
1
SELECT COUNT(a.uuid) as count FROM article a WHERE a.active = :active
Parameters:
[
  ":active" => 1
]

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.