GET https://horeca.jphiweb.be/contact

Query Metrics

4 Database Queries
4 Different statements
4.43 ms Query time
0 Invalid entities
12 Managed entities

Queries

Group similar statements

# Time Info
1 0.95 ms
SELECT t0.id AS id_1, t0.code AS code_2, t0.title AS title_3, t0.slug AS slug_4, t0.seo_title AS seo_title_5, t0.meta_description AS meta_description_6, t0.introduction AS introduction_7, t0.content AS content_8, t0.is_active AS is_active_9, t0.created_at AS created_at_10, t0.updated_at AS updated_at_11, t0.site_settings_id AS site_settings_id_12 FROM site_page t0 WHERE t0.code = ? AND t0.is_active = ? LIMIT 1
Parameters:
[
  "contact"
  1
]
2 0.63 ms
SELECT t0.id AS id_1, t0.business_name AS business_name_2, t0.slogan AS slogan_3, t0.phone AS phone_4, t0.email AS email_5, t0.whatsapp AS whatsapp_6, t0.full_address AS full_address_7, t0.short_address AS short_address_8, t0.latitude AS latitude_9, t0.longitude AS longitude_10, t0.logo AS logo_11, t0.hero_image AS hero_image_12, t0.notification_email AS notification_email_13, t0.email_notifications_enabled AS email_notifications_enabled_14, t0.general_notes AS general_notes_15, t0.created_at AS created_at_16, t0.updated_at AS updated_at_17 FROM site_settings t0 ORDER BY t0.id ASC LIMIT 1
Parameters:
[]
3 1.84 ms
SELECT t0.id AS id_1, t0.day_of_week AS day_of_week_2, t0.is_closed AS is_closed_3, t0.first_opening_at AS first_opening_at_4, t0.first_closing_at AS first_closing_at_5, t0.second_opening_at AS second_opening_at_6, t0.second_closing_at AS second_closing_at_7, t0.position AS position_8, t0.site_settings_id AS site_settings_id_9 FROM opening_hour t0 WHERE t0.site_settings_id = ?
Parameters:
[
  1
]
4 1.02 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.label AS label_3, t0.url AS url_4, t0.position AS position_5, t0.is_active AS is_active_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.site_settings_id AS site_settings_id_9 FROM social_link t0 WHERE t0.site_settings_id = ?
Parameters:
[
  1
]

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\OpeningHour 7
App\Entity\SocialLink 3
App\Entity\Page 1
App\Entity\SiteSettings 1

Entities Mapping

Class Mapping errors
App\Entity\Page No errors.
App\Entity\SiteSettings No errors.
App\Entity\OpeningHour No errors.
App\Entity\SocialLink No errors.
App\Entity\GalleryImage No errors.
App\Entity\Review No errors.
App\Entity\FeaturedItem No errors.
App\Entity\AboutHighlight No errors.
App\Entity\ContactMessage No errors.