Query Metrics
11
Database Queries
5
Different statements
15.98 ms
Query time
0
Invalid entities
24
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
11.29 ms (70.63%) |
1 |
SELECT t0.id AS id_1, t0.code AS code_2, t0.nom AS nom_3, t0.logo AS logo_4, t0.banniere AS banniere_5, t0.description AS description_6, t0.prix AS prix_7, t0.updated_at AS updated_at_8, t0.frais_mise_en_service AS frais_mise_en_service_9, t0.mensualite AS mensualite_10, t0.frais_entretien_annuel AS frais_entretien_annuel_11 FROM pack t0 ORDER BY t0.prix ASC
Parameters:
[]
|
||||||||||||||||||||||||||||||
|
1.81 ms (11.31%) |
5 |
SELECT t0.id AS id_1, t0.label AS label_2, t0.route AS route_3, t0.url AS url_4, t0.icon AS icon_5, t0.enabled AS enabled_6, t0.position AS position_7, t0.blank AS blank_8, t0.parent_id AS parent_id_9 FROM menu t0 WHERE t0.parent_id = ?
Parameters:
[
9
]
|
||||||||||||||||||||||||||||||
|
1.40 ms (8.75%) |
3 |
SELECT t0.id AS id_1, t0.code AS code_2, t0.nom AS nom_3, t0.description AS description_4, t0.prix AS prix_5, t0.logo AS logo_6, t0.banniere AS banniere_7, t0.presentation AS presentation_8, t0.site_officiel AS site_officiel_9, t0.lien_plateforme AS lien_plateforme_10, t0.base_prefix AS base_prefix_11, t0.base_suffix AS base_suffix_12, t0.api_service AS api_service_13, t0.api_provisionning AS api_provisionning_14, t0.db_host AS db_host_15, t0.db_name AS db_name_16, t0.db_user AS db_user_17, t0.db_pass AS db_pass_18, t0.base_url AS base_url_19, t0.api_key AS api_key_20, t0.numero_bpay AS numero_bpay_21, t0.portail AS portail_22, t0.ordre_portail AS ordre_portail_23, t0.sous_compte_bpay AS sous_compte_bpay_24, t0.updated_at AS updated_at_25 FROM plateforme t0 INNER JOIN pack_plateformes ON t0.id = pack_plateformes.plateforme_id WHERE pack_plateformes.pack_id = ?
Parameters:
[
1
]
|
||||||||||||||||||||||||||||||
|
0.89 ms (5.58%) |
1 |
SELECT m0_.id AS id_0, m0_.label AS label_1, m0_.route AS route_2, m0_.url AS url_3, m0_.icon AS icon_4, m0_.enabled AS enabled_5, m0_.position AS position_6, m0_.blank AS blank_7, m0_.parent_id AS parent_id_8 FROM menu m0_ LEFT JOIN menu_role m2_ ON m0_.id = m2_.menu_id LEFT JOIN role r1_ ON r1_.code = m2_.role_code WHERE m0_.parent_id IS NULL AND m0_.enabled = 1 AND r1_.code IN (?) ORDER BY m0_.position ASC
Parameters:
[
"ROLE_VISITEUR"
]
|
||||||||||||||||||||||||||||||
|
0.60 ms (3.74%) |
1 |
SELECT t0.id AS id_1, t0.code AS code_2, t0.nom AS nom_3, t0.description AS description_4, t0.prix AS prix_5, t0.logo AS logo_6, t0.banniere AS banniere_7, t0.presentation AS presentation_8, t0.site_officiel AS site_officiel_9, t0.lien_plateforme AS lien_plateforme_10, t0.base_prefix AS base_prefix_11, t0.base_suffix AS base_suffix_12, t0.api_service AS api_service_13, t0.api_provisionning AS api_provisionning_14, t0.db_host AS db_host_15, t0.db_name AS db_name_16, t0.db_user AS db_user_17, t0.db_pass AS db_pass_18, t0.base_url AS base_url_19, t0.api_key AS api_key_20, t0.numero_bpay AS numero_bpay_21, t0.portail AS portail_22, t0.ordre_portail AS ordre_portail_23, t0.sous_compte_bpay AS sous_compte_bpay_24, t0.updated_at AS updated_at_25 FROM plateforme t0
Parameters:
[]
|
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\Plateforme | 14 |
| App\Entity\Menu | 7 |
| App\Entity\Pack | 3 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Pack | No errors. |
| App\Entity\Plateforme | No errors. |
| App\Entity\Menu | No errors. |
| App\Entity\Role | No errors. |