Query Metrics

3 Database Queries
3 Different statements
3.00 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 1.67 ms
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.slug AS slug_2, t0_.published AS published_3, t0_.meta_name AS meta_name_4, t0_.meta_description AS meta_description_5, t0_.created_at AS created_at_6, t0_.updated_at AS updated_at_7, t0_.image AS image_8, t0_.main AS main_9 FROM tag t0_ INNER JOIN news_tag n2_ ON t0_.id = n2_.tag_id INNER JOIN news n1_ ON n1_.id = n2_.news_id WHERE n1_.id = ?
Parameters:
[
  38130
]
2 1.08 ms
UPDATE news SET hits = hits + 1 WHERE id = ?
Parameters:
[
  38130
]
3 0.25 ms
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.slug AS slug_2, t0_.published AS published_3, t0_.meta_name AS meta_name_4, t0_.meta_description AS meta_description_5, t0_.created_at AS created_at_6, t0_.updated_at AS updated_at_7, t0_.image AS image_8, t0_.main AS main_9 FROM tag t0_ WHERE t0_.main = ? AND t0_.published = ? ORDER BY t0_.updated_at DESC LIMIT 4
Parameters:
[
  1
  1
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.