Query Metrics
125
Database Queries
48
Different statements
369.83 ms
Query time
0
Invalid entities
5
Cache hits
65
Cache misses
70
Cache puts
Queries
#▲ | Time | Info |
---|---|---|
1 | 6.26 ms |
SELECT t0_.id AS id_0, t0_.`content` AS content_1, t0_.lastTranslationUpdate AS lastTranslationUpdate_2, t0_.lastTranslationPageAccess AS lastTranslationPageAccess_3, t0_.lastTranslationPageToken AS lastTranslationPageToken_4, t0_.firstTranslationUpdate AS firstTranslationUpdate_5 FROM `TranslationFile` t0_ ORDER BY t0_.id DESC LIMIT 1
Parameters:
[] |
2 | 0.73 ms |
SELECT DATABASE()
Parameters:
[] |
3 | 2.57 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"nano_ca_dev_merged"
]
|
4 | 0.77 ms |
SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_
Parameters:
[] |
5 | 0.80 ms |
SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_ WHERE m0_.starting_date < ? AND m0_.ending_date > ? AND m0_.is_completed = 0
Parameters:
[ "2024-12-18 10:57:59" "2024-12-18 10:57:59" ] |
6 | 0.82 ms |
SELECT DATABASE()
Parameters:
[] |
7 | 2.62 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"nano_ca_dev_merged"
]
|
8 | 0.85 ms |
SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_
Parameters:
[] |
9 | 2.67 ms |
SELECT m0_.id AS id_0, m0_.starting_date AS starting_date_1, m0_.ending_date AS ending_date_2, m0_.is_completed AS is_completed_3 FROM `Maintenance` m0_ WHERE m0_.starting_date < ? AND m0_.ending_date > ? AND m0_.is_completed = 0
Parameters:
[ "2024-12-18 10:58:00" "2024-12-18 10:58:00" ] |
10 | 2.39 ms |
SELECT t0.id AS id_1, t0.displayName AS displayName_2, t0.username AS username_3, t0.password AS password_4, t0.salt AS salt_5, t0.created_at AS created_at_6, t0.last_active AS last_active_7, t0.data AS data_8, t0.google_id AS google_id_9, t0.`character` AS character_10, t0.version AS version_11, t0.anonymized_at AS anonymized_at_12, t0.anonymization_status AS anonymization_status_13, t0.country_id AS country_id_14, t0.onBoarding_status AS onBoarding_status_15, t0.type, t0.isValidEmail AS isValidEmail_16, t0.firstName AS firstName_17, t0.lastName AS lastName_18, t0.schoolName AS schoolName_19, t0.schoolBoardName AS schoolBoardName_20, t0.isFromAnotherCountry AS isFromAnotherCountry_21, t0.isNanomonx AS isNanomonx_22, t0.newsletter AS newsletter_23, t0.free_trial_used AS free_trial_used_24, t0.stripe_customer_id AS stripe_customer_id_25, t0.is_evaluated_as_freemium AS is_evaluated_as_freemium_26, t0.educatonal_pathway_id AS educatonal_pathway_id_27, t0.usage_type_id AS usage_type_id_28, t0.user_region_id AS user_region_id_29, t0.educational_institution AS educational_institution_30, t0.language_id AS language_id_31, t0.linked_email AS linked_email_32, t0.language_id AS language_id_33 FROM `User` t0 WHERE t0.id = ? AND t0.type IN ('ROLE_MANAGER', 'ROLE_STUDENT', 'ROLE_SUPPORT_GUY', 'ROLE_SUPPORT_LANG')
Parameters:
[
89
]
|
11 | 1.28 ms |
SELECT t0.id AS id_1, t0.plguser_state AS plguser_state_2, t0.plgusage_status AS plgusage_status_3, t0.plgonboarding_step AS plgonboarding_step_4, t0.job_title AS job_title_5, t0.organization_type AS organization_type_6, t0.province AS province_7, t0.landing_page_origin AS landing_page_origin_8, t0.is_decision_maker AS is_decision_maker_9, t0.is_troubadour_user AS is_troubadour_user_10, t0.subscription_pending AS subscription_pending_11, t0.subscriptions_used AS subscriptions_used_12, t0.has_valid_subscription AS has_valid_subscription_13, t0.is_freemium AS is_freemium_14, t0.is_school_user AS is_school_user_15, t0.is_family_user AS is_family_user_16, t0.is_dirty AS is_dirty_17, t0.created_at AS created_at_18, t0.updated_at AS updated_at_19, t0.using_activation_code AS using_activation_code_20, t0.manager AS manager_21, t0.pending_account AS pending_account_22 FROM ZohoState t0 WHERE t0.manager = ?
Parameters:
[
89
]
|
12 | 1.26 ms |
SELECT m0_.id AS id_0, m0_.lastChallengeSubmitted AS lastChallengeSubmitted_1, m0_.lastUserChallengeParticipation AS lastUserChallengeParticipation_2, m0_.last_challenge_created AS last_challenge_created_3, m0_.last_user_challenge_review AS last_user_challenge_review_4, m0_.last_product_used AS last_product_used_5, m0_.manager_id AS manager_id_6 FROM `ManagerStats` m0_ WHERE m0_.manager_id = ? LIMIT 1
Parameters:
[
89
]
|
13 | 8.85 ms |
SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.created_at AS created_at_2, f0_.is_marked_as_group AS is_marked_as_group_3, f0_.manager_id AS manager_id_4, f0_.active_member_id AS active_member_id_5 FROM `Family` f0_ WHERE f0_.manager_id = ? LIMIT 1
Parameters:
[
89
]
|
14 | 0.71 ms |
"START TRANSACTION"
Parameters:
[] |
15 | 0.97 ms |
UPDATE `ManagerStats` SET last_product_used = ? WHERE id = ?
Parameters:
[ "family.constellation.cool" 3 ] |
16 | 4.69 ms |
"COMMIT"
Parameters:
[] |
17 | 1.07 ms |
SELECT t0.id AS id_1, t0.language AS language_2, t0.displayName AS displayName_3, t0.tag AS tag_4, t0.isActive AS isActive_5, t0.noun_sample AS noun_sample_6, t0.adjective_sample AS adjective_sample_7 FROM `Language` t0 WHERE t0.id = ?
Parameters:
[
15
]
|
18 | 0.95 ms |
SELECT l0_.id AS id_0, l0_.language AS language_1, l0_.displayName AS displayName_2, l0_.tag AS tag_3, l0_.isActive AS isActive_4, l0_.noun_sample AS noun_sample_5, l0_.adjective_sample AS adjective_sample_6 FROM `Language` l0_ WHERE l0_.tag = ? LIMIT 1
Parameters:
[
"fr-CA"
]
|
19 | 0.67 ms |
"START TRANSACTION"
Parameters:
[] |
20 | 1.65 ms |
UPDATE `User` SET language_id = ? WHERE id = ?
Parameters:
[ 14 89 ] |
21 | 5.07 ms |
"COMMIT"
Parameters:
[] |
22 | 1.26 ms |
SELECT t0.id AS id_1, t0.displayName AS displayName_2, t0.username AS username_3, t0.password AS password_4, t0.salt AS salt_5, t0.created_at AS created_at_6, t0.last_active AS last_active_7, t0.data AS data_8, t0.google_id AS google_id_9, t0.`character` AS character_10, t0.version AS version_11, t0.anonymized_at AS anonymized_at_12, t0.anonymization_status AS anonymization_status_13, t0.isValidEmail AS isValidEmail_14, t0.firstName AS firstName_15, t0.lastName AS lastName_16, t0.schoolName AS schoolName_17, t0.schoolBoardName AS schoolBoardName_18, t0.isFromAnotherCountry AS isFromAnotherCountry_19, t0.isNanomonx AS isNanomonx_20, t0.newsletter AS newsletter_21, t0.free_trial_used AS free_trial_used_22, t0.stripe_customer_id AS stripe_customer_id_23, t0.is_evaluated_as_freemium AS is_evaluated_as_freemium_24, t0.country_id AS country_id_25, t0.onBoarding_status AS onBoarding_status_26, t0.educatonal_pathway_id AS educatonal_pathway_id_27, t0.usage_type_id AS usage_type_id_28, t0.user_region_id AS user_region_id_29, t31.id AS id_30, t31.plguser_state AS plguser_state_32, t31.plgusage_status AS plgusage_status_33, t31.plgonboarding_step AS plgonboarding_step_34, t31.job_title AS job_title_35, t31.organization_type AS organization_type_36, t31.province AS province_37, t31.landing_page_origin AS landing_page_origin_38, t31.is_decision_maker AS is_decision_maker_39, t31.is_troubadour_user AS is_troubadour_user_40, t31.subscription_pending AS subscription_pending_41, t31.subscriptions_used AS subscriptions_used_42, t31.has_valid_subscription AS has_valid_subscription_43, t31.is_freemium AS is_freemium_44, t31.is_school_user AS is_school_user_45, t31.is_family_user AS is_family_user_46, t31.is_dirty AS is_dirty_47, t31.created_at AS created_at_48, t31.updated_at AS updated_at_49, t31.using_activation_code AS using_activation_code_50, t31.manager AS manager_51, t31.pending_account AS pending_account_52, t0.educational_institution AS educational_institution_53, t0.language_id AS language_id_54, t0.type FROM `User` t0 LEFT JOIN ZohoState t31 ON t31.manager = t0.id WHERE t0.id = ? AND t0.type IN ('ROLE_MANAGER')
Parameters:
[
89
]
|
23 | 1.01 ms |
SELECT m0_.id AS id_0, m0_.lastChallengeSubmitted AS lastChallengeSubmitted_1, m0_.lastUserChallengeParticipation AS lastUserChallengeParticipation_2, m0_.last_challenge_created AS last_challenge_created_3, m0_.last_user_challenge_review AS last_user_challenge_review_4, m0_.last_product_used AS last_product_used_5, m0_.manager_id AS manager_id_6 FROM `ManagerStats` m0_ WHERE m0_.manager_id = ? LIMIT 1
Parameters:
[
89
]
|
24 | 0.79 ms |
SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.created_at AS created_at_2, f0_.is_marked_as_group AS is_marked_as_group_3, f0_.manager_id AS manager_id_4, f0_.active_member_id AS active_member_id_5 FROM `Family` f0_ WHERE f0_.manager_id = ? LIMIT 1
Parameters:
[
89
]
|
25 | 2.83 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.type AS type_4, t0.has_seen_guided_tutorial AS has_seen_guided_tutorial_5, t0.is_marked_as_deleted AS is_marked_as_deleted_6, t0.deleted_at AS deleted_at_7, t0.family_id AS family_id_8, t0.babillard_id AS babillard_id_9 FROM `FamilyMember` t0 WHERE t0.id = ?
Parameters:
[
2
]
|
26 | 3.05 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.student_instructions AS student_instructions_4, t0.historical AS historical_5, t0.status AS status_6, t0.premium_status AS premium_status_7, t0.is_highlighted AS is_highlighted_8, t0.starting_blocks AS starting_blocks_9, t0.conclusion AS conclusion_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.is_marked_as_deleted AS is_marked_as_deleted_13, t0.deleted_at AS deleted_at_14, t0.classroom_id AS classroom_id_15, t0.source_template_id AS source_template_id_16, t0.step_id AS step_id_17, t0.family_member_id AS family_member_id_18 FROM `troub_Challenge` t0 WHERE t0.family_member_id = ?
Parameters:
[
2
]
|
27 | 1.36 ms |
SELECT t0.id AS id_1, t0.comments AS comments_2, t0.thumbnail AS thumbnail_3, t0.is_highlighted AS is_highlighted_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.completed_at AS completed_at_7, t0.construction_status AS construction_status_8, t0.correction_status AS correction_status_9, t0.is_shared AS is_shared_10, t0.is_in_portfolio AS is_in_portfolio_11, t0.last_portfolio_update AS last_portfolio_update_12, t0.recently_unassigned AS recently_unassigned_13, t0.last_unassigned_update AS last_unassigned_update_14, t0.marked_as_done AS marked_as_done_15, t0.marked_as_in_correction AS marked_as_in_correction_16, t0.is_favorite AS is_favorite_17, t0.last_favorite_update AS last_favorite_update_18, t0.is_in_trash AS is_in_trash_19, t0.last_trash_update AS last_trash_update_20, t0.is_marked_as_deleted AS is_marked_as_deleted_21, t0.deleted_at AS deleted_at_22, t0.student_id AS student_id_23, t0.family_member_id AS family_member_id_24, t25.id AS id_26, t25.name AS name_27, t25.code AS code_28, t25.type AS type_29, t25.has_seen_guided_tutorial AS has_seen_guided_tutorial_30, t25.is_marked_as_deleted AS is_marked_as_deleted_31, t25.deleted_at AS deleted_at_32, t25.family_id AS family_id_33, t25.babillard_id AS babillard_id_34, t0.challenge_id AS challenge_id_35 FROM `troub_UserChallenge` t0 LEFT JOIN `FamilyMember` t25 ON t0.family_member_id = t25.id WHERE t0.challenge_id = ?
Parameters:
[
527
]
|
28 | 1.01 ms |
SELECT t0.id AS id_1, t0.comments AS comments_2, t0.thumbnail AS thumbnail_3, t0.is_highlighted AS is_highlighted_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.completed_at AS completed_at_7, t0.construction_status AS construction_status_8, t0.correction_status AS correction_status_9, t0.is_shared AS is_shared_10, t0.is_in_portfolio AS is_in_portfolio_11, t0.last_portfolio_update AS last_portfolio_update_12, t0.recently_unassigned AS recently_unassigned_13, t0.last_unassigned_update AS last_unassigned_update_14, t0.marked_as_done AS marked_as_done_15, t0.marked_as_in_correction AS marked_as_in_correction_16, t0.is_favorite AS is_favorite_17, t0.last_favorite_update AS last_favorite_update_18, t0.is_in_trash AS is_in_trash_19, t0.last_trash_update AS last_trash_update_20, t0.is_marked_as_deleted AS is_marked_as_deleted_21, t0.deleted_at AS deleted_at_22, t0.student_id AS student_id_23, t0.family_member_id AS family_member_id_24, t25.id AS id_26, t25.name AS name_27, t25.code AS code_28, t25.type AS type_29, t25.has_seen_guided_tutorial AS has_seen_guided_tutorial_30, t25.is_marked_as_deleted AS is_marked_as_deleted_31, t25.deleted_at AS deleted_at_32, t25.family_id AS family_id_33, t25.babillard_id AS babillard_id_34, t0.challenge_id AS challenge_id_35 FROM `troub_UserChallenge` t0 LEFT JOIN `FamilyMember` t25 ON t0.family_member_id = t25.id WHERE t0.challenge_id = ?
Parameters:
[
529
]
|
29 | 3.92 ms |
SELECT DISTINCT t0_.id AS id_0 FROM `troub_Challenge` t1_ INNER JOIN `troub_ChallengeTemplate` t0_ ON t1_.source_template_id = t0_.id WHERE t1_.family_member_id = ? AND t1_.source_template_id IS NOT NULL
Parameters:
[
2
]
|
30 | 5.98 ms |
SELECT f0_.id AS id_0, f0_.start_date AS start_date_1, f0_.end_date AS end_date_2, f0_.premium_only AS premium_only_3, f0_.name_translations AS name_translations_4, f0_.description_translations AS description_translations_5, f0_.instructions_translations AS instructions_translations_6, f0_.is_marked_as_deleted AS is_marked_as_deleted_7, f0_.deleted_at AS deleted_at_8 FROM `fmly_StoryTemplate` f0_ INNER JOIN `troub_ChallengeTemplate` t1_ ON f0_.id = t1_.story_template_id WHERE (f0_.start_date < ? OR f0_.start_date IS NULL) AND (f0_.end_date >= ? OR f0_.end_date IS NULL) ORDER BY f0_.end_date ASC
Parameters:
[ "2024-12-18 10:58:01" "2024-12-18 10:58:01" ] |
31 | 0.97 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_reading_challenge AS is_reading_challenge_4, t0.educational_intent AS educational_intent_5, t0.student_instructions AS student_instructions_6, t0.expected_duration AS expected_duration_7, t0.note_for_teacher AS note_for_teacher_8, t0.images AS images_9, t0.disabled AS disabled_10, t0.is_highlighted AS is_highlighted_11, t0.historical AS historical_12, t0.starting_blocks AS starting_blocks_13, t0.conclusion AS conclusion_14, t0.is_marked_as_deleted AS is_marked_as_deleted_15, t0.deleted_at AS deleted_at_16, t0.language_id AS language_id_17, t0.studied_language_id AS studied_language_id_18, t0.story_template_id AS story_template_id_19 FROM `troub_ChallengeTemplate` t0 WHERE t0.story_template_id = ?
Parameters:
[
1
]
|
32 | 20.07 ms |
SELECT t0.id AS id_1, t0.texture_key AS texture_key_2, t0.display_name AS display_name_3, t0.translations AS translations_4, t0.atlas_json AS atlas_json_5, t0.historical AS historical_6, t0.icon AS icon_7, t0.is_hidden AS is_hidden_8, t0.atlas_image AS atlas_image_9, t0.version AS version_10 FROM `troub_Category` t0 INNER JOIN troub_challengeTemplate_category ON t0.id = troub_challengeTemplate_category.challenge_template_id WHERE troub_challengeTemplate_category.category_id = ?
Parameters:
[
7
]
|
33 | 0.62 ms |
"START TRANSACTION"
Parameters:
[] |
34 | 1.63 ms |
INSERT INTO `troub_Challenge` (name, description, student_instructions, historical, status, premium_status, is_highlighted, starting_blocks, conclusion, created_at, updated_at, is_marked_as_deleted, deleted_at, classroom_id, source_template_id, step_id, family_member_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "Family Template" "Family Template" null 0 "CLOSE" null 0 null 0 "2024-12-18 10:58:01" "2024-12-18 10:58:01" 0 null null 7 null 2 ] |
35 | 4.55 ms |
"COMMIT"
Parameters:
[] |
36 | 1.02 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.student_instructions AS student_instructions_4, t0.historical AS historical_5, t0.status AS status_6, t0.premium_status AS premium_status_7, t0.is_highlighted AS is_highlighted_8, t0.starting_blocks AS starting_blocks_9, t0.conclusion AS conclusion_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.is_marked_as_deleted AS is_marked_as_deleted_13, t0.deleted_at AS deleted_at_14, t0.classroom_id AS classroom_id_15, t0.source_template_id AS source_template_id_16, t0.step_id AS step_id_17, t0.family_member_id AS family_member_id_18 FROM `troub_Challenge` t0 WHERE t0.id = ?
Parameters:
[
641
]
|
37 | 5.14 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.student_instructions AS student_instructions_4, t0.historical AS historical_5, t0.status AS status_6, t0.premium_status AS premium_status_7, t0.is_highlighted AS is_highlighted_8, t0.starting_blocks AS starting_blocks_9, t0.conclusion AS conclusion_10, t0.created_at AS created_at_11, t0.updated_at AS updated_at_12, t0.is_marked_as_deleted AS is_marked_as_deleted_13, t0.deleted_at AS deleted_at_14, t0.classroom_id AS classroom_id_15, t0.source_template_id AS source_template_id_16, t0.step_id AS step_id_17, t0.family_member_id AS family_member_id_18 FROM `troub_Challenge` t0 WHERE t0.id = ?
Parameters:
[
641
]
|
38 | 1.09 ms |
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.description AS description_2, t0_.student_instructions AS student_instructions_3, t0_.historical AS historical_4, t0_.status AS status_5, t0_.premium_status AS premium_status_6, t0_.is_highlighted AS is_highlighted_7, t0_.starting_blocks AS starting_blocks_8, t0_.conclusion AS conclusion_9, t0_.created_at AS created_at_10, t0_.updated_at AS updated_at_11, t0_.is_marked_as_deleted AS is_marked_as_deleted_12, t0_.deleted_at AS deleted_at_13, t0_.classroom_id AS classroom_id_14, t0_.source_template_id AS source_template_id_15, t0_.step_id AS step_id_16, t0_.family_member_id AS family_member_id_17 FROM `troub_Challenge` t0_ INNER JOIN `troub_ChallengeTemplate` t1_ ON t0_.source_template_id = t1_.id INNER JOIN `fmly_StoryTemplate` f2_ ON t1_.story_template_id = f2_.id WHERE t0_.source_template_id IS NOT NULL AND t0_.family_member_id = ? ORDER BY f2_.start_date DESC
Parameters:
[
2
]
|
39 | 106.68 ms |
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.is_active AS is_active_2, t0_.is_default AS is_default_3, t0_.page_background_color AS page_background_color_4, t0_.page_title_color AS page_title_color_5, t0_.board_background_color AS board_background_color_6, t0_.board_border_color AS board_border_color_7, t0_.board_title_color AS board_title_color_8, t0_.board_texture AS board_texture_9, t0_.vignettes AS vignettes_10, t0_.top_left_image AS top_left_image_11, t0_.top_right_image AS top_right_image_12, t0_.bottom_right_image AS bottom_right_image_13, t0_.bottom_left_image AS bottom_left_image_14, t0_.scrollbar_track AS scrollbar_track_15, t0_.scrollbar_thumb AS scrollbar_thumb_16, t0_.thumbnail AS thumbnail_17, t0_.version AS version_18 FROM `troub_BabillardTheme` t0_ WHERE t0_.is_active = ?
Parameters:
[
1
]
|
40 | 1.13 ms |
SELECT t0_.id AS id_0, t0_.name AS name_1, t0_.is_active AS is_active_2, t0_.is_default AS is_default_3, t0_.page_background_color AS page_background_color_4, t0_.page_title_color AS page_title_color_5, t0_.board_background_color AS board_background_color_6, t0_.board_border_color AS board_border_color_7, t0_.board_title_color AS board_title_color_8, t0_.board_texture AS board_texture_9, t0_.vignettes AS vignettes_10, t0_.top_left_image AS top_left_image_11, t0_.top_right_image AS top_right_image_12, t0_.bottom_right_image AS bottom_right_image_13, t0_.bottom_left_image AS bottom_left_image_14, t0_.scrollbar_track AS scrollbar_track_15, t0_.scrollbar_thumb AS scrollbar_thumb_16, t0_.thumbnail AS thumbnail_17, t0_.version AS version_18 FROM `troub_BabillardTheme` t0_ WHERE t0_.is_active = ? AND t0_.is_default = ? LIMIT 1
Parameters:
[ 1 1 ] |
41 | 1.25 ms |
SELECT l0_.id AS id_0, l0_.language AS language_1, l0_.displayName AS displayName_2, l0_.tag AS tag_3, l0_.isActive AS isActive_4, l0_.noun_sample AS noun_sample_5, l0_.adjective_sample AS adjective_sample_6 FROM `Language` l0_ WHERE l0_.isActive = ?
Parameters:
[
1
]
|
42 | 1.04 ms |
SELECT f0_.id AS id_0, f0_.name AS name_1, f0_.created_at AS created_at_2, f0_.is_marked_as_group AS is_marked_as_group_3, f0_.manager_id AS manager_id_4, f0_.active_member_id AS active_member_id_5 FROM `Family` f0_ WHERE f0_.manager_id = ? LIMIT 1
Parameters:
[
89
]
|
43 | 2.30 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.rules AS rules_2, c0_.access_code AS access_code_3, c0_.allow_public_access AS allow_public_access_4, c0_.google_course_id AS google_course_id_5, c0_.created_at AS created_at_6, c0_.is_marked_as_deleted AS is_marked_as_deleted_7, c0_.deleted_at AS deleted_at_8 FROM `Classroom` c0_ WHERE c0_.manager_id = ? AND c0_.is_marked_as_deleted = 0
Parameters:
[
89
]
|
44 | 2.18 ms |
SELECT l0_.id AS id_0, l0_.name AS name_1, l0_.startingDate AS startingDate_2, l0_.endingDate AS endingDate_3, l0_.duration AS duration_4, l0_.price AS price_5, l0_.total_price AS total_price_6, l0_.amount AS amount_7, l0_.reduction AS reduction_8, l0_.total_reduction AS total_reduction_9, l0_.effectiveDate AS effectiveDate_10, l0_.purchase_end_date AS purchase_end_date_11, l0_.`translations` AS translations_12, l0_.`description_translations` AS description_translations_13, l0_.zoho_name AS zoho_name_14, l0_.is_free_trial AS is_free_trial_15, l0_.image AS image_16, l0_.is_private AS is_private_17, l0_.country_id AS country_id_18 FROM `LicenceType` l0_ WHERE l0_.is_free_trial = 0 AND l0_.startingDate <= ? AND l0_.endingDate >= ?
Parameters:
[ "2024-12-18 10:58:01" "2024-12-18 10:58:01" ] |
45 | 0.89 ms |
SELECT l0_.id AS id_0, count(l0_.id) AS sclr_1 FROM `GroupLicence` g1_ INNER JOIN `LicenceType` l0_ ON (l0_.id = g1_.type_id) WHERE g1_.owner_id = ? AND g1_.type_id IN (NULL) GROUP BY l0_.id
Parameters:
[
89
]
|
46 | 0.79 ms |
SELECT l0_.id AS id_0, count(l0_.id) AS sclr_1 FROM `GroupLicence` g1_ INNER JOIN `LicenceType` l0_ ON (l0_.id = g1_.type_id) WHERE g1_.current_user_id = ? AND g1_.type_id IN (NULL) GROUP BY l0_.id
Parameters:
[
89
]
|
47 | 0.77 ms |
SELECT l0_.id AS id_0, count(l0_.id) AS sclr_1 FROM `GroupLicence` g1_ INNER JOIN `LicenceType` l0_ ON (l0_.id = g1_.type_id) WHERE g1_.buyer_id = ? AND g1_.type_id IN (NULL) GROUP BY l0_.id
Parameters:
[
89
]
|
48 | 1.08 ms |
SELECT g0_.id AS id_0, g0_.created_at AS created_at_1, g0_.expired_at AS expired_at_2, g0_.free_trial_duration AS free_trial_duration_3, g0_.buyer_id AS buyer_id_4, g0_.owner_id AS owner_id_5, g0_.current_user_id AS current_user_id_6, g0_.type_id AS type_id_7 FROM `GroupLicence` g0_ INNER JOIN `LicenceType` l1_ ON (l1_.id = g0_.type_id) WHERE g0_.owner_id = ? AND l1_.is_free_trial = 1
Parameters:
[
89
]
|
49 | 1.32 ms |
SELECT COUNT(c0_.id) AS sclr_0 FROM `ClassRegistration` c0_ LEFT JOIN `Classroom` c1_ ON c0_.classroom_id = c1_.id WHERE c1_.id IN (?, ?) AND c0_.status IN (?, ?)
Parameters:
[ 16 172 "CONFIRMED" "PENDING" ] |
50 | 1.56 ms |
SELECT s0_.id AS id_0, s0_.created_at AS created_at_1, s0_.updated_at AS updated_at_2, s1_.granted_seats AS granted_seats_3, s1_.grants_family_mode_access AS grants_family_mode_access_4, s1_.expiry_date AS expiry_date_5, s3_.expiry_date AS expiry_date_6, s4_.stripe_subscription_id AS stripe_subscription_id_7, s4_.stripe_subscription_status AS stripe_subscription_status_8, s4_.canceled_at AS canceled_at_9, s0_.discr AS discr_10, s0_.owner_id AS owner_id_11, s0_.current_user_id AS current_user_id_12, s2_.type_id AS type_id_13, s2_.buyer_id AS buyer_id_14, s2_.country_id AS country_id_15, s4_.type_id AS type_id_16, s4_.buyer_id AS buyer_id_17, s4_.country_id AS country_id_18 FROM Subscription_Base s0_ LEFT JOIN Subscription_Custom s1_ ON s0_.id = s1_.id LEFT JOIN Subscription_Package s2_ ON s0_.id = s2_.id LEFT JOIN Subscription_FreeTrial s3_ ON s0_.id = s3_.id LEFT JOIN Subscription_Recurring s4_ ON s0_.id = s4_.id WHERE s0_.current_user_id = ?
Parameters:
[
89
]
|
51 | 0.98 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.is_valid AS is_valid_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.redeemed_at AS redeemed_at_6, t0.subscription_id AS subscription_id_7, t0.type, t0.emission_id AS emission_id_8, t0.package_id AS package_id_9, t0.cart_id AS cart_id_10 FROM `Code` t0 WHERE t0.subscription_id = ? AND t0.type IN ('redeem', 'gift')
Parameters:
[
60
]
|
52 | 0.74 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.is_valid AS is_valid_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.redeemed_at AS redeemed_at_6, t0.subscription_id AS subscription_id_7, t0.type, t0.emission_id AS emission_id_8, t0.package_id AS package_id_9, t0.cart_id AS cart_id_10 FROM `Code` t0 WHERE t0.subscription_id = ? AND t0.type IN ('redeem', 'gift')
Parameters:
[
127
]
|
53 | 0.73 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.is_valid AS is_valid_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.redeemed_at AS redeemed_at_6, t0.subscription_id AS subscription_id_7, t0.type, t0.emission_id AS emission_id_8, t0.package_id AS package_id_9, t0.cart_id AS cart_id_10 FROM `Code` t0 WHERE t0.subscription_id = ? AND t0.type IN ('redeem', 'gift')
Parameters:
[
155
]
|
54 | 0.72 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.is_valid AS is_valid_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.redeemed_at AS redeemed_at_6, t0.subscription_id AS subscription_id_7, t0.type, t0.emission_id AS emission_id_8, t0.package_id AS package_id_9, t0.cart_id AS cart_id_10 FROM `Code` t0 WHERE t0.subscription_id = ? AND t0.type IN ('redeem', 'gift')
Parameters:
[
156
]
|
55 | 0.69 ms |
SELECT t0.id AS id_1, t0.code AS code_2, t0.is_valid AS is_valid_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.redeemed_at AS redeemed_at_6, t0.subscription_id AS subscription_id_7, t0.type, t0.emission_id AS emission_id_8, t0.package_id AS package_id_9, t0.cart_id AS cart_id_10 FROM `Code` t0 WHERE t0.subscription_id = ? AND t0.type IN ('redeem', 'gift')
Parameters:
[
164
]
|
56 | 2.68 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.type AS type_4, t0.has_seen_guided_tutorial AS has_seen_guided_tutorial_5, t0.is_marked_as_deleted AS is_marked_as_deleted_6, t0.deleted_at AS deleted_at_7, t0.family_id AS family_id_8, t0.babillard_id AS babillard_id_9 FROM `FamilyMember` t0 WHERE t0.family_id = ?
Parameters:
[
1
]
|
57 | 3.05 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.targets AS targets_2, c0_.start_date AS start_date_3, c0_.end_date AS end_date_4, c0_.color AS color_5, c0_.image AS image_6, c0_.with_button AS with_button_7, c0_.button_label AS button_label_8, c0_.button_url AS button_url_9, c0_.text_size AS text_size_10, c0_.title AS title_11, c0_.content AS content_12, c0_.language_id AS language_id_13 FROM `CommunicationPopup` c0_ WHERE (c0_.start_date < ? OR c0_.start_date IS NULL) AND (c0_.end_date >= ? OR c0_.end_date IS NULL) AND c0_.language_id = ? ORDER BY c0_.end_date ASC
Parameters:
[ "2024-12-18 10:58:01" "2024-12-18 10:58:01" 14 ] |
58 | 1.08 ms |
SELECT f0_.id AS id_0, f0_.start_date AS start_date_1, f0_.end_date AS end_date_2, f0_.premium_only AS premium_only_3, f0_.name_translations AS name_translations_4, f0_.description_translations AS description_translations_5, f0_.instructions_translations AS instructions_translations_6, f0_.is_marked_as_deleted AS is_marked_as_deleted_7, f0_.deleted_at AS deleted_at_8 FROM `fmly_StoryTemplate` f0_ INNER JOIN `troub_ChallengeTemplate` t1_ ON f0_.id = t1_.story_template_id WHERE (f0_.start_date < ? OR f0_.start_date IS NULL) AND (f0_.end_date >= ? OR f0_.end_date IS NULL) ORDER BY f0_.end_date ASC
Parameters:
[ "2024-12-18 10:58:01" "2024-12-18 10:58:01" ] |
59 | 0.59 ms |
"START TRANSACTION"
Parameters:
[] |
60 | 1.16 ms |
UPDATE `User` SET data = ? WHERE id = ?
Parameters:
[ "{"BlockNews":false,"SpecialTags":{"memberFirstVisit":[1,3,2],"tutorial_catalog":"1","displayedPathStep":[5,2],"CommunicationPopups":[{"id":1,"date":"2024-09-13 13:50:57"}],"displayedPremiumPopup":"1","tutorial_ready_nanomonx":"1","teacher_mode_warning_shown":"1","tutorial_students_creation":"1","DisplayedLearningPathsSteps":{"2024":[1]},"disable-correction-tutorial":"1","firstPromotionPopupDisplayed":"2024-05-09 11:48:35","thirdPromotionPopupDisplayed":"2024-05-16 09:41:48","tutorial_freemium_unassigned":"1","secondPromotionPopupDisplayed":"2024-05-13 08:36:21","family_mode_onboarding_started":"1","teacher_mode_onboarding_started":"1","FamilyTemplatePopups":{"2":[]}},"google_user":"merged_google_user","tutorialStep":9,"LastSeenPopup":1566345600,"TutorialPhases":[0,1,2],"displayLexicon":false,"tutorialStatus":"CLOSE","termsAgreements":true,"LastSeenPopupVersion":22,"GenericNewsContentHash":1212597018}" 89 ] |
61 | 5.88 ms |
"COMMIT"
Parameters:
[] |
62 | 1.21 ms |
SELECT t0.id AS id_1, t0.displayName AS displayName_2, t0.username AS username_3, t0.password AS password_4, t0.salt AS salt_5, t0.created_at AS created_at_6, t0.last_active AS last_active_7, t0.data AS data_8, t0.google_id AS google_id_9, t0.`character` AS character_10, t0.version AS version_11, t0.anonymized_at AS anonymized_at_12, t0.anonymization_status AS anonymization_status_13, t0.isValidEmail AS isValidEmail_14, t0.firstName AS firstName_15, t0.lastName AS lastName_16, t0.schoolName AS schoolName_17, t0.schoolBoardName AS schoolBoardName_18, t0.isFromAnotherCountry AS isFromAnotherCountry_19, t0.isNanomonx AS isNanomonx_20, t0.newsletter AS newsletter_21, t0.free_trial_used AS free_trial_used_22, t0.stripe_customer_id AS stripe_customer_id_23, t0.is_evaluated_as_freemium AS is_evaluated_as_freemium_24, t0.country_id AS country_id_25, t0.onBoarding_status AS onBoarding_status_26, t0.educatonal_pathway_id AS educatonal_pathway_id_27, t0.usage_type_id AS usage_type_id_28, t0.user_region_id AS user_region_id_29, t31.id AS id_30, t31.plguser_state AS plguser_state_32, t31.plgusage_status AS plgusage_status_33, t31.plgonboarding_step AS plgonboarding_step_34, t31.job_title AS job_title_35, t31.organization_type AS organization_type_36, t31.province AS province_37, t31.landing_page_origin AS landing_page_origin_38, t31.is_decision_maker AS is_decision_maker_39, t31.is_troubadour_user AS is_troubadour_user_40, t31.subscription_pending AS subscription_pending_41, t31.subscriptions_used AS subscriptions_used_42, t31.has_valid_subscription AS has_valid_subscription_43, t31.is_freemium AS is_freemium_44, t31.is_school_user AS is_school_user_45, t31.is_family_user AS is_family_user_46, t31.is_dirty AS is_dirty_47, t31.created_at AS created_at_48, t31.updated_at AS updated_at_49, t31.using_activation_code AS using_activation_code_50, t31.manager AS manager_51, t31.pending_account AS pending_account_52, t0.educational_institution AS educational_institution_53, t0.language_id AS language_id_54, t0.type FROM `User` t0 LEFT JOIN ZohoState t31 ON t31.manager = t0.id WHERE t0.id = ? AND t0.type IN ('ROLE_MANAGER')
Parameters:
[
89
]
|
63 | 6.07 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_shared AS is_shared_3, t0.is_marked_as_deleted AS is_marked_as_deleted_4, t0.deleted_at AS deleted_at_5, t0.manager_id AS manager_id_6, t0.theme_id AS theme_id_7, t8.id AS id_9, t8.name AS name_10, t8.code AS code_11, t8.type AS type_12, t8.has_seen_guided_tutorial AS has_seen_guided_tutorial_13, t8.is_marked_as_deleted AS is_marked_as_deleted_14, t8.deleted_at AS deleted_at_15, t8.family_id AS family_id_16, t8.babillard_id AS babillard_id_17 FROM `troub_Babillard` t0 LEFT JOIN `FamilyMember` t8 ON t8.babillard_id = t0.id WHERE t0.id = ?
Parameters:
[
69
]
|
64 | 1.79 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.is_active AS is_active_3, t0.is_default AS is_default_4, t0.page_background_color AS page_background_color_5, t0.page_title_color AS page_title_color_6, t0.board_background_color AS board_background_color_7, t0.board_border_color AS board_border_color_8, t0.board_title_color AS board_title_color_9, t0.board_texture AS board_texture_10, t0.vignettes AS vignettes_11, t0.top_left_image AS top_left_image_12, t0.top_right_image AS top_right_image_13, t0.bottom_right_image AS bottom_right_image_14, t0.bottom_left_image AS bottom_left_image_15, t0.scrollbar_track AS scrollbar_track_16, t0.scrollbar_thumb AS scrollbar_thumb_17, t0.thumbnail AS thumbnail_18, t0.version AS version_19 FROM `troub_BabillardTheme` t0 WHERE t0.id = ?
Parameters:
[
4
]
|
65 | 6.28 ms |
SELECT t0.id AS id_1, t0.comments AS comments_2, t0.thumbnail AS thumbnail_3, t0.is_highlighted AS is_highlighted_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.completed_at AS completed_at_7, t0.construction_status AS construction_status_8, t0.correction_status AS correction_status_9, t0.is_shared AS is_shared_10, t0.is_in_portfolio AS is_in_portfolio_11, t0.last_portfolio_update AS last_portfolio_update_12, t0.recently_unassigned AS recently_unassigned_13, t0.last_unassigned_update AS last_unassigned_update_14, t0.marked_as_done AS marked_as_done_15, t0.marked_as_in_correction AS marked_as_in_correction_16, t0.is_favorite AS is_favorite_17, t0.last_favorite_update AS last_favorite_update_18, t0.is_in_trash AS is_in_trash_19, t0.last_trash_update AS last_trash_update_20, t0.is_marked_as_deleted AS is_marked_as_deleted_21, t0.deleted_at AS deleted_at_22, t0.student_id AS student_id_23, t0.family_member_id AS family_member_id_24, t25.id AS id_26, t25.name AS name_27, t25.code AS code_28, t25.type AS type_29, t25.has_seen_guided_tutorial AS has_seen_guided_tutorial_30, t25.is_marked_as_deleted AS is_marked_as_deleted_31, t25.deleted_at AS deleted_at_32, t25.family_id AS family_id_33, t25.babillard_id AS babillard_id_34, t0.challenge_id AS challenge_id_35 FROM `troub_UserChallenge` t0 LEFT JOIN `FamilyMember` t25 ON t0.family_member_id = t25.id INNER JOIN babillard_userChallenge ON t0.id = babillard_userChallenge.user_challenge_id WHERE babillard_userChallenge.babillard_id = ?
Parameters:
[
69
]
|
66 | 1.07 ms |
SELECT t0.id AS id_1, t0.comments AS comments_2, t0.thumbnail AS thumbnail_3, t0.is_highlighted AS is_highlighted_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.completed_at AS completed_at_7, t0.construction_status AS construction_status_8, t0.correction_status AS correction_status_9, t0.is_shared AS is_shared_10, t0.is_in_portfolio AS is_in_portfolio_11, t0.last_portfolio_update AS last_portfolio_update_12, t0.recently_unassigned AS recently_unassigned_13, t0.last_unassigned_update AS last_unassigned_update_14, t0.marked_as_done AS marked_as_done_15, t0.marked_as_in_correction AS marked_as_in_correction_16, t0.is_favorite AS is_favorite_17, t0.last_favorite_update AS last_favorite_update_18, t0.is_in_trash AS is_in_trash_19, t0.last_trash_update AS last_trash_update_20, t0.is_marked_as_deleted AS is_marked_as_deleted_21, t0.deleted_at AS deleted_at_22, t0.student_id AS student_id_23, t0.family_member_id AS family_member_id_24, t25.id AS id_26, t25.name AS name_27, t25.code AS code_28, t25.type AS type_29, t25.has_seen_guided_tutorial AS has_seen_guided_tutorial_30, t25.is_marked_as_deleted AS is_marked_as_deleted_31, t25.deleted_at AS deleted_at_32, t25.family_id AS family_id_33, t25.babillard_id AS babillard_id_34, t0.challenge_id AS challenge_id_35 FROM `troub_UserChallenge` t0 LEFT JOIN `FamilyMember` t25 ON t0.family_member_id = t25.id WHERE t0.challenge_id = ?
Parameters:
[
641
]
|
67 | 1.59 ms |
SELECT t0.id AS id_1, t0.stripe_price_id AS stripe_price_id_2, t0.price AS price_3, t0.seats AS seats_4, t0.is_default_price AS is_default_price_5, t0.payment_interval AS payment_interval_6, t0.package_id AS package_id_7, t0.country_id AS country_id_8 FROM `Price` t0 WHERE t0.package_id = ?
Parameters:
[
4
]
|
68 | 0.91 ms |
SELECT t0.id AS id_1, t0.stripe_price_id AS stripe_price_id_2, t0.price AS price_3, t0.seats AS seats_4, t0.is_default_price AS is_default_price_5, t0.payment_interval AS payment_interval_6, t0.package_id AS package_id_7, t0.country_id AS country_id_8 FROM `Price` t0 WHERE t0.package_id = ?
Parameters:
[
2
]
|
69 | 0.94 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.rules AS rules_2, c0_.access_code AS access_code_3, c0_.allow_public_access AS allow_public_access_4, c0_.google_course_id AS google_course_id_5, c0_.created_at AS created_at_6, c0_.is_marked_as_deleted AS is_marked_as_deleted_7, c0_.deleted_at AS deleted_at_8 FROM `Classroom` c0_ WHERE c0_.manager_id = ? AND c0_.is_marked_as_deleted = 0
Parameters:
[
89
]
|
70 | 1.10 ms |
SELECT COUNT(c0_.id) AS sclr_0 FROM `ClassRegistration` c0_ LEFT JOIN `Classroom` c1_ ON c0_.classroom_id = c1_.id WHERE c1_.id IN (?, ?) AND c0_.status IN (?, ?)
Parameters:
[ 16 172 "CONFIRMED" "PENDING" ] |
71 | 18.08 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.is_marked_as_deleted AS is_marked_as_deleted_3, t0.deleted_at AS deleted_at_4, t0.userChallenge_id AS userChallenge_id_5, t6.id AS id_7, t6.position AS position_8, t6.is_marked_as_deleted AS is_marked_as_deleted_9, t6.deleted_at AS deleted_at_10, t6.work_block_id AS work_block_id_11, t6.background_id AS background_id_12, t6.floor_id AS floor_id_13, t6.foreground_id AS foreground_id_14, t6.back_color_id AS back_color_id_15 FROM `troub_WorkBlock` t0 LEFT JOIN `troub_World` t6 ON t6.work_block_id = t0.id WHERE t0.userChallenge_id = ? ORDER BY t0.position ASC
Parameters:
[
512
]
|
72 | 10.48 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.is_marked_as_deleted AS is_marked_as_deleted_3, t0.deleted_at AS deleted_at_4, t0.status AS status_5, t0.work_block_id AS work_block_id_6, t0.type, t0.world_object_id AS world_object_id_7 FROM `troub_TextEntry` t0 WHERE t0.work_block_id = ? AND t0.type IN ('TYPE_NARRATION', 'TYPE_ASSET', 'TYPE_TITLE')
Parameters:
[
1766
]
|
73 | 11.12 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2862
]
|
74 | 0.91 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2863
]
|
75 | 1.00 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2868
]
|
76 | 0.94 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2869
]
|
77 | 0.84 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2870
]
|
78 | 0.82 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2871
]
|
79 | 0.84 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2872
]
|
80 | 0.77 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2873
]
|
81 | 0.77 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2874
]
|
82 | 0.84 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.is_marked_as_deleted AS is_marked_as_deleted_3, t0.deleted_at AS deleted_at_4, t0.status AS status_5, t0.work_block_id AS work_block_id_6, t0.type, t0.world_object_id AS world_object_id_7 FROM `troub_TextEntry` t0 WHERE t0.work_block_id = ? AND t0.type IN ('TYPE_NARRATION', 'TYPE_ASSET', 'TYPE_TITLE')
Parameters:
[
1767
]
|
83 | 0.83 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2864
]
|
84 | 0.84 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.is_marked_as_deleted AS is_marked_as_deleted_3, t0.deleted_at AS deleted_at_4, t0.status AS status_5, t0.work_block_id AS work_block_id_6, t0.type, t0.world_object_id AS world_object_id_7 FROM `troub_TextEntry` t0 WHERE t0.work_block_id = ? AND t0.type IN ('TYPE_NARRATION', 'TYPE_ASSET', 'TYPE_TITLE')
Parameters:
[
1770
]
|
85 | 0.81 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2875
]
|
86 | 0.80 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.is_marked_as_deleted AS is_marked_as_deleted_3, t0.deleted_at AS deleted_at_4, t0.status AS status_5, t0.work_block_id AS work_block_id_6, t0.type, t0.world_object_id AS world_object_id_7 FROM `troub_TextEntry` t0 WHERE t0.work_block_id = ? AND t0.type IN ('TYPE_NARRATION', 'TYPE_ASSET', 'TYPE_TITLE')
Parameters:
[
1771
]
|
87 | 0.81 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2876
]
|
88 | 0.97 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.is_marked_as_deleted AS is_marked_as_deleted_3, t0.deleted_at AS deleted_at_4, t0.status AS status_5, t0.work_block_id AS work_block_id_6, t0.type, t0.world_object_id AS world_object_id_7 FROM `troub_TextEntry` t0 WHERE t0.work_block_id = ? AND t0.type IN ('TYPE_NARRATION', 'TYPE_ASSET', 'TYPE_TITLE')
Parameters:
[
1772
]
|
89 | 0.80 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2877
]
|
90 | 0.81 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.is_marked_as_deleted AS is_marked_as_deleted_3, t0.deleted_at AS deleted_at_4, t0.status AS status_5, t0.work_block_id AS work_block_id_6, t0.type, t0.world_object_id AS world_object_id_7 FROM `troub_TextEntry` t0 WHERE t0.work_block_id = ? AND t0.type IN ('TYPE_NARRATION', 'TYPE_ASSET', 'TYPE_TITLE')
Parameters:
[
1773
]
|
91 | 0.73 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2878
]
|
92 | 0.80 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.is_marked_as_deleted AS is_marked_as_deleted_3, t0.deleted_at AS deleted_at_4, t0.status AS status_5, t0.work_block_id AS work_block_id_6, t0.type, t0.world_object_id AS world_object_id_7 FROM `troub_TextEntry` t0 WHERE t0.work_block_id = ? AND t0.type IN ('TYPE_NARRATION', 'TYPE_ASSET', 'TYPE_TITLE')
Parameters:
[
1774
]
|
93 | 4.09 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2879
]
|
94 | 1.78 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.is_marked_as_deleted AS is_marked_as_deleted_3, t0.deleted_at AS deleted_at_4, t0.status AS status_5, t0.work_block_id AS work_block_id_6, t0.type, t0.world_object_id AS world_object_id_7 FROM `troub_TextEntry` t0 WHERE t0.work_block_id = ? AND t0.type IN ('TYPE_NARRATION', 'TYPE_ASSET', 'TYPE_TITLE')
Parameters:
[
1775
]
|
95 | 0.82 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2880
]
|
96 | 0.78 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.is_marked_as_deleted AS is_marked_as_deleted_3, t0.deleted_at AS deleted_at_4, t0.status AS status_5, t0.work_block_id AS work_block_id_6, t0.type, t0.world_object_id AS world_object_id_7 FROM `troub_TextEntry` t0 WHERE t0.work_block_id = ? AND t0.type IN ('TYPE_NARRATION', 'TYPE_ASSET', 'TYPE_TITLE')
Parameters:
[
1776
]
|
97 | 0.81 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2881
]
|
98 | 8.37 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.is_marked_as_deleted AS is_marked_as_deleted_3, t0.deleted_at AS deleted_at_4, t0.status AS status_5, t0.work_block_id AS work_block_id_6, t0.type, t0.world_object_id AS world_object_id_7 FROM `troub_TextEntry` t0 WHERE t0.work_block_id = ? AND t0.type IN ('TYPE_NARRATION', 'TYPE_ASSET', 'TYPE_TITLE')
Parameters:
[
1777
]
|
99 | 0.98 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2882
]
|
100 | 1.42 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.is_marked_as_deleted AS is_marked_as_deleted_3, t0.deleted_at AS deleted_at_4, t0.status AS status_5, t0.work_block_id AS work_block_id_6, t0.type, t0.world_object_id AS world_object_id_7 FROM `troub_TextEntry` t0 WHERE t0.work_block_id = ? AND t0.type IN ('TYPE_NARRATION', 'TYPE_ASSET', 'TYPE_TITLE')
Parameters:
[
1778
]
|
101 | 0.86 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2883
]
|
102 | 0.94 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.is_marked_as_deleted AS is_marked_as_deleted_3, t0.deleted_at AS deleted_at_4, t0.status AS status_5, t0.work_block_id AS work_block_id_6, t0.type, t0.world_object_id AS world_object_id_7 FROM `troub_TextEntry` t0 WHERE t0.work_block_id = ? AND t0.type IN ('TYPE_NARRATION', 'TYPE_ASSET', 'TYPE_TITLE')
Parameters:
[
1779
]
|
103 | 0.85 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2884
]
|
104 | 1.00 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.is_marked_as_deleted AS is_marked_as_deleted_3, t0.deleted_at AS deleted_at_4, t0.status AS status_5, t0.work_block_id AS work_block_id_6, t0.type, t0.world_object_id AS world_object_id_7 FROM `troub_TextEntry` t0 WHERE t0.work_block_id = ? AND t0.type IN ('TYPE_NARRATION', 'TYPE_ASSET', 'TYPE_TITLE')
Parameters:
[
1780
]
|
105 | 0.87 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2885
]
|
106 | 0.84 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.is_marked_as_deleted AS is_marked_as_deleted_3, t0.deleted_at AS deleted_at_4, t0.status AS status_5, t0.work_block_id AS work_block_id_6, t0.type, t0.world_object_id AS world_object_id_7 FROM `troub_TextEntry` t0 WHERE t0.work_block_id = ? AND t0.type IN ('TYPE_NARRATION', 'TYPE_ASSET', 'TYPE_TITLE')
Parameters:
[
1781
]
|
107 | 0.87 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2886
]
|
108 | 0.95 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.is_marked_as_deleted AS is_marked_as_deleted_3, t0.deleted_at AS deleted_at_4, t0.status AS status_5, t0.work_block_id AS work_block_id_6, t0.type, t0.world_object_id AS world_object_id_7 FROM `troub_TextEntry` t0 WHERE t0.work_block_id = ? AND t0.type IN ('TYPE_NARRATION', 'TYPE_ASSET', 'TYPE_TITLE')
Parameters:
[
1782
]
|
109 | 0.91 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2887
]
|
110 | 0.84 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.is_marked_as_deleted AS is_marked_as_deleted_3, t0.deleted_at AS deleted_at_4, t0.status AS status_5, t0.work_block_id AS work_block_id_6, t0.type, t0.world_object_id AS world_object_id_7 FROM `troub_TextEntry` t0 WHERE t0.work_block_id = ? AND t0.type IN ('TYPE_NARRATION', 'TYPE_ASSET', 'TYPE_TITLE')
Parameters:
[
1783
]
|
111 | 1.06 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2888
]
|
112 | 0.93 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.is_marked_as_deleted AS is_marked_as_deleted_3, t0.deleted_at AS deleted_at_4, t0.status AS status_5, t0.work_block_id AS work_block_id_6, t0.type, t0.world_object_id AS world_object_id_7 FROM `troub_TextEntry` t0 WHERE t0.work_block_id = ? AND t0.type IN ('TYPE_NARRATION', 'TYPE_ASSET', 'TYPE_TITLE')
Parameters:
[
1784
]
|
113 | 0.87 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2889
]
|
114 | 0.93 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.is_marked_as_deleted AS is_marked_as_deleted_3, t0.deleted_at AS deleted_at_4, t0.userChallenge_id AS userChallenge_id_5, t6.id AS id_7, t6.position AS position_8, t6.is_marked_as_deleted AS is_marked_as_deleted_9, t6.deleted_at AS deleted_at_10, t6.work_block_id AS work_block_id_11, t6.background_id AS background_id_12, t6.floor_id AS floor_id_13, t6.foreground_id AS foreground_id_14, t6.back_color_id AS back_color_id_15 FROM `troub_WorkBlock` t0 LEFT JOIN `troub_World` t6 ON t6.work_block_id = t0.id WHERE t0.userChallenge_id = ? ORDER BY t0.position ASC
Parameters:
[
514
]
|
115 | 0.91 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.is_marked_as_deleted AS is_marked_as_deleted_3, t0.deleted_at AS deleted_at_4, t0.status AS status_5, t0.work_block_id AS work_block_id_6, t0.type, t0.world_object_id AS world_object_id_7 FROM `troub_TextEntry` t0 WHERE t0.work_block_id = ? AND t0.type IN ('TYPE_NARRATION', 'TYPE_ASSET', 'TYPE_TITLE')
Parameters:
[
1785
]
|
116 | 0.93 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2890
]
|
117 | 0.81 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2891
]
|
118 | 0.82 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2892
]
|
119 | 9.69 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2893
]
|
120 | 0.86 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2894
]
|
121 | 0.88 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2895
]
|
122 | 0.83 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2896
]
|
123 | 0.85 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2897
]
|
124 | 0.85 ms |
SELECT t0.id AS id_1, t0.position AS position_2, t0.is_marked_as_deleted AS is_marked_as_deleted_3, t0.deleted_at AS deleted_at_4, t0.status AS status_5, t0.work_block_id AS work_block_id_6, t0.type, t0.world_object_id AS world_object_id_7 FROM `troub_TextEntry` t0 WHERE t0.work_block_id = ? AND t0.type IN ('TYPE_NARRATION', 'TYPE_ASSET', 'TYPE_TITLE')
Parameters:
[
1786
]
|
125 | 0.78 ms |
SELECT t0.id AS id_1, t0.text AS text_2, t0.teacherComment AS teacherComment_3, t0.date AS date_4, t0.is_marked_as_deleted AS is_marked_as_deleted_5, t0.deleted_at AS deleted_at_6, t0.textEntryId AS textEntryId_7, t0.userID AS userID_8 FROM `troub_Revision` t0 WHERE t0.textEntryId = ? ORDER BY t0.date ASC
Parameters:
[
2898
]
|
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
Entity Managers
Name | Service |
---|---|
NanomonxManager | doctrine.orm.NanomonxManager_entity_manager |
Second Level Cache
5
Hits
65
Misses
70
Puts
Number of cache hits
Region | Hits |
---|---|
nanomonx | 5 |
Number of cache misses
Region | Misses |
---|---|
nanomonx | 65 |
Number of cache puts
Region | Puts |
---|---|
nanomonx | 70 |