Query Metrics
2
Database Queries
2
Different statements
0.44 ms
Query time
0
Invalid entities
5
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.27 ms |
SELECT t0.id AS id_1, t0.raison_social AS raison_social_2, t0.denomination AS denomination_3, t0.slogan AS slogan_4, t0.logo AS logo_5, t0.adresse AS adresse_6, t0.code_postal AS code_postal_7, t0.ville AS ville_8, t0.desc_courte AS desc_courte_9, t0.desc_long AS desc_long_10, t0.nif AS nif_11, t0.stat AS stat_12, t0.tel_fixe AS tel_fixe_13, t0.mobile1 AS mobile1_14, t0.mobile2 AS mobile2_15, t0.email AS email_16, t0.date_creation AS date_creation_17, t0.date_modif AS date_modif_18, t0.is_actived AS is_actived_19, t0.numero_commande AS numero_commande_20, t0.user_modif_id AS user_modif_id_21 FROM societe t0 WHERE t0.is_actived = ? LIMIT 1
Parameters:
[
1
]
|
| 2 | 0.17 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.nom_contact AS nom_contact_3, t0.mobile1 AS mobile1_4, t0.mobile2 AS mobile2_5, t0.email AS email_6, t0.date_creation AS date_creation_7, t0.date_modif AS date_modif_8, t0.is_actived AS is_actived_9, t0.user_modif_id AS user_modif_id_10, t0.societe_id AS societe_id_11 FROM contact t0 WHERE t0.societe_id = ? AND t0.is_actived = ? ORDER BY t0.date_creation ASC
Parameters:
[ 1 1 ] |
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\Contact | 3 |
| App\Entity\Societe | 1 |
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Societe | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Contact | No errors. |