Query Metrics
5
Database Queries
4
Different statements
3.90 ms
Query time
0
Invalid entities
30
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.83 ms |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.created AS created_3, t0.`key` AS key_4, t0.value AS value_5 FROM system_config t0
Parameters:
[] |
| 2 | 0.62 ms |
SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.created AS created_2, c0_.text AS text_3, c0_.url AS url_4, c0_.ignore_before AS ignore_before_5, c0_.ignore_after AS ignore_after_6 FROM content_autolinks_autolink c0_
Parameters:
[] |
| 3 | 0.75 ms |
SELECT l0_.id AS id_0, l0_.uuid AS uuid_1, l0_.created AS created_2, l0_.modified AS modified_3, l0_.locale AS locale_4, l0_.name AS name_5, l0_.icon AS icon_6, l0_.is_locked AS is_locked_7 FROM languages_language l0_ WHERE l0_.id = ? LIMIT 1
Parameters:
[
"1"
]
|
| 4 | 0.63 ms |
SELECT l0_.id AS id_0, l0_.uuid AS uuid_1, l0_.created AS created_2, l0_.modified AS modified_3, l0_.locale AS locale_4, l0_.name AS name_5, l0_.icon AS icon_6, l0_.is_locked AS is_locked_7 FROM languages_language l0_ WHERE l0_.id = ? LIMIT 1
Parameters:
[
"1"
]
|
| 5 | 1.07 ms |
SELECT c0_.id AS id_0, c0_.uuid AS uuid_1, c0_.created AS created_2, c0_.version AS version_3, c0_.name AS name_4, c0_.content AS content_5, c0_.slug AS slug_6, c0_.path AS path_7, c0_.enable_group_restrictions AS enable_group_restrictions_8, c0_.enable_role_restrictions AS enable_role_restrictions_9, c0_.status AS status_10, c0_.primary_image AS primary_image_11, c0_.seo_page_title AS seo_page_title_12, c0_.seo_description AS seo_description_13, c0_.seo_keywords AS seo_keywords_14, c0_.display_order AS display_order_15, c0_.parent_id AS parent_id_16, c0_.language_id AS language_id_17 FROM content_pages_page c0_ WHERE c0_.path = ? AND (c0_.language_id = ? OR c0_.language_id IS NULL) AND c0_.status = ? LIMIT 1
Parameters:
[ "robots.txt" 1 "published" ] |
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\System\Config | 29 |
| App\Entity\Languages\Language | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\System\Config | No errors. |
| App\Entity\Content\AutoLinks\AutoLink | No errors. |
| App\Entity\Languages\Language | No errors. |
| App\Entity\Languages\Phrase | No errors. |
| App\Entity\Content\Pages\Page | No errors. |