Query Metrics
16
Database Queries
8
Different statements
9.87 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.84 ms |
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:
[] |
2 | 0.79 ms |
SELECT count(DISTINCT e0_.country_id) AS sclr_0 FROM expert e0_
Parameters:
[] |
3 | 0.55 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM specie t0
Parameters:
[] |
4 | 0.56 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2 FROM general_skill t0
Parameters:
[] |
5 | 0.34 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2 FROM specie_area t0
Parameters:
[] |
6 | 1.15 ms |
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:
[] |
7 | 0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM country t0 WHERE t0.id = ?
Parameters:
[
76
]
|
8 | 0.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM country t0 WHERE t0.id = ?
Parameters:
[
218
]
|
9 | 0.20 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM country t0 WHERE t0.id = ?
Parameters:
[
110
]
|
10 | 0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM country t0 WHERE t0.id = ?
Parameters:
[
15
]
|
11 | 0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM country t0 WHERE t0.id = ?
Parameters:
[
86
]
|
12 | 0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM country t0 WHERE t0.id = ?
Parameters:
[
107
]
|
13 | 0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM country t0 WHERE t0.id = ?
Parameters:
[
83
]
|
14 | 0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM country t0 WHERE t0.id = ?
Parameters:
[
158
]
|
15 | 0.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM country t0 WHERE t0.id = ?
Parameters:
[
230
]
|
16 | 3.67 ms |
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:
[] |
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. |