https://racket-trip.eu/nl/blog/latest-news

Query Metrics

2 Database Queries
2 Different statements
1.06 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.63 ms
SELECT COUNT(DISTINCT a0_.id) AS sclr_0 FROM article a0_ INNER JOIN website_language w1_ ON a0_.website_language_id = w1_.id WHERE a0_.published = ? AND w1_.slug = ?
Parameters:
[
  1
  "nl"
]
2 0.43 ms
SELECT DISTINCT a0_.id AS id_0, a0_.created_date AS created_date_1 FROM article a0_ INNER JOIN website_language w1_ ON a0_.website_language_id = w1_.id WHERE a0_.published = ? AND w1_.slug = ? ORDER BY a0_.created_date DESC LIMIT 16
Parameters:
[
  1
  "nl"
]

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.

Entities Mapping

Class Mapping errors
App\Entity\Article No errors.
App\Entity\WebsiteLanguage No errors.