Query Metrics
2
Database Queries
2
Different statements
3.69 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
3.22 ms (87.21%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.role AS role_3, t0.image AS image_4, t0.display_order AS display_order_5 FROM team_member t0 ORDER BY t0.display_order ASC
Parameters:
[] |
|
0.47 ms (12.79%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.target_amount AS target_amount_4, t0.current_amount AS current_amount_5, t0.image AS image_6 FROM project t0 ORDER BY t0.id DESC LIMIT 3
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\TeamMember | No errors. |
| App\Entity\Project | No errors. |
| App\Entity\Donation | No errors. |