GET https://www.curieux.app/agenda/rubrique/stage

Query Metrics

33 Database Queries
10 Different statements
1626.22 ms Query time
0 Invalid entities
38521 Managed entities

Queries

Group similar statements

# Time Info
1 0.96 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.color AS color_4, t0.single AS single_5, t0.plural AS plural_6 FROM rubric t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "stage"
]
2 0.92 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.color AS color_4, t0.single AS single_5, t0.plural AS plural_6 FROM rubric t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "stage"
]
3 163.39 ms
SELECT s0_.id AS id_0, s0_.name AS name_1, s0_.slug AS slug_2, s0_.slogan AS slogan_3, s0_.color AS color_4, s0_.resident AS resident_5, s0_.network AS network_6, s0_.main_borough_id AS main_borough_id_7 FROM subdomain s0_ INNER JOIN subdomain_borough s2_ ON s0_.id = s2_.subdomain_id INNER JOIN borough b1_ ON b1_.id = s2_.borough_id INNER JOIN city c3_ ON b1_.id = c3_.borough_id INNER JOIN event e4_ ON c3_.id = e4_.city_id WHERE e4_.date_end >= ? GROUP BY s0_.id HAVING COUNT(e4_.id) > 0 ORDER BY COUNT(e4_.id) DESC
Parameters:
[
  "2025-10-29"
]
4 44.56 ms
SELECT e0_.id AS id_0, e0_.title AS title_1, e0_.slug AS slug_2, e0_.price AS price_3, e0_.precision_price AS precision_price_4, e0_.date_start AS date_start_5, e0_.date_end AS date_end_6, e0_.time_start AS time_start_7, e0_.time_end AS time_end_8, e0_.precision_date AS precision_date_9, e0_.choice_of_days AS choice_of_days_10, e0_.description AS description_11, e0_.cover_image AS cover_image_12, e0_.created_at AS created_at_13, e0_.updated_at AS updated_at_14, e0_.place_temporary AS place_temporary_15, e0_.is_validated AS is_validated_16, e0_.is_canceled AS is_canceled_17, e0_.is_published AS is_published_18, e0_.is_spam AS is_spam_19, e0_.is_mistake AS is_mistake_20, e0_.is_duplicated AS is_duplicated_21, e0_.is_full AS is_full_22, e0_.is_postponed AS is_postponed_23, e0_.links AS links_24, r1_.id AS id_25, r1_.name AS name_26, r1_.slug AS slug_27, r1_.color AS color_28, r1_.single AS single_29, r1_.plural AS plural_30, p2_.id AS id_31, p2_.title AS title_32, p2_.slug AS slug_33, p2_.cover_image AS cover_image_34, p2_.description AS description_35, p2_.pronoun AS pronoun_36, p2_.name AS name_37, p2_.number AS number_38, p2_.address AS address_39, p2_.created_at AS created_at_40, p2_.updated_at AS updated_at_41, p2_.oldserial AS oldserial_42, p2_.oldurl AS oldurl_43, p2_.opening AS opening_44, p2_.links AS links_45, p2_.map_url AS map_url_46, p2_.street_url AS street_url_47, p2_.email AS email_48, p2_.phone AS phone_49, p2_.ip AS ip_50, p2_.transport AS transport_51, p2_.data_link AS data_link_52, p2_.opinion AS opinion_53, p2_.summary AS summary_54, p2_.wifi AS wifi_55, p2_.last_service AS last_service_56, p2_.parking AS parking_57, p2_.multi_titles AS multi_titles_58, p2_.latitude AS latitude_59, p2_.longitude AS longitude_60, c3_.id AS id_61, c3_.name AS name_62, c3_.slug AS slug_63, c3_.description AS description_64, c3_.coat_of_arms AS coat_of_arms_65, c3_.latitude AS latitude_66, c3_.longitude AS longitude_67, c4_.id AS id_68, c4_.name AS name_69, c4_.slug AS slug_70, c4_.description AS description_71, c4_.coat_of_arms AS coat_of_arms_72, c4_.latitude AS latitude_73, c4_.longitude AS longitude_74, v5_.id AS id_75, v5_.url AS url_76, v5_.caption AS caption_77, v6_.id AS id_78, v6_.name AS name_79, v6_.website AS website_80, v6_.embed AS embed_81, v6_.shortcut AS shortcut_82, v6_.linked AS linked_83, e0_.city_id AS city_id_84, e0_.place_id AS place_id_85, e0_.rubric_id AS rubric_id_86, e0_.organizer_id AS organizer_id_87, e0_.festival_id AS festival_id_88, p2_.city_id AS city_id_89, p2_.district_id AS district_id_90, c3_.borough_id AS borough_id_91, c4_.borough_id AS borough_id_92, v5_.videostore_id AS videostore_id_93, v5_.event_id AS event_id_94 FROM event e0_ LEFT JOIN rubric r1_ ON e0_.rubric_id = r1_.id LEFT JOIN place p2_ ON e0_.place_id = p2_.id LEFT JOIN city c3_ ON p2_.city_id = c3_.id LEFT JOIN city c4_ ON e0_.city_id = c4_.id LEFT JOIN video v5_ ON e0_.id = v5_.event_id LEFT JOIN videostore v6_ ON v5_.videostore_id = v6_.id WHERE e0_.is_published = 1 AND e0_.is_validated = 1 AND e0_.date_end >= ? AND r1_.slug = ? ORDER BY e0_.date_end ASC, e0_.date_start ASC, e0_.time_start ASC, e0_.date_end ASC, e0_.time_end ASC
Parameters:
[
  "2025-10-29"
  "stage"
]
5 225.91 ms
SELECT r0_.id AS id_0, r0_.name AS name_1, r0_.slug AS slug_2, r0_.color AS color_3, r0_.single AS single_4, r0_.plural AS plural_5 FROM rubric r0_ INNER JOIN event e1_ ON r0_.id = e1_.rubric_id WHERE e1_.date_end >= ? GROUP BY r0_.id HAVING COUNT(e1_.id) > 0 ORDER BY COUNT(e1_.id) DESC
Parameters:
[
  "2025-10-29 09:08:26"
]
6 1.89 ms
SELECT DISTINCT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2 FROM category c0_ INNER JOIN event_category e2_ ON c0_.id = e2_.category_id INNER JOIN event e1_ ON e1_.id = e2_.event_id WHERE e1_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?) GROUP BY c0_.id ORDER BY COUNT(e1_.id) DESC, c0_.slug ASC
Parameters:
[
  115429
  133914
  134036
  133947
  133964
  131675
  133921
  133266
  133532
  133496
  131671
]
7 102.12 ms
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.slug AS slug_2, c0_.description AS description_3, c0_.coat_of_arms AS coat_of_arms_4, c0_.latitude AS latitude_5, c0_.longitude AS longitude_6, c0_.borough_id AS borough_id_7 FROM city c0_
Parameters:
[]
8 1066.88 ms
SELECT p0_.id AS id_0, p0_.title AS title_1, p0_.slug AS slug_2, p0_.cover_image AS cover_image_3, p0_.description AS description_4, p0_.pronoun AS pronoun_5, p0_.name AS name_6, p0_.number AS number_7, p0_.address AS address_8, p0_.created_at AS created_at_9, p0_.updated_at AS updated_at_10, p0_.oldserial AS oldserial_11, p0_.oldurl AS oldurl_12, p0_.opening AS opening_13, p0_.links AS links_14, p0_.map_url AS map_url_15, p0_.street_url AS street_url_16, p0_.email AS email_17, p0_.phone AS phone_18, p0_.ip AS ip_19, p0_.transport AS transport_20, p0_.data_link AS data_link_21, p0_.opinion AS opinion_22, p0_.summary AS summary_23, p0_.wifi AS wifi_24, p0_.last_service AS last_service_25, p0_.parking AS parking_26, p0_.multi_titles AS multi_titles_27, p0_.latitude AS latitude_28, p0_.longitude AS longitude_29, p0_.city_id AS city_id_30, p0_.district_id AS district_id_31 FROM place p0_ LEFT JOIN event e1_ ON p0_.id = e1_.place_id WHERE e1_.is_published = 1 AND e1_.is_validated = 1
Parameters:
[]
9 1.56 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM category t0 INNER JOIN event_category ON t0.id = event_category.category_id WHERE event_category.event_id = ?
Parameters:
[
  131675
]
10 0.81 ms
SELECT t0.id AS id_1, t0.url AS url_2, t0.price AS price_3, t0.information AS information_4, t0.event_id AS event_id_5, t0.ticketing_id AS ticketing_id_6 FROM ticket t0 WHERE t0.event_id = ?
Parameters:
[
  131675
]
11 0.76 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM category t0 INNER JOIN event_category ON t0.id = event_category.category_id WHERE event_category.event_id = ?
Parameters:
[
  133921
]
12 0.65 ms
SELECT t0.id AS id_1, t0.url AS url_2, t0.price AS price_3, t0.information AS information_4, t0.event_id AS event_id_5, t0.ticketing_id AS ticketing_id_6 FROM ticket t0 WHERE t0.event_id = ?
Parameters:
[
  133921
]
13 0.74 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.website AS website_3, t0.embed AS embed_4, t0.setting AS setting_5, t0.source AS source_6, t0.linked AS linked_7, t0.domain AS domain_8, t0.redirections AS redirections_9, t0.is_activated AS is_activated_10, t0.is_embeddable AS is_embeddable_11, t0.is_only_responsive AS is_only_responsive_12 FROM ticketing t0 WHERE t0.id = ?
Parameters:
[
  98
]
14 0.67 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM category t0 INNER JOIN event_category ON t0.id = event_category.category_id WHERE event_category.event_id = ?
Parameters:
[
  131671
]
15 0.68 ms
SELECT t0.id AS id_1, t0.url AS url_2, t0.price AS price_3, t0.information AS information_4, t0.event_id AS event_id_5, t0.ticketing_id AS ticketing_id_6 FROM ticket t0 WHERE t0.event_id = ?
Parameters:
[
  131671
]
16 0.90 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM category t0 INNER JOIN event_category ON t0.id = event_category.category_id WHERE event_category.event_id = ?
Parameters:
[
  115429
]
17 0.87 ms
SELECT t0.id AS id_1, t0.url AS url_2, t0.price AS price_3, t0.information AS information_4, t0.event_id AS event_id_5, t0.ticketing_id AS ticketing_id_6 FROM ticket t0 WHERE t0.event_id = ?
Parameters:
[
  115429
]
18 0.60 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.website AS website_3, t0.embed AS embed_4, t0.setting AS setting_5, t0.source AS source_6, t0.linked AS linked_7, t0.domain AS domain_8, t0.redirections AS redirections_9, t0.is_activated AS is_activated_10, t0.is_embeddable AS is_embeddable_11, t0.is_only_responsive AS is_only_responsive_12 FROM ticketing t0 WHERE t0.id = ?
Parameters:
[
  59
]
19 1.05 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM category t0 INNER JOIN event_category ON t0.id = event_category.category_id WHERE event_category.event_id = ?
Parameters:
[
  133266
]
20 0.82 ms
SELECT t0.id AS id_1, t0.url AS url_2, t0.price AS price_3, t0.information AS information_4, t0.event_id AS event_id_5, t0.ticketing_id AS ticketing_id_6 FROM ticket t0 WHERE t0.event_id = ?
Parameters:
[
  133266
]
21 0.76 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM category t0 INNER JOIN event_category ON t0.id = event_category.category_id WHERE event_category.event_id = ?
Parameters:
[
  133532
]
22 0.58 ms
SELECT t0.id AS id_1, t0.url AS url_2, t0.price AS price_3, t0.information AS information_4, t0.event_id AS event_id_5, t0.ticketing_id AS ticketing_id_6 FROM ticket t0 WHERE t0.event_id = ?
Parameters:
[
  133532
]
23 0.69 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM category t0 INNER JOIN event_category ON t0.id = event_category.category_id WHERE event_category.event_id = ?
Parameters:
[
  133496
]
24 0.65 ms
SELECT t0.id AS id_1, t0.url AS url_2, t0.price AS price_3, t0.information AS information_4, t0.event_id AS event_id_5, t0.ticketing_id AS ticketing_id_6 FROM ticket t0 WHERE t0.event_id = ?
Parameters:
[
  133496
]
25 0.55 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.website AS website_3, t0.embed AS embed_4, t0.setting AS setting_5, t0.source AS source_6, t0.linked AS linked_7, t0.domain AS domain_8, t0.redirections AS redirections_9, t0.is_activated AS is_activated_10, t0.is_embeddable AS is_embeddable_11, t0.is_only_responsive AS is_only_responsive_12 FROM ticketing t0 WHERE t0.id = ?
Parameters:
[
  260
]
26 0.78 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM category t0 INNER JOIN event_category ON t0.id = event_category.category_id WHERE event_category.event_id = ?
Parameters:
[
  133914
]
27 0.73 ms
SELECT t0.id AS id_1, t0.url AS url_2, t0.price AS price_3, t0.information AS information_4, t0.event_id AS event_id_5, t0.ticketing_id AS ticketing_id_6 FROM ticket t0 WHERE t0.event_id = ?
Parameters:
[
  133914
]
28 0.85 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM category t0 INNER JOIN event_category ON t0.id = event_category.category_id WHERE event_category.event_id = ?
Parameters:
[
  134036
]
29 0.81 ms
SELECT t0.id AS id_1, t0.url AS url_2, t0.price AS price_3, t0.information AS information_4, t0.event_id AS event_id_5, t0.ticketing_id AS ticketing_id_6 FROM ticket t0 WHERE t0.event_id = ?
Parameters:
[
  134036
]
30 0.87 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM category t0 INNER JOIN event_category ON t0.id = event_category.category_id WHERE event_category.event_id = ?
Parameters:
[
  133947
]
31 0.69 ms
SELECT t0.id AS id_1, t0.url AS url_2, t0.price AS price_3, t0.information AS information_4, t0.event_id AS event_id_5, t0.ticketing_id AS ticketing_id_6 FROM ticket t0 WHERE t0.event_id = ?
Parameters:
[
  133947
]
32 0.84 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM category t0 INNER JOIN event_category ON t0.id = event_category.category_id WHERE event_category.event_id = ?
Parameters:
[
  133964
]
33 0.69 ms
SELECT t0.id AS id_1, t0.url AS url_2, t0.price AS price_3, t0.information AS information_4, t0.event_id AS event_id_5, t0.ticketing_id AS ticketing_id_6 FROM ticket t0 WHERE t0.event_id = ?
Parameters:
[
  133964
]

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\City 35894
App\Entity\Place 2223
App\Entity\Borough 319
App\Entity\District 33
App\Entity\Event 11
App\Entity\Rubric 9
App\Entity\Subdomain 9
App\Entity\Category 9
App\Entity\Ticket 4
App\Entity\Organizer 3
App\Entity\Ticketing 3
App\Entity\Video 2
App\Entity\Videostore 2

Entities Mapping

Class Mapping errors
App\Entity\Rubric No errors.
App\Entity\Event No errors.
App\Entity\Category No errors.
App\Entity\Subdomain No errors.
App\Entity\Borough No errors.
App\Entity\City No errors.
App\Entity\Place No errors.
App\Entity\Video No errors.
App\Entity\Videostore No errors.
App\Entity\Organizer No errors.
App\Entity\Festival No errors.
App\Entity\District No errors.
App\Entity\Ticket No errors.
App\Entity\Prices No errors.
App\Entity\Artist No errors.
App\Entity\Ticketing No errors.