Query Metrics
1
Database Queries
1
Different statements
0.45 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.45 ms (100.00%) |
1 |
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:
[ "en" "visite-de-la-delegation-dakaroise" 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.