Query Metrics
1
Database Queries
1
Different statements
4.23 ms
Query time
0
Invalid entities
3
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 4.23 ms |
SELECT s0_.id AS id_0, s0_.code AS code_1, s0_.name AS name_2, s0_.description AS description_3, s0_.price AS price_4, s0_.storage_limit AS storage_limit_5, s0_.user_limit AS user_limit_6, s0_.is_active AS is_active_7, s0_.sort_order AS sort_order_8, s0_.features AS features_9, s0_.created_at AS created_at_10 FROM subscription_plan s0_ WHERE s0_.is_active = ? ORDER BY s0_.sort_order ASC
Parameters:
[
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 |
|---|---|
| App\Entity\SubscriptionPlan | 3 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\SubscriptionPlan | No errors. |
| App\Entity\Subscription | No errors. |