Query Metrics
2
Database Queries
2
Different statements
1.22 ms
Query time
3
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.94 ms |
SELECT COUNT(*) AS num FROM ( SELECT a.id, a.name, a.gender, i.id as image_id, i.filename as image_filename FROM actor AS a LEFT OUTER JOIN actor_image AS i ON a.front_image_id = i.id ) AS count_query
Parameters:
[] |
| 2 | 0.28 ms |
SELECT a.id, a.name, a.gender, i.id as image_id, i.filename as image_filename FROM actor AS a LEFT OUTER JOIN actor_image AS i ON a.front_image_id = i.id LIMIT 0, 9
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\Actor |
|
| App\Entity\ActorImage |
|
| App\Entity\Video |
|