Query Metrics

1 Database Queries
1 Different statements
8.51 ms Query time
0 Invalid entities
0 Managed entities

Queries

Group similar statements

# Time Info
1 8.51 ms
SELECT
  a.id,
  a.slug,
  a.image,
  a.created_at,
  a.updated_at,
  COALESCE(NULLIF(t.titre,''), tfr.titre)   AS titre,
  COALESCE(NULLIF(t.preview,''), tfr.preview) AS preview,
  COALESCE(NULLIF(t.contenu,''), tfr.contenu) AS contenu
FROM actualite a
LEFT JOIN actualite_translation t
  ON t.id = a.id AND t.lang = ?
LEFT JOIN actualite_translation tfr
  ON tfr.id = a.id AND tfr.lang = 'fr'
WHERE a.is_publier = 1
  AND (
    a.slug = ?
    OR (? IS NOT NULL AND a.id = ?)
  )
LIMIT 1
Parameters:
[
  "ar"
  "nouveau-plan-de-circulation-de-l-hyper-centre-de-casablanca"
  null
  null
]

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

Entities Mapping

No loaded entities.