Query Metrics
120
Database Queries
5
Different statements
487.24 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
479.19 ms (98.35%) |
115 |
SELECT DISTINCT p0_.id AS id_0, p0_.status AS status_1, p0_.register_date AS register_date_2, p0_.modified_date AS modified_date_3, p0_.credits AS credits_4, p0_.entreprise AS entreprise_5, p0_.siret AS siret_6, p0_.nom AS nom_7, p0_.adresse AS adresse_8, p0_.code_postal AS code_postal_9, p0_.ville AS ville_10, p0_.coordinates AS coordinates_11, p0_.telephone AS telephone_12, p0_.fax AS fax_13, p0_.website AS website_14, p0_.logo AS logo_15, p0_.user_id AS user_id_16 FROM Prestataire p0_ INNER JOIN PrestataireDepartement p2_ ON p0_.id = p2_.prestataire_id INNER JOIN Departement d1_ ON d1_.id = p2_.departement_id INNER JOIN PrestataireCategorie p4_ ON p0_.id = p4_.prestataire_id INNER JOIN Categorie c3_ ON c3_.id = p4_.categorie_id AND (c3_.id = ?) WHERE p0_.status = ? AND (p0_.code_postal LIKE ? OR d1_.code LIKE ?)
Parameters:
[ 72 "valid" "01%" "01%" ] |
|
4.27 ms (0.88%) |
1 |
SELECT p0_.title AS title_0, d1_.code AS code_1, p2_.meta_value AS meta_value_2, d1_.name AS name_3, COALESCE(r3_.name, d1_.name) AS sclr_4, d1_.slug AS slug_5 FROM Departement d1_ LEFT JOIN PageMeta p4_ ON (p4_.meta_key = 'departement' AND p4_.meta_value = d1_.code) LEFT JOIN Page p0_ ON p4_.page_id = p0_.id AND (p0_.type = ?) LEFT JOIN PageMeta p2_ ON p0_.id = p2_.page_id AND (p2_.meta_key = 'cp') LEFT JOIN Region r3_ ON d1_.region_id = r3_.id ORDER BY sclr_4 ASC, code_1 ASC, title_0 ASC
Parameters:
[
"local"
]
|
|
1.71 ms (0.35%) |
1 |
SELECT p0_.id AS id_0, p0_.type AS type_1, p0_.creation_date AS creation_date_2, p0_.modified_date AS modified_date_3, p0_.title AS title_4, p0_.menu_label AS menu_label_5, p0_.page_title AS page_title_6, p0_.page_description AS page_description_7, p0_.bandeau_text_1 AS bandeau_text_1_8, p0_.bandeau_text_2 AS bandeau_text_2_9, p0_.bandeau_text_3 AS bandeau_text_3_10, p0_.content AS content_11, p0_.page_order AS page_order_12, p0_.robots AS robots_13, u1_.id AS id_14, u1_.url AS url_15, p0_.parent_id AS parent_id_16, p0_.url_id AS url_id_17, u1_.redirect_on AS redirect_on_18 FROM Page p0_ LEFT JOIN Url u1_ ON p0_.url_id = u1_.id WHERE p0_.type = ?
Parameters:
[
"local_index"
]
|
|
1.17 ms (0.24%) |
2 |
SELECT COUNT(p0_.id) AS sclr_0 FROM Prestataire p0_ WHERE p0_.status = ?
Parameters:
[
"valid"
]
|
|
0.91 ms (0.19%) |
1 |
SELECT p0_.id AS id_0, p0_.parent_id AS sclr_1, p0_.menu_label AS menu_label_2, c1_.description AS description_3, u2_.url AS url_4, c1_.id AS id_5 FROM Page p0_ INNER JOIN Url u2_ ON p0_.url_id = u2_.id LEFT JOIN Categorie c1_ ON (c1_.page_id = p0_.id) WHERE p0_.type = ? ORDER BY p0_.parent_id ASC, p0_.page_order ASC
Parameters:
[
"categorie"
]
|
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Page | No errors. |
| App\Entity\Url | No errors. |
| App\Entity\PageMeta | No errors. |
| App\Entity\Departement | No errors. |
| App\Entity\Region | No errors. |
| App\Entity\Prestataire | No errors. |
| App\Entity\Categorie | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Transaction | No errors. |
| App\Entity\RefundRequest | No errors. |