Query Metrics
48
Database Queries
22
Different statements
37.52 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.76 ms |
SELECT t0.id_eventtype AS id_eventtype_1, t0.title AS title_2, t0.shorttitle AS shorttitle_3, t0.summary AS summary_4, t0.start_on AS start_on_5, t0.end_on AS end_on_6, t0.address AS address_7, t0.city AS city_8, t0.state AS state_9, t0.postcode AS postcode_10, t0.id_country AS id_country_11, t0.id_inst AS id_inst_12, t0.use_inst_addr AS use_inst_addr_13, t0.notes AS notes_14, t0.website AS website_15, t0.redirect_website AS redirect_website_16, t0.keywords AS keywords_17, t0.created_by AS created_by_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.last_edit_by AS last_edit_by_21, t0.is_public AS is_public_22, t0.is_open AS is_open_23, t0.show_travel AS show_travel_24, t0.email_people AS email_people_25, t0.id_contact AS id_contact_26, t0.reg_online AS reg_online_27, t0.status AS status_28, t0.id_event AS id_event_29 FROM events t0 WHERE t0.id_event = ? AND t0.status = ? LIMIT 1
Parameters:
|
2 | 0.42 ms |
SELECT t0.eventtype_name AS eventtype_name_1, t0.id_eventtype AS id_eventtype_2 FROM eventtypes t0 WHERE t0.id_eventtype = ? LIMIT 1
Parameters:
|
3 | 0.58 ms |
SELECT t0.id_event AS id_event_1, t0.filename AS filename_2, t0.type AS type_3, t0.path AS path_4, t0.created_by AS created_by_5, t0.created_at AS created_at_6, t0.deleted AS deleted_7, t0.id AS id_8 FROM event_files t0 WHERE t0.id_event = ? LIMIT 1
Parameters:
|
4 | 0.49 ms |
SELECT t0.country AS country_1, t0.postcode_pos AS postcode_pos_2, t0.postcode_spacer AS postcode_spacer_3, t0.country_code AS country_code_4, t0.latitude AS latitude_5, t0.longitude AS longitude_6, t0.id_country AS id_country_7 FROM countries t0 WHERE t0.id_country = ? LIMIT 1
Parameters:
|
5 | 0.76 ms |
SELECT i0_.id_ind AS id_ind_0, i0_.title AS title_1, i0_.fname AS fname_2, i0_.sname AS sname_3 FROM event_contacts e1_ LEFT JOIN indiv i0_ ON (i0_.id_ind = e1_.id_ind) WHERE e1_.id_event = ? AND i0_.sname IS NOT NULL ORDER BY i0_.sname ASC
Parameters:
|
6 | 0.69 ms |
SELECT i0_.id_ind AS id_ind_0, i0_.title AS title_1, i0_.fname AS fname_2, i0_.sname AS sname_3 FROM event_staff e1_ LEFT JOIN indiv i0_ ON (i0_.id_ind = e1_.id_ind) WHERE e1_.id_event = ? ORDER BY i0_.sname ASC
Parameters:
|
7 | 0.61 ms |
SELECT count(e0_.id_ind) AS sclr_0, e0_.status AS status_1 FROM event_participants e0_ WHERE e0_.id_event = ? GROUP BY e0_.status
Parameters:
|
8 | 12.39 ms |
SELECT t0.id_event AS id_event_1, t0.id_agendaitem AS id_agendaitem_2, t0.title AS title_3, t0.parent_idevent AS parent_idevent_4, t0.notes AS notes_5, t0.required_actions AS required_actions_6, t0.agenda_order AS agenda_order_7, t0.id AS id_8 FROM event_agendaitems t0 WHERE t0.id_event = ? LIMIT 1
Parameters:
|
9 | 0.59 ms |
SELECT a0_.id_agendaitem AS id_agendaitem_0, d1_.doc_code AS doc_code_1, d1_.title AS title_2, d1_.id_doc AS id_doc_3, d1_.author_text AS author_text_4, d1_.updated_at AS updated_at_5 FROM agendaitem_documents a0_ LEFT JOIN documents d1_ ON (d1_.id_doc = a0_.id_doc) WHERE a0_.id_event = ? ORDER BY a0_.id_agendaitem ASC
Parameters:
|
10 | 0.50 ms |
SELECT e0_.id_agendaitem AS id_agendaitem_0, d1_.doc_code AS doc_code_1, d1_.title AS title_2, d1_.id_doc AS id_doc_3, d1_.author_text AS author_text_4, d1_.updated_at AS updated_at_5 FROM event_presentations e0_ LEFT JOIN documents d1_ ON (d1_.id_doc = e0_.id_doc) WHERE e0_.id_event = ? ORDER BY e0_.id_agendaitem ASC
Parameters:
|
11 | 0.54 ms |
SELECT d0_.doc_code AS doc_code_0, d0_.title AS title_1, d0_.id_doc AS id_doc_2, d0_.author_text AS author_text_3, d0_.updated_at AS updated_at_4, e1_.id_agendaitem AS id_agendaitem_5 FROM event_backgrounddocs e1_ LEFT JOIN documents d0_ ON (d0_.id_doc = e1_.id_doc) WHERE e1_.id_event = ? ORDER BY e1_.id_agendaitem ASC
Parameters:
|
12 | 0.53 ms |
SELECT d0_.doc_code AS doc_code_0, d0_.title AS title_1, d0_.id_doc AS id_doc_2, d0_.author_text AS author_text_3, d0_.updated_at AS updated_at_4 FROM event_otherdocs e1_ LEFT JOIN documents d0_ ON (d0_.id_doc = e1_.id_doc) WHERE e1_.id_event = ? ORDER BY e1_.ordering ASC
Parameters:
|
13 | 0.41 ms |
SELECT d0_.doc_code AS doc_code_0, d0_.title AS title_1, d0_.id_doc AS id_doc_2, d0_.author_text AS author_text_3, d0_.updated_at AS updated_at_4 FROM event_reports e1_ LEFT JOIN documents d0_ ON (d0_.id_doc = e1_.id_doc) WHERE e1_.id_event = ?
Parameters:
|
14 | 0.99 ms |
SELECT e0_.id_role AS id_role_0, e0_.id_ind AS id_ind_1, i1_.id_ind AS id_ind_2, i1_.title AS title_3, i1_.fname AS fname_4, i1_.sname AS sname_5, i1_.tel AS tel_6, e2_.role AS role_7, i1_.use_inst_addr AS use_inst_addr_8, c3_.country AS country_9, e2_.role AS role_10, e2_.ordering AS ordering_11, e0_.status AS status_12, e0_.accommodation AS accommodation_13, i1_.tel AS tel_14 FROM event_participants e0_ LEFT JOIN indiv i1_ ON (i1_.id_ind = e0_.id_ind) LEFT JOIN countries c3_ ON (c3_.id_country = i1_.country_code) LEFT JOIN event_participantroles e2_ ON (e0_.id_role = e2_.id_role AND e0_.id_event = e2_.id_event) WHERE e0_.id_event = ? ORDER BY e2_.ordering ASC, i1_.sname ASC
Parameters:
|
15 | 0.65 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
16 | 0.49 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
17 | 0.45 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
18 | 0.54 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
19 | 0.58 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
20 | 0.45 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
21 | 0.44 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
22 | 0.42 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
23 | 0.42 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
24 | 0.42 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
25 | 0.44 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
26 | 0.44 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
27 | 0.46 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
28 | 0.48 ms |
SELECT e0_.role AS role_0, e0_.id_role AS id_role_1, e0_.ppt_ordering AS ppt_ordering_2 FROM event_participantroles e0_ WHERE e0_.id_event = ? ORDER BY e0_.ordering ASC
Parameters:
|
29 | 0.86 ms |
SELECT e0_.id_role AS id_role_0, e0_.id_ind AS id_ind_1, i1_.id_ind AS id_ind_2, i1_.title AS title_3, i1_.fname AS fname_4, i1_.sname AS sname_5, i1_.use_inst_addr AS use_inst_addr_6, i1_.tel AS tel_7, e2_.role AS role_8, c3_.country AS country_9, e2_.role AS role_10, e2_.ordering AS ordering_11, e0_.status AS status_12, e0_.accommodation AS accommodation_13, i1_.tel AS tel_14 FROM event_participants e0_ LEFT JOIN indiv i1_ ON (i1_.id_ind = e0_.id_ind) LEFT JOIN indiv_institution i4_ ON (i4_.id_ind = i1_.id_ind) LEFT JOIN institutions i5_ ON (i5_.id_inst = i4_.id_inst) LEFT JOIN countries c3_ ON (c3_.id_country = i1_.country_code) LEFT JOIN event_participantroles e2_ ON (e0_.id_role = e2_.id_role AND e0_.id_event = e2_.id_event) WHERE e0_.id_event = ? AND e0_.id_role = ? ORDER BY i1_.sname ASC
Parameters:
|
30 | 0.45 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
31 | 0.43 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
32 | 0.95 ms |
SELECT e0_.id_role AS id_role_0, e0_.id_ind AS id_ind_1, i1_.id_ind AS id_ind_2, i1_.title AS title_3, i1_.fname AS fname_4, i1_.sname AS sname_5, i1_.use_inst_addr AS use_inst_addr_6, i1_.tel AS tel_7, e2_.role AS role_8, c3_.country AS country_9, e2_.role AS role_10, e2_.ordering AS ordering_11, e0_.status AS status_12, e0_.accommodation AS accommodation_13, i1_.tel AS tel_14 FROM event_participants e0_ LEFT JOIN indiv i1_ ON (i1_.id_ind = e0_.id_ind) LEFT JOIN indiv_institution i4_ ON (i4_.id_ind = i1_.id_ind) LEFT JOIN institutions i5_ ON (i5_.id_inst = i4_.id_inst) LEFT JOIN countries c3_ ON (c3_.id_country = i1_.country_code) LEFT JOIN event_participantroles e2_ ON (e0_.id_role = e2_.id_role AND e0_.id_event = e2_.id_event) WHERE e0_.id_event = ? AND e0_.id_role IS NULL ORDER BY i1_.sname ASC
Parameters:
|
33 | 0.48 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
34 | 0.46 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
35 | 0.43 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
36 | 0.43 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
37 | 0.42 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
38 | 0.38 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
39 | 0.40 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
40 | 0.40 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
41 | 0.43 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
42 | 0.45 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
43 | 0.44 ms |
SELECT c0_.country AS country_0 FROM countries c0_ LEFT JOIN institutions i1_ ON (c0_.id_country = i1_.country_code) LEFT JOIN indiv_institution i2_ ON (i2_.id_inst = i1_.id_inst) WHERE i2_.id_ind = ?
Parameters:
|
44 | 0.59 ms |
SELECT e0_.id_group AS id_group_0, g1_.groupname AS groupname_1 FROM event_groups e0_ LEFT JOIN groups g1_ ON (g1_.id_group = e0_.id_group) WHERE e0_.id_event = ? ORDER BY g1_.groupname ASC
Parameters:
|
45 | 0.63 ms |
SELECT t0.id_eventtype AS id_eventtype_1, t0.title AS title_2, t0.shorttitle AS shorttitle_3, t0.summary AS summary_4, t0.start_on AS start_on_5, t0.end_on AS end_on_6, t0.address AS address_7, t0.city AS city_8, t0.state AS state_9, t0.postcode AS postcode_10, t0.id_country AS id_country_11, t0.id_inst AS id_inst_12, t0.use_inst_addr AS use_inst_addr_13, t0.notes AS notes_14, t0.website AS website_15, t0.redirect_website AS redirect_website_16, t0.keywords AS keywords_17, t0.created_by AS created_by_18, t0.created_at AS created_at_19, t0.updated_at AS updated_at_20, t0.last_edit_by AS last_edit_by_21, t0.is_public AS is_public_22, t0.is_open AS is_open_23, t0.show_travel AS show_travel_24, t0.email_people AS email_people_25, t0.id_contact AS id_contact_26, t0.reg_online AS reg_online_27, t0.status AS status_28, t0.id_event AS id_event_29 FROM events t0 WHERE t0.id_event = ? LIMIT 1
Parameters:
|
46 | 0.63 ms |
SELECT t0.id_ind AS id_ind_1, t0.title AS title_2, t0.fname AS fname_3, t0.mname AS mname_4, t0.sname AS sname_5, t0.identifier AS identifier_6, t0.reg_type AS reg_type_7, t0.use_inst_addr AS use_inst_addr_8, t0.private_address AS private_address_9, t0.addr_1 AS addr_1_10, t0.addr_2 AS addr_2_11, t0.city AS city_12, t0.state AS state_13, t0.postcode AS postcode_14, t0.country_code AS country_code_15, t0.id_nationality AS id_nationality_16, t0.gender AS gender_17, t0.tel AS tel_18, t0.fax AS fax_19, t0.email1 AS email1_20, t0.email2 AS email2_21, t0.email3 AS email3_22, t0.emailtouse AS emailtouse_23, t0.url1 AS url1_24, t0.url1Valid AS url1Valid_25, t0.url2 AS url2_26, t0.url2Valid AS url2Valid_27, t0.url3 AS url3_28, t0.url3Valid AS url3Valid_29, t0.urlsChecked AS urlsChecked_30, t0.linkedin AS linkedin_31, t0.facebook AS facebook_32, t0.twitter AS twitter_33, t0.flickr AS flickr_34, t0.other AS other_35, t0.degree AS degree_36, t0.activeng AS activeng_37, t0.activother AS activother_38, t0.jobtitle AS jobtitle_39, t0.dept AS dept_40, t0.studyregion AS studyregion_41, t0.languages AS languages_42, t0.skills AS skills_43, t0.comments AS comments_44, t0.do_not_invite AS do_not_invite_45, t0.do_no_invite_by AS do_no_invite_by_46, t0.do_no_invite_on AS do_no_invite_on_47, t0.admin_comments AS admin_comments_48, t0.id_imagefile AS id_imagefile_49, t0.id_imagefile_full AS id_imagefile_full_50, t0.receive_mail AS receive_mail_51, t0.member_alert AS member_alert_52, t0.cit_alert AS cit_alert_53, t0.f_date_ent AS f_date_ent_54, t0.l_date_upd AS l_date_upd_55, t0.created_by AS created_by_56, t0.last_edit_by AS last_edit_by_57, t0.quality_checked_by AS quality_checked_by_58, t0.quality_checked_date AS quality_checked_date_59, t0.quality_checked AS quality_checked_60, t0.is_global AS is_global_61, t0.status AS status_62, t0.statusLastChanged AS statusLastChanged_63, t0.deceased AS deceased_64, t0.deceased_date AS deceased_date_65, t0.retired AS retired_66, t0.retired_date AS retired_date_67, t0.id AS id_68 FROM indiv t0 WHERE t0.id_ind = ? LIMIT 1
Parameters:
|
47 | 0.63 ms |
SELECT t0.id_ind AS id_ind_1, t0.title AS title_2, t0.fname AS fname_3, t0.mname AS mname_4, t0.sname AS sname_5, t0.identifier AS identifier_6, t0.reg_type AS reg_type_7, t0.use_inst_addr AS use_inst_addr_8, t0.private_address AS private_address_9, t0.addr_1 AS addr_1_10, t0.addr_2 AS addr_2_11, t0.city AS city_12, t0.state AS state_13, t0.postcode AS postcode_14, t0.country_code AS country_code_15, t0.id_nationality AS id_nationality_16, t0.gender AS gender_17, t0.tel AS tel_18, t0.fax AS fax_19, t0.email1 AS email1_20, t0.email2 AS email2_21, t0.email3 AS email3_22, t0.emailtouse AS emailtouse_23, t0.url1 AS url1_24, t0.url1Valid AS url1Valid_25, t0.url2 AS url2_26, t0.url2Valid AS url2Valid_27, t0.url3 AS url3_28, t0.url3Valid AS url3Valid_29, t0.urlsChecked AS urlsChecked_30, t0.linkedin AS linkedin_31, t0.facebook AS facebook_32, t0.twitter AS twitter_33, t0.flickr AS flickr_34, t0.other AS other_35, t0.degree AS degree_36, t0.activeng AS activeng_37, t0.activother AS activother_38, t0.jobtitle AS jobtitle_39, t0.dept AS dept_40, t0.studyregion AS studyregion_41, t0.languages AS languages_42, t0.skills AS skills_43, t0.comments AS comments_44, t0.do_not_invite AS do_not_invite_45, t0.do_no_invite_by AS do_no_invite_by_46, t0.do_no_invite_on AS do_no_invite_on_47, t0.admin_comments AS admin_comments_48, t0.id_imagefile AS id_imagefile_49, t0.id_imagefile_full AS id_imagefile_full_50, t0.receive_mail AS receive_mail_51, t0.member_alert AS member_alert_52, t0.cit_alert AS cit_alert_53, t0.f_date_ent AS f_date_ent_54, t0.l_date_upd AS l_date_upd_55, t0.created_by AS created_by_56, t0.last_edit_by AS last_edit_by_57, t0.quality_checked_by AS quality_checked_by_58, t0.quality_checked_date AS quality_checked_date_59, t0.quality_checked AS quality_checked_60, t0.is_global AS is_global_61, t0.status AS status_62, t0.statusLastChanged AS statusLastChanged_63, t0.deceased AS deceased_64, t0.deceased_date AS deceased_date_65, t0.retired AS retired_66, t0.retired_date AS retired_date_67, t0.id AS id_68 FROM indiv t0 WHERE t0.id_ind = ? LIMIT 1
Parameters:
|
48 | 0.69 ms |
SELECT g0_.groupname AS groupname_0, e1_.id_label AS id_label_1 FROM event_labels e1_ LEFT JOIN groups g0_ ON (g0_.id_group = e1_.id_group) WHERE e1_.id_event = ? ORDER BY g0_.groupname ASC
Parameters:
|
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 |
---|---|
OceanExpertBundle\Entity\Events | No errors. |
OceanExpertBundle\Entity\Eventtypes | No errors. |
OceanExpertBundle\Entity\EventFiles | No errors. |
OceanExpertBundle\Entity\Countries | No errors. |
OceanExpertBundle\Entity\EventContacts | No errors. |
OceanExpertBundle\Entity\Indiv | No errors. |
OceanExpertBundle\Entity\EventStaff | No errors. |
OceanExpertBundle\Entity\EventParticipants | No errors. |
OceanExpertBundle\Entity\EventAgendaitems | No errors. |
OceanExpertBundle\Entity\AgendaitemDocuments | No errors. |
OceanExpertBundle\Entity\Documents | No errors. |
OceanExpertBundle\Entity\EventPresentations | No errors. |
OceanExpertBundle\Entity\EventBackgrounddocs | No errors. |
OceanExpertBundle\Entity\EventOtherdocs | No errors. |
OceanExpertBundle\Entity\EventReports | No errors. |
OceanExpertBundle\Entity\EventParticipantroles | No errors. |
OceanExpertBundle\Entity\Institutions | No errors. |
OceanExpertBundle\Entity\IndivInstitution | No errors. |
OceanExpertBundle\Entity\EventGroups | No errors. |
OceanExpertBundle\Entity\Groups | No errors. |
OceanExpertBundle\Entity\EventLabels | No errors. |