| 1 |
0.42 ms |
SELECT r0_.enabled AS enabled_0, r0_.statusCode AS statusCode_1, r0_.source AS source_2, r0_.sourceHost AS sourceHost_3, r0_.target AS target_4, r0_.id AS id_5, r0_.created AS created_6, r0_.changed AS changed_7, r0_.idUsersCreator AS idUsersCreator_8, r0_.idUsersChanger AS idUsersChanger_9 FROM re_redirect_routes r0_ WHERE r0_.source = ? AND (r0_.sourceHost = ? OR r0_.sourceHost = '' OR r0_.sourceHost IS NULL) AND r0_.enabled = 1 ORDER BY r0_.sourceHost DESC LIMIT 1
Parameters: [
"/team-sante-eigenmarke/selen-3335474"
"activa.teamsante.at"
]
SELECT r0_.enabled AS enabled_0, r0_.statusCode AS statusCode_1, r0_.source AS source_2, r0_.sourceHost AS sourceHost_3, r0_.target AS target_4, r0_.id AS id_5, r0_.created AS created_6, r0_.changed AS changed_7, r0_.idUsersCreator AS idUsersCreator_8, r0_.idUsersChanger AS idUsersChanger_9 FROM re_redirect_routes r0_ WHERE r0_.source = '/team-sante-eigenmarke/selen-3335474' AND (r0_.sourceHost = 'activa.teamsante.at' OR r0_.sourceHost = '' OR r0_.sourceHost IS NULL) AND r0_.enabled = 1 ORDER BY r0_.sourceHost DESC LIMIT 1;
|
| 2 |
0.28 ms |
SELECT r0_.path AS path_0, r0_.locale AS locale_1, r0_.entity_class AS entity_class_2, r0_.entity_id AS entity_id_3, r0_.history AS history_4, r0_.id AS id_5, r0_.created AS created_6, r0_.changed AS changed_7, r1_.path AS path_8, r1_.locale AS locale_9, r1_.entity_class AS entity_class_10, r1_.entity_id AS entity_id_11, r1_.history AS history_12, r1_.id AS id_13, r1_.created AS created_14, r1_.changed AS changed_15, r0_.target_id AS target_id_16, r0_.idUsersCreator AS idUsersCreator_17, r0_.idUsersChanger AS idUsersChanger_18, r1_.target_id AS target_id_19, r1_.idUsersCreator AS idUsersCreator_20, r1_.idUsersChanger AS idUsersChanger_21 FROM ro_routes r0_ LEFT JOIN ro_routes r1_ ON r0_.target_id = r1_.id WHERE r0_.path = ? AND r0_.locale = ?
Parameters: [
"/team-sante-eigenmarke/selen-3335474"
"de"
]
SELECT r0_.path AS path_0, r0_.locale AS locale_1, r0_.entity_class AS entity_class_2, r0_.entity_id AS entity_id_3, r0_.history AS history_4, r0_.id AS id_5, r0_.created AS created_6, r0_.changed AS changed_7, r1_.path AS path_8, r1_.locale AS locale_9, r1_.entity_class AS entity_class_10, r1_.entity_id AS entity_id_11, r1_.history AS history_12, r1_.id AS id_13, r1_.created AS created_14, r1_.changed AS changed_15, r0_.target_id AS target_id_16, r0_.idUsersCreator AS idUsersCreator_17, r0_.idUsersChanger AS idUsersChanger_18, r1_.target_id AS target_id_19, r1_.idUsersCreator AS idUsersCreator_20, r1_.idUsersChanger AS idUsersChanger_21 FROM ro_routes r0_ LEFT JOIN ro_routes r1_ ON r0_.target_id = r1_.id WHERE r0_.path = '/team-sante-eigenmarke/selen-3335474' AND r0_.locale = 'de';
|
| 3 |
0.19 ms |
SELECT 1 FROM phpcr_workspaces WHERE name = ?
Parameters: [
"default_live"
]
SELECT 1 FROM phpcr_workspaces WHERE name = 'default_live';
|
| 4 |
0.29 ms |
SELECT * FROM phpcr_nodes WHERE identifier = ? AND workspace_name = ?
Parameters: [
"51733f0a-cc1d-47cd-aadf-00d61abaf9b0"
"default_live"
]
SELECT * FROM phpcr_nodes WHERE identifier = '51733f0a-cc1d-47cd-aadf-00d61abaf9b0' AND workspace_name = 'default_live';
|
| 5 |
0.24 ms |
SELECT path, parent FROM phpcr_nodes WHERE parent IN (?) AND workspace_name = ? ORDER BY sort_order ASC
Parameters: [
"/cmf/articles/2025/09/selen"
"default_live"
]
SELECT path, parent FROM phpcr_nodes WHERE parent IN ('/cmf/articles/2025/09/selen') AND workspace_name = 'default_live' ORDER BY sort_order ASC;
|
| 6 |
0.13 ms |
SELECT
phpcr_type_nodes.name AS node_name, phpcr_type_nodes.is_abstract AS node_abstract,
phpcr_type_nodes.is_mixin AS node_mixin, phpcr_type_nodes.queryable AS node_queryable,
phpcr_type_nodes.orderable_child_nodes AS node_has_orderable_child_nodes,
phpcr_type_nodes.primary_item AS node_primary_item_name, phpcr_type_nodes.supertypes AS declared_super_type_names,
phpcr_type_props.name AS property_name, phpcr_type_props.auto_created AS property_auto_created,
phpcr_type_props.mandatory AS property_mandatory, phpcr_type_props.protected AS property_protected,
phpcr_type_props.on_parent_version AS property_on_parent_version,
phpcr_type_props.required_type AS property_required_type, phpcr_type_props.multiple AS property_multiple,
phpcr_type_props.fulltext_searchable AS property_fulltext_searchable,
phpcr_type_props.query_orderable AS property_query_orderable, phpcr_type_props.default_value as property_default_value,
phpcr_type_childs.name AS child_name, phpcr_type_childs.auto_created AS child_auto_created,
phpcr_type_childs.mandatory AS child_mandatory, phpcr_type_childs.protected AS child_protected,
phpcr_type_childs.on_parent_version AS child_on_parent_version, phpcr_type_childs.default_type AS child_default_type,
phpcr_type_childs.primary_types AS child_primary_types
FROM
phpcr_type_nodes
LEFT JOIN
phpcr_type_props ON phpcr_type_nodes.node_type_id = phpcr_type_props.node_type_id
LEFT JOIN
phpcr_type_childs ON phpcr_type_nodes.node_type_id = phpcr_type_childs.node_type_id
SELECT
phpcr_type_nodes.name AS node_name, phpcr_type_nodes.is_abstract AS node_abstract,
phpcr_type_nodes.is_mixin AS node_mixin, phpcr_type_nodes.queryable AS node_queryable,
phpcr_type_nodes.orderable_child_nodes AS node_has_orderable_child_nodes,
phpcr_type_nodes.primary_item AS node_primary_item_name, phpcr_type_nodes.supertypes AS declared_super_type_names,
phpcr_type_props.name AS property_name, phpcr_type_props.auto_created AS property_auto_created,
phpcr_type_props.mandatory AS property_mandatory, phpcr_type_props.protected AS property_protected,
phpcr_type_props.on_parent_version AS property_on_parent_version,
phpcr_type_props.required_type AS property_required_type, phpcr_type_props.multiple AS property_multiple,
phpcr_type_props.fulltext_searchable AS property_fulltext_searchable,
phpcr_type_props.query_orderable AS property_query_orderable, phpcr_type_props.default_value as property_default_value,
phpcr_type_childs.name AS child_name, phpcr_type_childs.auto_created AS child_auto_created,
phpcr_type_childs.mandatory AS child_mandatory, phpcr_type_childs.protected AS child_protected,
phpcr_type_childs.on_parent_version AS child_on_parent_version, phpcr_type_childs.default_type AS child_default_type,
phpcr_type_childs.primary_types AS child_primary_types
FROM
phpcr_type_nodes
LEFT JOIN
phpcr_type_props ON phpcr_type_nodes.node_type_id = phpcr_type_props.node_type_id
LEFT JOIN
phpcr_type_childs ON phpcr_type_nodes.node_type_id = phpcr_type_childs.node_type_id
;
|
| 7 |
0.14 ms |
SELECT prefix, uri FROM phpcr_namespaces
SELECT prefix, uri FROM phpcr_namespaces;
|
| 8 |
0.13 ms |
SELECT * FROM phpcr_nodes
WHERE path = ?
AND workspace_name = ?
ORDER BY depth, sort_order ASC
Parameters: [
"/cmf/articles/2025/09"
"default_live"
]
SELECT * FROM phpcr_nodes
WHERE path = '/cmf/articles/2025/09'
AND workspace_name = 'default_live'
ORDER BY depth, sort_order ASC;
|
| 9 |
0.12 ms |
SELECT path, parent FROM phpcr_nodes WHERE parent IN (?) AND workspace_name = ? ORDER BY sort_order ASC
Parameters: [
"/cmf/articles/2025/09"
"default_live"
]
SELECT path, parent FROM phpcr_nodes WHERE parent IN ('/cmf/articles/2025/09') AND workspace_name = 'default_live' ORDER BY sort_order ASC;
|
| 10 |
0.42 ms |
SELECT r0_.path AS path_0, r0_.locale AS locale_1, r0_.entity_class AS entity_class_2, r0_.entity_id AS entity_id_3, r0_.history AS history_4, r0_.id AS id_5, r0_.created AS created_6, r0_.changed AS changed_7, r0_.target_id AS target_id_8, r0_.idUsersCreator AS idUsersCreator_9, r0_.idUsersChanger AS idUsersChanger_10 FROM ro_routes r0_ WHERE r0_.entity_class = ? AND r0_.entity_id = ? AND r0_.locale = ? AND r0_.history = 0
Parameters: [
"Sulu\Bundle\ArticleBundle\Document\ArticleDocument"
"51733f0a-cc1d-47cd-aadf-00d61abaf9b0"
"de"
]
SELECT r0_.path AS path_0, r0_.locale AS locale_1, r0_.entity_class AS entity_class_2, r0_.entity_id AS entity_id_3, r0_.history AS history_4, r0_.id AS id_5, r0_.created AS created_6, r0_.changed AS changed_7, r0_.target_id AS target_id_8, r0_.idUsersCreator AS idUsersCreator_9, r0_.idUsersChanger AS idUsersChanger_10 FROM ro_routes r0_ WHERE r0_.entity_class = 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument' AND r0_.entity_id = '51733f0a-cc1d-47cd-aadf-00d61abaf9b0' AND r0_.locale = 'de' AND r0_.history = 0;
|
| 11 |
0.15 ms |
SELECT r0_.path AS path_0, r0_.locale AS locale_1, r0_.entity_class AS entity_class_2, r0_.entity_id AS entity_id_3, r0_.history AS history_4, r0_.id AS id_5, r0_.created AS created_6, r0_.changed AS changed_7, r0_.target_id AS target_id_8, r0_.idUsersCreator AS idUsersCreator_9, r0_.idUsersChanger AS idUsersChanger_10 FROM ro_routes r0_ WHERE r0_.entity_class = ? AND r0_.entity_id = ? AND r0_.locale = ? AND r0_.history = 0
Parameters: [
"Sulu\Bundle\ArticleBundle\Document\ArticleDocument"
"51733f0a-cc1d-47cd-aadf-00d61abaf9b0"
"de"
]
SELECT r0_.path AS path_0, r0_.locale AS locale_1, r0_.entity_class AS entity_class_2, r0_.entity_id AS entity_id_3, r0_.history AS history_4, r0_.id AS id_5, r0_.created AS created_6, r0_.changed AS changed_7, r0_.target_id AS target_id_8, r0_.idUsersCreator AS idUsersCreator_9, r0_.idUsersChanger AS idUsersChanger_10 FROM ro_routes r0_ WHERE r0_.entity_class = 'Sulu\\Bundle\\ArticleBundle\\Document\\ArticleDocument' AND r0_.entity_id = '51733f0a-cc1d-47cd-aadf-00d61abaf9b0' AND r0_.locale = 'de' AND r0_.history = 0;
|
| 12 |
0.15 ms |
SELECT w0_.title AS title_0, w0_.webspace_key AS webspace_key_1, w0_.all_domains AS all_domains_2, w0_.content AS content_3, w0_.type AS type_4, w0_.id AS id_5, w1_.url AS url_6, w1_.environment AS environment_7, w1_.id AS id_8 FROM we_analytics w0_ LEFT JOIN we_analytics_domains w2_ ON w0_.id = w2_.analytics LEFT JOIN we_domains w1_ ON w1_.id = w2_.domain WHERE (w0_.all_domains = 1 OR (w1_.url = ? AND w1_.environment = ?)) AND w0_.webspace_key = ? ORDER BY w0_.id ASC
Parameters: [
"activa.teamsante.at/{localization}"
"dev"
"teamsante"
]
SELECT w0_.title AS title_0, w0_.webspace_key AS webspace_key_1, w0_.all_domains AS all_domains_2, w0_.content AS content_3, w0_.type AS type_4, w0_.id AS id_5, w1_.url AS url_6, w1_.environment AS environment_7, w1_.id AS id_8 FROM we_analytics w0_ LEFT JOIN we_analytics_domains w2_ ON w0_.id = w2_.analytics LEFT JOIN we_domains w1_ ON w1_.id = w2_.domain WHERE (w0_.all_domains = 1 OR (w1_.url = 'activa.teamsante.at/{localization}' AND w1_.environment = 'dev')) AND w0_.webspace_key = 'teamsante' ORDER BY w0_.id ASC;
|