| 1 |
12.06 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.uuid AS uuid_4, t0.is_active AS is_active_5, t0.is_free AS is_free_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t9.id AS id_10, t9.start_datetime AS start_datetime_11, t9.end_datetime AS end_datetime_12, t9.accumulated_agora_consumption AS accumulated_agora_consumption_13, t9.send_weekly_notification AS send_weekly_notification_14, t9.created_at AS created_at_15, t9.updated_at AS updated_at_16, t9.client_id AS client_id_17, t18.id AS id_19, t18.email AS email_20, t18.token AS token_21, t18.is_free AS is_free_22, t18.registered_at AS registered_at_23, t18.company_website AS company_website_24, t18.created_at AS created_at_25, t18.updated_at AS updated_at_26, t18.client_id AS client_id_27, t18.scene_inheritance_pack_id AS scene_inheritance_pack_id_28, t18.partner_client_id AS partner_client_id_29, t0.customer_id AS customer_id_30 FROM live.client t0 LEFT JOIN live.client_billing_period t9 ON t9.client_id = t0.id LEFT JOIN live.client_wizard_invitation t18 ON t18.client_id = t0.id WHERE t0.code = ? LIMIT 1
Parameters: [
"VIRTWAY"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.uuid AS uuid_4, t0.is_active AS is_active_5, t0.is_free AS is_free_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t9.id AS id_10, t9.start_datetime AS start_datetime_11, t9.end_datetime AS end_datetime_12, t9.accumulated_agora_consumption AS accumulated_agora_consumption_13, t9.send_weekly_notification AS send_weekly_notification_14, t9.created_at AS created_at_15, t9.updated_at AS updated_at_16, t9.client_id AS client_id_17, t18.id AS id_19, t18.email AS email_20, t18.token AS token_21, t18.is_free AS is_free_22, t18.registered_at AS registered_at_23, t18.company_website AS company_website_24, t18.created_at AS created_at_25, t18.updated_at AS updated_at_26, t18.client_id AS client_id_27, t18.scene_inheritance_pack_id AS scene_inheritance_pack_id_28, t18.partner_client_id AS partner_client_id_29, t0.customer_id AS customer_id_30 FROM live.client t0 LEFT JOIN live.client_billing_period t9 ON t9.client_id = t0.id LEFT JOIN live.client_wizard_invitation t18 ON t18.client_id = t0.id WHERE t0.code = 'VIRTWAY' LIMIT 1;
|
| 2 |
4.20 ms |
SELECT t0.id AS id_1, t0.gdpr_text AS gdpr_text_2, t0.gdpr_agree_terms AS gdpr_agree_terms_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.client_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.gdpr_text AS gdpr_text_2, t0.gdpr_agree_terms AS gdpr_agree_terms_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.client_translation t0 WHERE t0.translatable_id = 2;
|
| 3 |
8.41 ms |
SELECT c.type, c.key, c.is_crypted, ccc.value
FROM live.client_configuration_client ccc
INNER JOIN live.client_configuration cc ON cc.id = ccc.client_configuration_id
INNER JOIN live."configuration" c ON c."key" = cc."key"
WHERE ccc.client_id = ?
SELECT c.type, c.key, c.is_crypted, ccc.value
FROM live.client_configuration_client ccc
INNER JOIN live.client_configuration cc ON cc.id = ccc.client_configuration_id
INNER JOIN live."configuration" c ON c."key" = cc."key"
WHERE ccc.client_id = 2
;
|
| 4 |
4.55 ms |
SELECT c0_.id AS id_0, c0_.key AS key_1, c0_.value AS value_2, c0_.type AS type_3, c0_.is_crypted AS is_crypted_4, c0_."order" AS order_5, c0_.title AS title_6, c0_.text AS text_7, c0_.only_for_superadmin AS only_for_superadmin_8, c0_.is_active AS is_active_9, c0_.extradata AS extradata_10, c0_.created_at AS created_at_11, c0_.updated_at AS updated_at_12 FROM live.configuration c0_ ORDER BY c0_.id ASC
SELECT c0_.id AS id_0, c0_.key AS key_1, c0_.value AS value_2, c0_.type AS type_3, c0_.is_crypted AS is_crypted_4, c0_."order" AS order_5, c0_.title AS title_6, c0_.text AS text_7, c0_.only_for_superadmin AS only_for_superadmin_8, c0_.is_active AS is_active_9, c0_.extradata AS extradata_10, c0_.created_at AS created_at_11, c0_.updated_at AS updated_at_12 FROM live.configuration c0_ ORDER BY c0_.id ASC;
|
| 5 |
5.39 ms |
DELETE FROM live.autologin_token WHERE expired_at < ?
Parameters: [
"2026-08-06 17:57:05"
]
DELETE FROM live.autologin_token WHERE expired_at < '2026-08-06 17:57:05';
|
| 6 |
7.13 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.uuid AS uuid_4, t0.is_active AS is_active_5, t0.is_free AS is_free_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t9.id AS id_10, t9.start_datetime AS start_datetime_11, t9.end_datetime AS end_datetime_12, t9.accumulated_agora_consumption AS accumulated_agora_consumption_13, t9.send_weekly_notification AS send_weekly_notification_14, t9.created_at AS created_at_15, t9.updated_at AS updated_at_16, t9.client_id AS client_id_17, t18.id AS id_19, t18.email AS email_20, t18.token AS token_21, t18.is_free AS is_free_22, t18.registered_at AS registered_at_23, t18.company_website AS company_website_24, t18.created_at AS created_at_25, t18.updated_at AS updated_at_26, t18.client_id AS client_id_27, t18.scene_inheritance_pack_id AS scene_inheritance_pack_id_28, t18.partner_client_id AS partner_client_id_29, t0.customer_id AS customer_id_30 FROM live.client t0 LEFT JOIN live.client_billing_period t9 ON t9.client_id = t0.id LEFT JOIN live.client_wizard_invitation t18 ON t18.client_id = t0.id WHERE t0.code = ? LIMIT 1
Parameters: [
"VIRTWAY"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.uuid AS uuid_4, t0.is_active AS is_active_5, t0.is_free AS is_free_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t9.id AS id_10, t9.start_datetime AS start_datetime_11, t9.end_datetime AS end_datetime_12, t9.accumulated_agora_consumption AS accumulated_agora_consumption_13, t9.send_weekly_notification AS send_weekly_notification_14, t9.created_at AS created_at_15, t9.updated_at AS updated_at_16, t9.client_id AS client_id_17, t18.id AS id_19, t18.email AS email_20, t18.token AS token_21, t18.is_free AS is_free_22, t18.registered_at AS registered_at_23, t18.company_website AS company_website_24, t18.created_at AS created_at_25, t18.updated_at AS updated_at_26, t18.client_id AS client_id_27, t18.scene_inheritance_pack_id AS scene_inheritance_pack_id_28, t18.partner_client_id AS partner_client_id_29, t0.customer_id AS customer_id_30 FROM live.client t0 LEFT JOIN live.client_billing_period t9 ON t9.client_id = t0.id LEFT JOIN live.client_wizard_invitation t18 ON t18.client_id = t0.id WHERE t0.code = 'VIRTWAY' LIMIT 1;
|
| 7 |
8.06 ms |
SELECT count(p0_.id) AS sclr_0 FROM live.permission_group p0_ WHERE p0_.client_id = ?
SELECT count(p0_.id) AS sclr_0 FROM live.permission_group p0_ WHERE p0_.client_id = 2;
|
| 8 |
8.05 ms |
SELECT s0_.id AS id_0, s0_.uuid AS uuid_1, s0_.internal_name AS internal_name_2, s0_.thumbnail_path AS thumbnail_path_3, s0_."order" AS order_4, s0_.for_registered_users AS for_registered_users_5, s0_.for_guest_users AS for_guest_users_6, s0_.is_instantiable AS is_instantiable_7, s0_.max_users AS max_users_8, s0_.has_own_geometry AS has_own_geometry_9, s0_.communication_restricted AS communication_restricted_10, s0_.ai_context_description AS ai_context_description_11, s0_.automatic_sitting AS automatic_sitting_12, s0_.browser_cache_hash AS browser_cache_hash_13, s0_.initial_positionx AS initial_positionx_14, s0_.initial_positiony AS initial_positiony_15, s0_.initial_positionz AS initial_positionz_16, s0_.initial_rotationx AS initial_rotationx_17, s0_.initial_rotationy AS initial_rotationy_18, s0_.initial_rotationz AS initial_rotationz_19, s0_.created_at AS created_at_20, s0_.updated_at AS updated_at_21, s0_.client_id AS client_id_22, s0_.scene_state_id AS scene_state_id_23 FROM live.scene s0_ INNER JOIN live.client c1_ ON s0_.client_id = c1_.id WHERE c1_.id = ? AND s0_.scene_state_id IN (?, ?) AND s0_.for_guest_users = ? ORDER BY s0_."order" ASC
SELECT s0_.id AS id_0, s0_.uuid AS uuid_1, s0_.internal_name AS internal_name_2, s0_.thumbnail_path AS thumbnail_path_3, s0_."order" AS order_4, s0_.for_registered_users AS for_registered_users_5, s0_.for_guest_users AS for_guest_users_6, s0_.is_instantiable AS is_instantiable_7, s0_.max_users AS max_users_8, s0_.has_own_geometry AS has_own_geometry_9, s0_.communication_restricted AS communication_restricted_10, s0_.ai_context_description AS ai_context_description_11, s0_.automatic_sitting AS automatic_sitting_12, s0_.browser_cache_hash AS browser_cache_hash_13, s0_.initial_positionx AS initial_positionx_14, s0_.initial_positiony AS initial_positiony_15, s0_.initial_positionz AS initial_positionz_16, s0_.initial_rotationx AS initial_rotationx_17, s0_.initial_rotationy AS initial_rotationy_18, s0_.initial_rotationz AS initial_rotationz_19, s0_.created_at AS created_at_20, s0_.updated_at AS updated_at_21, s0_.client_id AS client_id_22, s0_.scene_state_id AS scene_state_id_23 FROM live.scene s0_ INNER JOIN live.client c1_ ON s0_.client_id = c1_.id WHERE c1_.id = 2 AND s0_.scene_state_id IN (1, 3) AND s0_.for_guest_users = 1 ORDER BY s0_."order" ASC;
|
| 9 |
3.69 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 608;
|
| 10 |
3.52 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 18;
|
| 11 |
3.82 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 258;
|
| 12 |
3.98 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 642;
|
| 13 |
3.56 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 783;
|
| 14 |
9.49 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 788;
|
| 15 |
3.99 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 242;
|
| 16 |
3.66 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 243;
|
| 17 |
4.80 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 26;
|
| 18 |
3.96 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 13;
|
| 19 |
8.80 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 19;
|
| 20 |
6.56 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 14;
|
| 21 |
5.42 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 15;
|
| 22 |
4.10 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 644;
|
| 23 |
5.17 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 741;
|
| 24 |
4.09 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 8;
|
| 25 |
6.06 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 23;
|
| 26 |
3.94 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 11;
|
| 27 |
3.37 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 24;
|
| 28 |
3.23 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 172;
|
| 29 |
3.44 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 118;
|
| 30 |
3.22 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 180;
|
| 31 |
3.31 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 203;
|
| 32 |
3.73 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 263;
|
| 33 |
3.50 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 264;
|
| 34 |
3.64 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 412;
|
| 35 |
3.42 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 510;
|
| 36 |
3.47 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.locale AS locale_4, t0.translatable_id AS translatable_id_5 FROM live.scene_translation t0 WHERE t0.translatable_id = 719;
|
| 37 |
7.90 ms |
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.internal_name AS internal_name_3, t0.openai_model AS openai_model_4, t0.openai_temperature AS openai_temperature_5, t0.prompt AS prompt_6, t0.blink AS blink_7, t0.welcome_elapsed_time AS welcome_elapsed_time_8, t0.pulse_animation_enabled AS pulse_animation_enabled_9, t0.pulse_animation_interval AS pulse_animation_interval_10, t0.pulse_animation_duration AS pulse_animation_duration_11, t0.num_request_to_show_human_support_link AS num_request_to_show_human_support_link_12, t0.show_alert_message AS show_alert_message_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.support_bot_type_id AS support_bot_type_id_16 FROM gpt.support_bot t0 WHERE t0.uuid = ? LIMIT 1
Parameters: [
"12690774-c837-4d01-bc2c-6320cdc9bae7"
]
SELECT t0.id AS id_1, t0.uuid AS uuid_2, t0.internal_name AS internal_name_3, t0.openai_model AS openai_model_4, t0.openai_temperature AS openai_temperature_5, t0.prompt AS prompt_6, t0.blink AS blink_7, t0.welcome_elapsed_time AS welcome_elapsed_time_8, t0.pulse_animation_enabled AS pulse_animation_enabled_9, t0.pulse_animation_interval AS pulse_animation_interval_10, t0.pulse_animation_duration AS pulse_animation_duration_11, t0.num_request_to_show_human_support_link AS num_request_to_show_human_support_link_12, t0.show_alert_message AS show_alert_message_13, t0.created_at AS created_at_14, t0.updated_at AS updated_at_15, t0.support_bot_type_id AS support_bot_type_id_16 FROM gpt.support_bot t0 WHERE t0.uuid = '12690774-c837-4d01-bc2c-6320cdc9bae7' LIMIT 1;
|
| 38 |
3.95 ms |
SELECT t0.id AS id_1, t0.bot_name AS bot_name_2, t0.user_name AS user_name_3, t0.title AS title_4, t0.welcome AS welcome_5, t0.alert_message AS alert_message_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM gpt.support_bot_translation t0 WHERE t0.translatable_id = ?
SELECT t0.id AS id_1, t0.bot_name AS bot_name_2, t0.user_name AS user_name_3, t0.title AS title_4, t0.welcome AS welcome_5, t0.alert_message AS alert_message_6, t0.locale AS locale_7, t0.translatable_id AS translatable_id_8 FROM gpt.support_bot_translation t0 WHERE t0.translatable_id = 1;
|
| 39 |
4.01 ms |
SELECT COUNT(s0_.id) AS sclr_0 FROM live.scene s0_ WHERE s0_.client_id = ? AND s0_.for_registered_users = ? AND s0_.for_guest_users = ?
SELECT COUNT(s0_.id) AS sclr_0 FROM live.scene s0_ WHERE s0_.client_id = 2 AND s0_.for_registered_users = 1 AND s0_.for_guest_users = 0;
|