Query Metrics
4
Database Queries
4
Different statements
4.91 ms
Query time
0
Invalid entities
2
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 2.71 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.company AS company_4, t0.email AS email_5, t0.branch AS branch_6, t0.first_name AS first_name_7, t0.last_name AS last_name_8, t0.telephone AS telephone_9, t0.subdomain AS subdomain_10, t0.status AS status_11, t0.layout_id AS layout_id_12 FROM client t0 WHERE t0.subdomain = ? LIMIT 1
Parameters:
[
"rentsoft"
]
|
||||||||||||||||||||
| 2 | 1.01 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.name AS name_4, t0.slug AS slug_5, t0.icon AS icon_6, t0.description AS description_7, t0.priority AS priority_8, t0.visible AS visible_9, t0.deleted_at AS deleted_at_10, t0.client_id AS client_id_11, t0.user_id AS user_id_12 FROM settings_content_category t0 WHERE t0.slug = ? AND t0.client_id = ? AND ((t0.deleted_at IS NULL)) LIMIT 1
Parameters:
[ "patienten-akte-dokumentation" 2 ]
|
||||||||||||||||||||
| 3 | 0.59 ms |
SELECT t0.id AS id_1, t0.priority AS priority_2, t0.created_at AS created_at_3, t0.updated_at AS updated_at_4, t0.name AS name_5, t0.slug AS slug_6, t0.deleted_at AS deleted_at_7, t0.category_id AS category_id_8 FROM settings_content_group t0 WHERE t0.slug = ? AND t0.category_id IS NULL AND ((t0.deleted_at IS NULL)) LIMIT 1
Parameters:
[
"patientenakte-eintraege"
]
|
||||||||||||||||||||
| 4 | 0.60 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.name AS name_4, t0.slug AS slug_5, t0.teaser AS teaser_6, t0.icon AS icon_7, t0.content AS content_8, t0.priority AS priority_9, t0.visible AS visible_10, t0.seo_keywords AS seo_keywords_11, t0.seo_meta_description AS seo_meta_description_12, t0.page_view_counter AS page_view_counter_13, t0.deleted_at AS deleted_at_14, t0.group_id AS group_id_15 FROM settings_content_page t0 WHERE t0.slug = ? AND t0.group_id IS NULL AND ((t0.deleted_at IS NULL)) LIMIT 1
Parameters:
[
"dateien-und-medien-zum-eintrag-hochladen"
]
|
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\Client\Client | 1 |
| App\Entity\Client\Layout | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Client\Client | No errors. |
| App\Entity\Client\Layout | No errors. |
| App\Entity\Settings\General | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Content\Category | No errors. |
| App\Entity\Content\Group | No errors. |
| App\Entity\Content\Page | No errors. |
| App\Entity\Content\PageRating | No errors. |