GET https://www.curieux.app/agenda/categorie/harpe

Query Metrics

6 Database Queries
4 Different statements
70.44 ms Query time
1 Invalid entities
27 Managed entities

Grouped Statements

Show all queries

Time Count Info
32.81 ms
(46.57%)
1
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_.is_created AS is_created_7, s0_.is_activated AS is_activated_8, s0_.created_at AS created_at_9, s0_.data AS data_10, s0_.legal AS legal_11, s0_.wallpaper AS wallpaper_12, s0_.statistical AS statistical_13, s0_.manager_id AS manager_id_14, s0_.main_borough_id AS main_borough_id_15 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:
[
  "2026-08-14"
]
19.86 ms
(28.20%)
1
SELECT p0_.slug AS slug_0, p0_.title AS title_1 FROM place p0_ WHERE EXISTS (SELECT e1_.id FROM event e1_ WHERE e1_.place_id = p0_.id AND e1_.is_published = 1 AND e1_.is_validated = 1 AND e1_.date_end >= ?) ORDER BY p0_.title ASC LIMIT 300
Parameters:
[
  "2026-08-14 00:00:00"
]
11.13 ms
(15.79%)
1
SELECT c0_.slug AS slug_0, c0_.name AS name_1 FROM city c0_ INNER JOIN event e1_ ON c0_.id = e1_.city_id WHERE e1_.is_published = 1 AND e1_.is_validated = 1 AND e1_.date_end >= ? GROUP BY c0_.id ORDER BY c0_.name ASC LIMIT 300
Parameters:
[
  "2026-08-14"
]
6.64 ms
(9.43%)
3
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM category t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
  "harpe"
]

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\Subdomain 12
App\Entity\Borough 12
App\Entity\User 2
App\Entity\Category 1

Entities Mapping

Class Mapping errors
App\Entity\Category No errors.
App\Entity\Event No errors.
App\Entity\Rubric No errors.
App\Entity\Subdomain No errors.
App\Entity\Borough No errors.
App\Entity\City
  • The field App\Entity\City#resources is on the inverse side of a bi-directional relationship, but the specified mappedBy association on the target-entity App\Entity\TicketResource#city does not contain the required 'inversedBy: "resources"' attribute.
App\Entity\User No errors.
App\Entity\Reduction No errors.
App\Entity\Place No errors.