Query Metrics
8
Database Queries
2
Different statements
7.29 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
4.12 ms (56.48%) |
1 |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.cca2 AS cca2_2, c0_.cca3 AS cca3_3, c0_.ccn3 AS ccn3_4, c0_.sub_continent AS sub_continent_5, c0_.continent_id AS continent_id_6 FROM country c0_ INNER JOIN continent c1_ ON c0_.continent_id = c1_.id ORDER BY c0_.name ASC
Parameters:
[] |
|
3.18 ms (43.52%) |
7 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM continent t0 WHERE t0.id = ?
Parameters:
[
2
]
|
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\Country | No errors. |
| App\Entity\Continent | No errors. |
| App\Entity\Referee | No errors. |
| App\Entity\City | No errors. |