Query Metrics
16
Database Queries
8
Different statements
8.49 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.77 ms (32.62%) |
1 |
SELECT e0_.id AS id_0, count(DISTINCT e0_.expert_id) AS sclr_1, e0_.expert_id AS expert_id_2, e0_.specie_id AS specie_id_3, e0_.specie_area_id AS specie_area_id_4 FROM expert_area_specie e0_ GROUP BY e0_.specie_id ORDER BY sclr_1 DESC
Parameters:
[] |
|
2.22 ms (26.15%) |
9 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM country t0 WHERE t0.id = ?
Parameters:
[
76
]
|
|
0.99 ms (11.64%) |
1 |
SELECT e0_.id AS id_0, e0_.manager AS manager_1, e0_.name AS name_2, e0_.firstname AS firstname_3, e0_.email AS email_4, e0_.is_admin AS is_admin_5, e0_.orcid AS orcid_6, count(e0_.id) AS sclr_7, e0_.expertise_type_id AS expertise_type_id_8, e0_.country_id AS country_id_9 FROM expert e0_ GROUP BY e0_.country_id ORDER BY sclr_7 DESC
Parameters:
[] |
|
0.76 ms (8.95%) |
1 |
SELECT t0.id AS id_1, t0.manager AS manager_2, t0.name AS name_3, t0.firstname AS firstname_4, t0.email AS email_5, t0.is_admin AS is_admin_6, t0.orcid AS orcid_7, t0.expertise_type_id AS expertise_type_id_8, t0.country_id AS country_id_9 FROM expert t0
Parameters:
[] |
|
0.61 ms (7.18%) |
1 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2 FROM general_skill t0
Parameters:
[] |
|
0.55 ms (6.46%) |
1 |
SELECT count(DISTINCT e0_.country_id) AS sclr_0 FROM expert e0_
Parameters:
[] |
|
0.35 ms (4.10%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM specie t0
Parameters:
[] |
|
0.25 ms (2.90%) |
1 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2 FROM specie_area 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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Expert | No errors. |
| App\Entity\ExpertAreaSpecie | No errors. |
| App\Entity\SpecieArea | No errors. |
| App\Entity\Specie | No errors. |
| App\Entity\GeneralSkill | No errors. |
| App\Entity\ExpertiseType | No errors. |
| App\Entity\Country | No errors. |
| App\Entity\Organism | No errors. |