Query Metrics
17
Database Queries
16
Different statements
22.09 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 2.99 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.description AS description_7, t0.city AS city_8, t0.country AS country_9, t0.postal_code AS postal_code_10, t0.birth_date AS birth_date_11, t0.phone AS phone_12, t0.gender AS gender_13, t0.admin_public_profile AS admin_public_profile_14, t0.stripe_id AS stripe_id_15, t0.fti AS fti_16, t0.title AS title_17, t0.notification_token AS notification_token_18, t0.accept_notification AS accept_notification_19, t0.google_id AS google_id_20, t0.google_name AS google_name_21, t0.delete_request_date AS delete_request_date_22, t0.created_at AS created_at_23, t0.updated_at AS updated_at_24 FROM user t0 WHERE t0.id = ?
Parameters:
[
8
]
|
2 | 1.67 ms |
SELECT t0.id AS id_1, t0.club_id AS club_id_2, t0.user_id AS user_id_3 FROM club_manager t0 WHERE t0.user_id = ?
Parameters:
[
8
]
|
3 | 2.66 ms |
SELECT count(u0_.id) AS sclr_0 FROM club c1_ LEFT JOIN user_club u2_ ON c1_.id = u2_.club_id LEFT JOIN user u0_ ON u2_.user_id = u0_.id WHERE u2_.club_id = ?
Parameters:
[
1
]
|
4 | 1.34 ms |
SELECT count(m0_.id) AS sclr_0 FROM club c1_ LEFT JOIN membership m0_ ON c1_.id = m0_.club_id WHERE m0_.club_id = ?
Parameters:
[
1
]
|
5 | 1.34 ms |
SELECT count(a0_.id) AS sclr_0 FROM club c1_ LEFT JOIN alert a0_ ON c1_.id = a0_.club_id WHERE a0_.status = 'new' AND a0_.club_id = ?
Parameters:
[
1
]
|
6 | 0.51 ms |
SELECT count(a0_.id) AS sclr_0 FROM club c1_ LEFT JOIN alert a0_ ON c1_.id = a0_.club_id WHERE a0_.status = 'validated' AND a0_.club_id = ?
Parameters:
[
1
]
|
7 | 1.40 ms |
SELECT count(p0_.id) AS sclr_0 FROM club c1_ LEFT JOIN post p0_ ON c1_.id = p0_.club_id WHERE p0_.status = 'online' AND p0_.type = 'article' AND p0_.club_id = ?
Parameters:
[
1
]
|
8 | 0.59 ms |
SELECT count(p0_.id) AS sclr_0 FROM club c1_ LEFT JOIN post p0_ ON c1_.id = p0_.club_id WHERE p0_.status = 'online' AND p0_.type = 'event' AND p0_.club_id = ?
Parameters:
[
1
]
|
9 | 1.95 ms |
SELECT count(c0_.id) AS sclr_0 FROM club c1_ LEFT JOIN membership m2_ ON c1_.id = m2_.club_id LEFT JOIN company c0_ ON m2_.company_id = c0_.id WHERE m2_.club_id = ? AND c0_.status = 'new'
Parameters:
[
1
]
|
10 | 0.79 ms |
SELECT count(c0_.id) AS sclr_0 FROM club c1_ LEFT JOIN membership m2_ ON c1_.id = m2_.club_id LEFT JOIN company c0_ ON m2_.company_id = c0_.id WHERE m2_.club_id = ? AND c0_.status = 'validated'
Parameters:
[
1
]
|
11 | 0.74 ms |
SELECT count(c0_.id) AS sclr_0 FROM club c1_ LEFT JOIN membership m2_ ON c1_.id = m2_.club_id LEFT JOIN company c0_ ON m2_.company_id = c0_.id WHERE m2_.club_id = ? AND c0_.status = 'claimed'
Parameters:
[
1
]
|
12 | 1.37 ms |
SELECT count(c0_.id) AS sclr_0 FROM club c1_ LEFT JOIN membership m2_ ON c1_.id = m2_.club_id LEFT JOIN company c3_ ON m2_.company_id = c3_.id LEFT JOIN claiming_request c0_ ON c3_.id = c0_.company_id WHERE m2_.club_id = ? AND c0_.status = 'new'
Parameters:
[
1
]
|
13 | 0.76 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.theme AS theme_2, c0_.home_message AS home_message_3, c0_.website AS website_4, c0_.phone AS phone_5, c0_.email AS email_6, c0_.address_id AS address_id_7 FROM club c0_ LEFT JOIN club_manager c1_ ON c0_.id = c1_.club_id WHERE c1_.user_id = ?
Parameters:
[
8
]
|
14 | 1.62 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.main AS main_4, t0.visible AS visible_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.image_large_id AS image_large_id_8, t0.image_medium_id AS image_medium_id_9, t0.image_small_id AS image_small_id_10, t0.user_id AS user_id_11, t0.company_id AS company_id_12, t0.club_id AS club_id_13, t0.post_id AS post_id_14, t0.ad_id AS ad_id_15, t0.deal_id AS deal_id_16, t0.widget_id AS widget_id_17, t0.alert_id AS alert_id_18, t0.club_presentation_id AS club_presentation_id_19 FROM photo t0 WHERE t0.club_id = ?
Parameters:
[
1
]
|
15 | 1.14 ms |
SELECT t0.id AS id_1, t0.filepath AS filepath_2, t0.image_type AS image_type_3, t0.filename AS filename_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM document t0 WHERE t0.id = ?
Parameters:
[
272
]
|
16 | 0.73 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.main AS main_4, t0.visible AS visible_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.image_large_id AS image_large_id_8, t0.image_medium_id AS image_medium_id_9, t0.image_small_id AS image_small_id_10, t0.user_id AS user_id_11, t0.company_id AS company_id_12, t0.club_id AS club_id_13, t0.post_id AS post_id_14, t0.ad_id AS ad_id_15, t0.deal_id AS deal_id_16, t0.widget_id AS widget_id_17, t0.alert_id AS alert_id_18, t0.club_presentation_id AS club_presentation_id_19 FROM photo t0 WHERE t0.user_id = ?
Parameters:
[
8
]
|
17 | 0.49 ms |
SELECT t0.id AS id_1, t0.filepath AS filepath_2, t0.image_type AS image_type_3, t0.filename AS filename_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM document t0 WHERE t0.id = ?
Parameters:
[
277
]
|
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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\User | No errors. |
App\Entity\Photo | No errors. |
App\Entity\Post | No errors. |
App\Entity\Collaborator | No errors. |
App\Entity\Ad | No errors. |
App\Entity\UserClub | No errors. |
App\Entity\Company | No errors. |
App\Entity\ClaimingRequest | No errors. |
App\Entity\ClubManager | No errors. |
App\Entity\Club | No errors. |
App\Entity\Membership | No errors. |
App\Entity\Alert | No errors. |
App\Entity\Address | No errors. |
App\Entity\Widget | No errors. |
App\Entity\Deal | No errors. |
App\Entity\ClubPresentation | No errors. |
App\Entity\Document | No errors. |
App\Entity\AdCategory | No errors. |
App\Entity\Activity | No errors. |
App\Entity\Keyword | No errors. |
App\Entity\AlertCategory | No errors. |