Query Metrics
9
Database Queries
7
Different statements
3.77 ms
Query time
0
Invalid entities
4
Managed entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.73 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4 FROM user t0 WHERE t0.id = ?
Parameters:
[
2
]
|
||||||||||||||||||||||||||||||
| 2 | 0.96 ms |
SELECT s0_.id AS id_0, s0_.site_name AS site_name_1, s0_.brand_code AS brand_code_2, s0_.email AS email_3, s0_.phone AS phone_4, s0_.address AS address_5, s0_.map_embed AS map_embed_6, s0_.footer_text AS footer_text_7, s0_.footer_contact_title AS footer_contact_title_8, s0_.footer_contact_body AS footer_contact_body_9, s0_.footer_contact_cta_text AS footer_contact_cta_text_10, s0_.footer_contact_cta_url AS footer_contact_cta_url_11, s0_.footer_background_path AS footer_background_path_12, s0_.social_instagram_url AS social_instagram_url_13, s0_.social_facebook_url AS social_facebook_url_14, s0_.social_youtube_url AS social_youtube_url_15, s0_.social_tiktok_url AS social_tiktok_url_16, s0_.social_spotify_url AS social_spotify_url_17, s0_.social_apple_music_url AS social_apple_music_url_18, s0_.social_soundcloud_url AS social_soundcloud_url_19, s0_.whatsapp_enabled AS whatsapp_enabled_20, s0_.whatsapp_phone AS whatsapp_phone_21, s0_.whatsapp_message AS whatsapp_message_22, s0_.whatsapp_position AS whatsapp_position_23, s0_.whatsapp_show_on_mobile AS whatsapp_show_on_mobile_24, s0_.whatsapp_show_on_desktop AS whatsapp_show_on_desktop_25, s0_.logo_path AS logo_path_26, s0_.favicon_path AS favicon_path_27, s0_.hero_label AS hero_label_28, s0_.hero_headline1 AS hero_headline1_29, s0_.hero_headline2 AS hero_headline2_30, s0_.hero_body AS hero_body_31, s0_.hero_cta_text AS hero_cta_text_32, s0_.hero_cta_url AS hero_cta_url_33, s0_.hero_background_path AS hero_background_path_34, s0_.hero_circle_image_path AS hero_circle_image_path_35, s0_.about_image_path AS about_image_path_36, s0_.about_quote_line1 AS about_quote_line1_37, s0_.about_quote_line2 AS about_quote_line2_38, s0_.about_title AS about_title_39, s0_.about_title_accent AS about_title_accent_40, s0_.about_paragraph1 AS about_paragraph1_41, s0_.about_paragraph2 AS about_paragraph2_42, s0_.about_paragraph3 AS about_paragraph3_43, s0_.stat_tracks AS stat_tracks_44, s0_.stat_years AS stat_years_45, s0_.stat_shows AS stat_shows_46, s0_.stat_cities AS stat_cities_47, s0_.enable_kimi_home AS enable_kimi_home_48, s0_.home_variant AS home_variant_49, s0_.artist_name AS artist_name_50, s0_.hero_subtitle_label AS hero_subtitle_label_51, s0_.distribution_enabled AS distribution_enabled_52, s0_.brand_primary_color AS brand_primary_color_53, s0_.brand_secondary_color AS brand_secondary_color_54, s0_.brand_accent_color AS brand_accent_color_55, s0_.brand_font_family AS brand_font_family_56, s0_.brand_logo_alt AS brand_logo_alt_57, s0_.layout_container AS layout_container_58, s0_.enable_animations AS enable_animations_59, s0_.enable_scroll_to_top AS enable_scroll_to_top_60, s0_.enable_whatsapp_floating AS enable_whatsapp_floating_61, s0_.distribution_title AS distribution_title_62, s0_.distribution_excerpt AS distribution_excerpt_63, s0_.distribution_content AS distribution_content_64, s0_.distribution_cta_text AS distribution_cta_text_65, s0_.distribution_cta_url AS distribution_cta_url_66, s0_.updated_at AS updated_at_67, s0_.seo_home_id AS seo_home_id_68 FROM site_settings s0_ ORDER BY s0_.id ASC LIMIT 1
Parameters:
[]
|
||||||||||||||||||||||||||||||
| 3 | 0.52 ms |
SELECT t0.id AS id_1, t0.meta_title AS meta_title_2, t0.meta_description AS meta_description_3, t0.canonical_url AS canonical_url_4, t0.robots AS robots_5, t0.og_title AS og_title_6, t0.og_description AS og_description_7, t0.og_image_path AS og_image_path_8, t0.updated_at AS updated_at_9 FROM seo_meta t0 WHERE t0.id = ?
Parameters:
[
1
]
|
||||||||||||||||||||||||||||||
| 4 | 0.36 ms |
"START TRANSACTION"
Parameters:
[]
|
||||||||||||||||||||||||||||||
| 5 | 0.47 ms |
UPDATE site_settings SET about_image_path = ?, updated_at = ? WHERE id = ?
Parameters:
[ "/uploads/site/torr-69ac115ebcd324.67072427.png" "2026-03-07 11:51:58" 1 ]
|
||||||||||||||||||||||||||||||
| 6 | 0.14 ms |
"COMMIT"
Parameters:
[]
|
||||||||||||||||||||||||||||||
| 7 | 0.15 ms |
"START TRANSACTION"
Parameters:
[]
|
||||||||||||||||||||||||||||||
| 8 | 0.34 ms |
INSERT INTO activity_log (action, entity_type, entity_id, meta, created_at, user_id) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[ "settings.updated" "SiteSettings" 1 null "2026-03-07 11:51:58" 2 ]
|
||||||||||||||||||||||||||||||
| 9 | 0.12 ms |
"COMMIT"
Parameters:
[]
|
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\User | 1 |
| App\Entity\SiteSettings | 1 |
| App\Entity\SeoMeta | 1 |
| App\Entity\ActivityLog | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\SiteSettings | No errors. |
| App\Entity\SeoMeta | No errors. |
| App\Entity\ActivityLog | No errors. |