Query Metrics
56
Database Queries
10
Different statements
72.06 ms
Query time
0
Invalid entities
Queries
default connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.34 ms |
SELECT c.id AS ezcontentclass_id, c.version AS ezcontentclass_version, c.serialized_name_list AS ezcontentclass_serialized_name_list, c.serialized_description_list AS ezcontentclass_serialized_description_list, c.identifier AS ezcontentclass_identifier, c.created AS ezcontentclass_created, c.modified AS ezcontentclass_modified, c.modifier_id AS ezcontentclass_modifier_id, c.creator_id AS ezcontentclass_creator_id, c.remote_id AS ezcontentclass_remote_id, c.url_alias_name AS ezcontentclass_url_alias_name, c.contentobject_name AS ezcontentclass_contentobject_name, c.is_container AS ezcontentclass_is_container, c.initial_language_id AS ezcontentclass_initial_language_id, c.always_available AS ezcontentclass_always_available, c.sort_field AS ezcontentclass_sort_field, c.sort_order AS ezcontentclass_sort_order, c.language_mask AS ezcontentclass_language_mask, a.id AS ezcontentclass_attribute_id, a.serialized_name_list AS ezcontentclass_attribute_serialized_name_list, a.serialized_description_list AS ezcontentclass_attribute_serialized_description_list, a.identifier AS ezcontentclass_attribute_identifier, a.category AS ezcontentclass_attribute_category, a.data_type_string AS ezcontentclass_attribute_data_type_string, a.can_translate AS ezcontentclass_attribute_can_translate, a.is_required AS ezcontentclass_attribute_is_required, a.is_information_collector AS ezcontentclass_attribute_is_information_collector, a.is_searchable AS ezcontentclass_attribute_is_searchable, a.is_thumbnail AS ezcontentclass_attribute_is_thumbnail, a.placement AS ezcontentclass_attribute_placement, a.data_float1 AS ezcontentclass_attribute_data_float1, a.data_float2 AS ezcontentclass_attribute_data_float2, a.data_float3 AS ezcontentclass_attribute_data_float3, a.data_float4 AS ezcontentclass_attribute_data_float4, a.data_int1 AS ezcontentclass_attribute_data_int1, a.data_int2 AS ezcontentclass_attribute_data_int2, a.data_int3 AS ezcontentclass_attribute_data_int3, a.data_int4 AS ezcontentclass_attribute_data_int4, a.data_text1 AS ezcontentclass_attribute_data_text1, a.data_text2 AS ezcontentclass_attribute_data_text2, a.data_text3 AS ezcontentclass_attribute_data_text3, a.data_text4 AS ezcontentclass_attribute_data_text4, a.data_text5 AS ezcontentclass_attribute_data_text5, a.serialized_data_text AS ezcontentclass_attribute_serialized_data_text, g.group_id AS ezcontentclass_classgroup_group_id, ml.name AS ezcontentclass_attribute_multilingual_name, ml.description AS ezcontentclass_attribute_multilingual_description, ml.language_id AS ezcontentclass_attribute_multilingual_language_id, ml.data_text AS ezcontentclass_attribute_multilingual_data_text, ml.data_json AS ezcontentclass_attribute_multilingual_data_json FROM ezcontentclass c LEFT JOIN ezcontentclass_attribute a ON (c.id = a.contentclass_id) AND (c.version = a.version) LEFT JOIN ezcontentclass_classgroup g ON (c.id = g.contentclass_id) AND (c.version = g.contentclass_version) LEFT JOIN ezcontentclass_attribute_ml ml ON (a.id = ml.contentclass_attribute_id) AND (a.version = ml.version) WHERE (c.identifier = :identifier) AND (c.version = :version) ORDER BY a.placement ASC
Parameters:
[ "identifier" => "ses_productcatalog" "version" => 0 ] |
| 2 | 0.24 ms |
SELECT id, locale, name, disabled FROM ezcontent_language WHERE locale IN (:locale)
Parameters:
[ "locale" => [ "ger-DE" "eng-GB" ] ] |
| 3 | 0.34 ms |
SELECT t.*, c.language_mask, c.initial_language_id FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE (((1 = 0) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue1)) AND ((1 = 1) AND ((c.section_id IN (:dcValue2)) OR (c.section_id IN (:dcValue3))))) AND (c.status = :dcValue4) AND (v.status = :dcValue5) AND (t.depth <> :dcValue6) AND ((c.language_mask & :dcValue7) > :dcValue8) LIMIT 25
Parameters:
[ "dcValue1" => "/1/2/%" "dcValue2" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue3" => [ "8" ] "dcValue4" => 1 "dcValue5" => 1 "dcValue6" => 0 "dcValue7" => 7 "dcValue8" => 0 ] |
| 4 | 1.18 ms |
SELECT COUNT(*) FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.depth <= :dcValue3) AND ((c.section_id IN (:dcValue4)) OR (c.section_id IN (:dcValue5))))) AND (c.status = :dcValue6) AND (v.status = :dcValue7) AND (t.depth <> :dcValue8) AND ((c.language_mask & :dcValue9) > :dcValue10)
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => 2 "dcValue4" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue5" => [ "8" ] "dcValue6" => 1 "dcValue7" => 1 "dcValue8" => 0 "dcValue9" => 7 "dcValue10" => 0 ] |
| 5 | 1.46 ms |
SELECT t.*, c.language_mask, c.initial_language_id, t.priority AS `sort_column_0` FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.depth <= :dcValue3) AND ((c.section_id IN (:dcValue4)) OR (c.section_id IN (:dcValue5))))) AND (c.status = :dcValue6) AND (v.status = :dcValue7) AND (t.depth <> :dcValue8) AND ((c.language_mask & :dcValue9) > :dcValue10) ORDER BY `sort_column_0` ASC LIMIT 25
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => 2 "dcValue4" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue5" => [ "8" ] "dcValue6" => 1 "dcValue7" => 1 "dcValue8" => 0 "dcValue9" => 7 "dcValue10" => 0 ] |
| 6 | 0.87 ms |
SELECT COUNT(*) FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11)
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/102/%" "dcValue4" => 3 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 7 | 0.62 ms |
SELECT t.*, c.language_mask, c.initial_language_id, t.priority AS `sort_column_0` FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11) ORDER BY `sort_column_0` ASC LIMIT 25
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/102/%" "dcValue4" => 3 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 8 | 0.96 ms |
SHOW FULL TABLES WHERE Table_type = 'BASE TABLE'
Parameters:
[] |
| 9 | 1.48 ms |
SELECT COUNT(*) FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11)
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/146/%" "dcValue4" => 3 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 10 | 1.35 ms |
SELECT t.*, c.language_mask, c.initial_language_id, t.priority AS `sort_column_0` FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11) ORDER BY `sort_column_0` ASC LIMIT 25
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/146/%" "dcValue4" => 3 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 11 | 0.99 ms |
SELECT COUNT(*) FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11)
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/413/%" "dcValue4" => 3 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 12 | 3.51 ms |
SELECT t.*, c.language_mask, c.initial_language_id, t.priority AS `sort_column_0` FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11) ORDER BY `sort_column_0` ASC LIMIT 25
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/413/%" "dcValue4" => 3 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 13 | 0.99 ms |
SELECT COUNT(*) FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11)
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/413/63/%" "dcValue4" => 4 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 14 | 1.41 ms |
SELECT t.*, c.language_mask, c.initial_language_id, t.priority AS `sort_column_0` FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11) ORDER BY `sort_column_0` ASC LIMIT 25
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/413/63/%" "dcValue4" => 4 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 15 | 0.94 ms |
SELECT COUNT(*) FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11)
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/413/469/%" "dcValue4" => 4 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 16 | 0.82 ms |
SELECT t.*, c.language_mask, c.initial_language_id, t.priority AS `sort_column_0` FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11) ORDER BY `sort_column_0` ASC LIMIT 25
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/413/469/%" "dcValue4" => 4 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 17 | 0.76 ms |
SELECT COUNT(*) FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11)
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/413/61/%" "dcValue4" => 4 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 18 | 0.58 ms |
SELECT t.*, c.language_mask, c.initial_language_id, t.priority AS `sort_column_0` FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11) ORDER BY `sort_column_0` ASC LIMIT 25
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/413/61/%" "dcValue4" => 4 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 19 | 1.20 ms |
SELECT COUNT(*) FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11)
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/413/62/%" "dcValue4" => 4 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 20 | 1.01 ms |
SELECT t.*, c.language_mask, c.initial_language_id, t.priority AS `sort_column_0` FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11) ORDER BY `sort_column_0` ASC LIMIT 25
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/413/62/%" "dcValue4" => 4 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 21 | 1.09 ms |
SELECT COUNT(*) FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11)
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/103/%" "dcValue4" => 3 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 22 | 0.86 ms |
SELECT t.*, c.language_mask, c.initial_language_id, t.priority AS `sort_column_0` FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11) ORDER BY `sort_column_0` ASC LIMIT 25
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/103/%" "dcValue4" => 3 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 23 | 0.70 ms |
SELECT COUNT(*) FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11)
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/344/%" "dcValue4" => 3 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 24 | 0.41 ms |
SELECT t.*, c.language_mask, c.initial_language_id, t.priority AS `sort_column_0` FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11) ORDER BY `sort_column_0` ASC LIMIT 25
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/344/%" "dcValue4" => 3 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 25 | 0.74 ms |
SELECT COUNT(*) FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11)
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/64/%" "dcValue4" => 3 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 26 | 0.39 ms |
SELECT t.*, c.language_mask, c.initial_language_id, t.priority AS `sort_column_0` FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11) ORDER BY `sort_column_0` ASC LIMIT 25
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/64/%" "dcValue4" => 3 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 27 | 0.89 ms |
SELECT COUNT(*) FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.depth <= :dcValue3) AND ((c.section_id IN (:dcValue4)) OR (c.section_id IN (:dcValue5))))) AND (c.status = :dcValue6) AND (v.status = :dcValue7) AND (t.depth <> :dcValue8) AND ((c.language_mask & :dcValue9) > :dcValue10)
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => 2 "dcValue4" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue5" => [ "8" ] "dcValue6" => 1 "dcValue7" => 1 "dcValue8" => 0 "dcValue9" => 7 "dcValue10" => 0 ] |
| 28 | 0.67 ms |
SELECT t.*, c.language_mask, c.initial_language_id, t.priority AS `sort_column_0` FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.depth <= :dcValue3) AND ((c.section_id IN (:dcValue4)) OR (c.section_id IN (:dcValue5))))) AND (c.status = :dcValue6) AND (v.status = :dcValue7) AND (t.depth <> :dcValue8) AND ((c.language_mask & :dcValue9) > :dcValue10) ORDER BY `sort_column_0` ASC LIMIT 25
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => 2 "dcValue4" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue5" => [ "8" ] "dcValue6" => 1 "dcValue7" => 1 "dcValue8" => 0 "dcValue9" => 7 "dcValue10" => 0 ] |
| 29 | 0.76 ms |
SELECT COUNT(*) FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11)
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/102/%" "dcValue4" => 3 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 30 | 0.50 ms |
SELECT t.*, c.language_mask, c.initial_language_id, t.priority AS `sort_column_0` FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11) ORDER BY `sort_column_0` ASC LIMIT 25
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/102/%" "dcValue4" => 3 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 31 | 1.25 ms |
SELECT COUNT(*) FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11)
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/146/%" "dcValue4" => 3 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 32 | 0.94 ms |
SELECT t.*, c.language_mask, c.initial_language_id, t.priority AS `sort_column_0` FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11) ORDER BY `sort_column_0` ASC LIMIT 25
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/146/%" "dcValue4" => 3 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 33 | 0.96 ms |
SELECT COUNT(*) FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11)
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/413/%" "dcValue4" => 3 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 34 | 0.90 ms |
SELECT t.*, c.language_mask, c.initial_language_id, t.priority AS `sort_column_0` FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11) ORDER BY `sort_column_0` ASC LIMIT 25
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/413/%" "dcValue4" => 3 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 35 | 0.83 ms |
SELECT COUNT(*) FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11)
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/413/63/%" "dcValue4" => 4 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 36 | 0.51 ms |
SELECT t.*, c.language_mask, c.initial_language_id, t.priority AS `sort_column_0` FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11) ORDER BY `sort_column_0` ASC LIMIT 25
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/413/63/%" "dcValue4" => 4 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 37 | 0.81 ms |
SELECT COUNT(*) FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11)
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/413/469/%" "dcValue4" => 4 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 38 | 0.44 ms |
SELECT t.*, c.language_mask, c.initial_language_id, t.priority AS `sort_column_0` FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11) ORDER BY `sort_column_0` ASC LIMIT 25
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/413/469/%" "dcValue4" => 4 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 39 | 0.80 ms |
SELECT COUNT(*) FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11)
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/413/61/%" "dcValue4" => 4 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 40 | 0.71 ms |
SELECT t.*, c.language_mask, c.initial_language_id, t.priority AS `sort_column_0` FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11) ORDER BY `sort_column_0` ASC LIMIT 25
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/413/61/%" "dcValue4" => 4 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 41 | 0.97 ms |
SELECT COUNT(*) FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11)
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/413/62/%" "dcValue4" => 4 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 42 | 0.88 ms |
SELECT t.*, c.language_mask, c.initial_language_id, t.priority AS `sort_column_0` FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11) ORDER BY `sort_column_0` ASC LIMIT 25
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/413/62/%" "dcValue4" => 4 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 43 | 1.81 ms |
SELECT COUNT(*) FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11)
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/103/%" "dcValue4" => 3 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 44 | 1.03 ms |
SELECT t.*, c.language_mask, c.initial_language_id, t.priority AS `sort_column_0` FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11) ORDER BY `sort_column_0` ASC LIMIT 25
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/103/%" "dcValue4" => 3 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 45 | 1.32 ms |
SELECT COUNT(*) FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11)
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/344/%" "dcValue4" => 3 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 46 | 0.54 ms |
SELECT t.*, c.language_mask, c.initial_language_id, t.priority AS `sort_column_0` FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11) ORDER BY `sort_column_0` ASC LIMIT 25
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/344/%" "dcValue4" => 3 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 47 | 0.75 ms |
SELECT COUNT(*) FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11)
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/64/%" "dcValue4" => 3 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 48 | 0.69 ms |
SELECT t.*, c.language_mask, c.initial_language_id, t.priority AS `sort_column_0` FROM ezcontentobject_tree t INNER JOIN ezcontentobject c ON t.contentobject_id = c.id INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((1 = 1) AND ((t.is_invisible = :dcValue1) AND (c.contentclass_id IN (:dcValue2)) AND ((c.language_mask & 7) > 0) AND (t.path_string LIKE :dcValue3) AND (t.depth <= :dcValue4) AND ((c.section_id IN (:dcValue5)) OR (c.section_id IN (:dcValue6))))) AND (c.status = :dcValue7) AND (v.status = :dcValue8) AND (t.depth <> :dcValue9) AND ((c.language_mask & :dcValue10) > :dcValue11) ORDER BY `sort_column_0` ASC LIMIT 25
Parameters:
[ "dcValue1" => 0 "dcValue2" => [ 42 1 43 48 45 47 46 56 57 ] "dcValue3" => "/1/2/64/%" "dcValue4" => 3 "dcValue5" => [ "9" "6" "10" "3" "12" "11" "1" ] "dcValue6" => [ "8" ] "dcValue7" => 1 "dcValue8" => 1 "dcValue9" => 0 "dcValue10" => 7 "dcValue11" => 0 ] |
| 49 | 1.72 ms |
SELECT COUNT( DISTINCT c.id ) FROM ezcontentobject c INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((((c.contentclass_id IN (:dcValue1)) AND (c.id IN (SELECT contentobject_id FROM ezcontentobject_tree subquery_location WHERE (subquery_location.is_hidden = 0) AND (subquery_location.is_invisible = 0)))) AND (1 = 1)) AND (c.status = 1) AND (v.status = 1)) AND ((c.language_mask & :language_mask) > :zero)
Parameters:
[ "dcValue1" => [ 59 ] "language_mask" => 7 "zero" => 0 ] |
| 50 | 5.32 ms |
SELECT DISTINCT c.*, main_tree.main_node_id AS main_tree_main_node_id, sort_table_0.sort_key_int IS NOT NULL AS `sort_column_0_null`, sort_table_0.sort_key_string IS NOT NULL AS `sort_column_0_bis_null`, sort_table_0.sort_key_int AS `sort_column_0`, sort_table_0.sort_key_string AS `sort_column_0_bis` FROM ezcontentobject c INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id LEFT JOIN ezcontentobject_tree main_tree ON (main_tree.contentobject_id = c.id) AND (main_tree.main_node_id = main_tree.node_id) LEFT JOIN ezcontentobject_attribute `sort_table_0` ON (:dcValue1 = `sort_table_0`.contentclassattribute_id) AND (`sort_table_0`.contentobject_id = c.id) AND (`sort_table_0`.version = c.current_version) AND (((c.language_mask & sort_table_0.language_id) > :dcValue8) AND ((c.language_mask - (c.language_mask & sort_table_0.language_id) & :dcValue2) + ((c.language_mask - (c.language_mask & sort_table_0.language_id) & :dcValue4)) + ((c.language_mask - (c.language_mask & sort_table_0.language_id) & :dcValue6)) < (sort_table_0.language_id & :dcValue3) + ((sort_table_0.language_id & :dcValue5)) + ((sort_table_0.language_id & :dcValue7)))) WHERE ((((c.contentclass_id IN (:dcValue9)) AND (c.id IN (SELECT contentobject_id FROM ezcontentobject_tree subquery_location WHERE (subquery_location.is_hidden = 0) AND (subquery_location.is_invisible = 0)))) AND (1 = 1)) AND (c.status = 1) AND (v.status = 1)) AND ((c.language_mask & :language_mask) > :zero) ORDER BY `sort_column_0_null` DESC, `sort_column_0_bis_null` DESC, `sort_column_0` ASC, `sort_column_0_bis` ASC LIMIT 500
Parameters:
[ "dcValue1" => 311 "dcValue2" => 1 "dcValue3" => 1 "dcValue4" => 2 "dcValue5" => 2 "dcValue6" => 4 "dcValue7" => 4 "dcValue8" => 0 "dcValue9" => [ 59 ] "language_mask" => 7 "zero" => 0 ] |
| 51 | 1.51 ms |
SELECT COUNT( DISTINCT c.id ) FROM ezcontentobject c INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((((c.contentclass_id IN (:dcValue1)) AND (c.id IN (SELECT contentobject_id FROM ezcontentobject_tree subquery_location WHERE (subquery_location.is_hidden = 0) AND (subquery_location.is_invisible = 0)))) AND (1 = 1)) AND (c.status = 1) AND (v.status = 1)) AND ((c.language_mask & :language_mask) > :zero)
Parameters:
[ "dcValue1" => [ 59 ] "language_mask" => 7 "zero" => 0 ] |
| 52 | 5.21 ms |
SELECT DISTINCT c.*, main_tree.main_node_id AS main_tree_main_node_id, sort_table_0.sort_key_int IS NOT NULL AS `sort_column_0_null`, sort_table_0.sort_key_string IS NOT NULL AS `sort_column_0_bis_null`, sort_table_0.sort_key_int AS `sort_column_0`, sort_table_0.sort_key_string AS `sort_column_0_bis` FROM ezcontentobject c INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id LEFT JOIN ezcontentobject_tree main_tree ON (main_tree.contentobject_id = c.id) AND (main_tree.main_node_id = main_tree.node_id) LEFT JOIN ezcontentobject_attribute `sort_table_0` ON (:dcValue1 = `sort_table_0`.contentclassattribute_id) AND (`sort_table_0`.contentobject_id = c.id) AND (`sort_table_0`.version = c.current_version) AND (((c.language_mask & sort_table_0.language_id) > :dcValue8) AND ((c.language_mask - (c.language_mask & sort_table_0.language_id) & :dcValue2) + ((c.language_mask - (c.language_mask & sort_table_0.language_id) & :dcValue4)) + ((c.language_mask - (c.language_mask & sort_table_0.language_id) & :dcValue6)) < (sort_table_0.language_id & :dcValue3) + ((sort_table_0.language_id & :dcValue5)) + ((sort_table_0.language_id & :dcValue7)))) WHERE ((((c.contentclass_id IN (:dcValue9)) AND (c.id IN (SELECT contentobject_id FROM ezcontentobject_tree subquery_location WHERE (subquery_location.is_hidden = 0) AND (subquery_location.is_invisible = 0)))) AND (1 = 1)) AND (c.status = 1) AND (v.status = 1)) AND ((c.language_mask & :language_mask) > :zero) ORDER BY `sort_column_0_null` DESC, `sort_column_0_bis_null` DESC, `sort_column_0` ASC, `sort_column_0_bis` ASC LIMIT 500
Parameters:
[ "dcValue1" => 311 "dcValue2" => 1 "dcValue3" => 1 "dcValue4" => 2 "dcValue5" => 2 "dcValue6" => 4 "dcValue7" => 4 "dcValue8" => 0 "dcValue9" => [ 59 ] "language_mask" => 7 "zero" => 0 ] |
| 53 | 1.86 ms |
SELECT COUNT( DISTINCT c.id ) FROM ezcontentobject c INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((((c.contentclass_id IN (:dcValue1)) AND (c.id IN (SELECT contentobject_id FROM ezcontentobject_tree subquery_location WHERE (subquery_location.is_hidden = 0) AND (subquery_location.is_invisible = 0)))) AND (1 = 1)) AND (c.status = 1) AND (v.status = 1)) AND ((c.language_mask & :language_mask) > :zero)
Parameters:
[ "dcValue1" => [ 59 ] "language_mask" => 7 "zero" => 0 ] |
| 54 | 4.98 ms |
SELECT DISTINCT c.*, main_tree.main_node_id AS main_tree_main_node_id, sort_table_0.sort_key_int IS NOT NULL AS `sort_column_0_null`, sort_table_0.sort_key_string IS NOT NULL AS `sort_column_0_bis_null`, sort_table_0.sort_key_int AS `sort_column_0`, sort_table_0.sort_key_string AS `sort_column_0_bis` FROM ezcontentobject c INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id LEFT JOIN ezcontentobject_tree main_tree ON (main_tree.contentobject_id = c.id) AND (main_tree.main_node_id = main_tree.node_id) LEFT JOIN ezcontentobject_attribute `sort_table_0` ON (:dcValue1 = `sort_table_0`.contentclassattribute_id) AND (`sort_table_0`.contentobject_id = c.id) AND (`sort_table_0`.version = c.current_version) AND (((c.language_mask & sort_table_0.language_id) > :dcValue8) AND ((c.language_mask - (c.language_mask & sort_table_0.language_id) & :dcValue2) + ((c.language_mask - (c.language_mask & sort_table_0.language_id) & :dcValue4)) + ((c.language_mask - (c.language_mask & sort_table_0.language_id) & :dcValue6)) < (sort_table_0.language_id & :dcValue3) + ((sort_table_0.language_id & :dcValue5)) + ((sort_table_0.language_id & :dcValue7)))) WHERE ((((c.contentclass_id IN (:dcValue9)) AND (c.id IN (SELECT contentobject_id FROM ezcontentobject_tree subquery_location WHERE (subquery_location.is_hidden = 0) AND (subquery_location.is_invisible = 0)))) AND (1 = 1)) AND (c.status = 1) AND (v.status = 1)) AND ((c.language_mask & :language_mask) > :zero) ORDER BY `sort_column_0_null` DESC, `sort_column_0_bis_null` DESC, `sort_column_0` ASC, `sort_column_0_bis` ASC LIMIT 500
Parameters:
[ "dcValue1" => 311 "dcValue2" => 1 "dcValue3" => 1 "dcValue4" => 2 "dcValue5" => 2 "dcValue6" => 4 "dcValue7" => 4 "dcValue8" => 0 "dcValue9" => [ 59 ] "language_mask" => 7 "zero" => 0 ] |
| 55 | 1.65 ms |
SELECT COUNT( DISTINCT c.id ) FROM ezcontentobject c INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id WHERE ((((c.contentclass_id IN (:dcValue1)) AND (c.id IN (SELECT contentobject_id FROM ezcontentobject_tree subquery_location WHERE (subquery_location.is_hidden = 0) AND (subquery_location.is_invisible = 0)))) AND (1 = 1)) AND (c.status = 1) AND (v.status = 1)) AND ((c.language_mask & :language_mask) > :zero)
Parameters:
[ "dcValue1" => [ 59 ] "language_mask" => 7 "zero" => 0 ] |
| 56 | 4.59 ms |
SELECT DISTINCT c.*, main_tree.main_node_id AS main_tree_main_node_id, sort_table_0.sort_key_int IS NOT NULL AS `sort_column_0_null`, sort_table_0.sort_key_string IS NOT NULL AS `sort_column_0_bis_null`, sort_table_0.sort_key_int AS `sort_column_0`, sort_table_0.sort_key_string AS `sort_column_0_bis` FROM ezcontentobject c INNER JOIN ezcontentobject_version v ON c.id = v.contentobject_id LEFT JOIN ezcontentobject_tree main_tree ON (main_tree.contentobject_id = c.id) AND (main_tree.main_node_id = main_tree.node_id) LEFT JOIN ezcontentobject_attribute `sort_table_0` ON (:dcValue1 = `sort_table_0`.contentclassattribute_id) AND (`sort_table_0`.contentobject_id = c.id) AND (`sort_table_0`.version = c.current_version) AND (((c.language_mask & sort_table_0.language_id) > :dcValue8) AND ((c.language_mask - (c.language_mask & sort_table_0.language_id) & :dcValue2) + ((c.language_mask - (c.language_mask & sort_table_0.language_id) & :dcValue4)) + ((c.language_mask - (c.language_mask & sort_table_0.language_id) & :dcValue6)) < (sort_table_0.language_id & :dcValue3) + ((sort_table_0.language_id & :dcValue5)) + ((sort_table_0.language_id & :dcValue7)))) WHERE ((((c.contentclass_id IN (:dcValue9)) AND (c.id IN (SELECT contentobject_id FROM ezcontentobject_tree subquery_location WHERE (subquery_location.is_hidden = 0) AND (subquery_location.is_invisible = 0)))) AND (1 = 1)) AND (c.status = 1) AND (v.status = 1)) AND ((c.language_mask & :language_mask) > :zero) ORDER BY `sort_column_0_null` DESC, `sort_column_0_bis_null` DESC, `sort_column_0` ASC, `sort_column_0_bis` ASC LIMIT 500
Parameters:
[ "dcValue1" => 311 "dcValue2" => 1 "dcValue3" => 1 "dcValue4" => 2 "dcValue5" => 2 "dcValue6" => 4 "dcValue7" => 4 "dcValue8" => 0 "dcValue9" => [ 59 ] "language_mask" => 7 "zero" => 0 ] |
site_factory connection
No database queries were performed.
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| site_factory | doctrine.dbal.site_factory_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
| ibexa_default | doctrine.orm.ibexa_default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
default entity manager
No loaded entities.
ibexa_default entity manager
No loaded entities.