Query Metrics
40
Database Queries
3
Different statements
5.68 ms
Query time
0
Invalid entities
79
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
4.81 ms (84.76%) |
38 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.system_name AS system_name_3, t0.active AS active_4, t0.deleted AS deleted_5 FROM module t0 WHERE t0.id = ?
Parameters:
[
5
]
|
|
0.49 ms (8.68%) |
1 |
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, t0.max_token AS max_token_8, t9.id AS id_10, t9.license_date_limit AS license_date_limit_11, t9.license_date_start AS license_date_start_12, t9.users_limit AS users_limit_13, t9.size_limit AS size_limit_14, t9.customer AS customer_15, t0.project AS project_16 FROM customer t0 LEFT JOIN license t9 ON t9.customer = t0.id WHERE t0.token = ? LIMIT 1
Parameters:
[
"15d06da52a9a9b026dbe525f2c7478ab4ceb895d7635bfb46f620729f615253f389cd6a2ea98375d0ebfa77d2b8bd880318442c7da6d6e08b21ecd2f0cfd3e7b"
]
|
|
0.37 ms (6.55%) |
1 |
SELECT t0.id AS id_1, t0.type AS type_2, t0.license_date_limit AS license_date_limit_3, t0.active AS active_4, t0.module AS module_5, t0.customer AS customer_6 FROM module_license t0 WHERE t0.customer = ?
Parameters:
[
3
]
|
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\ModuleLicense | 38 |
| App\Entity\Module | 38 |
| 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\Module | No errors. |