GET http://dev.lacaserne-juniville.fr/agenda-des-cours-collectifs?month=1&year=2027

Query Metrics

8 Database Queries
6 Different statements
13.04 ms Query time
0 Invalid entities
97 Cache hits
4 Cache misses
7 Cache puts

Grouped Statements

Show all queries

Time Count Info
3.47 ms
(26.62%)
3
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.genre AS genre_5, t0.name AS name_6, t0.firstname AS firstname_7, t0.phone AS phone_8, t0.address AS address_9, t0.city AS city_10, t0.postal_code AS postal_code_11, t0.health AS health_12, t0.birth AS birth_13, t0.is_active AS is_active_14, t0.last_login_at AS last_login_at_15, t0.is_verified AS is_verified_16, t0.stripe_customer_id AS stripe_customer_id_17, t0.has_received_discovery_pack AS has_received_discovery_pack_18, t0.is_guest AS is_guest_19, t0.created_at AS created_at_20, t0.updated_at AS updated_at_21, t0.deleted_at AS deleted_at_22, t23.id AS id_24, t23.description AS description_25, t23.teacher_thumbnail_name AS teacher_thumbnail_name_26, t23.updated_at AS updated_at_27, t23.is_active AS is_active_28, t23.short_description AS short_description_29, t23.user_id AS user_id_30 FROM `user` t0 LEFT JOIN teacher t23 ON t23.user_id = t0.id WHERE t0.id = ? AND ((t0.deleted_at IS NULL))
Parameters:
[
  22
]
2.95 ms
(22.61%)
1
SELECT t0.id AS id_1, t0.position AS position_2, t0.content_type AS content_type_3, t0.content_title AS content_title_4, t0.content_sub_title AS content_sub_title_5, t0.content_description AS content_description_6, t0.page_id AS page_id_7 FROM page_block t0 WHERE t0.page_id = ?
Parameters:
[
  7
]
2.62 ms
(20.08%)
1
SELECT t0.id AS id_1, t0.description AS description_2, t0.teacher_thumbnail_name AS teacher_thumbnail_name_3, t0.updated_at AS updated_at_4, t0.is_active AS is_active_5, t0.short_description AS short_description_6, t0.user_id AS user_id_7 FROM teacher t0
Parameters:
[]
1.65 ms
(12.63%)
1
SELECT s0_.id AS id_0, s0_.title AS title_1, s0_.description AS description_2, s0_.price AS price_3, s0_.max_session_number AS max_session_number_4, s0_.is_active AS is_active_5, s0_.month_validity AS month_validity_6, s0_.created_at AS created_at_7 FROM subscription s0_ WHERE s0_.is_active = 1
Parameters:
[]
1.20 ms
(9.20%)
1
SELECT t0.id AS id_1, t0.title AS title_2, t0.url AS url_3, t0.target AS target_4, t0.menu_id AS menu_id_5, t0.page_id AS page_id_6 FROM menu_item t0 WHERE t0.menu_id = ?
Parameters:
[
  8
]
1.16 ms
(8.86%)
1
SELECT s0_.id AS id_0, s0_.date AS date_1, s0_.start_hour AS start_hour_2, s0_.end_hour AS end_hour_3, s0_.number_places AS number_places_4, s0_.participants AS participants_5, s0_.is_active AS is_active_6, s0_.created_at AS created_at_7, s0_.updated_at AS updated_at_8, s0_.created_by_id AS created_by_id_9, s0_.teacher_id AS teacher_id_10, s0_.activity_id AS activity_id_11 FROM session s0_ WHERE s0_.is_active = 1 AND s0_.date >= ? AND s0_.date <= ? ORDER BY s0_.date ASC, s0_.start_hour ASC
Parameters:
[
  "2026-12-28 00:00:00"
  "2027-01-24 00:00:00"
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

97 Hits
4 Misses
7 Puts

Number of cache hits

Region Hits
app_entity_settings 80
app_entity_page 5
app_entity_activity 8
app_entity_menu 4

Number of cache misses

Region Misses
app_entity_teacher 1
app_entity_user 3

Number of cache puts

Region Puts
app_entity_teacher 4
app_entity_user 3

Entities Mapping