GET http://193.191.134.99/event/4861

Query Metrics

72 Database Queries
21 Different statements
368.39 ms Query time
1 Invalid entities
4 Managed entities

Queries

Group similar statements

# Time Info
1 0.86 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:
[
  "4861"
  1
]
2 0.59 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:
[
  4
]
3 0.69 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:
[
  "4861"
]
4 7.35 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:
[
  "4861"
]
5 1.55 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:
[
  "4861"
]
6 24.87 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:
[
  "4861"
]
7 18.90 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:
[
  "4861"
]
8 2.53 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:
[
  "4861"
]
9 2.98 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:
[
  "4861"
]
10 2.49 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:
[
  4861
]
11 3.78 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:
[
  "4861"
]
12 0.89 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:
[
  "4861"
]
13 42.40 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:
[
  "4861"
]
14 4.57 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:
[
  22853
]
15 3.88 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:
[
  61670
]
16 1.81 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:
[
  83038
]
17 1.52 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:
[
  81321
]
18 7.71 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:
[
  22940
]
19 1.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:
[
  44354
]
20 0.85 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:
[
  85435
]
21 5.08 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:
[
  79698
]
22 1.15 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:
[
  36124
]
23 1.17 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:
[
  58944
]
24 2.87 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:
[
  79352
]
25 1.75 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:
[
  85199
]
26 4.35 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:
[
  66668
]
27 1.02 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:
[
  58961
]
28 1.14 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:
[
  78981
]
29 0.84 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:
[
  85332
]
30 0.92 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:
[
  85313
]
31 0.83 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:
[
  84620
]
32 0.55 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:
[
  54652
]
33 0.98 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:
[
  83844
]
34 0.83 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:
[
  82819
]
35 1.81 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:
[
  84284
]
36 0.99 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:
[
  80319
]
37 0.92 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:
[
  81942
]
38 0.68 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:
[
  83910
]
39 0.63 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:
[
  "4861"
]
40 3.50 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:
[
  "4861"
  1
]
41 0.91 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:
[
  22853
]
42 0.90 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:
[
  61670
]
43 1.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:
[
  83038
]
44 0.67 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:
[
  81321
]
45 1.14 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:
[
  22940
]
46 52.05 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:
[
  "4861"
  2
]
47 2.76 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:
[
  44354
]
48 2.12 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:
[
  85435
]
49 2.75 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:
[
  79698
]
50 0.94 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:
[
  36124
]
51 0.93 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:
[
  58944
]
52 4.32 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:
[
  79352
]
53 3.71 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:
[
  85199
]
54 7.24 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:
[
  66668
]
55 1.01 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:
[
  58961
]
56 3.25 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:
[
  78981
]
57 2.00 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:
[
  85332
]
58 5.07 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:
[
  85313
]
59 3.76 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:
[
  84620
]
60 4.37 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:
[
  54652
]
61 2.98 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:
[
  83844
]
62 3.72 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:
[
  82819
]
63 5.35 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:
[
  84284
]
64 2.59 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:
[
  80319
]
65 7.20 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:
[
  81942
]
66 4.39 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:
[
  83910
]
67 50.30 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:
[
  "4861"
]
68 6.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:
[
  "4861"
]
69 7.83 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:
[
  "4861"
]
70 6.52 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:
[
  34916
]
71 4.49 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:
[
  34916
]
72 1.44 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:
[
  "4861"
]

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
OceanExpertBundle\Entity\Events 1
OceanExpertBundle\Entity\Eventtypes 1
OceanExpertBundle\Entity\EventFiles 1
OceanExpertBundle\Entity\Indiv 1