Query Metrics
6
Database Queries
6
Different statements
3.37 ms
Query time
1
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.57 ms |
SELECT t0.username AS username_1, t0.username_canonical AS username_canonical_2, t0.email AS email_3, t0.email_canonical AS email_canonical_4, t0.enabled AS enabled_5, t0.salt AS salt_6, t0.password AS password_7, t0.last_login AS last_login_8, t0.confirmation_token AS confirmation_token_9, t0.password_requested_at AS password_requested_at_10, t0.roles AS roles_11, t0.id AS id_12, t0.help AS help_13, t0.reload_map AS reload_map_14, t0.created_at AS created_at_15, t0.updated_at AS updated_at_16, t0.company_id AS company_id_17 FROM user t0 WHERE t0.id = ? LIMIT 1
Parameters:
[
139
]
|
| 2 | 0.53 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.language AS language_3, t0.unit_of_measure AS unit_of_measure_4, t0.country AS country_5, t0.subscription_paid_to AS subscription_paid_to_6, t0.latitude AS latitude_7, t0.longitude AS longitude_8, t0.zoom AS zoom_9, t0.users_limit AS users_limit_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12 FROM company t0 WHERE t0.id = ?
Parameters:
[
2
]
|
| 3 | 0.78 ms |
SELECT DISTINCT c0_.id AS id_0, c0_.id AS id_1 FROM company c0_ WHERE c0_.subscription_paid_to > ? ORDER BY c0_.id DESC LIMIT 20
Parameters:
[
"2026-08-23 14:34:10"
]
|
| 4 | 0.52 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.language AS language_2, c0_.unit_of_measure AS unit_of_measure_3, c0_.country AS country_4, c0_.subscription_paid_to AS subscription_paid_to_5, c0_.latitude AS latitude_6, c0_.longitude AS longitude_7, c0_.zoom AS zoom_8, c0_.users_limit AS users_limit_9, c0_.created_at AS created_at_10, c0_.updated_at AS updated_at_11 FROM company c0_ WHERE c0_.subscription_paid_to > ? AND c0_.id IN (?) ORDER BY c0_.id DESC
Parameters:
[ "2026-08-23 14:34:10" [ 2 ] ] |
| 5 | 0.52 ms |
SELECT COUNT(c0_.id) AS sclr_0 FROM company c0_ WHERE c0_.subscription_paid_to > ?
Parameters:
[
"2026-08-23 14:34:10"
]
|
| 6 | 0.44 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.roles AS roles_3 FROM package t0 INNER JOIN company_has_group ON t0.id = company_has_group.group_id WHERE company_has_group.company_id = ?
Parameters:
[
2
]
|
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 |
|---|---|
| FOS\UserBundle\Model\User | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Company | No errors. |
| App\Entity\CableConnectionAction | No errors. |
| App\Entity\Payment |
|
| App\Entity\Point | No errors. |
| App\Entity\Cable | No errors. |
| App\Entity\ConductorDescription | No errors. |
| App\Entity\Group | No errors. |
| App\Entity\GroupTranslation | No errors. |