Query Metrics
1
Database Queries
1
Different statements
1.88 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
| Time▼ | Count | Info | ||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
1.88 ms (100.00%) |
1 |
SELECT o0_.id AS id_0, o0_.title AS title_1, o0_.description AS description_2, o0_.status AS status_3, o0_.admin_comment AS admin_comment_4, o0_.expires_at AS expires_at_5, o0_.created_at AS created_at_6, o0_.updated_at AS updated_at_7, o0_.budget AS budget_8, o0_.city AS city_9, o0_.region AS region_10, o0_.customer_id AS customer_id_11 FROM orders o0_ WHERE o0_.status = ? AND o0_.expires_at > ? ORDER BY o0_.created_at DESC
Parameters:
[ "approved" "2026-01-28 06:08:19" ]
|
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\Order | No errors. |
| App\Entity\User | No errors. |