Query Metrics
10
Database Queries
10
Different statements
11.06 ms
Query time
0
Invalid entities
46
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.29 ms (20.69%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.`left` AS left_3, t0.level AS level_4, t0.`right` AS right_5, t0.root AS root_6, t0.parent AS parent_7, t0.address_id AS address_id_8, t9.customerno AS customerno_10, t9.structure AS structure_11 FROM structure t0 LEFT JOIN customer t9 ON t9.structure = t0.id WHERE t0.id = ?
Parameters:
[
"cecd86b8-64af-4e02-a75e-e8d3ac3b919e"
]
|
|
1.77 ms (16.03%) |
1 |
SHOW TABLES LIKE "connector_channels"
Parameters:
[] |
|
1.74 ms (15.71%) |
1 |
SELECT t0.id AS id_1, t0.subdomain AS subdomain_2, t0.layout AS layout_3, t0.customer_id AS customer_id_4 FROM registration_subdomain t0 WHERE t0.subdomain = ? LIMIT 1
Parameters:
[
"universum"
]
|
|
1.08 ms (9.80%) |
1 |
SELECT t0.id AS id_1, t0.field_key AS field_key_2, t0.label AS label_3, t0.config_id AS config_id_4, t0.language_id AS language_id_5 FROM registration_form_field_label t0 WHERE t0.config_id = ?
Parameters:
[
"18635150-74a8-4b07-9226-f40f003b7207"
]
|
|
1.05 ms (9.47%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.fallback_id AS fallback_id_4 FROM language t0
Parameters:
[] |
|
0.88 ms (7.96%) |
1 |
SELECT t0.id AS id_1, t0.field_settings AS field_settings_2, t0.customer_id AS customer_id_3 FROM registration_form_config t0 WHERE t0.customer_id = ? LIMIT 1
Parameters:
[
"cecd86b8-64af-4e02-a75e-e8d3ac3b919e"
]
|
|
0.86 ms (7.81%) |
1 |
SELECT g0_.id AS id_0, g0_.name AS name_1, g0_.customer_id AS customer_id_2 FROM `group` g0_ WHERE g0_.customer_id = ? ORDER BY g0_.name ASC
Parameters:
[ Ramsey\Uuid\Lazy\LazyUuidFromString {#93 : "cecd86b8-64af-4e02-a75e-e8d3ac3b919e" } ] |
|
0.86 ms (7.76%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.fallback_id AS fallback_id_4 FROM language t0 INNER JOIN structure_language ON t0.id = structure_language.language_id WHERE structure_language.structure_id = ?
Parameters:
[
"cecd86b8-64af-4e02-a75e-e8d3ac3b919e"
]
|
|
0.37 ms (3.38%) |
1 |
SELECT `channel`, `last_id` FROM `connector_channels`
Parameters:
[] |
|
0.15 ms (1.38%) |
1 |
DELETE FROM `connector_channels` WHERE `channel` = ?
Parameters:
[
"maintenance"
]
|
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 |
|---|---|
| UV\Registration\Entity\RegistrationFormFieldLabel | 30 |
| Lum\UV\Module\Entity\Group | 8 |
| Lum\UV\Module\Entity\Structure | 2 |
| Lum\UV\Module\Entity\Language | 2 |
| UV\Registration\Entity\Subdomain | 1 |
| Lum\UV\Module\Entity\Customer | 1 |
| Lum\UV\Module\Entity\Address | 1 |
| UV\Registration\Entity\RegistrationFormConfig | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| UV\Registration\Entity\Subdomain | No errors. |
| Lum\UV\Module\Entity\Customer | No errors. |
| Lum\UV\Module\Entity\Structure | No errors. |
| Lum\UV\Module\Entity\Application | No errors. |
| Lum\UV\Module\Entity\Language | No errors. |
| Lum\UV\Module\Entity\Group | No errors. |
| Lum\UV\Module\Entity\Role | No errors. |
| Lum\UV\Module\Entity\User | No errors. |
| Lum\UV\Module\Entity\RoleAssignment | No errors. |
| Lum\UV\MailBundle\Entity\MailSettings | No errors. |
| Lum\UV\MailBundle\Entity\MailGroup | No errors. |
| Lum\UV\MailBundle\Entity\MailText | No errors. |
| Lum\UV\Module\Entity\Address | No errors. |
| Lum\UV\Module\Entity\ApplicationInstance | No errors. |
| UV\Registration\Entity\RegistrationFormConfig | No errors. |
| UV\Registration\Entity\RegistrationFormFieldLabel | No errors. |