7.99 ms (25.38%)
|
33 |
SELECT t0.id AS id_1, t0.perex AS perex_2, t0.content AS content_3, t0.youtube_video AS youtube_video_4, t0.vimeo_video AS vimeo_video_5, t0.embed_code AS embed_code_6 FROM event_content t0 INNER JOIN events_event_content ON t0.id = events_event_content.event_content_id WHERE events_event_content.events_id = ?
SELECT t0.id AS id_1, t0.perex AS perex_2, t0.content AS content_3, t0.youtube_video AS youtube_video_4, t0.vimeo_video AS vimeo_video_5, t0.embed_code AS embed_code_6 FROM event_content t0 INNER JOIN events_event_content ON t0.id = events_event_content.event_content_id WHERE events_event_content.events_id = 137;
|
7.29 ms (23.17%)
|
30 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.phone AS phone_3, t0.street AS street_4, t0.city AS city_5, t0.zip AS zip_6, t0.latitude AS latitude_7, t0.longitude AS longitude_8, t0.website AS website_9, t0.facebook AS facebook_10, t0.instagram AS instagram_11, t0.twitter AS twitter_12, t0.linkedin AS linkedin_13, t0.youtube AS youtube_14, t0.vimeo AS vimeo_15, t0.branch_name AS branch_name_16, t0.company_id AS company_id_17 FROM contacts t0 INNER JOIN events_contacts ON t0.id = events_contacts.contacts_id WHERE events_contacts.events_id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.phone AS phone_3, t0.street AS street_4, t0.city AS city_5, t0.zip AS zip_6, t0.latitude AS latitude_7, t0.longitude AS longitude_8, t0.website AS website_9, t0.facebook AS facebook_10, t0.instagram AS instagram_11, t0.twitter AS twitter_12, t0.linkedin AS linkedin_13, t0.youtube AS youtube_14, t0.vimeo AS vimeo_15, t0.branch_name AS branch_name_16, t0.company_id AS company_id_17 FROM contacts t0 INNER JOIN events_contacts ON t0.id = events_contacts.contacts_id WHERE events_contacts.events_id = 137;
|
6.81 ms (21.64%)
|
38 |
SELECT t0.id AS id_1, t0.file AS file_2, t0.updated_at AS updated_at_3 FROM uploaded t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.file AS file_2, t0.updated_at AS updated_at_3 FROM uploaded t0 WHERE t0.id = 1465;
|
6.67 ms (21.20%)
|
30 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.approved AS approved_3, t0.fonticon AS fonticon_4, t0.approved_by_id AS approved_by_id_5, t0.hero_article_id AS hero_article_id_6 FROM event_tags t0 INNER JOIN events_event_tags ON t0.id = events_event_tags.event_tags_id WHERE events_event_tags.events_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.approved AS approved_3, t0.fonticon AS fonticon_4, t0.approved_by_id AS approved_by_id_5, t0.hero_article_id AS hero_article_id_6 FROM event_tags t0 INNER JOIN events_event_tags ON t0.id = events_event_tags.event_tags_id WHERE events_event_tags.events_id = 128;
|
1.03 ms (3.27%)
|
1 |
SELECT e0_.id AS id_0, e0_.name AS name_1, e0_.date_from AS date_from_2, e0_.date_to AS date_to_3, e0_.email AS email_4, e0_.created_at AS created_at_5, e0_.udated_at AS udated_at_6, e0_.supervised AS supervised_7, e0_.approved AS approved_8, e0_.slug AS slug_9, e0_.supervisor_md_sum AS supervisor_md_sum_10, e0_.changes_md_sum AS changes_md_sum_11, e0_.owner_id AS owner_id_12, e0_.approver_id AS approver_id_13, e0_.company_id AS company_id_14, e0_.updated_by_id AS updated_by_id_15, e0_.type_id AS type_id_16, e0_.main_image_id AS main_image_id_17 FROM events e0_ LEFT JOIN events_event_catagories e2_ ON e0_.id = e2_.events_id LEFT JOIN event_catagories e1_ ON e1_.id = e2_.event_catagories_id WHERE e0_.date_to < ? AND e0_.approved = 1 ORDER BY e0_.date_from DESC
Parameters: [
"2025-12-06 07:19:54"
]
SELECT e0_.id AS id_0, e0_.name AS name_1, e0_.date_from AS date_from_2, e0_.date_to AS date_to_3, e0_.email AS email_4, e0_.created_at AS created_at_5, e0_.udated_at AS udated_at_6, e0_.supervised AS supervised_7, e0_.approved AS approved_8, e0_.slug AS slug_9, e0_.supervisor_md_sum AS supervisor_md_sum_10, e0_.changes_md_sum AS changes_md_sum_11, e0_.owner_id AS owner_id_12, e0_.approver_id AS approver_id_13, e0_.company_id AS company_id_14, e0_.updated_by_id AS updated_by_id_15, e0_.type_id AS type_id_16, e0_.main_image_id AS main_image_id_17 FROM events e0_ LEFT JOIN events_event_catagories e2_ ON e0_.id = e2_.events_id LEFT JOIN event_catagories e1_ ON e1_.id = e2_.event_catagories_id WHERE e0_.date_to < '2025-12-06 07:19:54' AND e0_.approved = 1 ORDER BY e0_.date_from DESC;
|
0.43 ms (1.38%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.approved AS approved_3, t0.fonticon AS fonticon_4, t0.poradi AS poradi_5, t0.approved_by_id AS approved_by_id_6, t0.hero_article_id AS hero_article_id_7, t0.type_id AS type_id_8 FROM event_catagories t0 WHERE t0.type_id = ? AND t0.approved = ? ORDER BY t0.poradi ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.approved AS approved_3, t0.fonticon AS fonticon_4, t0.poradi AS poradi_5, t0.approved_by_id AS approved_by_id_6, t0.hero_article_id AS hero_article_id_7, t0.type_id AS type_id_8 FROM event_catagories t0 WHERE t0.type_id = 2 AND t0.approved = 1 ORDER BY t0.poradi ASC;
|
0.37 ms (1.19%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.general_partner AS general_partner_3, t0.web_url AS web_url_4, t0.poradi AS poradi_5, t0.logo_id AS logo_id_6 FROM partners t0 ORDER BY t0.poradi ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.general_partner AS general_partner_3, t0.web_url AS web_url_4, t0.poradi AS poradi_5, t0.logo_id AS logo_id_6 FROM partners t0 ORDER BY t0.poradi ASC;
|
0.37 ms (1.18%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM event_type t0 WHERE t0.id = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2 FROM event_type t0 WHERE t0.id = 2 LIMIT 1;
|
0.29 ms (0.92%)
|
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.active AS active_4, t0.poradi AS poradi_5 FROM main_menu_items t0 WHERE t0.active = ? ORDER BY t0.poradi ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.url AS url_3, t0.active AS active_4, t0.poradi AS poradi_5 FROM main_menu_items t0 WHERE t0.active = 1 ORDER BY t0.poradi ASC;
|
0.21 ms (0.68%)
|
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.phone_no AS phone_no_6, t0.first_name AS first_name_7, t0.last_name AS last_name_8, t0.is_approved AS is_approved_9, t0.reg_reasons AS reg_reasons_10, t0.updated_by_id AS updated_by_id_11, t0.approved_by_id AS approved_by_id_12, t0.uploadable_id AS uploadable_id_13 FROM user t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.is_verified AS is_verified_5, t0.phone_no AS phone_no_6, t0.first_name AS first_name_7, t0.last_name AS last_name_8, t0.is_approved AS is_approved_9, t0.reg_reasons AS reg_reasons_10, t0.updated_by_id AS updated_by_id_11, t0.approved_by_id AS approved_by_id_12, t0.uploadable_id AS uploadable_id_13 FROM user t0 WHERE t0.id = 340;
|