Query Metrics
1
Database Queries
1
Different statements
0.66 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
0.66 ms (100.00%) |
1 |
SELECT p.id, p.slug, p.image2, COALESCE(p.champ11, 0) AS champ11, COALESCE(pt.titre, ptfr.titre, '') AS titre, t.slug AS type_slug, t.color AS type_color, t.background AS type_background, COALESCE(tt.titre, ttfr.titre, '') AS type_titre FROM projet p INNER JOIN projettype t ON t.id = p.type_id LEFT JOIN projet_translation pt ON pt.id = p.id AND pt.lang = ? LEFT JOIN projet_translation ptfr ON ptfr.id = p.id AND ptfr.lang = 'fr' LEFT JOIN projettype_translation tt ON tt.id = t.id AND tt.lang = ? LEFT JOIN projettype_translation ttfr ON ttfr.id = t.id AND ttfr.lang = 'fr' WHERE p.is_publier = 1 AND t.is_publier = 1 ORDER BY p.position ASC, p.id ASC
Parameters:
[ "fr" "fr" ]
|
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.