Query Metrics
1
Database Queries
1
Different statements
8.70 ms
Query time
1
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
8.70 ms (100.00%) |
1 |
SELECT c.id, COUNT(m.id) AS countMandate FROM public.mandate AS m JOIN public.property AS p ON m.property_id = p.id JOIN public.abstract_collaborator AS c ON p.collaborator_id = c.id GROUP BY c.id ORDER BY countMandate DESC LIMIT 5;
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\AbstractCollaborator | No errors. |
| App\Entity\Agent |
|