14.29 ms (64.13%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND (n0 . path LIKE '/cmf/mayabay/contents/%' OR n0 . path = '/cmf/mayabay/contents' ) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND (n0 . path LIKE '/cmf/mayabay/contents/%' OR n0 . path = '/cmf/mayabay/contents' ) ORDER BY CAST (EXTRACTVALUE (n0 . numerical_props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) AS DECIMAL ) ASC , EXTRACTVALUE (n0 . props , '//sv:property[@sv:name="sulu:order"]/sv:value[1]' ) ASC ;
Copy
0.60 ms (2.71%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/monaco' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/monaco' LIMIT 1 ;
Copy
0.51 ms (2.29%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants' LIMIT 1 ;
Copy
0.45 ms (2.03%)
2
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
;
Copy
0.41 ms (1.84%)
1
SELECT 1 FROM phpcr_workspaces WHERE name = ?
Parameters :
[
"default_live "
]
SELECT 1 FROM phpcr_workspaces WHERE name = 'default_live' ;
Copy
0.41 ms (1.82%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents' LIMIT 1 ;
Copy
0.31 ms (1.41%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/monaco/events' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/monaco/events' LIMIT 1 ;
Copy
0.31 ms (1.39%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/dubai/events/tokyo-night' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/dubai/events/tokyo-night' LIMIT 1 ;
Copy
0.30 ms (1.37%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/courchevel-1850/events' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/courchevel-1850/events' LIMIT 1 ;
Copy
0.29 ms (1.29%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/courchevel-1850/news' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/courchevel-1850/news' LIMIT 1 ;
Copy
0.26 ms (1.18%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/dubai' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/dubai' LIMIT 1 ;
Copy
0.25 ms (1.14%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/porto-montenegro' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/porto-montenegro' LIMIT 1 ;
Copy
0.25 ms (1.13%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/dubai/events' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/dubai/events' LIMIT 1 ;
Copy
0.24 ms (1.08%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/monaco/news' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/monaco/news' LIMIT 1 ;
Copy
0.23 ms (1.04%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/courchevel-1850' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/courchevel-1850' LIMIT 1 ;
Copy
0.23 ms (1.02%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/porto-montenegro/events' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/porto-montenegro/events' LIMIT 1 ;
Copy
0.23 ms (1.01%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/about' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/about' LIMIT 1 ;
Copy
0.22 ms (0.98%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/porto-montenegro/news' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/porto-montenegro/news' LIMIT 1 ;
Copy
0.21 ms (0.95%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/monaco/events/lantern-night-party' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/monaco/events/lantern-night-party' LIMIT 1 ;
Copy
0.21 ms (0.93%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/news' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/news' LIMIT 1 ;
Copy
0.20 ms (0.92%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/monaco/news/monaco-grand-prix-at-mayabay' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/monaco/news/monaco-grand-prix-at-mayabay' LIMIT 1 ;
Copy
0.20 ms (0.90%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/privacy-policy' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/privacy-policy' LIMIT 1 ;
Copy
0.20 ms (0.88%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/contact' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/contact' LIMIT 1 ;
Copy
0.20 ms (0.88%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/porto-montenegro/events/2nd-anniversary-celebration' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/porto-montenegro/events/2nd-anniversary-celebration' LIMIT 1 ;
Copy
0.19 ms (0.87%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/legal-notice-terms-of-use' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/legal-notice-terms-of-use' LIMIT 1 ;
Copy
0.19 ms (0.86%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/events' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/events' LIMIT 1 ;
Copy
0.18 ms (0.83%)
2
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/dubai/news' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/dubai/news' LIMIT 1 ;
Copy
0.12 ms (0.53%)
1
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/miami-west-palm-beach/events' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/miami-west-palm-beach/events' LIMIT 1 ;
Copy
0.11 ms (0.48%)
1
SELECT prefix , uri FROM phpcr_namespaces
SELECT prefix , uri FROM phpcr_namespaces ;
Copy
0.10 ms (0.46%)
1
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/miami-west-palm-beach/news' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/miami-west-palm-beach/news' LIMIT 1 ;
Copy
0.10 ms (0.44%)
1
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/mykonos/news' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/mykonos/news' LIMIT 1 ;
Copy
0.09 ms (0.42%)
1
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/london/events' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/london/events' LIMIT 1 ;
Copy
0.09 ms (0.41%)
1
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/mykonos/events' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/mykonos/events' LIMIT 1 ;
Copy
0.09 ms (0.39%)
1
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = ? AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/london/news' LIMIT 1
Parameters :
[
"default_live "
]
SELECT n0 . path AS n0_path , n0 . identifier AS n0_identifier , n0 . props AS n0_props FROM phpcr_nodes n0 WHERE n0 . workspace_name = 'default_live' AND n0 . type IN ('nt:unstructured' , 'rep:root' ) AND n0 . parent = '/cmf/mayabay/contents/restaurants/london/news' LIMIT 1 ;
Copy