Query Metrics
4
Database Queries
3
Different statements
13.96 ms
Query time
0
Invalid entities
6
Managed entities
Grouped Statements
default connection
| Time▼ | Count | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|
8.50 ms (60.89%) |
2 |
SELECT o.id FROM operator o WHERE (o.name LIKE ?) AND (o.is_deleted IS NULL)
Parameters:
[
"%GreenWay%"
]
|
||||||||||||||||||||||||||||||
|
3.17 ms (22.67%) |
1 |
SELECT o0_.id AS id_0, o0_.name AS name_1, o0_.charging_price_ac AS charging_price_ac_2, o0_.charging_price_dc AS charging_price_dc_3, o0_.price_monthly AS price_monthly_4, o0_.price_promo AS price_promo_5, o0_.promo_valid_until AS promo_valid_until_6, o0_.enabled AS enabled_7, o0_.created_at AS created_at_8, o0_.updated_at AS updated_at_9 FROM operator_subscription o0_ INNER JOIN operator_subscription_operator o1_ ON (o1_.subscription_id = o0_.id) WHERE o1_.operator_id IN (?, ?, ?) AND o0_.enabled = 1 GROUP BY o0_.id ORDER BY o0_.id ASC
Parameters:
[ 5 1834 1850 ]
|
||||||||||||||||||||||||||||||
|
2.30 ms (16.44%) |
1 |
SELECT o0_.id AS id_0, o0_.name AS name_1, o0_.charging_price_ac AS charging_price_ac_2, o0_.charging_price_dc AS charging_price_dc_3, o0_.price_monthly AS price_monthly_4, o0_.price_promo AS price_promo_5, o0_.promo_valid_until AS promo_valid_until_6, o0_.enabled AS enabled_7, o0_.created_at AS created_at_8, o0_.updated_at AS updated_at_9 FROM operator_subscription o0_ INNER JOIN operator_subscription_operator o1_ ON (o1_.subscription_id = o0_.id) WHERE o1_.operator_id IN (?) AND o0_.enabled = 1 GROUP BY o0_.id ORDER BY o0_.id ASC
Parameters:
[
420
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| import | doctrine.dbal.import_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\OperatorSubscription | 6 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Operator | No errors. |
| App\Entity\OperatorSubscription | No errors. |
| App\Entity\OperatorSubscriptionOperator | No errors. |