Query Metrics
20
Database Queries
10
Different statements
35.25 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
21.37 ms (60.61%) |
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"
]
|
|
5.84 ms (16.57%) |
6 |
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:
[
"aide"
]
|
|
1.98 ms (5.61%) |
2 |
SELECT COUNT(p0_.id) AS sclr_0 FROM Prestataire p0_ WHERE p0_.status = ?
Parameters:
[
"valid"
]
|
|
1.33 ms (3.78%) |
4 |
SELECT t0.id AS id_1, t0.option_key AS option_key_2, t0.option_value AS option_value_3 FROM `Option` t0 WHERE t0.option_key = ? LIMIT 1
Parameters:
[
"facebook_url"
]
|
|
1.15 ms (3.25%) |
1 |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"exacompabdd"
]
|
|
0.99 ms (2.80%) |
1 |
SELECT t0.id AS id_1, t0.status AS status_2, t0.register_date AS register_date_3, t0.modified_date AS modified_date_4, t0.credits AS credits_5, t0.entreprise AS entreprise_6, t0.siret AS siret_7, t0.nom AS nom_8, t0.adresse AS adresse_9, t0.code_postal AS code_postal_10, t0.ville AS ville_11, t0.coordinates AS coordinates_12, t0.telephone AS telephone_13, t0.fax AS fax_14, t0.website AS website_15, t0.logo AS logo_16, t0.user_id AS user_id_17 FROM Prestataire t0 WHERE t0.id = ?
Parameters:
[
511
]
|
|
0.89 ms (2.52%) |
1 |
SELECT c0_.name AS name_0, c1_.id AS id_1, c1_.name AS name_2 FROM Prestataire p2_ INNER JOIN PrestataireCategorie p3_ ON p2_.id = p3_.prestataire_id INNER JOIN Categorie c1_ ON c1_.id = p3_.categorie_id INNER JOIN Categorie c0_ ON c1_.group_id = c0_.id WHERE p2_.id = ? ORDER BY c0_.ordre ASC, c1_.ordre ASC
Parameters:
[
511
]
|
|
0.77 ms (2.20%) |
2 |
SELECT DATABASE()
Parameters:
[] |
|
0.53 ms (1.49%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.is_email_valid AS is_email_valid_3, t0.email_validation_code AS email_validation_code_4, t0.password AS password_5, t0.reset_code AS reset_code_6, t0.roles AS roles_7, t0.is_verified AS is_verified_8, t9.id AS id_10, t9.status AS status_11, t9.register_date AS register_date_12, t9.modified_date AS modified_date_13, t9.credits AS credits_14, t9.entreprise AS entreprise_15, t9.siret AS siret_16, t9.nom AS nom_17, t9.adresse AS adresse_18, t9.code_postal AS code_postal_19, t9.ville AS ville_20, t9.coordinates AS coordinates_21, t9.telephone AS telephone_22, t9.fax AS fax_23, t9.website AS website_24, t9.logo AS logo_25, t9.user_id AS user_id_26 FROM User t0 LEFT JOIN Prestataire t9 ON t9.user_id = t0.id WHERE t0.id = ?
Parameters:
[
490
]
|
|
0.41 ms (1.17%) |
1 |
SELECT t0.id AS id_1, t0.code AS code_2, t0.name AS name_3, t0.slug AS slug_4, t0.region_id AS region_id_5 FROM Departement t0 INNER JOIN PrestataireDepartement ON t0.id = PrestataireDepartement.departement_id WHERE PrestataireDepartement.prestataire_id = ?
Parameters:
[
511
]
|
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\Prestataire | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Departement | No errors. |
| App\Entity\Categorie | No errors. |
| App\Entity\Transaction | No errors. |
| App\Entity\RefundRequest | No errors. |
| App\Entity\Page | No errors. |
| App\Entity\Url | No errors. |
| App\Entity\Region | No errors. |
| App\Entity\Demande | No errors. |
| App\Entity\PageMeta | No errors. |
| App\Entity\Option | No errors. |