Query Metrics
5
Database Queries
5
Different statements
4.02 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.88 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 WHERE t0.id = ?
Parameters:
[
"43"
]
|
| 2 | 0.91 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM organism t0 INNER JOIN expert_organism ON t0.id = expert_organism.organism_id WHERE expert_organism.expert_id = ?
Parameters:
[
43
]
|
| 3 | 0.66 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM country t0 WHERE t0.id = ?
Parameters:
[
76
]
|
| 4 | 0.65 ms |
SELECT o0_.id AS id_0, o0_.name AS name_1 FROM organism o0_
Parameters:
[] |
| 5 | 0.92 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1 FROM country c0_
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\ExpertiseType | No errors. |
| App\Entity\Country | No errors. |
| App\Entity\GeneralSkill | No errors. |
| App\Entity\Organism | No errors. |