Query Metrics
2
Database Queries
2
Different statements
1.38 ms
Query time
0
Invalid entities
3
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.62 ms |
SELECT t0.id AS id_1, t0.active AS active_2, t0.title AS title_3, t0.url AS url_4, t0.platform AS platform_5, t0.token AS token_6, t0.telegram_token AS telegram_token_7, t8.id AS id_9, t8.license_date_limit AS license_date_limit_10, t8.license_date_start AS license_date_start_11, t8.users_limit AS users_limit_12, t8.size_limit AS size_limit_13, t8.customer AS customer_14, t0.project AS project_15 FROM customer t0 LEFT JOIN license t8 ON t8.customer = t0.id WHERE t0.token = ? LIMIT 1
Parameters:
[
"1540aa841e1077cdc30cdd6ffe5b15d0d6c46aa862829aed903128f0cdf8e0b248ca8906b3eac80ae26b1258a683e73ef563dda92f869d59dbe59d89d1c8f9ef"
]
|
| 2 | 0.76 ms |
SELECT r0_.id AS id_0, r0_.path AS path_1, r0_.version AS version_2, r0_.created AS created_3, r0_.project AS project_4 FROM releases r0_ WHERE r0_.project = ? AND r0_.version = ? ORDER BY r0_.id DESC LIMIT 1
Parameters:
[ 3 "3.34.32" ] |
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\Customer | 1 |
| App\Entity\Project | 1 |
| App\Entity\License | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Customer | No errors. |
| App\Entity\License | No errors. |
| App\Entity\Project | No errors. |
| App\Entity\ModuleLicense | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Release | No errors. |