GET https://www.metfp.gov.mg/actualite

Query Metrics

3 Database Queries
3 Different statements
0.69 ms Query time
0 Invalid entities
9 Managed entities

Queries

Group similar statements

# Time Info
1 0.24 ms
SELECT count(DISTINCT a0_.id) AS sclr_0 FROM article a0_ WHERE a0_.published = ?
Parameters:
[
  1
]
2 0.20 ms
SELECT DISTINCT a0_.id AS id_0, a0_.created_at AS created_at_1 FROM article a0_ WHERE a0_.published = ? ORDER BY a0_.created_at DESC LIMIT 9
Parameters:
[
  1
]
3 0.25 ms
SELECT a0_.id AS id_0, a0_.title AS title_1, a0_.titlefr AS titlefr_2, a0_.lieu AS lieu_3, a0_.content AS content_4, a0_.contentfr AS contentfr_5, a0_.published AS published_6, a0_.created_at AS created_at_7, a0_.date AS date_8, a0_.photos AS photos_9 FROM article a0_ WHERE a0_.published = ? AND a0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?) ORDER BY a0_.created_at DESC
Parameters:
[
  1
  12
  11
  10
  9
  8
  7
  6
  5
  4
]

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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Article 9

Entities Mapping

Class Mapping errors
App\Entity\Article No errors.