Query Metrics
31
Database Queries
10
Different statements
12.27 ms
Query time
1
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
3.12 ms (25.43%) |
8 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.email_confirmed AS email_confirmed_3, t0.roles AS roles_4, t0.password AS password_5, t0.first_name AS first_name_6, t0.last_name AS last_name_7, t0.phone AS phone_8, t0.timezone AS timezone_9, t0.rating AS rating_10, t0.rating_vote AS rating_vote_11, t0.zoom_user_id AS zoom_user_id_12, t0.google_access_token AS google_access_token_13, t0.google_calendar_id AS google_calendar_id_14, t0.avatar AS avatar_15, t0.notification_email AS notification_email_16, t0.notification_sms AS notification_sms_17, t0.rebill_id AS rebill_id_18, t0.rebill_payment_info AS rebill_payment_info_19, t0.telegram_id AS telegram_id_20, t21.id AS id_22, t21.uri AS uri_23, t21.type AS type_24, t21.photo AS photo_25, t21.photo_wide AS photo_wide_26, t21.photo_background AS photo_background_27, t21.photo_avatar AS photo_avatar_28, t21.premium AS premium_29, t21.font AS font_30, t21.short_description AS short_description_31, t21.rating AS rating_32, t21.rating_vote AS rating_vote_33, t21.position AS position_34, t21.in_top_banner AS in_top_banner_35, t21.created AS created_36, t21.is_new_face AS is_new_face_37, t21.description AS description_38, t21.enabled AS enabled_39, t21.keywords AS keywords_40, t21.payment_receiver AS payment_receiver_41, t21.payment_iban AS payment_iban_42, t21.payment_ipn AS payment_ipn_43, t21.payment_bank AS payment_bank_44, t21.payment_bic AS payment_bic_45, t21.payment_okpo AS payment_okpo_46, t21.person_payment_phone AS person_payment_phone_47, t21.person_payment_card AS person_payment_card_48, t21.person_payment_bank AS person_payment_bank_49, t21.premium_detail AS premium_detail_50, t21.top_banner_expired AS top_banner_expired_51, t21.premium_expired AS premium_expired_52, t21.tc_login AS tc_login_53, t21.tc_pass AS tc_pass_54, t21.status AS status_55, t21.promo_video_id AS promo_video_id_56, t21.user_id AS user_id_57 FROM user t0 LEFT JOIN speaker t21 ON t21.user_id = t0.id WHERE t0.id = ?
Parameters:
[
10
]
|
2.12 ms (17.29%) |
8 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.position AS position_3, t0.uri AS uri_4 FROM category t0 INNER JOIN speaker_category ON t0.id = speaker_category.category_id WHERE speaker_category.speaker_id = ?
Parameters:
[
6
]
|
1.97 ms (16.09%) |
8 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3, t0.place AS place_4 FROM badge t0 INNER JOIN speaker_badge ON t0.id = speaker_badge.badge_id WHERE speaker_badge.speaker_id = ?
Parameters:
[
6
]
|
1.27 ms (10.39%) |
1 |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.position AS position_2, c0_.uri AS uri_3, COUNT(s1_.id) AS sclr_4 FROM category c0_ LEFT JOIN speaker_category s2_ ON c0_.id = s2_.category_id LEFT JOIN speaker s1_ ON s1_.id = s2_.speaker_id WHERE s1_.status = ? AND s1_.enabled = ? GROUP BY c0_.id, c0_.name, c0_.position, c0_.uri HAVING sclr_4 > 0 ORDER BY c0_.name ASC
Parameters:
[ 1 1 ] |
1.17 ms (9.52%) |
1 |
SELECT s0_.id AS id_0, s0_.uri AS uri_1, s0_.type AS type_2, s0_.photo AS photo_3, s0_.photo_wide AS photo_wide_4, s0_.photo_background AS photo_background_5, s0_.photo_avatar AS photo_avatar_6, s0_.premium AS premium_7, s0_.font AS font_8, s0_.short_description AS short_description_9, s0_.rating AS rating_10, s0_.rating_vote AS rating_vote_11, s0_.position AS position_12, s0_.in_top_banner AS in_top_banner_13, s0_.created AS created_14, s0_.is_new_face AS is_new_face_15, s0_.description AS description_16, s0_.enabled AS enabled_17, s0_.keywords AS keywords_18, s0_.payment_receiver AS payment_receiver_19, s0_.payment_iban AS payment_iban_20, s0_.payment_ipn AS payment_ipn_21, s0_.payment_bank AS payment_bank_22, s0_.payment_bic AS payment_bic_23, s0_.payment_okpo AS payment_okpo_24, s0_.person_payment_phone AS person_payment_phone_25, s0_.person_payment_card AS person_payment_card_26, s0_.person_payment_bank AS person_payment_bank_27, s0_.premium_detail AS premium_detail_28, s0_.top_banner_expired AS top_banner_expired_29, s0_.premium_expired AS premium_expired_30, s0_.tc_login AS tc_login_31, s0_.tc_pass AS tc_pass_32, s0_.status AS status_33, MIN(s1_.start_date) AS sclr_34, s0_.promo_video_id AS promo_video_id_35, s0_.user_id AS user_id_36 FROM speaker s0_ LEFT JOIN speaker_consultation s1_ ON s0_.id = s1_.speaker_id WHERE s0_.in_top_banner = ? AND s0_.status = ? AND s1_.status = ? AND s1_.start_date >= ? GROUP BY s0_.id, s0_.uri, s0_.type, s0_.photo, s0_.photo_wide, s0_.photo_background, s0_.photo_avatar, s0_.premium, s0_.font, s0_.short_description, s0_.rating, s0_.rating_vote, s0_.position, s0_.in_top_banner, s0_.created, s0_.is_new_face, s0_.description, s0_.enabled, s0_.keywords, s0_.payment_receiver, s0_.payment_iban, s0_.payment_ipn, s0_.payment_bank, s0_.payment_bic, s0_.payment_okpo, s0_.person_payment_phone, s0_.person_payment_card, s0_.person_payment_bank, s0_.premium_detail, s0_.top_banner_expired, s0_.premium_expired, s0_.tc_login, s0_.tc_pass, s0_.status, s0_.promo_video_id, s0_.user_id ORDER BY sclr_34 ASC
Parameters:
[ 1 1 0 "2024-11-17 06:16:11" ] |
0.87 ms (7.10%) |
1 |
SELECT t0.id AS id_1, t0.uri AS uri_2, t0.type AS type_3, t0.photo AS photo_4, t0.photo_wide AS photo_wide_5, t0.photo_background AS photo_background_6, t0.photo_avatar AS photo_avatar_7, t0.premium AS premium_8, t0.font AS font_9, t0.short_description AS short_description_10, t0.rating AS rating_11, t0.rating_vote AS rating_vote_12, t0.position AS position_13, t0.in_top_banner AS in_top_banner_14, t0.created AS created_15, t0.is_new_face AS is_new_face_16, t0.description AS description_17, t0.enabled AS enabled_18, t0.keywords AS keywords_19, t0.payment_receiver AS payment_receiver_20, t0.payment_iban AS payment_iban_21, t0.payment_ipn AS payment_ipn_22, t0.payment_bank AS payment_bank_23, t0.payment_bic AS payment_bic_24, t0.payment_okpo AS payment_okpo_25, t0.person_payment_phone AS person_payment_phone_26, t0.person_payment_card AS person_payment_card_27, t0.person_payment_bank AS person_payment_bank_28, t0.premium_detail AS premium_detail_29, t0.top_banner_expired AS top_banner_expired_30, t0.premium_expired AS premium_expired_31, t0.tc_login AS tc_login_32, t0.tc_pass AS tc_pass_33, t0.status AS status_34, t0.promo_video_id AS promo_video_id_35, t0.user_id AS user_id_36 FROM speaker t0 WHERE t0.in_top_banner = ? AND t0.status = ? ORDER BY t0.position ASC
Parameters:
[ 1 1 ] |
0.75 ms (6.10%) |
1 |
SELECT DATE(s0_.start_date) AS sclr_0 FROM speaker_consultation s0_ LEFT JOIN speaker s1_ ON s0_.speaker_id = s1_.id WHERE s0_.status = ? AND s0_.start_date >= ? AND s1_.in_top_banner = ? AND s1_.status = ? GROUP BY sclr_0 ORDER BY sclr_0 ASC LIMIT 10
Parameters:
[ 0 "2024-11-17 06:16:11" 1 1 ] |
0.43 ms (3.53%) |
1 |
SELECT COUNT(s0_.id) AS sclr_0 FROM speaker s0_ WHERE s0_.status = ? AND s0_.enabled = ?
Parameters:
[ 1 1 ] |
0.32 ms (2.61%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.uri AS uri_3, t0.data AS data_4, t0.updated AS updated_5, t0.published AS published_6, t0.created AS created_7, t0.published_date AS published_date_8, t0.meta AS meta_9, t0.menu_title AS menu_title_10, t0.menu_position AS menu_position_11, t0.extra_fields AS extra_fields_12, t0.template_id AS template_id_13 FROM PAGE t0 WHERE t0.template_id = ? AND t0.published = ? ORDER BY t0.menu_position ASC
Parameters:
[ 1 1 ] |
0.24 ms (1.94%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.path AS path_3 FROM page_template t0 WHERE t0.path = ? LIMIT 1
Parameters:
[
"page/static_page.html.twig"
]
|
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\Category | No errors. |
App\Entity\Speaker | No errors. |
App\Entity\SpeakerConsultation | No errors. |
App\Entity\MediaObject | No errors. |
App\Entity\User |
|
App\Entity\Badge | No errors. |
App\Entity\SpeakerLink | No errors. |
App\Entity\Review | No errors. |
App\Entity\SpeakerCourse | No errors. |
App\Entity\PromoCode | No errors. |
App\Entity\SpeakerCharity | No errors. |
App\Entity\Order | No errors. |
App\Entity\Notification | No errors. |
App\Entity\Complaint | No errors. |
App\Entity\PageTemplate | No errors. |
App\Entity\Page | No errors. |