Query Metrics
2
Database Queries
2
Different statements
0.73 ms
Query time
0
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.26 ms |
SELECT COUNT(*) FROM actualite a WHERE a.is_publier = 1
Parameters:
[]
|
||||||||||||||||||||
| 2 | 0.47 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 ORDER BY a.created_at DESC LIMIT ? OFFSET ?
Parameters:
[ "en" 9 0 ]
|
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.