GET https://newbacktolife.yiu.ngo/

Query Metrics

2 Database Queries
2 Different statements
0.69 ms Query time
0 Invalid entities
1 Managed entities

Queries

Group similar statements

# Time Info
1 0.39 ms
SELECT t0.id AS id_1, t0.locale AS locale_2, t0.hero_kicker AS hero_kicker_3, t0.hero_title AS hero_title_4, t0.hero_cta_label AS hero_cta_label_5, t0.hero_cta_route AS hero_cta_route_6, t0.hero_background AS hero_background_7, t0.intro_title AS intro_title_8, t0.intro_text AS intro_text_9, t0.intro_cta_label AS intro_cta_label_10, t0.intro_cta_route AS intro_cta_route_11, t0.cta_title AS cta_title_12, t0.cta_text AS cta_text_13, t0.cta_button_label AS cta_button_label_14, t0.cta_button_route AS cta_button_route_15, t0.video_path AS video_path_16, t0.video_caption AS video_caption_17 FROM home_settings t0 WHERE t0.locale = ? LIMIT 1
Parameters:
[
  "en"
]
2 0.31 ms
SELECT t0.id AS id_1, t0.image_path AS image_path_2, t0.title AS title_3, t0.subtitle AS subtitle_4, t0.locale AS locale_5, t0.position AS position_6, t0.is_active AS is_active_7 FROM home_slide t0 WHERE t0.is_active = ? AND t0.locale = ? ORDER BY t0.position ASC
Parameters:
[
  1
  "en"
]

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\HomeSettings 1

Entities Mapping

Class Mapping errors
App\Entity\HomeSettings No errors.
App\Entity\HomeSlide No errors.