GET https://dev.cat.greensign.de/api/v3/certifications?lang=en&limit=100&mine=1&withDetails=1

Query Metrics

752 Database Queries
20 Different statements
237.50 ms Query time
1 Invalid entities
548 Managed entities

Queries

Group similar statements

# Time Info
1 0.93 ms
SELECT t0.id AS id_1, t0.domain AS domain_2, t0.is_primary AS is_primary_3, t0.verified_at AS verified_at_4, t0.tenant_id AS tenant_id_5 FROM tenant_domain t0 WHERE t0.domain = ? LIMIT 1
Parameters:
[
  "dev.cat.greensign.de"
]
2 0.62 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.logo_url AS logo_url_4, t0.favicon_url AS favicon_url_5, t0.primary_color AS primary_color_6, t0.secondary_color AS secondary_color_7, t0.tertiary_color AS tertiary_color_8, t0.email_from_address AS email_from_address_9, t0.email_from_name AS email_from_name_10, t0.email_notificationddress AS email_notificationddress_11, t0.features AS features_12, t0.gsid_prefix AS gsid_prefix_13, t0.is_active AS is_active_14, t0.created_at AS created_at_15 FROM tenant t0 WHERE t0.id = ?
Parameters:
[
  1
]
3 0.46 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.locale AS locale_7, t0.api_token AS api_token_8, t0.signature AS signature_9, t0.position_description AS position_description_10, t0.is_active AS is_active_11, t0.first_logged_in_at AS first_logged_in_at_12, t0.tenant_id AS tenant_id_13 FROM user t0 WHERE t0.email = ? AND ((t0.tenant_id = '1')) LIMIT 1
Parameters:
[
  "florian@greensign.de"
]
4 13.61 ms
SELECT c0_.id AS id_0, c0_.is_group_template AS is_group_template_1, c0_.time_requested AS time_requested_2, c0_.status AS status_3, c0_.ulid AS ulid_4, c0_.time_finished AS time_finished_5, c0_.time_certified AS time_certified_6, c0_.time_denied AS time_denied_7, c0_.custom_points1 AS custom_points1_8, c0_.green_sign_level AS green_sign_level_9, c0_.points_part1 AS points_part1_10, c0_.points_part2 AS points_part2_11, c0_.points_part3 AS points_part3_12, c0_.points_part4 AS points_part4_13, c0_.points_part5 AS points_part5_14, c0_.points_part6 AS points_part6_15, c0_.points_part7 AS points_part7_16, c0_.points_part8 AS points_part8_17, c0_.points_part9 AS points_part9_18, c0_.points_part10 AS points_part10_19, c0_.points_part11 AS points_part11_20, c0_.points_part12 AS points_part12_21, c0_.points_part13 AS points_part13_22, c0_.points_part14 AS points_part14_23, c0_.points_part15 AS points_part15_24, c0_.is_gstc AS is_gstc_25, c0_.co2_amount AS co2_amount_26, c0_.co2_certificate_file AS co2_certificate_file_27, c0_.co2_certificate_file_en AS co2_certificate_file_en_28, c0_.green_sign_conformity AS green_sign_conformity_29, c0_.time_certified_until AS time_certified_until_30, c0_.register_id AS register_id_31, c0_.rollout_notified_at AS rollout_notified_at_32, c0_.hotel_id AS hotel_id_33, c0_.group_id AS group_id_34, c0_.questionaire_id AS questionaire_id_35 FROM certification c0_ INNER JOIN hotel h1_ ON c0_.hotel_id = h1_.id AND (h1_.tenant_id = '1' AND h1_.is_deleted = 0) WHERE (h1_.user_id = ? OR (EXISTS (SELECT 1 AS sclr_36 FROM hotel h2_ INNER JOIN hotel_user h4_ ON h2_.id = h4_.hotel_id INNER JOIN user u3_ ON u3_.id = h4_.user_id AND (u3_.tenant_id = '1') WHERE (h2_.id = h1_.id AND u3_.id = ?) AND (h2_.tenant_id = '1' AND h2_.is_deleted = 0))) OR (EXISTS (SELECT 1 AS sclr_37 FROM hotel h5_ INNER JOIN business_group b7_ ON h5_.id = b7_.business_id INNER JOIN `group` g6_ ON g6_.id = b7_.group_id AND ((g6_.tenant_id = '1' OR EXISTS (SELECT 1 FROM business_group tenant_scope_bg INNER JOIN hotel tenant_scope_business ON tenant_scope_business.id = tenant_scope_bg.business_id WHERE tenant_scope_bg.group_id = g6_.id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0))) INNER JOIN group_user g9_ ON g6_.id = g9_.group_id INNER JOIN user u8_ ON u8_.id = g9_.user_id AND (u8_.tenant_id = '1') WHERE (h5_.id = h1_.id AND u8_.id = ?) AND (h5_.tenant_id = '1' AND h5_.is_deleted = 0)))) AND ((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = c0_.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = c0_.group_id AND tenant_scope_group.tenant_id = '1'))) ORDER BY c0_.time_requested DESC LIMIT 100
Parameters:
[
  680
  680
  680
]
5 8.63 ms
SELECT COUNT(c0_.id) AS sclr_0 FROM certification c0_ INNER JOIN hotel h1_ ON c0_.hotel_id = h1_.id AND (h1_.tenant_id = '1' AND h1_.is_deleted = 0) WHERE (h1_.user_id = ? OR (EXISTS (SELECT 1 AS sclr_1 FROM hotel h2_ INNER JOIN hotel_user h4_ ON h2_.id = h4_.hotel_id INNER JOIN user u3_ ON u3_.id = h4_.user_id AND (u3_.tenant_id = '1') WHERE (h2_.id = h1_.id AND u3_.id = ?) AND (h2_.tenant_id = '1' AND h2_.is_deleted = 0))) OR (EXISTS (SELECT 1 AS sclr_2 FROM hotel h5_ INNER JOIN business_group b7_ ON h5_.id = b7_.business_id INNER JOIN `group` g6_ ON g6_.id = b7_.group_id AND ((g6_.tenant_id = '1' OR EXISTS (SELECT 1 FROM business_group tenant_scope_bg INNER JOIN hotel tenant_scope_business ON tenant_scope_business.id = tenant_scope_bg.business_id WHERE tenant_scope_bg.group_id = g6_.id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0))) INNER JOIN group_user g9_ ON g6_.id = g9_.group_id INNER JOIN user u8_ ON u8_.id = g9_.user_id AND (u8_.tenant_id = '1') WHERE (h5_.id = h1_.id AND u8_.id = ?) AND (h5_.tenant_id = '1' AND h5_.is_deleted = 0)))) AND ((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = c0_.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = c0_.group_id AND tenant_scope_group.tenant_id = '1')))
Parameters:
[
  680
  680
  680
]
6 0.61 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ?
Parameters:
[
  1530
]
7 0.68 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.street AS street_3, t0.zip AS zip_4, t0.city AS city_5, t0.country AS country_6, t0.phone_hotel AS phone_hotel_7, t0.email_hotel AS email_hotel_8, t0.contact_title AS contact_title_9, t0.contact_first_name AS contact_first_name_10, t0.contact_last_name AS contact_last_name_11, t0.contact_position AS contact_position_12, t0.contact_phone AS contact_phone_13, t0.contact_email AS contact_email_14, t0.contact_mobile AS contact_mobile_15, t0.hotel_group AS hotel_group_16, t0.rooms AS rooms_17, t0.website AS website_18, t0.dehoga_stars AS dehoga_stars_19, t0.dehoga_superior AS dehoga_superior_20, t0.hotel_region AS hotel_region_21, t0.time_created AS time_created_22, t0.greensign_id AS greensign_id_23, t0.ehotel_id AS ehotel_id_24, t0.image AS image_25, t0.geo_location AS geo_location_26, t0.rule_of_law_index_value AS rule_of_law_index_value_27, t0.rule_of_law_index_type AS rule_of_law_index_type_28, t0.is_deleted AS is_deleted_29, t0.user_id AS user_id_30, t0.tenant_id AS tenant_id_31 FROM hotel t0 WHERE t0.id = ? AND ((t0.tenant_id = '1' AND t0.is_deleted = 0))
Parameters:
[
  975
]
8 0.68 ms
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_active AS is_active_3, t0.tenant_id AS tenant_id_4 FROM `group` t0 INNER JOIN business_group ON t0.id = business_group.group_id WHERE business_group.business_id = ? AND (((t0.tenant_id = '1' OR EXISTS (SELECT 1 FROM business_group tenant_scope_bg INNER JOIN hotel tenant_scope_business ON tenant_scope_business.id = tenant_scope_bg.business_id WHERE tenant_scope_bg.group_id = t0.id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0))))
Parameters:
[
  975
]
9 0.72 ms
SELECT c0_.id AS id_0, c0_.is_group_template AS is_group_template_1, c0_.time_requested AS time_requested_2, c0_.status AS status_3, c0_.ulid AS ulid_4, c0_.time_finished AS time_finished_5, c0_.time_certified AS time_certified_6, c0_.time_denied AS time_denied_7, c0_.custom_points1 AS custom_points1_8, c0_.green_sign_level AS green_sign_level_9, c0_.points_part1 AS points_part1_10, c0_.points_part2 AS points_part2_11, c0_.points_part3 AS points_part3_12, c0_.points_part4 AS points_part4_13, c0_.points_part5 AS points_part5_14, c0_.points_part6 AS points_part6_15, c0_.points_part7 AS points_part7_16, c0_.points_part8 AS points_part8_17, c0_.points_part9 AS points_part9_18, c0_.points_part10 AS points_part10_19, c0_.points_part11 AS points_part11_20, c0_.points_part12 AS points_part12_21, c0_.points_part13 AS points_part13_22, c0_.points_part14 AS points_part14_23, c0_.points_part15 AS points_part15_24, c0_.is_gstc AS is_gstc_25, c0_.co2_amount AS co2_amount_26, c0_.co2_certificate_file AS co2_certificate_file_27, c0_.co2_certificate_file_en AS co2_certificate_file_en_28, c0_.green_sign_conformity AS green_sign_conformity_29, c0_.time_certified_until AS time_certified_until_30, c0_.register_id AS register_id_31, c0_.rollout_notified_at AS rollout_notified_at_32, c0_.hotel_id AS hotel_id_33, c0_.group_id AS group_id_34, c0_.questionaire_id AS questionaire_id_35 FROM certification c0_ INNER JOIN `group` g1_ ON c0_.group_id = g1_.id AND ((g1_.tenant_id = '1' OR EXISTS (SELECT 1 FROM business_group tenant_scope_bg INNER JOIN hotel tenant_scope_business ON tenant_scope_business.id = tenant_scope_bg.business_id WHERE tenant_scope_bg.group_id = g1_.id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0))) WHERE (g1_.id = ? AND c0_.is_group_template = 1 AND c0_.questionaire_id = ?) AND ((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = c0_.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = c0_.group_id AND tenant_scope_group.tenant_id = '1'))) ORDER BY c0_.id DESC LIMIT 1
Parameters:
[
  36
  9
]
10 0.35 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ?
Parameters:
[
  2159
]
11 0.34 ms
"START TRANSACTION"
Parameters:
[]
12 0.45 ms
UPDATE user_answer SET locked_at = ? WHERE id = ?
Parameters:
[
  "2026-07-22 14:25:03"
  182274
]
13 0.18 ms
"COMMIT"
Parameters:
[]
14 0.49 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.version AS version_3, t0.version_time AS version_time_4, t0.is_active AS is_active_5, t0.points_visible AS points_visible_6, t0.custom_points_title1 AS custom_points_title1_7, t0.custom_points_weight1 AS custom_points_weight1_8, t0.custom_points_max1 AS custom_points_max1_9, t0.slug AS slug_10, t0.logo AS logo_11, t0.report_text AS report_text_12, t0.min_conformity AS min_conformity_13, t0.audit_help_file AS audit_help_file_14, t0.audit_help_file_auditor AS audit_help_file_auditor_15, t0.custom_points_element_id1 AS custom_points_element_id1_16, t0.help_pdf_de AS help_pdf_de_17, t0.help_pdf_en AS help_pdf_en_18, t0.help_pdf_es AS help_pdf_es_19, t0.help_pdf_it AS help_pdf_it_20, t0.help_pdf_fr AS help_pdf_fr_21, t0.external_id AS external_id_22 FROM questionaire t0 WHERE t0.id = ? AND ((EXISTS (SELECT 1 FROM questionaire_tenant tenant_scope_qt WHERE tenant_scope_qt.questionaire_id = t0.id AND tenant_scope_qt.tenant_id = '1')))
Parameters:
[
  9
]
15 0.33 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "9"
  "en"
  "App\Entity\Questionaire\Questionaire"
]
16 0.37 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.sorting AS sorting_3, t0.weight AS weight_4, t0.finished_translations AS finished_translations_5, t0.external_id AS external_id_6, t0.questionaire_id AS questionaire_id_7 FROM part t0 WHERE t0.questionaire_id = ? AND ((EXISTS (SELECT 1 FROM questionaire_tenant tenant_scope_qt WHERE tenant_scope_qt.questionaire_id = t0.questionaire_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  9
]
17 0.30 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "65"
  "en"
  "App\Entity\Questionaire\Part"
]
18 0.32 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "66"
  "en"
  "App\Entity\Questionaire\Part"
]
19 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "67"
  "en"
  "App\Entity\Questionaire\Part"
]
20 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "68"
  "en"
  "App\Entity\Questionaire\Part"
]
21 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "69"
  "en"
  "App\Entity\Questionaire\Part"
]
22 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "70"
  "en"
  "App\Entity\Questionaire\Part"
]
23 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "71"
  "en"
  "App\Entity\Questionaire\Part"
]
24 0.29 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "72"
  "en"
  "App\Entity\Questionaire\Part"
]
25 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "73"
  "en"
  "App\Entity\Questionaire\Part"
]
26 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "74"
  "en"
  "App\Entity\Questionaire\Part"
]
27 0.41 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.max_points AS max_points_4, t0.is_required AS is_required_5, t0.sorting AS sorting_6, t0.finished_translations AS finished_translations_7, t0.external_id AS external_id_8, t0.part_id AS part_id_9, t0.question_help_text_id AS question_help_text_id_10 FROM element t0 WHERE t0.part_id = ? AND ((EXISTS (SELECT 1 FROM part tenant_scope_part INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_part.id = t0.part_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  65
]
28 0.29 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "851"
  "en"
  "App\Entity\Elements\Element"
]
29 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "852"
  "en"
  "App\Entity\Elements\Element"
]
30 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "853"
  "en"
  "App\Entity\Elements\Element"
]
31 0.31 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "854"
  "en"
  "App\Entity\Elements\Element"
]
32 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "855"
  "en"
  "App\Entity\Elements\Element"
]
33 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "856"
  "en"
  "App\Entity\Elements\Element"
]
34 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "857"
  "en"
  "App\Entity\Elements\Element"
]
35 0.32 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "858"
  "en"
  "App\Entity\Elements\Element"
]
36 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "859"
  "en"
  "App\Entity\Elements\Element"
]
37 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "860"
  "en"
  "App\Entity\Elements\Element"
]
38 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "861"
  "en"
  "App\Entity\Elements\Element"
]
39 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "862"
  "en"
  "App\Entity\Elements\Element"
]
40 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "863"
  "en"
  "App\Entity\Elements\Element"
]
41 0.32 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "864"
  "en"
  "App\Entity\Elements\Element"
]
42 0.35 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  851
]
43 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  852
]
44 0.49 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.placeholder AS placeholder_3, t0.points AS points_4, t0.title AS title_5, t0.show_title AS show_title_6, t0.sorting AS sorting_7, t0.finished_translations AS finished_translations_8, t0.external_id AS external_id_9, t0.element_id AS element_id_10, t0.help_text_id AS help_text_id_11 FROM answer t0 WHERE t0.element_id = ? AND ((EXISTS (SELECT 1 FROM element tenant_scope_element INNER JOIN part tenant_scope_part ON tenant_scope_part.id = tenant_scope_element.part_id INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_element.id = t0.element_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  852
]
45 0.32 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3756"
  "en"
  "App\Entity\Answer\Answer"
]
46 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3757"
  "en"
  "App\Entity\Answer\Answer"
]
47 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  852
]
48 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  853
]
49 0.41 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.placeholder AS placeholder_3, t0.points AS points_4, t0.title AS title_5, t0.show_title AS show_title_6, t0.sorting AS sorting_7, t0.finished_translations AS finished_translations_8, t0.external_id AS external_id_9, t0.element_id AS element_id_10, t0.help_text_id AS help_text_id_11 FROM answer t0 WHERE t0.element_id = ? AND ((EXISTS (SELECT 1 FROM element tenant_scope_element INNER JOIN part tenant_scope_part ON tenant_scope_part.id = tenant_scope_element.part_id INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_element.id = t0.element_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  853
]
50 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3759"
  "en"
  "App\Entity\Answer\Answer"
]
51 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3760"
  "en"
  "App\Entity\Answer\Answer"
]
52 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3761"
  "en"
  "App\Entity\Answer\Answer"
]
53 0.30 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3762"
  "en"
  "App\Entity\Answer\Answer"
]
54 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3763"
  "en"
  "App\Entity\Answer\Answer"
]
55 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3764"
  "en"
  "App\Entity\Answer\Answer"
]
56 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3765"
  "en"
  "App\Entity\Answer\Answer"
]
57 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3766"
  "en"
  "App\Entity\Answer\Answer"
]
58 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3767"
  "en"
  "App\Entity\Answer\Answer"
]
59 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3768"
  "en"
  "App\Entity\Answer\Answer"
]
60 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  854
]
61 0.36 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.placeholder AS placeholder_3, t0.points AS points_4, t0.title AS title_5, t0.show_title AS show_title_6, t0.sorting AS sorting_7, t0.finished_translations AS finished_translations_8, t0.external_id AS external_id_9, t0.element_id AS element_id_10, t0.help_text_id AS help_text_id_11 FROM answer t0 WHERE t0.element_id = ? AND ((EXISTS (SELECT 1 FROM element tenant_scope_element INNER JOIN part tenant_scope_part ON tenant_scope_part.id = tenant_scope_element.part_id INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_element.id = t0.element_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  854
]
62 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3772"
  "en"
  "App\Entity\Answer\Answer"
]
63 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  855
]
64 0.39 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.placeholder AS placeholder_3, t0.points AS points_4, t0.title AS title_5, t0.show_title AS show_title_6, t0.sorting AS sorting_7, t0.finished_translations AS finished_translations_8, t0.external_id AS external_id_9, t0.element_id AS element_id_10, t0.help_text_id AS help_text_id_11 FROM answer t0 WHERE t0.element_id = ? AND ((EXISTS (SELECT 1 FROM element tenant_scope_element INNER JOIN part tenant_scope_part ON tenant_scope_part.id = tenant_scope_element.part_id INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_element.id = t0.element_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  855
]
65 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3773"
  "en"
  "App\Entity\Answer\Answer"
]
66 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3775"
  "en"
  "App\Entity\Answer\Answer"
]
67 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3776"
  "en"
  "App\Entity\Answer\Answer"
]
68 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "5652"
  "en"
  "App\Entity\Answer\Answer"
]
69 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  855
]
70 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  856
]
71 0.34 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.placeholder AS placeholder_3, t0.points AS points_4, t0.title AS title_5, t0.show_title AS show_title_6, t0.sorting AS sorting_7, t0.finished_translations AS finished_translations_8, t0.external_id AS external_id_9, t0.element_id AS element_id_10, t0.help_text_id AS help_text_id_11 FROM answer t0 WHERE t0.element_id = ? AND ((EXISTS (SELECT 1 FROM element tenant_scope_element INNER JOIN part tenant_scope_part ON tenant_scope_part.id = tenant_scope_element.part_id INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_element.id = t0.element_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  856
]
72 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3777"
  "en"
  "App\Entity\Answer\Answer"
]
73 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3778"
  "en"
  "App\Entity\Answer\Answer"
]
74 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3779"
  "en"
  "App\Entity\Answer\Answer"
]
75 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3780"
  "en"
  "App\Entity\Answer\Answer"
]
76 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3781"
  "en"
  "App\Entity\Answer\Answer"
]
77 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  856
]
78 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  857
]
79 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  858
]
80 0.36 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.placeholder AS placeholder_3, t0.points AS points_4, t0.title AS title_5, t0.show_title AS show_title_6, t0.sorting AS sorting_7, t0.finished_translations AS finished_translations_8, t0.external_id AS external_id_9, t0.element_id AS element_id_10, t0.help_text_id AS help_text_id_11 FROM answer t0 WHERE t0.element_id = ? AND ((EXISTS (SELECT 1 FROM element tenant_scope_element INNER JOIN part tenant_scope_part ON tenant_scope_part.id = tenant_scope_element.part_id INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_element.id = t0.element_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  858
]
81 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3784"
  "en"
  "App\Entity\Answer\Answer"
]
82 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3785"
  "en"
  "App\Entity\Answer\Answer"
]
83 0.29 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "7553"
  "en"
  "App\Entity\Answer\Answer"
]
84 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  858
]
85 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  859
]
86 0.38 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.placeholder AS placeholder_3, t0.points AS points_4, t0.title AS title_5, t0.show_title AS show_title_6, t0.sorting AS sorting_7, t0.finished_translations AS finished_translations_8, t0.external_id AS external_id_9, t0.element_id AS element_id_10, t0.help_text_id AS help_text_id_11 FROM answer t0 WHERE t0.element_id = ? AND ((EXISTS (SELECT 1 FROM element tenant_scope_element INNER JOIN part tenant_scope_part ON tenant_scope_part.id = tenant_scope_element.part_id INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_element.id = t0.element_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  859
]
87 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3788"
  "en"
  "App\Entity\Answer\Answer"
]
88 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3789"
  "en"
  "App\Entity\Answer\Answer"
]
89 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  859
]
90 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  860
]
91 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  861
]
92 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  862
]
93 0.23 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  863
]
94 0.40 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.placeholder AS placeholder_3, t0.points AS points_4, t0.title AS title_5, t0.show_title AS show_title_6, t0.sorting AS sorting_7, t0.finished_translations AS finished_translations_8, t0.external_id AS external_id_9, t0.element_id AS element_id_10, t0.help_text_id AS help_text_id_11 FROM answer t0 WHERE t0.element_id = ? AND ((EXISTS (SELECT 1 FROM element tenant_scope_element INNER JOIN part tenant_scope_part ON tenant_scope_part.id = tenant_scope_element.part_id INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_element.id = t0.element_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  863
]
95 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3807"
  "en"
  "App\Entity\Answer\Answer"
]
96 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "7555"
  "en"
  "App\Entity\Answer\Answer"
]
97 0.30 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  863
]
98 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  864
]
99 0.36 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.placeholder AS placeholder_3, t0.points AS points_4, t0.title AS title_5, t0.show_title AS show_title_6, t0.sorting AS sorting_7, t0.finished_translations AS finished_translations_8, t0.external_id AS external_id_9, t0.element_id AS element_id_10, t0.help_text_id AS help_text_id_11 FROM answer t0 WHERE t0.element_id = ? AND ((EXISTS (SELECT 1 FROM element tenant_scope_element INNER JOIN part tenant_scope_part ON tenant_scope_part.id = tenant_scope_element.part_id INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_element.id = t0.element_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  864
]
100 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3808"
  "en"
  "App\Entity\Answer\Answer"
]
101 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "5653"
  "en"
  "App\Entity\Answer\Answer"
]
102 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  864
]
103 0.44 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.max_points AS max_points_4, t0.is_required AS is_required_5, t0.sorting AS sorting_6, t0.finished_translations AS finished_translations_7, t0.external_id AS external_id_8, t0.part_id AS part_id_9, t0.question_help_text_id AS question_help_text_id_10 FROM element t0 WHERE t0.part_id = ? AND ((EXISTS (SELECT 1 FROM part tenant_scope_part INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_part.id = t0.part_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  66
]
104 0.30 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "865"
  "en"
  "App\Entity\Elements\Element"
]
105 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "866"
  "en"
  "App\Entity\Elements\Element"
]
106 0.31 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "867"
  "en"
  "App\Entity\Elements\Element"
]
107 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "868"
  "en"
  "App\Entity\Elements\Element"
]
108 0.31 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "869"
  "en"
  "App\Entity\Elements\Element"
]
109 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "870"
  "en"
  "App\Entity\Elements\Element"
]
110 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "871"
  "en"
  "App\Entity\Elements\Element"
]
111 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "872"
  "en"
  "App\Entity\Elements\Element"
]
112 0.22 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "873"
  "en"
  "App\Entity\Elements\Element"
]
113 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "874"
  "en"
  "App\Entity\Elements\Element"
]
114 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "875"
  "en"
  "App\Entity\Elements\Element"
]
115 0.22 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "876"
  "en"
  "App\Entity\Elements\Element"
]
116 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "877"
  "en"
  "App\Entity\Elements\Element"
]
117 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "878"
  "en"
  "App\Entity\Elements\Element"
]
118 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "879"
  "en"
  "App\Entity\Elements\Element"
]
119 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "880"
  "en"
  "App\Entity\Elements\Element"
]
120 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "881"
  "en"
  "App\Entity\Elements\Element"
]
121 0.30 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  865
]
122 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  866
]
123 0.39 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.placeholder AS placeholder_3, t0.points AS points_4, t0.title AS title_5, t0.show_title AS show_title_6, t0.sorting AS sorting_7, t0.finished_translations AS finished_translations_8, t0.external_id AS external_id_9, t0.element_id AS element_id_10, t0.help_text_id AS help_text_id_11 FROM answer t0 WHERE t0.element_id = ? AND ((EXISTS (SELECT 1 FROM element tenant_scope_element INNER JOIN part tenant_scope_part ON tenant_scope_part.id = tenant_scope_element.part_id INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_element.id = t0.element_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  866
]
124 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3810"
  "en"
  "App\Entity\Answer\Answer"
]
125 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3811"
  "en"
  "App\Entity\Answer\Answer"
]
126 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3812"
  "en"
  "App\Entity\Answer\Answer"
]
127 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3813"
  "en"
  "App\Entity\Answer\Answer"
]
128 0.31 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3814"
  "en"
  "App\Entity\Answer\Answer"
]
129 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3815"
  "en"
  "App\Entity\Answer\Answer"
]
130 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3816"
  "en"
  "App\Entity\Answer\Answer"
]
131 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3817"
  "en"
  "App\Entity\Answer\Answer"
]
132 0.31 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "5654"
  "en"
  "App\Entity\Answer\Answer"
]
133 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  866
]
134 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  867
]
135 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  868
]
136 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  869
]
137 0.23 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  870
]
138 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  871
]
139 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  872
]
140 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  873
]
141 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  874
]
142 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  875
]
143 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  876
]
144 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  877
]
145 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  878
]
146 0.23 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  879
]
147 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  880
]
148 0.21 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  881
]
149 0.41 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.max_points AS max_points_4, t0.is_required AS is_required_5, t0.sorting AS sorting_6, t0.finished_translations AS finished_translations_7, t0.external_id AS external_id_8, t0.part_id AS part_id_9, t0.question_help_text_id AS question_help_text_id_10 FROM element t0 WHERE t0.part_id = ? AND ((EXISTS (SELECT 1 FROM part tenant_scope_part INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_part.id = t0.part_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  67
]
150 0.30 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "1660"
  "en"
  "App\Entity\Elements\Element"
]
151 0.31 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "882"
  "en"
  "App\Entity\Elements\Element"
]
152 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "883"
  "en"
  "App\Entity\Elements\Element"
]
153 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "884"
  "en"
  "App\Entity\Elements\Element"
]
154 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "885"
  "en"
  "App\Entity\Elements\Element"
]
155 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "886"
  "en"
  "App\Entity\Elements\Element"
]
156 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "887"
  "en"
  "App\Entity\Elements\Element"
]
157 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "888"
  "en"
  "App\Entity\Elements\Element"
]
158 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "889"
  "en"
  "App\Entity\Elements\Element"
]
159 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  1660
]
160 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  882
]
161 0.42 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.placeholder AS placeholder_3, t0.points AS points_4, t0.title AS title_5, t0.show_title AS show_title_6, t0.sorting AS sorting_7, t0.finished_translations AS finished_translations_8, t0.external_id AS external_id_9, t0.element_id AS element_id_10, t0.help_text_id AS help_text_id_11 FROM answer t0 WHERE t0.element_id = ? AND ((EXISTS (SELECT 1 FROM element tenant_scope_element INNER JOIN part tenant_scope_part ON tenant_scope_part.id = tenant_scope_element.part_id INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_element.id = t0.element_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  882
]
162 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3927"
  "en"
  "App\Entity\Answer\Answer"
]
163 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3928"
  "en"
  "App\Entity\Answer\Answer"
]
164 0.38 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3929"
  "en"
  "App\Entity\Answer\Answer"
]
165 0.51 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3930"
  "en"
  "App\Entity\Answer\Answer"
]
166 0.36 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3931"
  "en"
  "App\Entity\Answer\Answer"
]
167 0.34 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3932"
  "en"
  "App\Entity\Answer\Answer"
]
168 0.31 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3933"
  "en"
  "App\Entity\Answer\Answer"
]
169 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "5660"
  "en"
  "App\Entity\Answer\Answer"
]
170 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  882
]
171 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  883
]
172 0.39 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.placeholder AS placeholder_3, t0.points AS points_4, t0.title AS title_5, t0.show_title AS show_title_6, t0.sorting AS sorting_7, t0.finished_translations AS finished_translations_8, t0.external_id AS external_id_9, t0.element_id AS element_id_10, t0.help_text_id AS help_text_id_11 FROM answer t0 WHERE t0.element_id = ? AND ((EXISTS (SELECT 1 FROM element tenant_scope_element INNER JOIN part tenant_scope_part ON tenant_scope_part.id = tenant_scope_element.part_id INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_element.id = t0.element_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  883
]
173 0.31 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3934"
  "en"
  "App\Entity\Answer\Answer"
]
174 0.29 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "7565"
  "en"
  "App\Entity\Answer\Answer"
]
175 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  883
]
176 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  884
]
177 0.42 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.placeholder AS placeholder_3, t0.points AS points_4, t0.title AS title_5, t0.show_title AS show_title_6, t0.sorting AS sorting_7, t0.finished_translations AS finished_translations_8, t0.external_id AS external_id_9, t0.element_id AS element_id_10, t0.help_text_id AS help_text_id_11 FROM answer t0 WHERE t0.element_id = ? AND ((EXISTS (SELECT 1 FROM element tenant_scope_element INNER JOIN part tenant_scope_part ON tenant_scope_part.id = tenant_scope_element.part_id INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_element.id = t0.element_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  884
]
178 0.31 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3935"
  "en"
  "App\Entity\Answer\Answer"
]
179 0.29 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3936"
  "en"
  "App\Entity\Answer\Answer"
]
180 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "5662"
  "en"
  "App\Entity\Answer\Answer"
]
181 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  884
]
182 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  885
]
183 0.45 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.placeholder AS placeholder_3, t0.points AS points_4, t0.title AS title_5, t0.show_title AS show_title_6, t0.sorting AS sorting_7, t0.finished_translations AS finished_translations_8, t0.external_id AS external_id_9, t0.element_id AS element_id_10, t0.help_text_id AS help_text_id_11 FROM answer t0 WHERE t0.element_id = ? AND ((EXISTS (SELECT 1 FROM element tenant_scope_element INNER JOIN part tenant_scope_part ON tenant_scope_part.id = tenant_scope_element.part_id INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_element.id = t0.element_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  885
]
184 0.29 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3937"
  "en"
  "App\Entity\Answer\Answer"
]
185 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "7566"
  "en"
  "App\Entity\Answer\Answer"
]
186 0.31 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  885
]
187 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  886
]
188 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  887
]
189 0.40 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.placeholder AS placeholder_3, t0.points AS points_4, t0.title AS title_5, t0.show_title AS show_title_6, t0.sorting AS sorting_7, t0.finished_translations AS finished_translations_8, t0.external_id AS external_id_9, t0.element_id AS element_id_10, t0.help_text_id AS help_text_id_11 FROM answer t0 WHERE t0.element_id = ? AND ((EXISTS (SELECT 1 FROM element tenant_scope_element INNER JOIN part tenant_scope_part ON tenant_scope_part.id = tenant_scope_element.part_id INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_element.id = t0.element_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  887
]
190 0.29 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3939"
  "en"
  "App\Entity\Answer\Answer"
]
191 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "5664"
  "en"
  "App\Entity\Answer\Answer"
]
192 0.30 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  887
]
193 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  888
]
194 0.31 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  889
]
195 0.45 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.max_points AS max_points_4, t0.is_required AS is_required_5, t0.sorting AS sorting_6, t0.finished_translations AS finished_translations_7, t0.external_id AS external_id_8, t0.part_id AS part_id_9, t0.question_help_text_id AS question_help_text_id_10 FROM element t0 WHERE t0.part_id = ? AND ((EXISTS (SELECT 1 FROM part tenant_scope_part INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_part.id = t0.part_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  68
]
196 0.32 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "1661"
  "en"
  "App\Entity\Elements\Element"
]
197 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "890"
  "en"
  "App\Entity\Elements\Element"
]
198 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "891"
  "en"
  "App\Entity\Elements\Element"
]
199 0.29 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "892"
  "en"
  "App\Entity\Elements\Element"
]
200 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "893"
  "en"
  "App\Entity\Elements\Element"
]
201 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "894"
  "en"
  "App\Entity\Elements\Element"
]
202 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "895"
  "en"
  "App\Entity\Elements\Element"
]
203 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "896"
  "en"
  "App\Entity\Elements\Element"
]
204 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "897"
  "en"
  "App\Entity\Elements\Element"
]
205 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "898"
  "en"
  "App\Entity\Elements\Element"
]
206 0.29 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "899"
  "en"
  "App\Entity\Elements\Element"
]
207 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "900"
  "en"
  "App\Entity\Elements\Element"
]
208 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "901"
  "en"
  "App\Entity\Elements\Element"
]
209 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "902"
  "en"
  "App\Entity\Elements\Element"
]
210 0.32 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "903"
  "en"
  "App\Entity\Elements\Element"
]
211 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  1661
]
212 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  890
]
213 0.39 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.placeholder AS placeholder_3, t0.points AS points_4, t0.title AS title_5, t0.show_title AS show_title_6, t0.sorting AS sorting_7, t0.finished_translations AS finished_translations_8, t0.external_id AS external_id_9, t0.element_id AS element_id_10, t0.help_text_id AS help_text_id_11 FROM answer t0 WHERE t0.element_id = ? AND ((EXISTS (SELECT 1 FROM element tenant_scope_element INNER JOIN part tenant_scope_part ON tenant_scope_part.id = tenant_scope_element.part_id INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_element.id = t0.element_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  890
]
214 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3967"
  "en"
  "App\Entity\Answer\Answer"
]
215 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3968"
  "en"
  "App\Entity\Answer\Answer"
]
216 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3969"
  "en"
  "App\Entity\Answer\Answer"
]
217 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "5665"
  "en"
  "App\Entity\Answer\Answer"
]
218 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  890
]
219 0.39 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  891
]
220 0.41 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.placeholder AS placeholder_3, t0.points AS points_4, t0.title AS title_5, t0.show_title AS show_title_6, t0.sorting AS sorting_7, t0.finished_translations AS finished_translations_8, t0.external_id AS external_id_9, t0.element_id AS element_id_10, t0.help_text_id AS help_text_id_11 FROM answer t0 WHERE t0.element_id = ? AND ((EXISTS (SELECT 1 FROM element tenant_scope_element INNER JOIN part tenant_scope_part ON tenant_scope_part.id = tenant_scope_element.part_id INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_element.id = t0.element_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  891
]
221 0.30 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "3970"
  "en"
  "App\Entity\Answer\Answer"
]
222 0.30 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "5666"
  "en"
  "App\Entity\Answer\Answer"
]
223 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  891
]
224 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  892
]
225 0.30 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  893
]
226 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  894
]
227 0.32 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  895
]
228 0.31 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  896
]
229 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  897
]
230 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  898
]
231 0.22 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  899
]
232 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  900
]
233 0.35 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  901
]
234 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  902
]
235 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  903
]
236 0.39 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.max_points AS max_points_4, t0.is_required AS is_required_5, t0.sorting AS sorting_6, t0.finished_translations AS finished_translations_7, t0.external_id AS external_id_8, t0.part_id AS part_id_9, t0.question_help_text_id AS question_help_text_id_10 FROM element t0 WHERE t0.part_id = ? AND ((EXISTS (SELECT 1 FROM part tenant_scope_part INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_part.id = t0.part_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  69
]
237 0.29 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "904"
  "en"
  "App\Entity\Elements\Element"
]
238 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "905"
  "en"
  "App\Entity\Elements\Element"
]
239 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "906"
  "en"
  "App\Entity\Elements\Element"
]
240 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "907"
  "en"
  "App\Entity\Elements\Element"
]
241 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "908"
  "en"
  "App\Entity\Elements\Element"
]
242 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "909"
  "en"
  "App\Entity\Elements\Element"
]
243 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "910"
  "en"
  "App\Entity\Elements\Element"
]
244 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "911"
  "en"
  "App\Entity\Elements\Element"
]
245 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  904
]
246 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  905
]
247 0.30 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  906
]
248 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  907
]
249 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  908
]
250 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  909
]
251 0.31 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  910
]
252 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  911
]
253 0.38 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.max_points AS max_points_4, t0.is_required AS is_required_5, t0.sorting AS sorting_6, t0.finished_translations AS finished_translations_7, t0.external_id AS external_id_8, t0.part_id AS part_id_9, t0.question_help_text_id AS question_help_text_id_10 FROM element t0 WHERE t0.part_id = ? AND ((EXISTS (SELECT 1 FROM part tenant_scope_part INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_part.id = t0.part_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  70
]
254 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "912"
  "en"
  "App\Entity\Elements\Element"
]
255 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "913"
  "en"
  "App\Entity\Elements\Element"
]
256 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "914"
  "en"
  "App\Entity\Elements\Element"
]
257 0.29 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "915"
  "en"
  "App\Entity\Elements\Element"
]
258 0.31 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "916"
  "en"
  "App\Entity\Elements\Element"
]
259 0.33 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "917"
  "en"
  "App\Entity\Elements\Element"
]
260 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "918"
  "en"
  "App\Entity\Elements\Element"
]
261 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "919"
  "en"
  "App\Entity\Elements\Element"
]
262 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "920"
  "en"
  "App\Entity\Elements\Element"
]
263 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "921"
  "en"
  "App\Entity\Elements\Element"
]
264 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "922"
  "en"
  "App\Entity\Elements\Element"
]
265 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "923"
  "en"
  "App\Entity\Elements\Element"
]
266 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "924"
  "en"
  "App\Entity\Elements\Element"
]
267 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "925"
  "en"
  "App\Entity\Elements\Element"
]
268 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "926"
  "en"
  "App\Entity\Elements\Element"
]
269 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "927"
  "en"
  "App\Entity\Elements\Element"
]
270 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "928"
  "en"
  "App\Entity\Elements\Element"
]
271 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "929"
  "en"
  "App\Entity\Elements\Element"
]
272 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "930"
  "en"
  "App\Entity\Elements\Element"
]
273 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "931"
  "en"
  "App\Entity\Elements\Element"
]
274 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "932"
  "en"
  "App\Entity\Elements\Element"
]
275 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "933"
  "en"
  "App\Entity\Elements\Element"
]
276 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "934"
  "en"
  "App\Entity\Elements\Element"
]
277 0.30 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  912
]
278 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  913
]
279 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  914
]
280 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  915
]
281 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  916
]
282 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  917
]
283 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  918
]
284 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  919
]
285 0.22 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  920
]
286 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  921
]
287 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  922
]
288 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  923
]
289 0.23 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  924
]
290 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  925
]
291 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  926
]
292 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  927
]
293 0.30 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  928
]
294 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  929
]
295 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  930
]
296 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  931
]
297 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  932
]
298 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  933
]
299 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  934
]
300 0.50 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.max_points AS max_points_4, t0.is_required AS is_required_5, t0.sorting AS sorting_6, t0.finished_translations AS finished_translations_7, t0.external_id AS external_id_8, t0.part_id AS part_id_9, t0.question_help_text_id AS question_help_text_id_10 FROM element t0 WHERE t0.part_id = ? AND ((EXISTS (SELECT 1 FROM part tenant_scope_part INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_part.id = t0.part_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  71
]
301 0.31 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "935"
  "en"
  "App\Entity\Elements\Element"
]
302 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "936"
  "en"
  "App\Entity\Elements\Element"
]
303 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "937"
  "en"
  "App\Entity\Elements\Element"
]
304 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "938"
  "en"
  "App\Entity\Elements\Element"
]
305 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "939"
  "en"
  "App\Entity\Elements\Element"
]
306 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "940"
  "en"
  "App\Entity\Elements\Element"
]
307 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "941"
  "en"
  "App\Entity\Elements\Element"
]
308 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "942"
  "en"
  "App\Entity\Elements\Element"
]
309 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "943"
  "en"
  "App\Entity\Elements\Element"
]
310 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "944"
  "en"
  "App\Entity\Elements\Element"
]
311 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "945"
  "en"
  "App\Entity\Elements\Element"
]
312 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "946"
  "en"
  "App\Entity\Elements\Element"
]
313 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "947"
  "en"
  "App\Entity\Elements\Element"
]
314 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "948"
  "en"
  "App\Entity\Elements\Element"
]
315 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "949"
  "en"
  "App\Entity\Elements\Element"
]
316 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "950"
  "en"
  "App\Entity\Elements\Element"
]
317 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  935
]
318 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  936
]
319 0.31 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  937
]
320 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  938
]
321 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  939
]
322 0.30 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  940
]
323 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  941
]
324 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  942
]
325 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  943
]
326 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  944
]
327 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  945
]
328 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  946
]
329 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  947
]
330 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  948
]
331 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  949
]
332 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  950
]
333 0.50 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.max_points AS max_points_4, t0.is_required AS is_required_5, t0.sorting AS sorting_6, t0.finished_translations AS finished_translations_7, t0.external_id AS external_id_8, t0.part_id AS part_id_9, t0.question_help_text_id AS question_help_text_id_10 FROM element t0 WHERE t0.part_id = ? AND ((EXISTS (SELECT 1 FROM part tenant_scope_part INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_part.id = t0.part_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  72
]
334 0.30 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "951"
  "en"
  "App\Entity\Elements\Element"
]
335 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "952"
  "en"
  "App\Entity\Elements\Element"
]
336 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "953"
  "en"
  "App\Entity\Elements\Element"
]
337 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "954"
  "en"
  "App\Entity\Elements\Element"
]
338 0.29 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "955"
  "en"
  "App\Entity\Elements\Element"
]
339 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "956"
  "en"
  "App\Entity\Elements\Element"
]
340 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "957"
  "en"
  "App\Entity\Elements\Element"
]
341 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "958"
  "en"
  "App\Entity\Elements\Element"
]
342 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "959"
  "en"
  "App\Entity\Elements\Element"
]
343 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "960"
  "en"
  "App\Entity\Elements\Element"
]
344 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "961"
  "en"
  "App\Entity\Elements\Element"
]
345 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "962"
  "en"
  "App\Entity\Elements\Element"
]
346 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "963"
  "en"
  "App\Entity\Elements\Element"
]
347 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "964"
  "en"
  "App\Entity\Elements\Element"
]
348 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "965"
  "en"
  "App\Entity\Elements\Element"
]
349 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "966"
  "en"
  "App\Entity\Elements\Element"
]
350 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "967"
  "en"
  "App\Entity\Elements\Element"
]
351 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "968"
  "en"
  "App\Entity\Elements\Element"
]
352 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "969"
  "en"
  "App\Entity\Elements\Element"
]
353 0.30 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  951
]
354 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  952
]
355 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  953
]
356 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  954
]
357 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  955
]
358 0.23 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  956
]
359 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  957
]
360 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  958
]
361 0.39 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.placeholder AS placeholder_3, t0.points AS points_4, t0.title AS title_5, t0.show_title AS show_title_6, t0.sorting AS sorting_7, t0.finished_translations AS finished_translations_8, t0.external_id AS external_id_9, t0.element_id AS element_id_10, t0.help_text_id AS help_text_id_11 FROM answer t0 WHERE t0.element_id = ? AND ((EXISTS (SELECT 1 FROM element tenant_scope_element INNER JOIN part tenant_scope_part ON tenant_scope_part.id = tenant_scope_element.part_id INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_element.id = t0.element_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  958
]
362 0.29 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "4219"
  "en"
  "App\Entity\Answer\Answer"
]
363 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "7567"
  "en"
  "App\Entity\Answer\Answer"
]
364 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  958
]
365 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  959
]
366 0.37 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.placeholder AS placeholder_3, t0.points AS points_4, t0.title AS title_5, t0.show_title AS show_title_6, t0.sorting AS sorting_7, t0.finished_translations AS finished_translations_8, t0.external_id AS external_id_9, t0.element_id AS element_id_10, t0.help_text_id AS help_text_id_11 FROM answer t0 WHERE t0.element_id = ? AND ((EXISTS (SELECT 1 FROM element tenant_scope_element INNER JOIN part tenant_scope_part ON tenant_scope_part.id = tenant_scope_element.part_id INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_element.id = t0.element_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  959
]
367 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "4220"
  "en"
  "App\Entity\Answer\Answer"
]
368 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "7568"
  "en"
  "App\Entity\Answer\Answer"
]
369 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  959
]
370 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  960
]
371 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  961
]
372 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  962
]
373 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  963
]
374 0.23 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  964
]
375 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  965
]
376 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  966
]
377 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  967
]
378 0.23 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  968
]
379 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  969
]
380 0.35 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.max_points AS max_points_4, t0.is_required AS is_required_5, t0.sorting AS sorting_6, t0.finished_translations AS finished_translations_7, t0.external_id AS external_id_8, t0.part_id AS part_id_9, t0.question_help_text_id AS question_help_text_id_10 FROM element t0 WHERE t0.part_id = ? AND ((EXISTS (SELECT 1 FROM part tenant_scope_part INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_part.id = t0.part_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  73
]
381 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "970"
  "en"
  "App\Entity\Elements\Element"
]
382 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "971"
  "en"
  "App\Entity\Elements\Element"
]
383 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "972"
  "en"
  "App\Entity\Elements\Element"
]
384 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "973"
  "en"
  "App\Entity\Elements\Element"
]
385 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "974"
  "en"
  "App\Entity\Elements\Element"
]
386 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "975"
  "en"
  "App\Entity\Elements\Element"
]
387 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "976"
  "en"
  "App\Entity\Elements\Element"
]
388 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "977"
  "en"
  "App\Entity\Elements\Element"
]
389 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "978"
  "en"
  "App\Entity\Elements\Element"
]
390 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "979"
  "en"
  "App\Entity\Elements\Element"
]
391 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "980"
  "en"
  "App\Entity\Elements\Element"
]
392 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "981"
  "en"
  "App\Entity\Elements\Element"
]
393 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "982"
  "en"
  "App\Entity\Elements\Element"
]
394 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "983"
  "en"
  "App\Entity\Elements\Element"
]
395 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "984"
  "en"
  "App\Entity\Elements\Element"
]
396 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  970
]
397 0.32 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  971
]
398 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  972
]
399 0.37 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.placeholder AS placeholder_3, t0.points AS points_4, t0.title AS title_5, t0.show_title AS show_title_6, t0.sorting AS sorting_7, t0.finished_translations AS finished_translations_8, t0.external_id AS external_id_9, t0.element_id AS element_id_10, t0.help_text_id AS help_text_id_11 FROM answer t0 WHERE t0.element_id = ? AND ((EXISTS (SELECT 1 FROM element tenant_scope_element INNER JOIN part tenant_scope_part ON tenant_scope_part.id = tenant_scope_element.part_id INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_element.id = t0.element_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  972
]
400 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "4263"
  "en"
  "App\Entity\Answer\Answer"
]
401 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "4264"
  "en"
  "App\Entity\Answer\Answer"
]
402 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "4266"
  "en"
  "App\Entity\Answer\Answer"
]
403 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "4267"
  "en"
  "App\Entity\Answer\Answer"
]
404 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "4268"
  "en"
  "App\Entity\Answer\Answer"
]
405 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "4269"
  "en"
  "App\Entity\Answer\Answer"
]
406 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "4270"
  "en"
  "App\Entity\Answer\Answer"
]
407 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "4271"
  "en"
  "App\Entity\Answer\Answer"
]
408 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "7569"
  "en"
  "App\Entity\Answer\Answer"
]
409 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  972
]
410 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  973
]
411 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  974
]
412 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  975
]
413 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  976
]
414 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  977
]
415 0.23 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  978
]
416 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  979
]
417 0.23 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  980
]
418 0.23 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  981
]
419 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  982
]
420 0.22 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  983
]
421 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  984
]
422 0.38 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.max_points AS max_points_4, t0.is_required AS is_required_5, t0.sorting AS sorting_6, t0.finished_translations AS finished_translations_7, t0.external_id AS external_id_8, t0.part_id AS part_id_9, t0.question_help_text_id AS question_help_text_id_10 FROM element t0 WHERE t0.part_id = ? AND ((EXISTS (SELECT 1 FROM part tenant_scope_part INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_part.id = t0.part_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  74
]
423 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "985"
  "en"
  "App\Entity\Elements\Element"
]
424 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "986"
  "en"
  "App\Entity\Elements\Element"
]
425 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "987"
  "en"
  "App\Entity\Elements\Element"
]
426 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "988"
  "en"
  "App\Entity\Elements\Element"
]
427 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "989"
  "en"
  "App\Entity\Elements\Element"
]
428 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "990"
  "en"
  "App\Entity\Elements\Element"
]
429 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "991"
  "en"
  "App\Entity\Elements\Element"
]
430 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  985
]
431 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  986
]
432 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  987
]
433 0.23 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  988
]
434 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  989
]
435 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  990
]
436 0.22 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1530
  991
]
437 0.66 ms
SELECT t0.id AS id_1, t0.audit_date AS audit_date_2, t0.start_date AS start_date_3, t0.end_date AS end_date_4, t0.status AS status_5, t0.locality AS locality_6, t0.audit_scope AS audit_scope_7, t0.annotations AS annotations_8, t0.display_points AS display_points_9, t0.hubspot_deal_id AS hubspot_deal_id_10, t0.central_audit AS central_audit_11, t0.auditor_id AS auditor_id_12, t0.secondary_auditor_id AS secondary_auditor_id_13, t0.certification_id AS certification_id_14, t0.type_id AS type_id_15 FROM audit t0 WHERE t0.certification_id = ? AND (((EXISTS (SELECT 1 FROM certification tenant_scope_cert INNER JOIN hotel tenant_scope_business ON tenant_scope_business.id = tenant_scope_cert.hotel_id WHERE tenant_scope_cert.id = t0.certification_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM certification tenant_scope_cert INNER JOIN `group` tenant_scope_group ON tenant_scope_group.id = tenant_scope_cert.group_id WHERE tenant_scope_cert.id = t0.certification_id AND tenant_scope_group.tenant_id = '1')))) ORDER BY t0.audit_date ASC
Parameters:
[
  1530
]
438 0.31 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ?
Parameters:
[
  1167
]
439 0.58 ms
SELECT c0_.id AS id_0, c0_.is_group_template AS is_group_template_1, c0_.time_requested AS time_requested_2, c0_.status AS status_3, c0_.ulid AS ulid_4, c0_.time_finished AS time_finished_5, c0_.time_certified AS time_certified_6, c0_.time_denied AS time_denied_7, c0_.custom_points1 AS custom_points1_8, c0_.green_sign_level AS green_sign_level_9, c0_.points_part1 AS points_part1_10, c0_.points_part2 AS points_part2_11, c0_.points_part3 AS points_part3_12, c0_.points_part4 AS points_part4_13, c0_.points_part5 AS points_part5_14, c0_.points_part6 AS points_part6_15, c0_.points_part7 AS points_part7_16, c0_.points_part8 AS points_part8_17, c0_.points_part9 AS points_part9_18, c0_.points_part10 AS points_part10_19, c0_.points_part11 AS points_part11_20, c0_.points_part12 AS points_part12_21, c0_.points_part13 AS points_part13_22, c0_.points_part14 AS points_part14_23, c0_.points_part15 AS points_part15_24, c0_.is_gstc AS is_gstc_25, c0_.co2_amount AS co2_amount_26, c0_.co2_certificate_file AS co2_certificate_file_27, c0_.co2_certificate_file_en AS co2_certificate_file_en_28, c0_.green_sign_conformity AS green_sign_conformity_29, c0_.time_certified_until AS time_certified_until_30, c0_.register_id AS register_id_31, c0_.rollout_notified_at AS rollout_notified_at_32, c0_.hotel_id AS hotel_id_33, c0_.group_id AS group_id_34, c0_.questionaire_id AS questionaire_id_35 FROM certification c0_ INNER JOIN `group` g1_ ON c0_.group_id = g1_.id AND ((g1_.tenant_id = '1' OR EXISTS (SELECT 1 FROM business_group tenant_scope_bg INNER JOIN hotel tenant_scope_business ON tenant_scope_business.id = tenant_scope_bg.business_id WHERE tenant_scope_bg.group_id = g1_.id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0))) WHERE (g1_.id = ? AND c0_.is_group_template = 1 AND c0_.questionaire_id = ?) AND ((EXISTS (SELECT 1 FROM hotel tenant_scope_business WHERE tenant_scope_business.id = c0_.hotel_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM `group` tenant_scope_group WHERE tenant_scope_group.id = c0_.group_id AND tenant_scope_group.tenant_id = '1'))) ORDER BY c0_.id DESC LIMIT 1
Parameters:
[
  36
  6
]
440 0.55 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.version AS version_3, t0.version_time AS version_time_4, t0.is_active AS is_active_5, t0.points_visible AS points_visible_6, t0.custom_points_title1 AS custom_points_title1_7, t0.custom_points_weight1 AS custom_points_weight1_8, t0.custom_points_max1 AS custom_points_max1_9, t0.slug AS slug_10, t0.logo AS logo_11, t0.report_text AS report_text_12, t0.min_conformity AS min_conformity_13, t0.audit_help_file AS audit_help_file_14, t0.audit_help_file_auditor AS audit_help_file_auditor_15, t0.custom_points_element_id1 AS custom_points_element_id1_16, t0.help_pdf_de AS help_pdf_de_17, t0.help_pdf_en AS help_pdf_en_18, t0.help_pdf_es AS help_pdf_es_19, t0.help_pdf_it AS help_pdf_it_20, t0.help_pdf_fr AS help_pdf_fr_21, t0.external_id AS external_id_22 FROM questionaire t0 WHERE t0.id = ? AND ((EXISTS (SELECT 1 FROM questionaire_tenant tenant_scope_qt WHERE tenant_scope_qt.questionaire_id = t0.id AND tenant_scope_qt.tenant_id = '1')))
Parameters:
[
  6
]
441 0.33 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "6"
  "en"
  "App\Entity\Questionaire\Questionaire"
]
442 0.39 ms
SELECT t0.id AS id_1, t0.title AS title_2, t0.sorting AS sorting_3, t0.weight AS weight_4, t0.finished_translations AS finished_translations_5, t0.external_id AS external_id_6, t0.questionaire_id AS questionaire_id_7 FROM part t0 WHERE t0.questionaire_id = ? AND ((EXISTS (SELECT 1 FROM questionaire_tenant tenant_scope_qt WHERE tenant_scope_qt.questionaire_id = t0.questionaire_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  6
]
443 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "44"
  "en"
  "App\Entity\Questionaire\Part"
]
444 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "45"
  "en"
  "App\Entity\Questionaire\Part"
]
445 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "46"
  "en"
  "App\Entity\Questionaire\Part"
]
446 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "47"
  "en"
  "App\Entity\Questionaire\Part"
]
447 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "48"
  "en"
  "App\Entity\Questionaire\Part"
]
448 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "49"
  "en"
  "App\Entity\Questionaire\Part"
]
449 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "50"
  "en"
  "App\Entity\Questionaire\Part"
]
450 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "51"
  "en"
  "App\Entity\Questionaire\Part"
]
451 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "52"
  "en"
  "App\Entity\Questionaire\Part"
]
452 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "53"
  "en"
  "App\Entity\Questionaire\Part"
]
453 0.56 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.max_points AS max_points_4, t0.is_required AS is_required_5, t0.sorting AS sorting_6, t0.finished_translations AS finished_translations_7, t0.external_id AS external_id_8, t0.part_id AS part_id_9, t0.question_help_text_id AS question_help_text_id_10 FROM element t0 WHERE t0.part_id = ? AND ((EXISTS (SELECT 1 FROM part tenant_scope_part INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_part.id = t0.part_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  44
]
454 0.31 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "551"
  "en"
  "App\Entity\Elements\Element"
]
455 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "552"
  "en"
  "App\Entity\Elements\Element"
]
456 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "553"
  "en"
  "App\Entity\Elements\Element"
]
457 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "554"
  "en"
  "App\Entity\Elements\Element"
]
458 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "555"
  "en"
  "App\Entity\Elements\Element"
]
459 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "556"
  "en"
  "App\Entity\Elements\Element"
]
460 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "557"
  "en"
  "App\Entity\Elements\Element"
]
461 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "558"
  "en"
  "App\Entity\Elements\Element"
]
462 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "559"
  "en"
  "App\Entity\Elements\Element"
]
463 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "560"
  "en"
  "App\Entity\Elements\Element"
]
464 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "561"
  "en"
  "App\Entity\Elements\Element"
]
465 1.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  551
]
466 0.43 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  552
]
467 0.36 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  553
]
468 0.32 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  554
]
469 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  555
]
470 0.30 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  556
]
471 0.37 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  557
]
472 0.35 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  558
]
473 0.32 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  559
]
474 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  560
]
475 0.32 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  561
]
476 0.48 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.max_points AS max_points_4, t0.is_required AS is_required_5, t0.sorting AS sorting_6, t0.finished_translations AS finished_translations_7, t0.external_id AS external_id_8, t0.part_id AS part_id_9, t0.question_help_text_id AS question_help_text_id_10 FROM element t0 WHERE t0.part_id = ? AND ((EXISTS (SELECT 1 FROM part tenant_scope_part INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_part.id = t0.part_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  45
]
477 0.31 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "562"
  "en"
  "App\Entity\Elements\Element"
]
478 0.30 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "563"
  "en"
  "App\Entity\Elements\Element"
]
479 0.30 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "564"
  "en"
  "App\Entity\Elements\Element"
]
480 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "565"
  "en"
  "App\Entity\Elements\Element"
]
481 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "566"
  "en"
  "App\Entity\Elements\Element"
]
482 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "567"
  "en"
  "App\Entity\Elements\Element"
]
483 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "568"
  "en"
  "App\Entity\Elements\Element"
]
484 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "569"
  "en"
  "App\Entity\Elements\Element"
]
485 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "570"
  "en"
  "App\Entity\Elements\Element"
]
486 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "571"
  "en"
  "App\Entity\Elements\Element"
]
487 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "572"
  "en"
  "App\Entity\Elements\Element"
]
488 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "573"
  "en"
  "App\Entity\Elements\Element"
]
489 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "574"
  "en"
  "App\Entity\Elements\Element"
]
490 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "575"
  "en"
  "App\Entity\Elements\Element"
]
491 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "576"
  "en"
  "App\Entity\Elements\Element"
]
492 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  562
]
493 0.30 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  563
]
494 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  564
]
495 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  565
]
496 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  566
]
497 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  567
]
498 0.32 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  568
]
499 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  569
]
500 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  570
]
501 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  571
]
502 0.31 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  572
]
503 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  573
]
504 0.54 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  574
]
505 0.49 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  575
]
506 0.33 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  576
]
507 0.42 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.max_points AS max_points_4, t0.is_required AS is_required_5, t0.sorting AS sorting_6, t0.finished_translations AS finished_translations_7, t0.external_id AS external_id_8, t0.part_id AS part_id_9, t0.question_help_text_id AS question_help_text_id_10 FROM element t0 WHERE t0.part_id = ? AND ((EXISTS (SELECT 1 FROM part tenant_scope_part INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_part.id = t0.part_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  46
]
508 0.32 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "577"
  "en"
  "App\Entity\Elements\Element"
]
509 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "578"
  "en"
  "App\Entity\Elements\Element"
]
510 0.29 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "579"
  "en"
  "App\Entity\Elements\Element"
]
511 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "580"
  "en"
  "App\Entity\Elements\Element"
]
512 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "581"
  "en"
  "App\Entity\Elements\Element"
]
513 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "582"
  "en"
  "App\Entity\Elements\Element"
]
514 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "583"
  "en"
  "App\Entity\Elements\Element"
]
515 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "584"
  "en"
  "App\Entity\Elements\Element"
]
516 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  577
]
517 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  578
]
518 0.32 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  579
]
519 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  580
]
520 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  581
]
521 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  582
]
522 0.32 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  583
]
523 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  584
]
524 0.42 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.max_points AS max_points_4, t0.is_required AS is_required_5, t0.sorting AS sorting_6, t0.finished_translations AS finished_translations_7, t0.external_id AS external_id_8, t0.part_id AS part_id_9, t0.question_help_text_id AS question_help_text_id_10 FROM element t0 WHERE t0.part_id = ? AND ((EXISTS (SELECT 1 FROM part tenant_scope_part INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_part.id = t0.part_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  47
]
525 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "585"
  "en"
  "App\Entity\Elements\Element"
]
526 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "586"
  "en"
  "App\Entity\Elements\Element"
]
527 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "587"
  "en"
  "App\Entity\Elements\Element"
]
528 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "588"
  "en"
  "App\Entity\Elements\Element"
]
529 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "589"
  "en"
  "App\Entity\Elements\Element"
]
530 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "590"
  "en"
  "App\Entity\Elements\Element"
]
531 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "591"
  "en"
  "App\Entity\Elements\Element"
]
532 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "592"
  "en"
  "App\Entity\Elements\Element"
]
533 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "593"
  "en"
  "App\Entity\Elements\Element"
]
534 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "594"
  "en"
  "App\Entity\Elements\Element"
]
535 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "595"
  "en"
  "App\Entity\Elements\Element"
]
536 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "596"
  "en"
  "App\Entity\Elements\Element"
]
537 0.30 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "597"
  "en"
  "App\Entity\Elements\Element"
]
538 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "598"
  "en"
  "App\Entity\Elements\Element"
]
539 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "599"
  "en"
  "App\Entity\Elements\Element"
]
540 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "600"
  "en"
  "App\Entity\Elements\Element"
]
541 0.33 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  585
]
542 0.31 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  586
]
543 0.43 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  587
]
544 0.41 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  588
]
545 0.36 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  589
]
546 0.33 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  590
]
547 0.32 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  591
]
548 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  592
]
549 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  593
]
550 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  594
]
551 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  595
]
552 0.30 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  596
]
553 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  597
]
554 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  598
]
555 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  599
]
556 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  600
]
557 0.43 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.max_points AS max_points_4, t0.is_required AS is_required_5, t0.sorting AS sorting_6, t0.finished_translations AS finished_translations_7, t0.external_id AS external_id_8, t0.part_id AS part_id_9, t0.question_help_text_id AS question_help_text_id_10 FROM element t0 WHERE t0.part_id = ? AND ((EXISTS (SELECT 1 FROM part tenant_scope_part INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_part.id = t0.part_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  48
]
558 0.32 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "601"
  "en"
  "App\Entity\Elements\Element"
]
559 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "602"
  "en"
  "App\Entity\Elements\Element"
]
560 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "603"
  "en"
  "App\Entity\Elements\Element"
]
561 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "604"
  "en"
  "App\Entity\Elements\Element"
]
562 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "605"
  "en"
  "App\Entity\Elements\Element"
]
563 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "606"
  "en"
  "App\Entity\Elements\Element"
]
564 0.31 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "607"
  "en"
  "App\Entity\Elements\Element"
]
565 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "608"
  "en"
  "App\Entity\Elements\Element"
]
566 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "609"
  "en"
  "App\Entity\Elements\Element"
]
567 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "610"
  "en"
  "App\Entity\Elements\Element"
]
568 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  601
]
569 0.31 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  602
]
570 0.31 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  603
]
571 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  604
]
572 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  605
]
573 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  606
]
574 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  607
]
575 0.30 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  608
]
576 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  609
]
577 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  610
]
578 0.44 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.max_points AS max_points_4, t0.is_required AS is_required_5, t0.sorting AS sorting_6, t0.finished_translations AS finished_translations_7, t0.external_id AS external_id_8, t0.part_id AS part_id_9, t0.question_help_text_id AS question_help_text_id_10 FROM element t0 WHERE t0.part_id = ? AND ((EXISTS (SELECT 1 FROM part tenant_scope_part INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_part.id = t0.part_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  49
]
579 0.32 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "611"
  "en"
  "App\Entity\Elements\Element"
]
580 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "612"
  "en"
  "App\Entity\Elements\Element"
]
581 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "613"
  "en"
  "App\Entity\Elements\Element"
]
582 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "614"
  "en"
  "App\Entity\Elements\Element"
]
583 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "615"
  "en"
  "App\Entity\Elements\Element"
]
584 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "616"
  "en"
  "App\Entity\Elements\Element"
]
585 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "618"
  "en"
  "App\Entity\Elements\Element"
]
586 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "619"
  "en"
  "App\Entity\Elements\Element"
]
587 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "620"
  "en"
  "App\Entity\Elements\Element"
]
588 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "621"
  "en"
  "App\Entity\Elements\Element"
]
589 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "622"
  "en"
  "App\Entity\Elements\Element"
]
590 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "623"
  "en"
  "App\Entity\Elements\Element"
]
591 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "624"
  "en"
  "App\Entity\Elements\Element"
]
592 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "625"
  "en"
  "App\Entity\Elements\Element"
]
593 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "626"
  "en"
  "App\Entity\Elements\Element"
]
594 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "627"
  "en"
  "App\Entity\Elements\Element"
]
595 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "628"
  "en"
  "App\Entity\Elements\Element"
]
596 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "629"
  "en"
  "App\Entity\Elements\Element"
]
597 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "630"
  "en"
  "App\Entity\Elements\Element"
]
598 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "631"
  "en"
  "App\Entity\Elements\Element"
]
599 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "632"
  "en"
  "App\Entity\Elements\Element"
]
600 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "633"
  "en"
  "App\Entity\Elements\Element"
]
601 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "634"
  "en"
  "App\Entity\Elements\Element"
]
602 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "635"
  "en"
  "App\Entity\Elements\Element"
]
603 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "636"
  "en"
  "App\Entity\Elements\Element"
]
604 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "637"
  "en"
  "App\Entity\Elements\Element"
]
605 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "638"
  "en"
  "App\Entity\Elements\Element"
]
606 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "639"
  "en"
  "App\Entity\Elements\Element"
]
607 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "640"
  "en"
  "App\Entity\Elements\Element"
]
608 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "641"
  "en"
  "App\Entity\Elements\Element"
]
609 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "642"
  "en"
  "App\Entity\Elements\Element"
]
610 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "643"
  "en"
  "App\Entity\Elements\Element"
]
611 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "644"
  "en"
  "App\Entity\Elements\Element"
]
612 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  611
]
613 0.32 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  612
]
614 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  613
]
615 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  614
]
616 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  615
]
617 0.32 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  616
]
618 0.30 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  618
]
619 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  619
]
620 0.24 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  620
]
621 0.23 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  621
]
622 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  622
]
623 0.32 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  623
]
624 0.30 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  624
]
625 0.35 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  625
]
626 0.33 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  626
]
627 0.35 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  627
]
628 0.34 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  628
]
629 0.34 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  629
]
630 0.35 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  630
]
631 0.30 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  631
]
632 0.32 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  632
]
633 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  633
]
634 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  634
]
635 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  635
]
636 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  636
]
637 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  637
]
638 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  638
]
639 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  639
]
640 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  640
]
641 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  641
]
642 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  642
]
643 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  643
]
644 0.25 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  644
]
645 0.48 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.max_points AS max_points_4, t0.is_required AS is_required_5, t0.sorting AS sorting_6, t0.finished_translations AS finished_translations_7, t0.external_id AS external_id_8, t0.part_id AS part_id_9, t0.question_help_text_id AS question_help_text_id_10 FROM element t0 WHERE t0.part_id = ? AND ((EXISTS (SELECT 1 FROM part tenant_scope_part INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_part.id = t0.part_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  50
]
646 0.30 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "645"
  "en"
  "App\Entity\Elements\Element"
]
647 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "646"
  "en"
  "App\Entity\Elements\Element"
]
648 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "647"
  "en"
  "App\Entity\Elements\Element"
]
649 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "648"
  "en"
  "App\Entity\Elements\Element"
]
650 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "649"
  "en"
  "App\Entity\Elements\Element"
]
651 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "650"
  "en"
  "App\Entity\Elements\Element"
]
652 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "651"
  "en"
  "App\Entity\Elements\Element"
]
653 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "652"
  "en"
  "App\Entity\Elements\Element"
]
654 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "653"
  "en"
  "App\Entity\Elements\Element"
]
655 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "654"
  "en"
  "App\Entity\Elements\Element"
]
656 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "655"
  "en"
  "App\Entity\Elements\Element"
]
657 0.30 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  645
]
658 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  646
]
659 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  647
]
660 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  648
]
661 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  649
]
662 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  650
]
663 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  651
]
664 0.31 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  652
]
665 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  653
]
666 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  654
]
667 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  655
]
668 0.39 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.max_points AS max_points_4, t0.is_required AS is_required_5, t0.sorting AS sorting_6, t0.finished_translations AS finished_translations_7, t0.external_id AS external_id_8, t0.part_id AS part_id_9, t0.question_help_text_id AS question_help_text_id_10 FROM element t0 WHERE t0.part_id = ? AND ((EXISTS (SELECT 1 FROM part tenant_scope_part INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_part.id = t0.part_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  51
]
669 0.31 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "656"
  "en"
  "App\Entity\Elements\Element"
]
670 0.29 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "657"
  "en"
  "App\Entity\Elements\Element"
]
671 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "658"
  "en"
  "App\Entity\Elements\Element"
]
672 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "659"
  "en"
  "App\Entity\Elements\Element"
]
673 0.35 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "660"
  "en"
  "App\Entity\Elements\Element"
]
674 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "661"
  "en"
  "App\Entity\Elements\Element"
]
675 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "662"
  "en"
  "App\Entity\Elements\Element"
]
676 0.29 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "663"
  "en"
  "App\Entity\Elements\Element"
]
677 0.30 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "664"
  "en"
  "App\Entity\Elements\Element"
]
678 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "665"
  "en"
  "App\Entity\Elements\Element"
]
679 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "666"
  "en"
  "App\Entity\Elements\Element"
]
680 0.31 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "667"
  "en"
  "App\Entity\Elements\Element"
]
681 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "668"
  "en"
  "App\Entity\Elements\Element"
]
682 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "669"
  "en"
  "App\Entity\Elements\Element"
]
683 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "670"
  "en"
  "App\Entity\Elements\Element"
]
684 0.24 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "671"
  "en"
  "App\Entity\Elements\Element"
]
685 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "672"
  "en"
  "App\Entity\Elements\Element"
]
686 0.32 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  656
]
687 0.32 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  657
]
688 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  658
]
689 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  659
]
690 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  660
]
691 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  661
]
692 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  662
]
693 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  663
]
694 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  664
]
695 0.30 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  665
]
696 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  666
]
697 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  667
]
698 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  668
]
699 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  669
]
700 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  670
]
701 0.32 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  671
]
702 0.30 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  672
]
703 0.47 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.max_points AS max_points_4, t0.is_required AS is_required_5, t0.sorting AS sorting_6, t0.finished_translations AS finished_translations_7, t0.external_id AS external_id_8, t0.part_id AS part_id_9, t0.question_help_text_id AS question_help_text_id_10 FROM element t0 WHERE t0.part_id = ? AND ((EXISTS (SELECT 1 FROM part tenant_scope_part INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_part.id = t0.part_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  52
]
704 0.31 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "673"
  "en"
  "App\Entity\Elements\Element"
]
705 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "674"
  "en"
  "App\Entity\Elements\Element"
]
706 0.32 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "675"
  "en"
  "App\Entity\Elements\Element"
]
707 0.28 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "676"
  "en"
  "App\Entity\Elements\Element"
]
708 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "677"
  "en"
  "App\Entity\Elements\Element"
]
709 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "678"
  "en"
  "App\Entity\Elements\Element"
]
710 0.29 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "679"
  "en"
  "App\Entity\Elements\Element"
]
711 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "680"
  "en"
  "App\Entity\Elements\Element"
]
712 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "681"
  "en"
  "App\Entity\Elements\Element"
]
713 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "682"
  "en"
  "App\Entity\Elements\Element"
]
714 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "683"
  "en"
  "App\Entity\Elements\Element"
]
715 0.23 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "684"
  "en"
  "App\Entity\Elements\Element"
]
716 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "685"
  "en"
  "App\Entity\Elements\Element"
]
717 0.29 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "686"
  "en"
  "App\Entity\Elements\Element"
]
718 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "687"
  "en"
  "App\Entity\Elements\Element"
]
719 0.32 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  673
]
720 0.34 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  674
]
721 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  675
]
722 0.32 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  676
]
723 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  677
]
724 0.30 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  678
]
725 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  679
]
726 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  680
]
727 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  681
]
728 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  682
]
729 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  683
]
730 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  684
]
731 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  685
]
732 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  686
]
733 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  687
]
734 0.43 ms
SELECT t0.id AS id_1, t0.type AS type_2, t0.title AS title_3, t0.max_points AS max_points_4, t0.is_required AS is_required_5, t0.sorting AS sorting_6, t0.finished_translations AS finished_translations_7, t0.external_id AS external_id_8, t0.part_id AS part_id_9, t0.question_help_text_id AS question_help_text_id_10 FROM element t0 WHERE t0.part_id = ? AND ((EXISTS (SELECT 1 FROM part tenant_scope_part INNER JOIN questionaire_tenant tenant_scope_qt ON tenant_scope_qt.questionaire_id = tenant_scope_part.questionaire_id WHERE tenant_scope_part.id = t0.part_id AND tenant_scope_qt.tenant_id = '1'))) ORDER BY t0.sorting ASC
Parameters:
[
  53
]
735 0.38 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "688"
  "en"
  "App\Entity\Elements\Element"
]
736 0.31 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "689"
  "en"
  "App\Entity\Elements\Element"
]
737 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "690"
  "en"
  "App\Entity\Elements\Element"
]
738 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "691"
  "en"
  "App\Entity\Elements\Element"
]
739 0.27 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "692"
  "en"
  "App\Entity\Elements\Element"
]
740 0.26 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "693"
  "en"
  "App\Entity\Elements\Element"
]
741 0.25 ms
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[
  "694"
  "en"
  "App\Entity\Elements\Element"
]
742 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  688
]
743 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  689
]
744 0.27 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  690
]
745 0.28 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  691
]
746 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  692
]
747 0.29 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  693
]
748 0.26 ms
SELECT t0.id AS id_1, t0.answer AS answer_2, t0.points AS points_3, t0.time_answer AS time_answer_4, t0.is_locked AS is_locked_5, t0.locked_at AS locked_at_6, t0.question_id AS question_id_7, t0.certification_id AS certification_id_8, t0.locked_by_id AS locked_by_id_9 FROM user_answer t0 WHERE t0.certification_id = ? AND t0.question_id = ? LIMIT 1
Parameters:
[
  1167
  694
]
749 0.52 ms
SELECT t0.id AS id_1, t0.audit_date AS audit_date_2, t0.start_date AS start_date_3, t0.end_date AS end_date_4, t0.status AS status_5, t0.locality AS locality_6, t0.audit_scope AS audit_scope_7, t0.annotations AS annotations_8, t0.display_points AS display_points_9, t0.hubspot_deal_id AS hubspot_deal_id_10, t0.central_audit AS central_audit_11, t0.auditor_id AS auditor_id_12, t0.secondary_auditor_id AS secondary_auditor_id_13, t0.certification_id AS certification_id_14, t0.type_id AS type_id_15 FROM audit t0 WHERE t0.certification_id = ? AND (((EXISTS (SELECT 1 FROM certification tenant_scope_cert INNER JOIN hotel tenant_scope_business ON tenant_scope_business.id = tenant_scope_cert.hotel_id WHERE tenant_scope_cert.id = t0.certification_id AND tenant_scope_business.tenant_id = '1' AND tenant_scope_business.is_deleted = 0) OR EXISTS (SELECT 1 FROM certification tenant_scope_cert INNER JOIN `group` tenant_scope_group ON tenant_scope_group.id = tenant_scope_cert.group_id WHERE tenant_scope_cert.id = t0.certification_id AND tenant_scope_group.tenant_id = '1')))) ORDER BY t0.audit_date ASC
Parameters:
[
  1167
]
750 0.48 ms
"START TRANSACTION"
Parameters:
[]
751 0.68 ms
INSERT INTO request (request_path, request_time, request_payload, request_result, request_success, api_version, user_id) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[
  "GET /api/v3/certifications?mine=1&limit=100&withDetails=1&lang=en"
  "2026-08-21 15:32:05"
  null
  """
    {\n
        "data": [\n
            {\n
                "id": 1530,\n
                "ulid": "01J8ET2FPC838HW7B5JAR8NQBW",\n
                "business_id": 975,\n
                "business_name": "TEST Florians Restaurant",\n
                "is_group_template": false,\n
                "group_id": null,\n
                "group_name": null,\n
                "greensign_id": null,\n
                "catalogue_id": 9,\n
                "standard": "GreenSign Hotel",\n
                "version": "3.2",\n
                "points_visible": true,\n
                "catalogue_logo": "greensign-hotel-logo-01J2DSH1NY68VPTM6CZ4KPFG1G.png",\n
                "status": 10,\n
                "status_label": "in_progress",\n
                "date_requested": "2024-09-23T06:45:59+02:00",\n
                "date_certified": null,\n
                "date_expiry": null,\n
                "conformity": 1.16,\n
                "level": null,\n
                "custom_points_1": 0,\n
                "is_gstc": true,\n
                "co2_amount": null,\n
                "barometer": [\n
                    {\n
                        "name": "Management and communication",\n
                        "value": 14.57,\n
                        "percentage": 15,\n
                        "is_incomplete": true\n
                    },\n
                    {\n
                        "name": "Environment - Energy",\n
                        "value": 0,\n
                        "percentage": 0,\n
                        "is_incomplete": true\n
                    },\n
                    {\n
                        "name": "Environment - Water",\n
                        "value": 0,\n
                        "percentage": 0,\n
                        "is_incomplete": true\n
                    },\n
                    {\n
                        "name": "Environment - Waste",\n
                        "value": 0,\n
                        "percentage": 0,\n
                        "is_incomplete": true\n
                    },\n
                    {\n
                        "name": "Biodiversity and cultural heritage",\n
                        "value": 0,\n
                        "percentage": 0,\n
                        "is_incomplete": false\n
                    },\n
                    {\n
                        "name": "Purchasing",\n
                        "value": 0,\n
                        "percentage": 0,\n
                        "is_incomplete": false\n
                    },\n
                    {\n
                        "name": "Regionality and mobility",\n
                        "value": 0,\n
                        "percentage": 0,\n
                        "is_incomplete": false\n
                    },\n
                    {\n
                        "name": "Quality management and sustainable development",\n
                        "value": 0,\n
                        "percentage": 0,\n
                        "is_incomplete": true\n
                    },\n
                    {\n
                        "name": "Social responsibility",\n
                        "value": 0,\n
                        "percentage": 0,\n
                        "is_incomplete": true\n
                    },\n
                    {\n
                        "name": "Economic responsibility",\n
                        "value": 0,\n
                        "percentage": 0,\n
                        "is_incomplete": false\n
                    }\n
                ],\n
                "last_audit_status": null,\n
                "is_clear_for_submission": false,\n
                "total_points": 51\n
            },\n
            {\n
                "id": 1167,\n
                "ulid": "01HCH5X7AYJ3N1GPTDNE63PFV0",\n
                "business_id": 975,\n
                "business_name": "TEST Florians Restaurant",\n
                "is_group_template": false,\n
                "group_id": null,\n
                "group_name": null,\n
                "greensign_id": null,\n
                "catalogue_id": 6,\n
                "standard": "GreenSign Gastro",\n
                "version": "1.0 beta",\n
                "points_visible": true,\n
                "catalogue_logo": "greensign-gastro-logo-01J2DSM5NHQAGNDKWAWKDDJV1N.png",\n
                "status": 10,\n
                "status_label": "in_progress",\n
                "date_requested": "2023-10-12T05:31:47+02:00",\n
                "date_certified": null,\n
                "date_expiry": null,\n
                "conformity": 0.21,\n
                "level": 0,\n
                "custom_points_1": 0,\n
                "is_gstc": false,\n
                "co2_amount": null,\n
                "barometer": [\n
                    {\n
                        "name": "Management and Communication",\n
                        "value": 3.33,\n
                        "percentage": 3,\n
                        "is_incomplete": false\n
                    },\n
                    {\n
                        "name": "Environment - Energy",\n
                        "value": 0,\n
                        "percentage": 0,\n
                        "is_incomplete": false\n
                    },\n
                    {\n
                        "name": "Environment - Water",\n
                        "value": 0,\n
                        "percentage": 0,\n
                        "is_incomplete": false\n
                    },\n
                    {\n
                        "name": "Environment - Waste",\n
                        "value": 0,\n
                        "percentage": 0,\n
                        "is_incomplete": false\n
                    },\n
                    {\n
                        "name": "Biodiversity and cultural heritage",\n
                        "value": 0,\n
                        "percentage": 0,\n
                        "is_incomplete": false\n
                    },\n
                    {\n
                        "name": "Purchasing and food offer",\n
                        "value": 0,\n
                        "percentage": 0,\n
                        "is_incomplete": false\n
                    },\n
                    {\n
                        "name": "Regionality and Transport",\n
                        "value": 0,\n
                        "percentage": 0,\n
                        "is_incomplete": false\n
                    },\n
                    {\n
                        "name": "Quality management and sustainable development",\n
                        "value": 0,\n
                        "percentage": 0,\n
                        "is_incomplete": false\n
                    },\n
                    {\n
                        "name": "Social responsibility",\n
                        "value": 0,\n
                        "percentage": 0,\n
                        "is_incomplete": false\n
                    },\n
                    {\n
                        "name": "Economic responsibility",\n
                        "value": 0,\n
                        "percentage": 0,\n
                        "is_incomplete": false\n
                    }\n
                ],\n
                "last_audit_status": null,\n
                "is_clear_for_submission": true,\n
                "total_points": 10\n
            }\n
        ],\n
        "pagination": {\n
            "page": 1,\n
            "limit": 100,\n
            "total": 2\n
        }\n
    }
    """
  1
  "v3"
  680
]
752 0.24 ms
"COMMIT"
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.

Managed Entities

default entity manager

Class Amount of managed objects
App\Entity\Elements\Element 286
App\Entity\Help\QuestionHelpText 125
App\Entity\Answer\Answer 76
App\Entity\Certification\UserAnswer 30
App\Entity\Questionaire\Part 20
App\Entity\Business\Certification 3
App\Entity\Questionaire\Questionaire 2
App\Entity\Tenant\TenantDomain 1
App\Entity\Tenant\Tenant 1
App\Entity\User 1
App\Entity\Business\Business 1
App\Entity\Business\Group 1
App\Entity\Api\Log\Request 1