Query Metrics
1
Database Queries
1
Different statements
1.05 ms
Query time
0
Invalid entities
1
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.05 ms |
SELECT t0.id AS id_1, t0.scope AS scope_2, t0.nav_links AS nav_links_3, t0.custom_meta_tags AS custom_meta_tags_4, t0.enforce_cart_check AS enforce_cart_check_5, t0.theme_palettes AS theme_palettes_6, t0.identity_name AS identity_name_7, t0.identity_short_name AS identity_short_name_8, t0.identity_legal_name AS identity_legal_name_9, t0.identity_tagline AS identity_tagline_10, t0.identity_site_title_format AS identity_site_title_format_11, t0.identity_copyright_text AS identity_copyright_text_12, t0.identity_founded_year AS identity_founded_year_13, t0.contact_public_email AS contact_public_email_14, t0.contact_address_line1 AS contact_address_line1_15, t0.contact_address_line2 AS contact_address_line2_16, t0.contact_city AS contact_city_17, t0.contact_postal_code AS contact_postal_code_18, t0.contact_country_code AS contact_country_code_19, t0.metadata_default_description AS metadata_default_description_20, t0.metadata_default_keywords AS metadata_default_keywords_21, t0.logo_id AS logo_id_22, t23.id AS id_24, t23.filename AS filename_25, t23.original_filename AS original_filename_26, t23.thumbnail AS thumbnail_27, t23.date_added AS date_added_28, t23.title AS title_29, t23.alt AS alt_30, t23.file_size AS file_size_31, t23.media_width AS media_width_32, t23.media_height AS media_height_33, t23.duration_seconds AS duration_seconds_34, t0.favicon_id AS favicon_id_35, t36.id AS id_37, t36.filename AS filename_38, t36.original_filename AS original_filename_39, t36.thumbnail AS thumbnail_40, t36.date_added AS date_added_41, t36.title AS title_42, t36.alt AS alt_43, t36.file_size AS file_size_44, t36.media_width AS media_width_45, t36.media_height AS media_height_46, t36.duration_seconds AS duration_seconds_47, t0.social_image_id AS social_image_id_48, t49.id AS id_50, t49.filename AS filename_51, t49.original_filename AS original_filename_52, t49.thumbnail AS thumbnail_53, t49.date_added AS date_added_54, t49.title AS title_55, t49.alt AS alt_56, t49.file_size AS file_size_57, t49.media_width AS media_width_58, t49.media_height AS media_height_59, t49.duration_seconds AS duration_seconds_60 FROM settings t0 LEFT JOIN stored_content t23 ON t0.logo_id = t23.id LEFT JOIN stored_content t36 ON t0.favicon_id = t36.id LEFT JOIN stored_content t49 ON t0.social_image_id = t49.id WHERE t0.scope = ? LIMIT 1
Parameters:
[
"site"
]
|
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\Feature\Settings\Domain\Entity\Settings | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Feature\Settings\Domain\ValueObject\IdentitySettings | No errors. |
| App\Feature\Settings\Domain\ValueObject\ContactSettings | No errors. |
| App\Feature\Settings\Domain\ValueObject\MetadataSettings | No errors. |
| App\Feature\Settings\Domain\Entity\Settings | No errors. |
| App\Feature\StoredContent\Domain\Entity\StoredContent | No errors. |