Query Metrics
1
Database Queries
1
Different statements
17.74 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
17.74 ms (100.00%) |
1 |
SELECT i0_.id AS id_0, i0_.name AS name_1, i0_.description AS description_2, i0_.icon AS icon_3, i0_.category AS category_4, i0_.is_active AS is_active_5, COUNT(u1_.id) AS sclr_6 FROM interest i0_ LEFT JOIN user_interests u2_ ON i0_.id = u2_.interest_id LEFT JOIN `user` u1_ ON u1_.id = u2_.user_id WHERE i0_.is_active = ? AND u1_.is_active = ? GROUP BY i0_.id ORDER BY sclr_6 DESC, i0_.name ASC LIMIT 8
Parameters:
[ 1 1 ]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Interest | No errors. |
| App\Entity\User | No errors. |