Query Metrics

1575 Database Queries
65 Different statements
514.31 ms Query time
0 Invalid entities

Queries

Group similar statements

default connection

# Time Info
1 0.31 ms
SELECT *
            FROM website_settings
            WHERE name = ?
                AND (
                    siteId IS NULL
                    OR siteId = 0
                    OR siteId = ?
                )
                AND (
                    language IS NULL
                    OR language = ''
                    OR language = ?
                )
            ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC
Parameters:
[
  "defaultSiteConfig"
  null
  null
]
2 0.08 ms
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  1
]
3 0.10 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SiteConfig"
]
4 0.30 ms
SELECT *
            FROM website_settings
            WHERE name = ?
                AND (
                    siteId IS NULL
                    OR siteId = 0
                    OR siteId = ?
                )
                AND (
                    language IS NULL
                    OR language = ''
                    OR language = ?
                )
            ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC
Parameters:
[
  "mainBlogPortal"
  null
  null
]
5 0.08 ms
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  8
]
6 0.08 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "BlogPortal"
]
7 0.45 ms
SELECT * FROM redirects WHERE
            (
                (source = :sourcePath AND (`type` = :typePath OR `type` = :typeAuto)) OR
                (source = :sourcePathQuery AND `type` = :typePathQuery) OR
                (source = :sourceEntireUri AND `type` = :typeEntireUri)
            ) AND active = 1 AND regex IS NULL AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite = '6' AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "sourcePath" => "/de/Ausseerland-Salzkammergut/Urlaub-planen/Ausflugsziele"
  "sourcePathQuery" => "/de/Ausseerland-Salzkammergut/Urlaub-planen/Ausflugsziele?page=2"
  "sourceEntireUri" => "https://stage.steiermark.com/de/Ausseerland-Salzkammergut/Urlaub-planen/Ausflugsziele?page=2"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
8 0.12 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "reports"
  "scope" => "pimcore"
]
9 0.12 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Ausflugsziele"
  "path" => "/steiermark.com/de/Ausseerland-Salzkammergut/Urlaub-planen/"
]
10 0.16 ms
SELECT * FROM object_url_slugs WHERE slug = '/de/Ausseerland-Salzkammergut/Urlaub-planen/Ausflugsziele' AND (siteId = 6 OR siteId = 0) ORDER BY siteId DESC LIMIT 1
Parameters:
[]
11 0.11 ms
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[]
12 0.26 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
13 0.18 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "Region"
]
14 0.31 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  8986
]
15 0.18 ms
SELECT id FROM sites
Parameters:
[]
16 0.21 ms
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  8986
]
17 0.15 ms
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  8986
  8986
  8986
]
18 0.10 ms
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  9966
  9966
]
19 0.10 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Ausflugsziele"
  "path" => "/de/Ausseerland-Salzkammergut/Urlaub-planen/"
]
20 0.07 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Ausseerland-Salzkammergut/Urlaub-planen/Ausflugsziele"
]
21 0.06 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Ausflugsziele"
  "path" => "/de/Ausseerland-Salzkammergut/Urlaub-planen/"
]
22 0.06 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Ausseerland-Salzkammergut/Urlaub-planen/Ausflugsziele"
]
23 0.12 ms
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/steiermark.com/%"
  "/de/Ausseerland-Salzkammergut/Urlaub-planen/Ausflugsziele"
]
24 0.07 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Urlaub-planen"
  "path" => "/de/Ausseerland-Salzkammergut/"
]
25 0.06 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Ausseerland-Salzkammergut/Urlaub-planen"
]
26 0.09 ms
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/steiermark.com/%"
  "/de/Ausseerland-Salzkammergut/Urlaub-planen"
]
27 0.06 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Ausseerland-Salzkammergut"
  "path" => "/de/"
]
28 0.06 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Ausseerland-Salzkammergut"
]
29 0.09 ms
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/steiermark.com/%"
  "/de/Ausseerland-Salzkammergut"
]
30 0.06 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "de"
  "path" => "/"
]
31 0.06 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de"
]
32 0.08 ms
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/steiermark.com/%"
  "/de"
]
33 0.09 ms
SELECT documents.id FROM documents
            LEFT JOIN documents_page ON documents.id = documents_page.id
            WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[
  "/steiermark.com/%"
  ""
]
34 0.09 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => ""
  "path" => "/"
]
35 0.08 ms
SELECT * FROM object_url_slugs WHERE slug = '/de/Ausseerland-Salzkammergut/Urlaub-planen/Ausflugsziele' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[]
36 0.07 ms
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
  "pimcore_staticroutes"
]
37 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "1"
  "scope" => "pimcore_staticroutes"
]
38 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "2"
  "scope" => "pimcore_staticroutes"
]
39 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "3"
  "scope" => "pimcore_staticroutes"
]
40 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "4"
  "scope" => "pimcore_staticroutes"
]
41 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "5"
  "scope" => "pimcore_staticroutes"
]
42 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "6"
  "scope" => "pimcore_staticroutes"
]
43 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "7"
  "scope" => "pimcore_staticroutes"
]
44 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "8"
  "scope" => "pimcore_staticroutes"
]
45 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "9"
  "scope" => "pimcore_staticroutes"
]
46 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "10"
  "scope" => "pimcore_staticroutes"
]
47 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "11"
  "scope" => "pimcore_staticroutes"
]
48 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "12"
  "scope" => "pimcore_staticroutes"
]
49 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "13"
  "scope" => "pimcore_staticroutes"
]
50 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "15"
  "scope" => "pimcore_staticroutes"
]
51 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "16"
  "scope" => "pimcore_staticroutes"
]
52 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "17"
  "scope" => "pimcore_staticroutes"
]
53 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "18"
  "scope" => "pimcore_staticroutes"
]
54 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "19"
  "scope" => "pimcore_staticroutes"
]
55 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "20"
  "scope" => "pimcore_staticroutes"
]
56 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "21"
  "scope" => "pimcore_staticroutes"
]
57 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "22"
  "scope" => "pimcore_staticroutes"
]
58 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "23"
  "scope" => "pimcore_staticroutes"
]
59 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "24"
  "scope" => "pimcore_staticroutes"
]
60 0.25 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "25"
  "scope" => "pimcore_staticroutes"
]
61 0.17 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "26"
  "scope" => "pimcore_staticroutes"
]
62 0.16 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "27"
  "scope" => "pimcore_staticroutes"
]
63 0.16 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "28"
  "scope" => "pimcore_staticroutes"
]
64 0.20 ms
SELECT id FROM sites
Parameters:
[]
65 0.18 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1024237
]
66 0.18 ms
SELECT id FROM sites
Parameters:
[]
67 0.11 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "21"
]
68 0.24 ms
SELECT id FROM sites
Parameters:
[]
69 0.31 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1062372
]
70 93.05 ms
SELECT object_localized_39_de.o_id as o_id, object_localized_39_de.o_type as o_type FROM object_localized_39_de WHERE (o_id in (select dest_id from object_relations_45 where fieldname LIKE 'holidayThemes') AND  object_localized_39_de.o_type IN ('object','folder')) AND object_localized_39_de.o_published = 1 ORDER BY `name` ASC
Parameters:
[]
71 0.12 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "39"
]
72 0.11 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "31"
]
73 0.08 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "72"
]
74 2.02 ms
SELECT object_localized_72_de.o_id as o_id, object_localized_72_de.o_type as o_type FROM object_localized_72_de WHERE ((region__id in (11465,11466,11464,1612603,11463) OR o_id in (11465,11466,11464,1612603,11463))  AND  object_localized_72_de.o_type IN ('object','folder')) AND object_localized_72_de.o_published = 1 ORDER BY `name`
Parameters:
[]
75 0.09 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "47"
]
76 0.84 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8866
]
77 0.08 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "46"
]
78 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2956831
]
79 0.13 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  34637986
]
80 0.12 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13101
]
81 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8966
]
82 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8906
]
83 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2956834
]
84 0.11 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8935
]
85 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8884
]
86 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8880
]
87 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8889
]
88 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8908
]
89 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8960
]
90 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8879
]
91 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  34637984
]
92 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8909
]
93 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13102
]
94 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  323812
]
95 0.11 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2335828
]
96 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2956833
]
97 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8881
]
98 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8891
]
99 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8914
]
100 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8950
]
101 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  43486494
]
102 0.12 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  30766034
]
103 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8697573
]
104 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8926
]
105 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8964
]
106 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2289698
]
107 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8913
]
108 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  3576862
]
109 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  978047
]
110 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  1060937
]
111 0.11 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8903
]
112 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8936
]
113 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8917
]
114 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8916
]
115 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8878
]
116 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8937
]
117 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8941
]
118 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8904
]
119 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8951
]
120 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  34637975
]
121 0.11 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8934
]
122 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8953
]
123 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9707210
]
124 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9707192
]
125 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8944
]
126 0.11 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8902
]
127 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8969
]
128 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  41070520
]
129 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8890
]
130 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13098
]
131 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  34637979
]
132 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  1514879
]
133 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8931
]
134 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2612848
]
135 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  323813
]
136 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  323816
]
137 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8971
]
138 0.11 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8932
]
139 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8877
]
140 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  41711625
]
141 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8886
]
142 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8925
]
143 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  1514878
]
144 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  1514877
]
145 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8965
]
146 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8892
]
147 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8924
]
148 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8905
]
149 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8893
]
150 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  30807423
]
151 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  33665691
]
152 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13097
]
153 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  978046
]
154 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8942
]
155 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2335829
]
156 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  34637977
]
157 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8959
]
158 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8943
]
159 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13690959
]
160 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8946
]
161 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8970
]
162 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8963
]
163 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8973
]
164 0.10 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2612886
]
165 0.27 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8896
]
166 0.24 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8958
]
167 0.24 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8921
]
168 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2956832
]
169 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  34637985
]
170 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8895
]
171 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8888
]
172 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8885
]
173 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8910
]
174 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8968
]
175 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13100
]
176 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8208050
]
177 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8922
]
178 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8894
]
179 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2335827
]
180 0.24 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8874
]
181 0.25 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  20664811
]
182 0.26 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166174
]
183 0.24 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166175
]
184 0.24 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166176
]
185 0.24 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8947
]
186 0.24 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8900
]
187 0.24 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8938
]
188 0.24 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8962
]
189 0.24 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8940
]
190 0.24 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  7778883
]
191 0.24 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8876
]
192 0.25 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  3994125
]
193 0.24 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8939
]
194 0.24 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2956828
]
195 0.24 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8954
]
196 0.25 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8974
]
197 0.24 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8955
]
198 0.24 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8972
]
199 0.18 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13981580
]
200 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8930
]
201 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8915
]
202 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8923
]
203 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8933
]
204 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8956
]
205 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8873
]
206 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2335897
]
207 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8875
]
208 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13368813
]
209 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  30766033
]
210 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8967
]
211 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8928
]
212 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  43486493
]
213 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2335826
]
214 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8952
]
215 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  3576863
]
216 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8882
]
217 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8901
]
218 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13103
]
219 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  323810
]
220 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  323815
]
221 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  46098368
]
222 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13104
]
223 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8948
]
224 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8919
]
225 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8911
]
226 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  34637989
]
227 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8961
]
228 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6311040
]
229 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2956829
]
230 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8929
]
231 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8918
]
232 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8510366
]
233 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8899
]
234 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8920
]
235 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8945
]
236 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13099
]
237 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  323814
]
238 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13691917
]
239 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8887
]
240 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8912
]
241 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8927
]
242 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8907
]
243 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8897
]
244 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8949
]
245 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8898
]
246 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13981573
]
247 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2956830
]
248 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8171621
]
249 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  3190434
]
250 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6512514
]
251 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6512515
]
252 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2956827
]
253 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8883
]
254 0.49 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8871
]
255 0.21 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9001
]
256 0.18 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8208051
]
257 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9004
]
258 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  1060938
]
259 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9012
]
260 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8990
]
261 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9000
]
262 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8994
]
263 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9005
]
264 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8988
]
265 0.18 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8995
]
266 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9017
]
267 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9013
]
268 0.19 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9003
]
269 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13105
]
270 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8984
]
271 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9006
]
272 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8983
]
273 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9019
]
274 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  41711645
]
275 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  1514880
]
276 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8981
]
277 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8976
]
278 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8997
]
279 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8979
]
280 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166178
]
281 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166177
]
282 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166179
]
283 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8989
]
284 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8998
]
285 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  7778884
]
286 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8978
]
287 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9010
]
288 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9020
]
289 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9016
]
290 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8993
]
291 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8992
]
292 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9002
]
293 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9008
]
294 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8986
]
295 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9011
]
296 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9018
]
297 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8996
]
298 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8991
]
299 0.37 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9822107
]
300 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8975
]
301 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9007
]
302 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9014
]
303 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8999
]
304 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9015
]
305 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  39909567
]
306 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8987
]
307 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8977
]
308 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8985
]
309 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8982
]
310 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8980
]
311 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9009
]
312 1.67 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8867
]
313 0.21 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9079
]
314 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9165
]
315 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9241
]
316 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  26609376
]
317 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9067
]
318 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9044
]
319 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9251
]
320 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9222
]
321 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9228
]
322 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9181
]
323 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9253
]
324 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9116
]
325 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9094
]
326 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9112
]
327 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9052
]
328 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9124
]
329 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9240
]
330 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9037
]
331 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9166
]
332 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9140
]
333 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9101
]
334 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  44435342
]
335 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9096
]
336 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9250
]
337 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9168
]
338 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8592997
]
339 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9160
]
340 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9197
]
341 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9234
]
342 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9223
]
343 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9224
]
344 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9242
]
345 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9045
]
346 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9042
]
347 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9201
]
348 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9097
]
349 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9070
]
350 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9248
]
351 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9173
]
352 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9121
]
353 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9047
]
354 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9180
]
355 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9247
]
356 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9138
]
357 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9127
]
358 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  1060939
]
359 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13106
]
360 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  7187761
]
361 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  978049
]
362 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2612888
]
363 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9113
]
364 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  16945071
]
365 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9153
]
366 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9164
]
367 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9053
]
368 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9109
]
369 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9196
]
370 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9063
]
371 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9123
]
372 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9175
]
373 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9122
]
374 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9249
]
375 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9171
]
376 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9188
]
377 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9151
]
378 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  978048
]
379 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9051
]
380 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  323829
]
381 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9225
]
382 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9064
]
383 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9030
]
384 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9059
]
385 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9134
]
386 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9129
]
387 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9057
]
388 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9179
]
389 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9137
]
390 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9069
]
391 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13107
]
392 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9198
]
393 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9036
]
394 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9214
]
395 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9185
]
396 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9031
]
397 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9192
]
398 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9141
]
399 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  323826
]
400 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13110
]
401 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  41711656
]
402 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9102
]
403 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13108
]
404 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9162
]
405 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9172
]
406 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9182
]
407 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9178
]
408 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9237
]
409 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9167
]
410 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9034
]
411 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9205
]
412 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9062
]
413 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9233
]
414 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9083
]
415 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9211
]
416 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9146
]
417 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9055
]
418 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9100
]
419 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9147
]
420 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9061
]
421 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9246
]
422 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9231
]
423 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9199
]
424 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9110
]
425 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9238
]
426 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9227
]
427 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9236
]
428 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9038
]
429 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9089
]
430 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9024
]
431 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9048
]
432 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9099
]
433 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9068
]
434 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  5947680
]
435 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2612889
]
436 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9128
]
437 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9244
]
438 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9078
]
439 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9186
]
440 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9131
]
441 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9071
]
442 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9187
]
443 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  3002122
]
444 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  7543517
]
445 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9927234
]
446 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2335898
]
447 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  46098377
]
448 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9066
]
449 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9157
]
450 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9229
]
451 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9203
]
452 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9085
]
453 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9126
]
454 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9118
]
455 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166180
]
456 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166181
]
457 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166182
]
458 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9133
]
459 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9218
]
460 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9206
]
461 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9170
]
462 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9132
]
463 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9022
]
464 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9213
]
465 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9257
]
466 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9135
]
467 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  7778885
]
468 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9208
]
469 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9035
]
470 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9029
]
471 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9216
]
472 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2956835
]
473 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9104
]
474 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9159
]
475 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166370
]
476 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9152
]
477 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9093
]
478 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9056
]
479 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9027
]
480 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9114
]
481 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9200
]
482 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  323832
]
483 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9163
]
484 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9043
]
485 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9143
]
486 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9190
]
487 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9105
]
488 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2612887
]
489 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9202
]
490 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9077
]
491 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9194
]
492 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9033
]
493 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9117
]
494 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9119
]
495 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9106
]
496 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2612890
]
497 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9046
]
498 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9204
]
499 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9028
]
500 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9082
]
501 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9026
]
502 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9150
]
503 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9023
]
504 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9184
]
505 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9191
]
506 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9245
]
507 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9076
]
508 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9239
]
509 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9252
]
510 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9217
]
511 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9136
]
512 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  323825
]
513 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9084
]
514 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9025
]
515 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9080
]
516 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13109
]
517 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9095
]
518 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  323822
]
519 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9255
]
520 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9145
]
521 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9243
]
522 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9148
]
523 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9893516
]
524 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6827960
]
525 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9176
]
526 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9039
]
527 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9220
]
528 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9125
]
529 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13111
]
530 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  46098383
]
531 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9092
]
532 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9049
]
533 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9210
]
534 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  18811450
]
535 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9086
]
536 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9212
]
537 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9075
]
538 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9130
]
539 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9032
]
540 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9065
]
541 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9073
]
542 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9041
]
543 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9193
]
544 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  5316200
]
545 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9060
]
546 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9040
]
547 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9021
]
548 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9081
]
549 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9107
]
550 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9209
]
551 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9189
]
552 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9139
]
553 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9215
]
554 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9156
]
555 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9088
]
556 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9221
]
557 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  5316202
]
558 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9142
]
559 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9090
]
560 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9254
]
561 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9108
]
562 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9072
]
563 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9822177
]
564 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9149
]
565 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9256
]
566 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9230
]
567 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9111
]
568 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9103
]
569 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9091
]
570 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9232
]
571 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9235
]
572 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9195
]
573 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9174
]
574 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9169
]
575 0.37 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  29311977
]
576 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9087
]
577 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9144
]
578 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9054
]
579 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166335
]
580 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9207
]
581 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9177
]
582 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9120
]
583 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9115
]
584 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9155
]
585 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9050
]
586 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  323817
]
587 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9098
]
588 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9074
]
589 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9154
]
590 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9161
]
591 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  5316201
]
592 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2335830
]
593 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9183
]
594 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9219
]
595 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9058
]
596 0.15 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9226
]
597 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9158
]
598 0.54 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8865
]
599 0.20 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9266
]
600 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  11969152
]
601 0.32 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9261597
]
602 0.18 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9284
]
603 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9296
]
604 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9283
]
605 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  11969147
]
606 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9269
]
607 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9300
]
608 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9267
]
609 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9298
]
610 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9279
]
611 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  3190435
]
612 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9268
]
613 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  19648668
]
614 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9276
]
615 0.18 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9289
]
616 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9258
]
617 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9292
]
618 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9299
]
619 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9278
]
620 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9303
]
621 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9261
]
622 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9287
]
623 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13112
]
624 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9263
]
625 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  11969149
]
626 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  38671291
]
627 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  11969142
]
628 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9261598
]
629 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  11969163
]
630 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  11969159
]
631 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9272
]
632 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9259
]
633 0.18 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9286
]
634 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9261599
]
635 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9262
]
636 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9294
]
637 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9293
]
638 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9285
]
639 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9302
]
640 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166184
]
641 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166183
]
642 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166185
]
643 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  11969155
]
644 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9280
]
645 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9274
]
646 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  7778887
]
647 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9282
]
648 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9261600
]
649 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9260
]
650 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9304
]
651 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  11969145
]
652 0.18 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9295
]
653 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9290
]
654 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  11969143
]
655 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9291
]
656 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9297
]
657 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9265
]
658 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9264
]
659 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9273
]
660 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9270
]
661 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9301
]
662 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9822209
]
663 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9281
]
664 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9275
]
665 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  11969161
]
666 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9277
]
667 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8208053
]
668 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9288
]
669 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9271
]
670 0.44 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8870
]
671 0.21 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9342
]
672 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9320
]
673 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9332
]
674 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9310
]
675 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9326
]
676 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9324
]
677 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9327
]
678 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9325
]
679 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9343
]
680 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13113
]
681 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  41711689
]
682 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9331
]
683 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9322
]
684 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9339
]
685 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9306
]
686 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9323
]
687 0.18 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9329
]
688 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9321
]
689 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9316
]
690 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9340
]
691 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8208054
]
692 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9335
]
693 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  18811464
]
694 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9319
]
695 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9317
]
696 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9333
]
697 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9336
]
698 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9308
]
699 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166187
]
700 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166186
]
701 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166188
]
702 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9330
]
703 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9337
]
704 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9338
]
705 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  7778888
]
706 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9312
]
707 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9313
]
708 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9328
]
709 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9307
]
710 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9334
]
711 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9314
]
712 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9318
]
713 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9315
]
714 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9345
]
715 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9822213
]
716 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9309
]
717 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9311
]
718 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9344
]
719 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9305
]
720 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9341
]
721 0.67 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8869
]
722 0.21 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9347
]
723 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9411
]
724 0.18 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9403
]
725 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9390
]
726 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9402
]
727 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9373
]
728 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9361
]
729 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9374
]
730 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9349
]
731 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9395
]
732 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9386
]
733 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9365
]
734 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9375
]
735 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9394
]
736 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9430
]
737 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9381
]
738 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9425
]
739 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9707334
]
740 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9707337
]
741 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9368
]
742 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9384
]
743 0.18 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9426
]
744 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9380
]
745 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9409
]
746 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9362
]
747 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9401
]
748 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9363
]
749 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13114
]
750 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9370
]
751 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9371
]
752 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  41711697
]
753 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9405
]
754 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9348
]
755 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9360
]
756 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9410
]
757 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9388
]
758 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9378
]
759 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9412
]
760 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9391
]
761 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9422
]
762 0.18 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9404
]
763 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9350
]
764 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9364
]
765 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9356
]
766 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9413
]
767 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166190
]
768 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166191
]
769 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166189
]
770 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9353
]
771 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9420
]
772 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9358
]
773 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9366
]
774 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9377
]
775 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  7778889
]
776 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9427
]
777 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9416
]
778 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9367
]
779 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9383
]
780 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9392
]
781 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9351
]
782 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9407
]
783 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9415
]
784 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9376
]
785 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9428
]
786 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9419
]
787 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9389
]
788 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9369
]
789 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9399
]
790 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9424
]
791 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9417
]
792 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9359
]
793 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9354
]
794 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9355
]
795 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9398
]
796 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9406
]
797 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9372
]
798 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9429
]
799 0.18 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9397
]
800 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166392
]
801 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8208055
]
802 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9385
]
803 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9400
]
804 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9418
]
805 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9423
]
806 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9346
]
807 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9393
]
808 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9408
]
809 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9822227
]
810 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9387
]
811 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9379
]
812 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9382
]
813 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9414
]
814 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9421
]
815 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9352
]
816 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9357
]
817 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9396
]
818 0.43 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8872
]
819 0.23 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  32623052
]
820 0.18 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9455
]
821 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9445
]
822 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9433
]
823 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9453
]
824 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9443
]
825 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9444
]
826 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9460
]
827 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9457
]
828 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9446
]
829 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9436
]
830 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9440
]
831 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  1592236
]
832 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166393
]
833 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  3046599
]
834 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9434
]
835 0.18 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9439
]
836 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9461
]
837 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9449
]
838 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13115
]
839 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  41711705
]
840 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9441
]
841 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9447
]
842 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9451
]
843 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166192
]
844 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166194
]
845 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166193
]
846 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8208056
]
847 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  18811474
]
848 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  7778890
]
849 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9456
]
850 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9452
]
851 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9462
]
852 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9442
]
853 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9435
]
854 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9459
]
855 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  38671315
]
856 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9454
]
857 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9448
]
858 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9822249
]
859 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9432
]
860 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9450
]
861 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9458
]
862 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9437
]
863 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  38671309
]
864 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9431
]
865 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9438
]
866 0.97 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8868
]
867 0.21 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9498
]
868 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9519
]
869 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8208057
]
870 0.18 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9261601
]
871 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9478
]
872 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9472
]
873 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9512
]
874 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9477
]
875 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9559
]
876 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9493
]
877 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9548
]
878 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9556
]
879 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9509
]
880 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9529
]
881 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9527
]
882 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9553
]
883 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9496
]
884 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9495
]
885 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9484
]
886 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  12006553
]
887 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9533
]
888 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9567
]
889 0.18 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9503
]
890 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9536
]
891 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9483
]
892 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9707367
]
893 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9707375
]
894 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9520
]
895 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9474
]
896 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  15499780
]
897 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9469
]
898 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9560
]
899 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9568
]
900 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9573
]
901 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9706926
]
902 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9486
]
903 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9535
]
904 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13117
]
905 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  12006549
]
906 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9507
]
907 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9480
]
908 0.18 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  36238558
]
909 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9463
]
910 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9521
]
911 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2956837
]
912 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9570
]
913 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9524
]
914 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9558
]
915 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9514
]
916 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9502
]
917 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13118
]
918 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9539
]
919 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9525
]
920 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9554
]
921 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  7349656
]
922 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9499
]
923 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2612891
]
924 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9465
]
925 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9572
]
926 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9534
]
927 0.31 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  45796594
]
928 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9538
]
929 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9561
]
930 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9551
]
931 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9488
]
932 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9552
]
933 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9513
]
934 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9537
]
935 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9555
]
936 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166195
]
937 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166197
]
938 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  6166196
]
939 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9479
]
940 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9511
]
941 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9566
]
942 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9516
]
943 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9706902
]
944 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9518
]
945 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9565
]
946 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9706885
]
947 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9485
]
948 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9540
]
949 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  7778891
]
950 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9501
]
951 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9473
]
952 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9544
]
953 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9542
]
954 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9571
]
955 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9562
]
956 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  3431157
]
957 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9523
]
958 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  323838
]
959 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9500
]
960 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2956838
]
961 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9541
]
962 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9564
]
963 0.19 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9545
]
964 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9522
]
965 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9515
]
966 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9530
]
967 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9549
]
968 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9569
]
969 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9506
]
970 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9574
]
971 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9706891
]
972 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9557
]
973 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9505
]
974 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9466
]
975 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9467
]
976 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9510
]
977 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  21536695
]
978 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9497
]
979 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9508
]
980 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9504
]
981 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9532
]
982 0.18 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9490
]
983 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  13116
]
984 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9550
]
985 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  10542214
]
986 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9475
]
987 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  2956836
]
988 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9492
]
989 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9468
]
990 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9531
]
991 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9494
]
992 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9464
]
993 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9563
]
994 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9261602
]
995 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9476
]
996 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9706905
]
997 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9481
]
998 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9543
]
999 0.16 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9528
]
1000 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  20664909
]
1001 0.18 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  8170574
]
1002 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9526
]
1003 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9470
]
1004 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9471
]
1005 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9706912
]
1006 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9517
]
1007 0.31 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  39646742
]
1008 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9547
]
1009 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9489
]
1010 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9491
]
1011 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9482
]
1012 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  323840
]
1013 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9487
]
1014 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  33334653
]
1015 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_type FROM objects WHERE (o_parentId = ? AND  objects.o_type IN ('object','folder')) AND objects.o_published = 1 ORDER BY `o_key` ASC
Parameters:
[
  9546
]
1016 96.78 ms
SELECT object_localized_45_de.o_id as o_id, object_localized_45_de.o_type as o_type FROM object_localized_45_de WHERE (((FIND_IN_SET("11465", `towns`) OR FIND_IN_SET("11466", `towns`) OR FIND_IN_SET("11464", `towns`) OR FIND_IN_SET("1612603", `towns`) OR FIND_IN_SET("11463", `towns`)))  AND ((FIND_IN_SET(2956831, `topics`) OR FIND_IN_SET(34637986, `topics`) OR FIND_IN_SET(13101, `topics`) OR FIND_IN_SET(8966, `topics`) OR FIND_IN_SET(8906, `topics`) OR FIND_IN_SET(2956834, `topics`) OR FIND_IN_SET(8935, `topics`) OR FIND_IN_SET(8884, `topics`) OR FIND_IN_SET(8880, `topics`) OR FIND_IN_SET(8889, `topics`) OR FIND_IN_SET(8908, `topics`) OR FIND_IN_SET(8960, `topics`) OR FIND_IN_SET(8879, `topics`) OR FIND_IN_SET(34637984, `topics`) OR FIND_IN_SET(8909, `topics`) OR FIND_IN_SET(13102, `topics`) OR FIND_IN_SET(323812, `topics`) OR FIND_IN_SET(2335828, `topics`) OR FIND_IN_SET(2956833, `topics`) OR FIND_IN_SET(8881, `topics`) OR FIND_IN_SET(8891, `topics`) OR FIND_IN_SET(8914, `topics`) OR FIND_IN_SET(8950, `topics`) OR FIND_IN_SET(43486494, `topics`) OR FIND_IN_SET(30766034, `topics`) OR FIND_IN_SET(8697573, `topics`) OR FIND_IN_SET(8926, `topics`) OR FIND_IN_SET(8964, `topics`) OR FIND_IN_SET(2289698, `topics`) OR FIND_IN_SET(8913, `topics`) OR FIND_IN_SET(3576862, `topics`) OR FIND_IN_SET(978047, `topics`) OR FIND_IN_SET(1060937, `topics`) OR FIND_IN_SET(8903, `topics`) OR FIND_IN_SET(8936, `topics`) OR FIND_IN_SET(8917, `topics`) OR FIND_IN_SET(8916, `topics`) OR FIND_IN_SET(8878, `topics`) OR FIND_IN_SET(8937, `topics`) OR FIND_IN_SET(8941, `topics`) OR FIND_IN_SET(8904, `topics`) OR FIND_IN_SET(8951, `topics`) OR FIND_IN_SET(34637975, `topics`) OR FIND_IN_SET(8934, `topics`) OR FIND_IN_SET(8953, `topics`) OR FIND_IN_SET(9707210, `topics`) OR FIND_IN_SET(9707192, `topics`) OR FIND_IN_SET(8944, `topics`) OR FIND_IN_SET(8902, `topics`) OR FIND_IN_SET(8969, `topics`) OR FIND_IN_SET(41070520, `topics`) OR FIND_IN_SET(8890, `topics`) OR FIND_IN_SET(13098, `topics`) OR FIND_IN_SET(34637979, `topics`) OR FIND_IN_SET(1514879, `topics`) OR FIND_IN_SET(8931, `topics`) OR FIND_IN_SET(2612848, `topics`) OR FIND_IN_SET(323813, `topics`) OR FIND_IN_SET(323816, `topics`) OR FIND_IN_SET(8971, `topics`) OR FIND_IN_SET(8932, `topics`) OR FIND_IN_SET(8877, `topics`) OR FIND_IN_SET(41711625, `topics`) OR FIND_IN_SET(8886, `topics`) OR FIND_IN_SET(8925, `topics`) OR FIND_IN_SET(1514878, `topics`) OR FIND_IN_SET(1514877, `topics`) OR FIND_IN_SET(8965, `topics`) OR FIND_IN_SET(8892, `topics`) OR FIND_IN_SET(8924, `topics`) OR FIND_IN_SET(8905, `topics`) OR FIND_IN_SET(8893, `topics`) OR FIND_IN_SET(30807423, `topics`) OR FIND_IN_SET(33665691, `topics`) OR FIND_IN_SET(13097, `topics`) OR FIND_IN_SET(978046, `topics`) OR FIND_IN_SET(8942, `topics`) OR FIND_IN_SET(2335829, `topics`) OR FIND_IN_SET(34637977, `topics`) OR FIND_IN_SET(8959, `topics`) OR FIND_IN_SET(8943, `topics`) OR FIND_IN_SET(13690959, `topics`) OR FIND_IN_SET(8946, `topics`) OR FIND_IN_SET(8970, `topics`) OR FIND_IN_SET(8963, `topics`) OR FIND_IN_SET(8973, `topics`) OR FIND_IN_SET(2612886, `topics`) OR FIND_IN_SET(8896, `topics`) OR FIND_IN_SET(8958, `topics`) OR FIND_IN_SET(8921, `topics`) OR FIND_IN_SET(2956832, `topics`) OR FIND_IN_SET(34637985, `topics`) OR FIND_IN_SET(8895, `topics`) OR FIND_IN_SET(8888, `topics`) OR FIND_IN_SET(8885, `topics`) OR FIND_IN_SET(8910, `topics`) OR FIND_IN_SET(8968, `topics`) OR FIND_IN_SET(13100, `topics`) OR FIND_IN_SET(8208050, `topics`) OR FIND_IN_SET(8922, `topics`) OR FIND_IN_SET(8894, `topics`) OR FIND_IN_SET(2335827, `topics`) OR FIND_IN_SET(8874, `topics`) OR FIND_IN_SET(20664811, `topics`) OR FIND_IN_SET(6166174, `topics`) OR FIND_IN_SET(6166175, `topics`) OR FIND_IN_SET(6166176, `topics`) OR FIND_IN_SET(8947, `topics`) OR FIND_IN_SET(8900, `topics`) OR FIND_IN_SET(8938, `topics`) OR FIND_IN_SET(8962, `topics`) OR FIND_IN_SET(8940, `topics`) OR FIND_IN_SET(7778883, `topics`) OR FIND_IN_SET(8876, `topics`) OR FIND_IN_SET(3994125, `topics`) OR FIND_IN_SET(8939, `topics`) OR FIND_IN_SET(2956828, `topics`) OR FIND_IN_SET(8954, `topics`) OR FIND_IN_SET(8974, `topics`) OR FIND_IN_SET(8955, `topics`) OR FIND_IN_SET(8972, `topics`) OR FIND_IN_SET(13981580, `topics`) OR FIND_IN_SET(8930, `topics`) OR FIND_IN_SET(8915, `topics`) OR FIND_IN_SET(8923, `topics`) OR FIND_IN_SET(8933, `topics`) OR FIND_IN_SET(8956, `topics`) OR FIND_IN_SET(8873, `topics`) OR FIND_IN_SET(2335897, `topics`) OR FIND_IN_SET(8875, `topics`) OR FIND_IN_SET(13368813, `topics`) OR FIND_IN_SET(30766033, `topics`) OR FIND_IN_SET(8967, `topics`) OR FIND_IN_SET(8928, `topics`) OR FIND_IN_SET(43486493, `topics`) OR FIND_IN_SET(2335826, `topics`) OR FIND_IN_SET(8952, `topics`) OR FIND_IN_SET(3576863, `topics`) OR FIND_IN_SET(8882, `topics`) OR FIND_IN_SET(8901, `topics`) OR FIND_IN_SET(13103, `topics`) OR FIND_IN_SET(323810, `topics`) OR FIND_IN_SET(323815, `topics`) OR FIND_IN_SET(46098368, `topics`) OR FIND_IN_SET(13104, `topics`) OR FIND_IN_SET(8948, `topics`) OR FIND_IN_SET(8919, `topics`) OR FIND_IN_SET(8911, `topics`) OR FIND_IN_SET(34637989, `topics`) OR FIND_IN_SET(8961, `topics`) OR FIND_IN_SET(6311040, `topics`) OR FIND_IN_SET(2956829, `topics`) OR FIND_IN_SET(8929, `topics`) OR FIND_IN_SET(8918, `topics`) OR FIND_IN_SET(8510366, `topics`) OR FIND_IN_SET(8899, `topics`) OR FIND_IN_SET(8920, `topics`) OR FIND_IN_SET(8945, `topics`) OR FIND_IN_SET(13099, `topics`) OR FIND_IN_SET(323814, `topics`) OR FIND_IN_SET(13691917, `topics`) OR FIND_IN_SET(8887, `topics`) OR FIND_IN_SET(8912, `topics`) OR FIND_IN_SET(8927, `topics`) OR FIND_IN_SET(8907, `topics`) OR FIND_IN_SET(8897, `topics`) OR FIND_IN_SET(8949, `topics`) OR FIND_IN_SET(8898, `topics`) OR FIND_IN_SET(13981573, `topics`) OR FIND_IN_SET(2956830, `topics`) OR FIND_IN_SET(8171621, `topics`) OR FIND_IN_SET(3190434, `topics`) OR FIND_IN_SET(6512514, `topics`) OR FIND_IN_SET(6512515, `topics`) OR FIND_IN_SET(2956827, `topics`) OR FIND_IN_SET(8883, `topics`) OR FIND_IN_SET(2956831, `topics`) OR FIND_IN_SET(34637986, `topics`) OR FIND_IN_SET(8966, `topics`) OR FIND_IN_SET(8906, `topics`) OR FIND_IN_SET(2956834, `topics`) OR FIND_IN_SET(8935, `topics`) OR FIND_IN_SET(8884, `topics`) OR FIND_IN_SET(8880, `topics`) OR FIND_IN_SET(8889, `topics`) OR FIND_IN_SET(8960, `topics`) OR FIND_IN_SET(8879, `topics`) OR FIND_IN_SET(34637984, `topics`) OR FIND_IN_SET(8909, `topics`) OR FIND_IN_SET(2335828, `topics`) OR FIND_IN_SET(2956833, `topics`) OR FIND_IN_SET(8881, `topics`) OR FIND_IN_SET(8891, `topics`) OR FIND_IN_SET(8950, `topics`) OR FIND_IN_SET(8926, `topics`) OR FIND_IN_SET(8964, `topics`) OR FIND_IN_SET(2289698, `topics`) OR FIND_IN_SET(8913, `topics`) OR FIND_IN_SET(3576862, `topics`) OR FIND_IN_SET(978047, `topics`) OR FIND_IN_SET(1060937, `topics`) OR FIND_IN_SET(8903, `topics`) OR FIND_IN_SET(8936, `topics`) OR FIND_IN_SET(8917, `topics`) OR FIND_IN_SET(8916, `topics`) OR FIND_IN_SET(8937, `topics`) OR FIND_IN_SET(8941, `topics`) OR FIND_IN_SET(8904, `topics`) OR FIND_IN_SET(8951, `topics`) OR FIND_IN_SET(34637975, `topics`) OR FIND_IN_SET(8934, `topics`) OR FIND_IN_SET(8953, `topics`) OR FIND_IN_SET(9707210, `topics`) OR FIND_IN_SET(9707192, `topics`) OR FIND_IN_SET(8944, `topics`) OR FIND_IN_SET(8902, `topics`) OR FIND_IN_SET(8969, `topics`) OR FIND_IN_SET(8890, `topics`) OR FIND_IN_SET(34637979, `topics`) OR FIND_IN_SET(1514879, `topics`) OR FIND_IN_SET(8931, `topics`) OR FIND_IN_SET(8971, `topics`) OR FIND_IN_SET(8932, `topics`) OR FIND_IN_SET(8877, `topics`) OR FIND_IN_SET(41711625, `topics`) OR FIND_IN_SET(8886, `topics`) OR FIND_IN_SET(8925, `topics`) OR FIND_IN_SET(1514878, `topics`) OR FIND_IN_SET(1514877, `topics`) OR FIND_IN_SET(8965, `topics`) OR FIND_IN_SET(8892, `topics`) OR FIND_IN_SET(8924, `topics`) OR FIND_IN_SET(8905, `topics`) OR FIND_IN_SET(8893, `topics`) OR FIND_IN_SET(33665691, `topics`) OR FIND_IN_SET(978046, `topics`) OR FIND_IN_SET(8942, `topics`) OR FIND_IN_SET(2335829, `topics`) OR FIND_IN_SET(34637977, `topics`) OR FIND_IN_SET(8959, `topics`) OR FIND_IN_SET(8943, `topics`) OR FIND_IN_SET(13690959, `topics`) OR FIND_IN_SET(8946, `topics`) OR FIND_IN_SET(8970, `topics`) OR FIND_IN_SET(8963, `topics`) OR FIND_IN_SET(8973, `topics`) OR FIND_IN_SET(8896, `topics`) OR FIND_IN_SET(8958, `topics`) OR FIND_IN_SET(2956832, `topics`) OR FIND_IN_SET(34637985, `topics`) OR FIND_IN_SET(8895, `topics`) OR FIND_IN_SET(8888, `topics`) OR FIND_IN_SET(13100, `topics`) OR FIND_IN_SET(8208050, `topics`) OR FIND_IN_SET(8922, `topics`) OR FIND_IN_SET(8894, `topics`) OR FIND_IN_SET(2335827, `topics`) OR FIND_IN_SET(8874, `topics`) OR FIND_IN_SET(8947, `topics`) OR FIND_IN_SET(8900, `topics`) OR FIND_IN_SET(8938, `topics`) OR FIND_IN_SET(8962, `topics`) OR FIND_IN_SET(8940, `topics`) OR FIND_IN_SET(8876, `topics`) OR FIND_IN_SET(3994125, `topics`) OR FIND_IN_SET(8939, `topics`) OR FIND_IN_SET(2956828, `topics`) OR FIND_IN_SET(8954, `topics`) OR FIND_IN_SET(8974, `topics`) OR FIND_IN_SET(8955, `topics`) OR FIND_IN_SET(8972, `topics`) OR FIND_IN_SET(8930, `topics`) OR FIND_IN_SET(8923, `topics`) OR FIND_IN_SET(8933, `topics`) OR FIND_IN_SET(8956, `topics`) OR FIND_IN_SET(8873, `topics`) OR FIND_IN_SET(2335897, `topics`) OR FIND_IN_SET(8875, `topics`) OR FIND_IN_SET(8967, `topics`) OR FIND_IN_SET(8928, `topics`) OR FIND_IN_SET(2335826, `topics`) OR FIND_IN_SET(8952, `topics`) OR FIND_IN_SET(3576863, `topics`) OR FIND_IN_SET(8882, `topics`) OR FIND_IN_SET(13103, `topics`) OR FIND_IN_SET(323810, `topics`) OR FIND_IN_SET(323815, `topics`) OR FIND_IN_SET(13104, `topics`) OR FIND_IN_SET(8948, `topics`) OR FIND_IN_SET(8919, `topics`) OR FIND_IN_SET(8911, `topics`) OR FIND_IN_SET(34637989, `topics`) OR FIND_IN_SET(8961, `topics`) OR FIND_IN_SET(6311040, `topics`) OR FIND_IN_SET(2956829, `topics`) OR FIND_IN_SET(8929, `topics`) OR FIND_IN_SET(8918, `topics`) OR FIND_IN_SET(8899, `topics`) OR FIND_IN_SET(8920, `topics`) OR FIND_IN_SET(8945, `topics`) OR FIND_IN_SET(13099, `topics`) OR FIND_IN_SET(323814, `topics`) OR FIND_IN_SET(13691917, `topics`) OR FIND_IN_SET(8887, `topics`) OR FIND_IN_SET(8912, `topics`) OR FIND_IN_SET(8907, `topics`) OR FIND_IN_SET(8897, `topics`) OR FIND_IN_SET(8949, `topics`) OR FIND_IN_SET(8898, `topics`) OR FIND_IN_SET(13981573, `topics`) OR FIND_IN_SET(2956830, `topics`) OR FIND_IN_SET(8171621, `topics`) OR FIND_IN_SET(3190434, `topics`) OR FIND_IN_SET(6512514, `topics`) OR FIND_IN_SET(6512515, `topics`) OR FIND_IN_SET(2956827, `topics`) OR FIND_IN_SET(8883, `topics`) OR FIND_IN_SET(9001, `topics`) OR FIND_IN_SET(8208051, `topics`) OR FIND_IN_SET(9004, `topics`) OR FIND_IN_SET(1060938, `topics`) OR FIND_IN_SET(9012, `topics`) OR FIND_IN_SET(8990, `topics`) OR FIND_IN_SET(9000, `topics`) OR FIND_IN_SET(8994, `topics`) OR FIND_IN_SET(9005, `topics`) OR FIND_IN_SET(8988, `topics`) OR FIND_IN_SET(8995, `topics`) OR FIND_IN_SET(9017, `topics`) OR FIND_IN_SET(9013, `topics`) OR FIND_IN_SET(9003, `topics`) OR FIND_IN_SET(13105, `topics`) OR FIND_IN_SET(8984, `topics`) OR FIND_IN_SET(9006, `topics`) OR FIND_IN_SET(8983, `topics`) OR FIND_IN_SET(9019, `topics`) OR FIND_IN_SET(41711645, `topics`) OR FIND_IN_SET(1514880, `topics`) OR FIND_IN_SET(8981, `topics`) OR FIND_IN_SET(8976, `topics`) OR FIND_IN_SET(8997, `topics`) OR FIND_IN_SET(8979, `topics`) OR FIND_IN_SET(6166178, `topics`) OR FIND_IN_SET(6166177, `topics`) OR FIND_IN_SET(6166179, `topics`) OR FIND_IN_SET(8989, `topics`) OR FIND_IN_SET(8998, `topics`) OR FIND_IN_SET(7778884, `topics`) OR FIND_IN_SET(8978, `topics`) OR FIND_IN_SET(9010, `topics`) OR FIND_IN_SET(9020, `topics`) OR FIND_IN_SET(9016, `topics`) OR FIND_IN_SET(8993, `topics`) OR FIND_IN_SET(8992, `topics`) OR FIND_IN_SET(9002, `topics`) OR FIND_IN_SET(9008, `topics`) OR FIND_IN_SET(8986, `topics`) OR FIND_IN_SET(9011, `topics`) OR FIND_IN_SET(9018, `topics`) OR FIND_IN_SET(8996, `topics`) OR FIND_IN_SET(8991, `topics`) OR FIND_IN_SET(9822107, `topics`) OR FIND_IN_SET(8975, `topics`) OR FIND_IN_SET(9007, `topics`) OR FIND_IN_SET(9014, `topics`) OR FIND_IN_SET(8999, `topics`) OR FIND_IN_SET(9015, `topics`) OR FIND_IN_SET(39909567, `topics`) OR FIND_IN_SET(8987, `topics`) OR FIND_IN_SET(8977, `topics`) OR FIND_IN_SET(8985, `topics`) OR FIND_IN_SET(8982, `topics`) OR FIND_IN_SET(8980, `topics`) OR FIND_IN_SET(9009, `topics`) OR FIND_IN_SET(9001, `topics`) OR FIND_IN_SET(8208051, `topics`) OR FIND_IN_SET(9004, `topics`) OR FIND_IN_SET(1060938, `topics`) OR FIND_IN_SET(9012, `topics`) OR FIND_IN_SET(8990, `topics`) OR FIND_IN_SET(9000, `topics`) OR FIND_IN_SET(8994, `topics`) OR FIND_IN_SET(9005, `topics`) OR FIND_IN_SET(8988, `topics`) OR FIND_IN_SET(8995, `topics`) OR FIND_IN_SET(9017, `topics`) OR FIND_IN_SET(9013, `topics`) OR FIND_IN_SET(9003, `topics`) OR FIND_IN_SET(8984, `topics`) OR FIND_IN_SET(9006, `topics`) OR FIND_IN_SET(8983, `topics`) OR FIND_IN_SET(9019, `topics`) OR FIND_IN_SET(41711645, `topics`) OR FIND_IN_SET(8981, `topics`) OR FIND_IN_SET(8976, `topics`) OR FIND_IN_SET(8997, `topics`) OR FIND_IN_SET(8979, `topics`) OR FIND_IN_SET(8989, `topics`) OR FIND_IN_SET(8998, `topics`) OR FIND_IN_SET(8978, `topics`) OR FIND_IN_SET(9010, `topics`) OR FIND_IN_SET(9020, `topics`) OR FIND_IN_SET(9016, `topics`) OR FIND_IN_SET(8993, `topics`) OR FIND_IN_SET(9002, `topics`) OR FIND_IN_SET(9008, `topics`) OR FIND_IN_SET(8986, `topics`) OR FIND_IN_SET(9011, `topics`) OR FIND_IN_SET(8996, `topics`) OR FIND_IN_SET(8991, `topics`) OR FIND_IN_SET(8975, `topics`) OR FIND_IN_SET(9007, `topics`) OR FIND_IN_SET(9014, `topics`) OR FIND_IN_SET(8999, `topics`) OR FIND_IN_SET(9015, `topics`) OR FIND_IN_SET(39909567, `topics`) OR FIND_IN_SET(8987, `topics`) OR FIND_IN_SET(8977, `topics`) OR FIND_IN_SET(8985, `topics`) OR FIND_IN_SET(8982, `topics`) OR FIND_IN_SET(8980, `topics`) OR FIND_IN_SET(9009, `topics`) OR FIND_IN_SET(9079, `topics`) OR FIND_IN_SET(9165, `topics`) OR FIND_IN_SET(9241, `topics`) OR FIND_IN_SET(26609376, `topics`) OR FIND_IN_SET(9067, `topics`) OR FIND_IN_SET(9044, `topics`) OR FIND_IN_SET(9251, `topics`) OR FIND_IN_SET(9222, `topics`) OR FIND_IN_SET(9228, `topics`) OR FIND_IN_SET(9181, `topics`) OR FIND_IN_SET(9253, `topics`) OR FIND_IN_SET(9116, `topics`) OR FIND_IN_SET(9094, `topics`) OR FIND_IN_SET(9112, `topics`) OR FIND_IN_SET(9052, `topics`) OR FIND_IN_SET(9124, `topics`) OR FIND_IN_SET(9240, `topics`) OR FIND_IN_SET(9037, `topics`) OR FIND_IN_SET(9166, `topics`) OR FIND_IN_SET(9140, `topics`) OR FIND_IN_SET(9101, `topics`) OR FIND_IN_SET(44435342, `topics`) OR FIND_IN_SET(9096, `topics`) OR FIND_IN_SET(9250, `topics`) OR FIND_IN_SET(9168, `topics`) OR FIND_IN_SET(8592997, `topics`) OR FIND_IN_SET(9160, `topics`) OR FIND_IN_SET(9197, `topics`) OR FIND_IN_SET(9234, `topics`) OR FIND_IN_SET(9223, `topics`) OR FIND_IN_SET(9224, `topics`) OR FIND_IN_SET(9242, `topics`) OR FIND_IN_SET(9045, `topics`) OR FIND_IN_SET(9042, `topics`) OR FIND_IN_SET(9201, `topics`) OR FIND_IN_SET(9097, `topics`) OR FIND_IN_SET(9070, `topics`) OR FIND_IN_SET(9248, `topics`) OR FIND_IN_SET(9173, `topics`) OR FIND_IN_SET(9121, `topics`) OR FIND_IN_SET(9047, `topics`) OR FIND_IN_SET(9180, `topics`) OR FIND_IN_SET(9247, `topics`) OR FIND_IN_SET(9138, `topics`) OR FIND_IN_SET(9127, `topics`) OR FIND_IN_SET(1060939, `topics`) OR FIND_IN_SET(13106, `topics`) OR FIND_IN_SET(7187761, `topics`) OR FIND_IN_SET(978049, `topics`) OR FIND_IN_SET(2612888, `topics`) OR FIND_IN_SET(9113, `topics`) OR FIND_IN_SET(16945071, `topics`) OR FIND_IN_SET(9153, `topics`) OR FIND_IN_SET(9164, `topics`) OR FIND_IN_SET(9053, `topics`) OR FIND_IN_SET(9109, `topics`) OR FIND_IN_SET(9196, `topics`) OR FIND_IN_SET(9063, `topics`) OR FIND_IN_SET(9123, `topics`) OR FIND_IN_SET(9175, `topics`) OR FIND_IN_SET(9122, `topics`) OR FIND_IN_SET(9249, `topics`) OR FIND_IN_SET(9171, `topics`) OR FIND_IN_SET(9188, `topics`) OR FIND_IN_SET(9151, `topics`) OR FIND_IN_SET(978048, `topics`) OR FIND_IN_SET(9051, `topics`) OR FIND_IN_SET(323829, `topics`) OR FIND_IN_SET(9225, `topics`) OR FIND_IN_SET(9064, `topics`) OR FIND_IN_SET(9030, `topics`) OR FIND_IN_SET(9059, `topics`) OR FIND_IN_SET(9134, `topics`) OR FIND_IN_SET(9129, `topics`) OR FIND_IN_SET(9057, `topics`) OR FIND_IN_SET(9179, `topics`) OR FIND_IN_SET(9137, `topics`) OR FIND_IN_SET(9069, `topics`) OR FIND_IN_SET(13107, `topics`) OR FIND_IN_SET(9198, `topics`) OR FIND_IN_SET(9036, `topics`) OR FIND_IN_SET(9214, `topics`) OR FIND_IN_SET(9185, `topics`) OR FIND_IN_SET(9031, `topics`) OR FIND_IN_SET(9192, `topics`) OR FIND_IN_SET(9141, `topics`) OR FIND_IN_SET(323826, `topics`) OR FIND_IN_SET(13110, `topics`) OR FIND_IN_SET(41711656, `topics`) OR FIND_IN_SET(9102, `topics`) OR FIND_IN_SET(13108, `topics`) OR FIND_IN_SET(9162, `topics`) OR FIND_IN_SET(9172, `topics`) OR FIND_IN_SET(9182, `topics`) OR FIND_IN_SET(9178, `topics`) OR FIND_IN_SET(9237, `topics`) OR FIND_IN_SET(9167, `topics`) OR FIND_IN_SET(9034, `topics`) OR FIND_IN_SET(9205, `topics`) OR FIND_IN_SET(9062, `topics`) OR FIND_IN_SET(9233, `topics`) OR FIND_IN_SET(9083, `topics`) OR FIND_IN_SET(9211, `topics`) OR FIND_IN_SET(9146, `topics`) OR FIND_IN_SET(9055, `topics`) OR FIND_IN_SET(9100, `topics`) OR FIND_IN_SET(9147, `topics`) OR FIND_IN_SET(9061, `topics`) OR FIND_IN_SET(9246, `topics`) OR FIND_IN_SET(9231, `topics`) OR FIND_IN_SET(9199, `topics`) OR FIND_IN_SET(9110, `topics`) OR FIND_IN_SET(9238, `topics`) OR FIND_IN_SET(9227, `topics`) OR FIND_IN_SET(9236, `topics`) OR FIND_IN_SET(9038, `topics`) OR FIND_IN_SET(9089, `topics`) OR FIND_IN_SET(9024, `topics`) OR FIND_IN_SET(9048, `topics`) OR FIND_IN_SET(9099, `topics`) OR FIND_IN_SET(9068, `topics`) OR FIND_IN_SET(5947680, `topics`) OR FIND_IN_SET(2612889, `topics`) OR FIND_IN_SET(9128, `topics`) OR FIND_IN_SET(9244, `topics`) OR FIND_IN_SET(9078, `topics`) OR FIND_IN_SET(9186, `topics`) OR FIND_IN_SET(9131, `topics`) OR FIND_IN_SET(9071, `topics`) OR FIND_IN_SET(9187, `topics`) OR FIND_IN_SET(3002122, `topics`) OR FIND_IN_SET(7543517, `topics`) OR FIND_IN_SET(9927234, `topics`) OR FIND_IN_SET(2335898, `topics`) OR FIND_IN_SET(46098377, `topics`) OR FIND_IN_SET(9066, `topics`) OR FIND_IN_SET(9157, `topics`) OR FIND_IN_SET(9229, `topics`) OR FIND_IN_SET(9203, `topics`) OR FIND_IN_SET(9085, `topics`) OR FIND_IN_SET(9126, `topics`) OR FIND_IN_SET(9118, `topics`) OR FIND_IN_SET(6166180, `topics`) OR FIND_IN_SET(6166181, `topics`) OR FIND_IN_SET(6166182, `topics`) OR FIND_IN_SET(9133, `topics`) OR FIND_IN_SET(9218, `topics`) OR FIND_IN_SET(9206, `topics`) OR FIND_IN_SET(9170, `topics`) OR FIND_IN_SET(9132, `topics`) OR FIND_IN_SET(9022, `topics`) OR FIND_IN_SET(9213, `topics`) OR FIND_IN_SET(9257, `topics`) OR FIND_IN_SET(9135, `topics`) OR FIND_IN_SET(7778885, `topics`) OR FIND_IN_SET(9208, `topics`) OR FIND_IN_SET(9035, `topics`) OR FIND_IN_SET(9029, `topics`) OR FIND_IN_SET(9216, `topics`) OR FIND_IN_SET(2956835, `topics`) OR FIND_IN_SET(9104, `topics`) OR FIND_IN_SET(9159, `topics`) OR FIND_IN_SET(6166370, `topics`) OR FIND_IN_SET(9152, `topics`) OR FIND_IN_SET(9093, `topics`) OR FIND_IN_SET(9056, `topics`) OR FIND_IN_SET(9027, `topics`) OR FIND_IN_SET(9114, `topics`) OR FIND_IN_SET(9200, `topics`) OR FIND_IN_SET(323832, `topics`) OR FIND_IN_SET(9163, `topics`) OR FIND_IN_SET(9043, `topics`) OR FIND_IN_SET(9143, `topics`) OR FIND_IN_SET(9190, `topics`) OR FIND_IN_SET(9105, `topics`) OR FIND_IN_SET(2612887, `topics`) OR FIND_IN_SET(9202, `topics`) OR FIND_IN_SET(9077, `topics`) OR FIND_IN_SET(9194, `topics`) OR FIND_IN_SET(9033, `topics`) OR FIND_IN_SET(9117, `topics`) OR FIND_IN_SET(9119, `topics`) OR FIND_IN_SET(9106, `topics`) OR FIND_IN_SET(2612890, `topics`) OR FIND_IN_SET(9046, `topics`) OR FIND_IN_SET(9204, `topics`) OR FIND_IN_SET(9028, `topics`) OR FIND_IN_SET(9082, `topics`) OR FIND_IN_SET(9026, `topics`) OR FIND_IN_SET(9150, `topics`) OR FIND_IN_SET(9023, `topics`) OR FIND_IN_SET(9184, `topics`) OR FIND_IN_SET(9191, `topics`) OR FIND_IN_SET(9245, `topics`) OR FIND_IN_SET(9076, `topics`) OR FIND_IN_SET(9239, `topics`) OR FIND_IN_SET(9252, `topics`) OR FIND_IN_SET(9217, `topics`) OR FIND_IN_SET(9136, `topics`) OR FIND_IN_SET(323825, `topics`) OR FIND_IN_SET(9084, `topics`) OR FIND_IN_SET(9025, `topics`) OR FIND_IN_SET(9080, `topics`) OR FIND_IN_SET(13109, `topics`) OR FIND_IN_SET(9095, `topics`) OR FIND_IN_SET(323822, `topics`) OR FIND_IN_SET(9255, `topics`) OR FIND_IN_SET(9145, `topics`) OR FIND_IN_SET(9243, `topics`) OR FIND_IN_SET(9148, `topics`) OR FIND_IN_SET(9893516, `topics`) OR FIND_IN_SET(6827960, `topics`) OR FIND_IN_SET(9176, `topics`) OR FIND_IN_SET(9039, `topics`) OR FIND_IN_SET(9220, `topics`) OR FIND_IN_SET(9125, `topics`) OR FIND_IN_SET(13111, `topics`) OR FIND_IN_SET(46098383, `topics`) OR FIND_IN_SET(9092, `topics`) OR FIND_IN_SET(9049, `topics`) OR FIND_IN_SET(9210, `topics`) OR FIND_IN_SET(18811450, `topics`) OR FIND_IN_SET(9086, `topics`) OR FIND_IN_SET(9212, `topics`) OR FIND_IN_SET(9075, `topics`) OR FIND_IN_SET(9130, `topics`) OR FIND_IN_SET(9032, `topics`) OR FIND_IN_SET(9065, `topics`) OR FIND_IN_SET(9073, `topics`) OR FIND_IN_SET(9041, `topics`) OR FIND_IN_SET(9193, `topics`) OR FIND_IN_SET(5316200, `topics`) OR FIND_IN_SET(9060, `topics`) OR FIND_IN_SET(9040, `topics`) OR FIND_IN_SET(9021, `topics`) OR FIND_IN_SET(9081, `topics`) OR FIND_IN_SET(9107, `topics`) OR FIND_IN_SET(9209, `topics`) OR FIND_IN_SET(9189, `topics`) OR FIND_IN_SET(9139, `topics`) OR FIND_IN_SET(9215, `topics`) OR FIND_IN_SET(9156, `topics`) OR FIND_IN_SET(9088, `topics`) OR FIND_IN_SET(9221, `topics`) OR FIND_IN_SET(5316202, `topics`) OR FIND_IN_SET(9142, `topics`) OR FIND_IN_SET(9090, `topics`) OR FIND_IN_SET(9254, `topics`) OR FIND_IN_SET(9108, `topics`) OR FIND_IN_SET(9072, `topics`) OR FIND_IN_SET(9822177, `topics`) OR FIND_IN_SET(9149, `topics`) OR FIND_IN_SET(9256, `topics`) OR FIND_IN_SET(9230, `topics`) OR FIND_IN_SET(9111, `topics`) OR FIND_IN_SET(9103, `topics`) OR FIND_IN_SET(9091, `topics`) OR FIND_IN_SET(9232, `topics`) OR FIND_IN_SET(9235, `topics`) OR FIND_IN_SET(9195, `topics`) OR FIND_IN_SET(9174, `topics`) OR FIND_IN_SET(9169, `topics`) OR FIND_IN_SET(29311977, `topics`) OR FIND_IN_SET(9087, `topics`) OR FIND_IN_SET(9144, `topics`) OR FIND_IN_SET(9054, `topics`) OR FIND_IN_SET(6166335, `topics`) OR FIND_IN_SET(9207, `topics`) OR FIND_IN_SET(9177, `topics`) OR FIND_IN_SET(9120, `topics`) OR FIND_IN_SET(9115, `topics`) OR FIND_IN_SET(9155, `topics`) OR FIND_IN_SET(9050, `topics`) OR FIND_IN_SET(323817, `topics`) OR FIND_IN_SET(9098, `topics`) OR FIND_IN_SET(9074, `topics`) OR FIND_IN_SET(9154, `topics`) OR FIND_IN_SET(9161, `topics`) OR FIND_IN_SET(5316201, `topics`) OR FIND_IN_SET(2335830, `topics`) OR FIND_IN_SET(9183, `topics`) OR FIND_IN_SET(9219, `topics`) OR FIND_IN_SET(9058, `topics`) OR FIND_IN_SET(9226, `topics`) OR FIND_IN_SET(9158, `topics`) OR FIND_IN_SET(9079, `topics`) OR FIND_IN_SET(9165, `topics`) OR FIND_IN_SET(26609376, `topics`) OR FIND_IN_SET(9067, `topics`) OR FIND_IN_SET(9044, `topics`) OR FIND_IN_SET(9251, `topics`) OR FIND_IN_SET(9222, `topics`) OR FIND_IN_SET(9228, `topics`) OR FIND_IN_SET(9181, `topics`) OR FIND_IN_SET(9253, `topics`) OR FIND_IN_SET(9116, `topics`) OR FIND_IN_SET(9094, `topics`) OR FIND_IN_SET(9112, `topics`) OR FIND_IN_SET(9052, `topics`) OR FIND_IN_SET(9124, `topics`) OR FIND_IN_SET(9240, `topics`) OR FIND_IN_SET(9037, `topics`) OR FIND_IN_SET(9166, `topics`) OR FIND_IN_SET(9140, `topics`) OR FIND_IN_SET(9101, `topics`) OR FIND_IN_SET(9096, `topics`) OR FIND_IN_SET(9250, `topics`) OR FIND_IN_SET(9168, `topics`) OR FIND_IN_SET(9160, `topics`) OR FIND_IN_SET(9197, `topics`) OR FIND_IN_SET(9234, `topics`) OR FIND_IN_SET(9223, `topics`) OR FIND_IN_SET(9224, `topics`) OR FIND_IN_SET(9242, `topics`) OR FIND_IN_SET(9045, `topics`) OR FIND_IN_SET(9097, `topics`) OR FIND_IN_SET(9070, `topics`) OR FIND_IN_SET(9047, `topics`) OR FIND_IN_SET(9180, `topics`) OR FIND_IN_SET(9247, `topics`) OR FIND_IN_SET(9138, `topics`) OR FIND_IN_SET(9127, `topics`) OR FIND_IN_SET(1060939, `topics`) OR FIND_IN_SET(13106, `topics`) OR FIND_IN_SET(7187761, `topics`) OR FIND_IN_SET(978049, `topics`) OR FIND_IN_SET(2612888, `topics`) OR FIND_IN_SET(9113, `topics`) OR FIND_IN_SET(16945071, `topics`) OR FIND_IN_SET(9153, `topics`) OR FIND_IN_SET(9164, `topics`) OR FIND_IN_SET(9053, `topics`) OR FIND_IN_SET(9109, `topics`) OR FIND_IN_SET(9063, `topics`) OR FIND_IN_SET(9123, `topics`) OR FIND_IN_SET(9175, `topics`) OR FIND_IN_SET(9122, `topics`) OR FIND_IN_SET(9249, `topics`) OR FIND_IN_SET(9171, `topics`) OR FIND_IN_SET(9188, `topics`) OR FIND_IN_SET(9151, `topics`) OR FIND_IN_SET(978048, `topics`) OR FIND_IN_SET(9051, `topics`) OR FIND_IN_SET(323829, `topics`) OR FIND_IN_SET(9064, `topics`) OR FIND_IN_SET(9030, `topics`) OR FIND_IN_SET(9059, `topics`) OR FIND_IN_SET(9134, `topics`) OR FIND_IN_SET(9129, `topics`) OR FIND_IN_SET(9057, `topics`) OR FIND_IN_SET(9179, `topics`) OR FIND_IN_SET(9137, `topics`) OR FIND_IN_SET(9069, `topics`) OR FIND_IN_SET(9198, `topics`) OR FIND_IN_SET(9036, `topics`) OR FIND_IN_SET(9185, `topics`) OR FIND_IN_SET(9031, `topics`) OR FIND_IN_SET(9192, `topics`) OR FIND_IN_SET(9141, `topics`) OR FIND_IN_SET(41711656, `topics`) OR FIND_IN_SET(9162, `topics`) OR FIND_IN_SET(9172, `topics`) OR FIND_IN_SET(9182, `topics`) OR FIND_IN_SET(9178, `topics`) OR FIND_IN_SET(9237, `topics`) OR FIND_IN_SET(9034, `topics`) OR FIND_IN_SET(9205, `topics`) OR FIND_IN_SET(9146, `topics`) OR FIND_IN_SET(9147, `topics`) OR FIND_IN_SET(9061, `topics`) OR FIND_IN_SET(9246, `topics`) OR FIND_IN_SET(9231, `topics`) OR FIND_IN_SET(9199, `topics`) OR FIND_IN_SET(9110, `topics`) OR FIND_IN_SET(9238, `topics`) OR FIND_IN_SET(9227, `topics`) OR FIND_IN_SET(9038, `topics`) OR FIND_IN_SET(9089, `topics`) OR FIND_IN_SET(9024, `topics`) OR FIND_IN_SET(9048, `topics`) OR FIND_IN_SET(9099, `topics`) OR FIND_IN_SET(5947680, `topics`) OR FIND_IN_SET(2612889, `topics`) OR FIND_IN_SET(9128, `topics`) OR FIND_IN_SET(9244, `topics`) OR FIND_IN_SET(9078, `topics`) OR FIND_IN_SET(9186, `topics`) OR FIND_IN_SET(9131, `topics`) OR FIND_IN_SET(9071, `topics`) OR FIND_IN_SET(9187, `topics`) OR FIND_IN_SET(3002122, `topics`) OR FIND_IN_SET(9927234, `topics`) OR FIND_IN_SET(2335898, `topics`) OR FIND_IN_SET(9066, `topics`) OR FIND_IN_SET(9157, `topics`) OR FIND_IN_SET(9229, `topics`) OR FIND_IN_SET(9203, `topics`) OR FIND_IN_SET(9085, `topics`) OR FIND_IN_SET(9126, `topics`) OR FIND_IN_SET(9118, `topics`) OR FIND_IN_SET(9133, `topics`) OR FIND_IN_SET(9218, `topics`) OR FIND_IN_SET(9206, `topics`) OR FIND_IN_SET(9170, `topics`) OR FIND_IN_SET(9132, `topics`) OR FIND_IN_SET(9213, `topics`) OR FIND_IN_SET(9257, `topics`) OR FIND_IN_SET(9135, `topics`) OR FIND_IN_SET(9208, `topics`) OR FIND_IN_SET(9035, `topics`) OR FIND_IN_SET(9029, `topics`) OR FIND_IN_SET(9216, `topics`) OR FIND_IN_SET(2956835, `topics`) OR FIND_IN_SET(9104, `topics`) OR FIND_IN_SET(9159, `topics`) OR FIND_IN_SET(9152, `topics`) OR FIND_IN_SET(9093, `topics`) OR FIND_IN_SET(9027, `topics`) OR FIND_IN_SET(9114, `topics`) OR FIND_IN_SET(9200, `topics`) OR FIND_IN_SET(323832, `topics`) OR FIND_IN_SET(9143, `topics`) OR FIND_IN_SET(9190, `topics`) OR FIND_IN_SET(2612887, `topics`) OR FIND_IN_SET(9202, `topics`) OR FIND_IN_SET(9077, `topics`) OR FIND_IN_SET(9194, `topics`) OR FIND_IN_SET(9033, `topics`) OR FIND_IN_SET(9117, `topics`) OR FIND_IN_SET(9119, `topics`) OR FIND_IN_SET(9106, `topics`) OR FIND_IN_SET(2612890, `topics`) OR FIND_IN_SET(9046, `topics`) OR FIND_IN_SET(9204, `topics`) OR FIND_IN_SET(9028, `topics`) OR FIND_IN_SET(9082, `topics`) OR FIND_IN_SET(9026, `topics`) OR FIND_IN_SET(9150, `topics`) OR FIND_IN_SET(9184, `topics`) OR FIND_IN_SET(9191, `topics`) OR FIND_IN_SET(9245, `topics`) OR FIND_IN_SET(9076, `topics`) OR FIND_IN_SET(9239, `topics`) OR FIND_IN_SET(9252, `topics`) OR FIND_IN_SET(9217, `topics`) OR FIND_IN_SET(9136, `topics`) OR FIND_IN_SET(323825, `topics`) OR FIND_IN_SET(9084, `topics`) OR FIND_IN_SET(9025, `topics`) OR FIND_IN_SET(9095, `topics`) OR FIND_IN_SET(323822, `topics`) OR FIND_IN_SET(9255, `topics`) OR FIND_IN_SET(9145, `topics`) OR FIND_IN_SET(9893516, `topics`) OR FIND_IN_SET(6827960, `topics`) OR FIND_IN_SET(9176, `topics`) OR FIND_IN_SET(9039, `topics`) OR FIND_IN_SET(9220, `topics`) OR FIND_IN_SET(9125, `topics`) OR FIND_IN_SET(13111, `topics`) OR FIND_IN_SET(9092, `topics`) OR FIND_IN_SET(9086, `topics`) OR FIND_IN_SET(9075, `topics`) OR FIND_IN_SET(9032, `topics`) OR FIND_IN_SET(9193, `topics`) OR FIND_IN_SET(5316200, `topics`) OR FIND_IN_SET(9060, `topics`) OR FIND_IN_SET(9021, `topics`) OR FIND_IN_SET(9081, `topics`) OR FIND_IN_SET(9107, `topics`) OR FIND_IN_SET(9209, `topics`) OR FIND_IN_SET(9189, `topics`) OR FIND_IN_SET(9139, `topics`) OR FIND_IN_SET(9215, `topics`) OR FIND_IN_SET(9156, `topics`) OR FIND_IN_SET(9088, `topics`) OR FIND_IN_SET(9221, `topics`) OR FIND_IN_SET(5316202, `topics`) OR FIND_IN_SET(9142, `topics`) OR FIND_IN_SET(9254, `topics`) OR FIND_IN_SET(9108, `topics`) OR FIND_IN_SET(9822177, `topics`) OR FIND_IN_SET(9230, `topics`) OR FIND_IN_SET(9111, `topics`) OR FIND_IN_SET(9103, `topics`) OR FIND_IN_SET(9091, `topics`) OR FIND_IN_SET(9232, `topics`) OR FIND_IN_SET(9235, `topics`) OR FIND_IN_SET(9195, `topics`) OR FIND_IN_SET(9174, `topics`) OR FIND_IN_SET(29311977, `topics`) OR FIND_IN_SET(9087, `topics`) OR FIND_IN_SET(9144, `topics`) OR FIND_IN_SET(9054, `topics`) OR FIND_IN_SET(6166335, `topics`) OR FIND_IN_SET(9207, `topics`) OR FIND_IN_SET(9177, `topics`) OR FIND_IN_SET(9115, `topics`) OR FIND_IN_SET(9155, `topics`) OR FIND_IN_SET(9050, `topics`) OR FIND_IN_SET(323817, `topics`) OR FIND_IN_SET(9098, `topics`) OR FIND_IN_SET(9074, `topics`) OR FIND_IN_SET(9154, `topics`) OR FIND_IN_SET(9161, `topics`) OR FIND_IN_SET(5316201, `topics`) OR FIND_IN_SET(9183, `topics`) OR FIND_IN_SET(9219, `topics`) OR FIND_IN_SET(9058, `topics`) OR FIND_IN_SET(9158, `topics`) OR FIND_IN_SET(9266, `topics`) OR FIND_IN_SET(11969152, `topics`) OR FIND_IN_SET(9261597, `topics`) OR FIND_IN_SET(9284, `topics`) OR FIND_IN_SET(9296, `topics`) OR FIND_IN_SET(9283, `topics`) OR FIND_IN_SET(11969147, `topics`) OR FIND_IN_SET(9269, `topics`) OR FIND_IN_SET(9300, `topics`) OR FIND_IN_SET(9267, `topics`) OR FIND_IN_SET(9298, `topics`) OR FIND_IN_SET(9279, `topics`) OR FIND_IN_SET(3190435, `topics`) OR FIND_IN_SET(9268, `topics`) OR FIND_IN_SET(19648668, `topics`) OR FIND_IN_SET(9276, `topics`) OR FIND_IN_SET(9289, `topics`) OR FIND_IN_SET(9258, `topics`) OR FIND_IN_SET(9292, `topics`) OR FIND_IN_SET(9299, `topics`) OR FIND_IN_SET(9278, `topics`) OR FIND_IN_SET(9303, `topics`) OR FIND_IN_SET(9261, `topics`) OR FIND_IN_SET(9287, `topics`) OR FIND_IN_SET(13112, `topics`) OR FIND_IN_SET(9263, `topics`) OR FIND_IN_SET(11969149, `topics`) OR FIND_IN_SET(38671291, `topics`) OR FIND_IN_SET(11969142, `topics`) OR FIND_IN_SET(9261598, `topics`) OR FIND_IN_SET(11969163, `topics`) OR FIND_IN_SET(11969159, `topics`) OR FIND_IN_SET(9272, `topics`) OR FIND_IN_SET(9259, `topics`) OR FIND_IN_SET(9286, `topics`) OR FIND_IN_SET(9261599, `topics`) OR FIND_IN_SET(9262, `topics`) OR FIND_IN_SET(9294, `topics`) OR FIND_IN_SET(9293, `topics`) OR FIND_IN_SET(9285, `topics`) OR FIND_IN_SET(9302, `topics`) OR FIND_IN_SET(6166184, `topics`) OR FIND_IN_SET(6166183, `topics`) OR FIND_IN_SET(6166185, `topics`) OR FIND_IN_SET(11969155, `topics`) OR FIND_IN_SET(9280, `topics`) OR FIND_IN_SET(9274, `topics`) OR FIND_IN_SET(7778887, `topics`) OR FIND_IN_SET(9282, `topics`) OR FIND_IN_SET(9261600, `topics`) OR FIND_IN_SET(9260, `topics`) OR FIND_IN_SET(9304, `topics`) OR FIND_IN_SET(11969145, `topics`) OR FIND_IN_SET(9295, `topics`) OR FIND_IN_SET(9290, `topics`) OR FIND_IN_SET(11969143, `topics`) OR FIND_IN_SET(9291, `topics`) OR FIND_IN_SET(9297, `topics`) OR FIND_IN_SET(9265, `topics`) OR FIND_IN_SET(9264, `topics`) OR FIND_IN_SET(9273, `topics`) OR FIND_IN_SET(9270, `topics`) OR FIND_IN_SET(9301, `topics`) OR FIND_IN_SET(9822209, `topics`) OR FIND_IN_SET(9281, `topics`) OR FIND_IN_SET(9275, `topics`) OR FIND_IN_SET(11969161, `topics`) OR FIND_IN_SET(9277, `topics`) OR FIND_IN_SET(8208053, `topics`) OR FIND_IN_SET(9288, `topics`) OR FIND_IN_SET(9271, `topics`) OR FIND_IN_SET(9266, `topics`) OR FIND_IN_SET(9284, `topics`) OR FIND_IN_SET(9296, `topics`) OR FIND_IN_SET(9283, `topics`) OR FIND_IN_SET(9269, `topics`) OR FIND_IN_SET(9300, `topics`) OR FIND_IN_SET(9267, `topics`) OR FIND_IN_SET(9298, `topics`) OR FIND_IN_SET(9279, `topics`) OR FIND_IN_SET(3190435, `topics`) OR FIND_IN_SET(9268, `topics`) OR FIND_IN_SET(9276, `topics`) OR FIND_IN_SET(9289, `topics`) OR FIND_IN_SET(9258, `topics`) OR FIND_IN_SET(9292, `topics`) OR FIND_IN_SET(9299, `topics`) OR FIND_IN_SET(9278, `topics`) OR FIND_IN_SET(9303, `topics`) OR FIND_IN_SET(9287, `topics`) OR FIND_IN_SET(9263, `topics`) OR FIND_IN_SET(9272, `topics`) OR FIND_IN_SET(9259, `topics`) OR FIND_IN_SET(9286, `topics`) OR FIND_IN_SET(9262, `topics`) OR FIND_IN_SET(9294, `topics`) OR FIND_IN_SET(9293, `topics`) OR FIND_IN_SET(9285, `topics`) OR FIND_IN_SET(9302, `topics`) OR FIND_IN_SET(9280, `topics`) OR FIND_IN_SET(9274, `topics`) OR FIND_IN_SET(9282, `topics`) OR FIND_IN_SET(9260, `topics`) OR FIND_IN_SET(9304, `topics`) OR FIND_IN_SET(9295, `topics`) OR FIND_IN_SET(9290, `topics`) OR FIND_IN_SET(9291, `topics`) OR FIND_IN_SET(9265, `topics`) OR FIND_IN_SET(9264, `topics`) OR FIND_IN_SET(9273, `topics`) OR FIND_IN_SET(9301, `topics`) OR FIND_IN_SET(9281, `topics`) OR FIND_IN_SET(9275, `topics`) OR FIND_IN_SET(8208053, `topics`) OR FIND_IN_SET(9288, `topics`) OR FIND_IN_SET(9271, `topics`) OR FIND_IN_SET(9342, `topics`) OR FIND_IN_SET(9320, `topics`) OR FIND_IN_SET(9332, `topics`) OR FIND_IN_SET(9310, `topics`) OR FIND_IN_SET(9326, `topics`) OR FIND_IN_SET(9324, `topics`) OR FIND_IN_SET(9327, `topics`) OR FIND_IN_SET(9325, `topics`) OR FIND_IN_SET(9343, `topics`) OR FIND_IN_SET(13113, `topics`) OR FIND_IN_SET(41711689, `topics`) OR FIND_IN_SET(9331, `topics`) OR FIND_IN_SET(9322, `topics`) OR FIND_IN_SET(9339, `topics`) OR FIND_IN_SET(9306, `topics`) OR FIND_IN_SET(9323, `topics`) OR FIND_IN_SET(9329, `topics`) OR FIND_IN_SET(9321, `topics`) OR FIND_IN_SET(9316, `topics`) OR FIND_IN_SET(9340, `topics`) OR FIND_IN_SET(8208054, `topics`) OR FIND_IN_SET(9335, `topics`) OR FIND_IN_SET(18811464, `topics`) OR FIND_IN_SET(9319, `topics`) OR FIND_IN_SET(9317, `topics`) OR FIND_IN_SET(9333, `topics`) OR FIND_IN_SET(9336, `topics`) OR FIND_IN_SET(9308, `topics`) OR FIND_IN_SET(6166187, `topics`) OR FIND_IN_SET(6166186, `topics`) OR FIND_IN_SET(6166188, `topics`) OR FIND_IN_SET(9330, `topics`) OR FIND_IN_SET(9337, `topics`) OR FIND_IN_SET(9338, `topics`) OR FIND_IN_SET(7778888, `topics`) OR FIND_IN_SET(9312, `topics`) OR FIND_IN_SET(9313, `topics`) OR FIND_IN_SET(9328, `topics`) OR FIND_IN_SET(9307, `topics`) OR FIND_IN_SET(9334, `topics`) OR FIND_IN_SET(9314, `topics`) OR FIND_IN_SET(9318, `topics`) OR FIND_IN_SET(9315, `topics`) OR FIND_IN_SET(9345, `topics`) OR FIND_IN_SET(9822213, `topics`) OR FIND_IN_SET(9309, `topics`) OR FIND_IN_SET(9311, `topics`) OR FIND_IN_SET(9344, `topics`) OR FIND_IN_SET(9305, `topics`) OR FIND_IN_SET(9341, `topics`) OR FIND_IN_SET(9342, `topics`) OR FIND_IN_SET(9320, `topics`) OR FIND_IN_SET(9332, `topics`) OR FIND_IN_SET(9326, `topics`) OR FIND_IN_SET(9324, `topics`) OR FIND_IN_SET(9327, `topics`) OR FIND_IN_SET(9325, `topics`) OR FIND_IN_SET(9343, `topics`) OR FIND_IN_SET(41711689, `topics`) OR FIND_IN_SET(9331, `topics`) OR FIND_IN_SET(9322, `topics`) OR FIND_IN_SET(9339, `topics`) OR FIND_IN_SET(9329, `topics`) OR FIND_IN_SET(9321, `topics`) OR FIND_IN_SET(9316, `topics`) OR FIND_IN_SET(9340, `topics`) OR FIND_IN_SET(8208054, `topics`) OR FIND_IN_SET(9335, `topics`) OR FIND_IN_SET(9319, `topics`) OR FIND_IN_SET(9317, `topics`) OR FIND_IN_SET(9333, `topics`) OR FIND_IN_SET(9336, `topics`) OR FIND_IN_SET(9330, `topics`) OR FIND_IN_SET(9337, `topics`) OR FIND_IN_SET(9338, `topics`) OR FIND_IN_SET(9312, `topics`) OR FIND_IN_SET(9328, `topics`) OR FIND_IN_SET(9307, `topics`) OR FIND_IN_SET(9334, `topics`) OR FIND_IN_SET(9314, `topics`) OR FIND_IN_SET(9315, `topics`) OR FIND_IN_SET(9345, `topics`) OR FIND_IN_SET(9822213, `topics`) OR FIND_IN_SET(9309, `topics`) OR FIND_IN_SET(9311, `topics`) OR FIND_IN_SET(9344, `topics`) OR FIND_IN_SET(9305, `topics`) OR FIND_IN_SET(9341, `topics`) OR FIND_IN_SET(9347, `topics`) OR FIND_IN_SET(9411, `topics`) OR FIND_IN_SET(9403, `topics`) OR FIND_IN_SET(9390, `topics`) OR FIND_IN_SET(9402, `topics`) OR FIND_IN_SET(9373, `topics`) OR FIND_IN_SET(9361, `topics`) OR FIND_IN_SET(9374, `topics`) OR FIND_IN_SET(9349, `topics`) OR FIND_IN_SET(9395, `topics`) OR FIND_IN_SET(9386, `topics`) OR FIND_IN_SET(9365, `topics`) OR FIND_IN_SET(9375, `topics`) OR FIND_IN_SET(9394, `topics`) OR FIND_IN_SET(9430, `topics`) OR FIND_IN_SET(9381, `topics`) OR FIND_IN_SET(9425, `topics`) OR FIND_IN_SET(9707334, `topics`) OR FIND_IN_SET(9707337, `topics`) OR FIND_IN_SET(9368, `topics`) OR FIND_IN_SET(9384, `topics`) OR FIND_IN_SET(9426, `topics`) OR FIND_IN_SET(9380, `topics`) OR FIND_IN_SET(9409, `topics`) OR FIND_IN_SET(9362, `topics`) OR FIND_IN_SET(9401, `topics`) OR FIND_IN_SET(9363, `topics`) OR FIND_IN_SET(13114, `topics`) OR FIND_IN_SET(9370, `topics`) OR FIND_IN_SET(9371, `topics`) OR FIND_IN_SET(41711697, `topics`) OR FIND_IN_SET(9405, `topics`) OR FIND_IN_SET(9348, `topics`) OR FIND_IN_SET(9360, `topics`) OR FIND_IN_SET(9410, `topics`) OR FIND_IN_SET(9388, `topics`) OR FIND_IN_SET(9378, `topics`) OR FIND_IN_SET(9412, `topics`) OR FIND_IN_SET(9391, `topics`) OR FIND_IN_SET(9422, `topics`) OR FIND_IN_SET(9404, `topics`) OR FIND_IN_SET(9350, `topics`) OR FIND_IN_SET(9364, `topics`) OR FIND_IN_SET(9356, `topics`) OR FIND_IN_SET(9413, `topics`) OR FIND_IN_SET(6166190, `topics`) OR FIND_IN_SET(6166191, `topics`) OR FIND_IN_SET(6166189, `topics`) OR FIND_IN_SET(9353, `topics`) OR FIND_IN_SET(9420, `topics`) OR FIND_IN_SET(9358, `topics`) OR FIND_IN_SET(9366, `topics`) OR FIND_IN_SET(9377, `topics`) OR FIND_IN_SET(7778889, `topics`) OR FIND_IN_SET(9427, `topics`) OR FIND_IN_SET(9416, `topics`) OR FIND_IN_SET(9367, `topics`) OR FIND_IN_SET(9383, `topics`) OR FIND_IN_SET(9392, `topics`) OR FIND_IN_SET(9351, `topics`) OR FIND_IN_SET(9407, `topics`) OR FIND_IN_SET(9415, `topics`) OR FIND_IN_SET(9376, `topics`) OR FIND_IN_SET(9428, `topics`) OR FIND_IN_SET(9419, `topics`) OR FIND_IN_SET(9389, `topics`) OR FIND_IN_SET(9369, `topics`) OR FIND_IN_SET(9399, `topics`) OR FIND_IN_SET(9424, `topics`) OR FIND_IN_SET(9417, `topics`) OR FIND_IN_SET(9359, `topics`) OR FIND_IN_SET(9354, `topics`) OR FIND_IN_SET(9355, `topics`) OR FIND_IN_SET(9398, `topics`) OR FIND_IN_SET(9406, `topics`) OR FIND_IN_SET(9372, `topics`) OR FIND_IN_SET(9429, `topics`) OR FIND_IN_SET(9397, `topics`) OR FIND_IN_SET(6166392, `topics`) OR FIND_IN_SET(8208055, `topics`) OR FIND_IN_SET(9385, `topics`) OR FIND_IN_SET(9400, `topics`) OR FIND_IN_SET(9418, `topics`) OR FIND_IN_SET(9423, `topics`) OR FIND_IN_SET(9346, `topics`) OR FIND_IN_SET(9393, `topics`) OR FIND_IN_SET(9408, `topics`) OR FIND_IN_SET(9822227, `topics`) OR FIND_IN_SET(9387, `topics`) OR FIND_IN_SET(9379, `topics`) OR FIND_IN_SET(9382, `topics`) OR FIND_IN_SET(9414, `topics`) OR FIND_IN_SET(9421, `topics`) OR FIND_IN_SET(9352, `topics`) OR FIND_IN_SET(9357, `topics`) OR FIND_IN_SET(9396, `topics`) OR FIND_IN_SET(9347, `topics`) OR FIND_IN_SET(9411, `topics`) OR FIND_IN_SET(9403, `topics`) OR FIND_IN_SET(9390, `topics`) OR FIND_IN_SET(9402, `topics`) OR FIND_IN_SET(9373, `topics`) OR FIND_IN_SET(9361, `topics`) OR FIND_IN_SET(9374, `topics`) OR FIND_IN_SET(9349, `topics`) OR FIND_IN_SET(9395, `topics`) OR FIND_IN_SET(9386, `topics`) OR FIND_IN_SET(9365, `topics`) OR FIND_IN_SET(9375, `topics`) OR FIND_IN_SET(9394, `topics`) OR FIND_IN_SET(9430, `topics`) OR FIND_IN_SET(9381, `topics`) OR FIND_IN_SET(9425, `topics`) OR FIND_IN_SET(9707334, `topics`) OR FIND_IN_SET(9707337, `topics`) OR FIND_IN_SET(9368, `topics`) OR FIND_IN_SET(9384, `topics`) OR FIND_IN_SET(9426, `topics`) OR FIND_IN_SET(9380, `topics`) OR FIND_IN_SET(9409, `topics`) OR FIND_IN_SET(9362, `topics`) OR FIND_IN_SET(9401, `topics`) OR FIND_IN_SET(9363, `topics`) OR FIND_IN_SET(9370, `topics`) OR FIND_IN_SET(9371, `topics`) OR FIND_IN_SET(9405, `topics`) OR FIND_IN_SET(9348, `topics`) OR FIND_IN_SET(9360, `topics`) OR FIND_IN_SET(9410, `topics`) OR FIND_IN_SET(9388, `topics`) OR FIND_IN_SET(9378, `topics`) OR FIND_IN_SET(9412, `topics`) OR FIND_IN_SET(9391, `topics`) OR FIND_IN_SET(9404, `topics`) OR FIND_IN_SET(9364, `topics`) OR FIND_IN_SET(9356, `topics`) OR FIND_IN_SET(9413, `topics`) OR FIND_IN_SET(9353, `topics`) OR FIND_IN_SET(9358, `topics`) OR FIND_IN_SET(9366, `topics`) OR FIND_IN_SET(9377, `topics`) OR FIND_IN_SET(9427, `topics`) OR FIND_IN_SET(9416, `topics`) OR FIND_IN_SET(9367, `topics`) OR FIND_IN_SET(9383, `topics`) OR FIND_IN_SET(9392, `topics`) OR FIND_IN_SET(9351, `topics`) OR FIND_IN_SET(9407, `topics`) OR FIND_IN_SET(9415, `topics`) OR FIND_IN_SET(9376, `topics`) OR FIND_IN_SET(9419, `topics`) OR FIND_IN_SET(9389, `topics`) OR FIND_IN_SET(9369, `topics`) OR FIND_IN_SET(9399, `topics`) OR FIND_IN_SET(9424, `topics`) OR FIND_IN_SET(9417, `topics`) OR FIND_IN_SET(9359, `topics`) OR FIND_IN_SET(9354, `topics`) OR FIND_IN_SET(9355, `topics`) OR FIND_IN_SET(9398, `topics`) OR FIND_IN_SET(9406, `topics`) OR FIND_IN_SET(9372, `topics`) OR FIND_IN_SET(9397, `topics`) OR FIND_IN_SET(8208055, `topics`) OR FIND_IN_SET(9400, `topics`) OR FIND_IN_SET(9418, `topics`) OR FIND_IN_SET(9423, `topics`) OR FIND_IN_SET(9393, `topics`) OR FIND_IN_SET(9408, `topics`) OR FIND_IN_SET(9822227, `topics`) OR FIND_IN_SET(9387, `topics`) OR FIND_IN_SET(9379, `topics`) OR FIND_IN_SET(9382, `topics`) OR FIND_IN_SET(9414, `topics`) OR FIND_IN_SET(9421, `topics`) OR FIND_IN_SET(9352, `topics`) OR FIND_IN_SET(9357, `topics`) OR FIND_IN_SET(9396, `topics`) OR FIND_IN_SET(32623052, `topics`) OR FIND_IN_SET(9455, `topics`) OR FIND_IN_SET(9445, `topics`) OR FIND_IN_SET(9433, `topics`) OR FIND_IN_SET(9453, `topics`) OR FIND_IN_SET(9443, `topics`) OR FIND_IN_SET(9444, `topics`) OR FIND_IN_SET(9460, `topics`) OR FIND_IN_SET(9457, `topics`) OR FIND_IN_SET(9446, `topics`) OR FIND_IN_SET(9436, `topics`) OR FIND_IN_SET(9440, `topics`) OR FIND_IN_SET(1592236, `topics`) OR FIND_IN_SET(6166393, `topics`) OR FIND_IN_SET(3046599, `topics`) OR FIND_IN_SET(9434, `topics`) OR FIND_IN_SET(9439, `topics`) OR FIND_IN_SET(9461, `topics`) OR FIND_IN_SET(9449, `topics`) OR FIND_IN_SET(13115, `topics`) OR FIND_IN_SET(41711705, `topics`) OR FIND_IN_SET(9441, `topics`) OR FIND_IN_SET(9447, `topics`) OR FIND_IN_SET(9451, `topics`) OR FIND_IN_SET(6166192, `topics`) OR FIND_IN_SET(6166194, `topics`) OR FIND_IN_SET(6166193, `topics`) OR FIND_IN_SET(8208056, `topics`) OR FIND_IN_SET(18811474, `topics`) OR FIND_IN_SET(7778890, `topics`) OR FIND_IN_SET(9456, `topics`) OR FIND_IN_SET(9452, `topics`) OR FIND_IN_SET(9462, `topics`) OR FIND_IN_SET(9442, `topics`) OR FIND_IN_SET(9435, `topics`) OR FIND_IN_SET(9459, `topics`) OR FIND_IN_SET(38671315, `topics`) OR FIND_IN_SET(9454, `topics`) OR FIND_IN_SET(9448, `topics`) OR FIND_IN_SET(9822249, `topics`) OR FIND_IN_SET(9432, `topics`) OR FIND_IN_SET(9450, `topics`) OR FIND_IN_SET(9458, `topics`) OR FIND_IN_SET(9437, `topics`) OR FIND_IN_SET(38671309, `topics`) OR FIND_IN_SET(9431, `topics`) OR FIND_IN_SET(9438, `topics`) OR FIND_IN_SET(9455, `topics`) OR FIND_IN_SET(9445, `topics`) OR FIND_IN_SET(9433, `topics`) OR FIND_IN_SET(9453, `topics`) OR FIND_IN_SET(9443, `topics`) OR FIND_IN_SET(9444, `topics`) OR FIND_IN_SET(9460, `topics`) OR FIND_IN_SET(9457, `topics`) OR FIND_IN_SET(9446, `topics`) OR FIND_IN_SET(9436, `topics`) OR FIND_IN_SET(9440, `topics`) OR FIND_IN_SET(1592236, `topics`) OR FIND_IN_SET(6166393, `topics`) OR FIND_IN_SET(3046599, `topics`) OR FIND_IN_SET(9434, `topics`) OR FIND_IN_SET(9439, `topics`) OR FIND_IN_SET(41711705, `topics`) OR FIND_IN_SET(9441, `topics`) OR FIND_IN_SET(9447, `topics`) OR FIND_IN_SET(8208056, `topics`) OR FIND_IN_SET(9452, `topics`) OR FIND_IN_SET(9462, `topics`) OR FIND_IN_SET(9435, `topics`) OR FIND_IN_SET(9454, `topics`) OR FIND_IN_SET(9448, `topics`) OR FIND_IN_SET(9822249, `topics`) OR FIND_IN_SET(9432, `topics`) OR FIND_IN_SET(9450, `topics`) OR FIND_IN_SET(9437, `topics`) OR FIND_IN_SET(9438, `topics`) OR FIND_IN_SET(9498, `topics`) OR FIND_IN_SET(9519, `topics`) OR FIND_IN_SET(8208057, `topics`) OR FIND_IN_SET(9261601, `topics`) OR FIND_IN_SET(9478, `topics`) OR FIND_IN_SET(9472, `topics`) OR FIND_IN_SET(9512, `topics`) OR FIND_IN_SET(9477, `topics`) OR FIND_IN_SET(9559, `topics`) OR FIND_IN_SET(9493, `topics`) OR FIND_IN_SET(9548, `topics`) OR FIND_IN_SET(9556, `topics`) OR FIND_IN_SET(9509, `topics`) OR FIND_IN_SET(9529, `topics`) OR FIND_IN_SET(9527, `topics`) OR FIND_IN_SET(9553, `topics`) OR FIND_IN_SET(9496, `topics`) OR FIND_IN_SET(9495, `topics`) OR FIND_IN_SET(9484, `topics`) OR FIND_IN_SET(12006553, `topics`) OR FIND_IN_SET(9533, `topics`) OR FIND_IN_SET(9567, `topics`) OR FIND_IN_SET(9503, `topics`) OR FIND_IN_SET(9536, `topics`) OR FIND_IN_SET(9483, `topics`) OR FIND_IN_SET(9707367, `topics`) OR FIND_IN_SET(9707375, `topics`) OR FIND_IN_SET(9520, `topics`) OR FIND_IN_SET(9474, `topics`) OR FIND_IN_SET(15499780, `topics`) OR FIND_IN_SET(9469, `topics`) OR FIND_IN_SET(9560, `topics`) OR FIND_IN_SET(9568, `topics`) OR FIND_IN_SET(9573, `topics`) OR FIND_IN_SET(9706926, `topics`) OR FIND_IN_SET(9486, `topics`) OR FIND_IN_SET(9535, `topics`) OR FIND_IN_SET(13117, `topics`) OR FIND_IN_SET(12006549, `topics`) OR FIND_IN_SET(9507, `topics`) OR FIND_IN_SET(9480, `topics`) OR FIND_IN_SET(36238558, `topics`) OR FIND_IN_SET(9463, `topics`) OR FIND_IN_SET(9521, `topics`) OR FIND_IN_SET(2956837, `topics`) OR FIND_IN_SET(9570, `topics`) OR FIND_IN_SET(9524, `topics`) OR FIND_IN_SET(9558, `topics`) OR FIND_IN_SET(9514, `topics`) OR FIND_IN_SET(9502, `topics`) OR FIND_IN_SET(13118, `topics`) OR FIND_IN_SET(9539, `topics`) OR FIND_IN_SET(9525, `topics`) OR FIND_IN_SET(9554, `topics`) OR FIND_IN_SET(7349656, `topics`) OR FIND_IN_SET(9499, `topics`) OR FIND_IN_SET(2612891, `topics`) OR FIND_IN_SET(9465, `topics`) OR FIND_IN_SET(9572, `topics`) OR FIND_IN_SET(9534, `topics`) OR FIND_IN_SET(45796594, `topics`) OR FIND_IN_SET(9538, `topics`) OR FIND_IN_SET(9561, `topics`) OR FIND_IN_SET(9551, `topics`) OR FIND_IN_SET(9488, `topics`) OR FIND_IN_SET(9552, `topics`) OR FIND_IN_SET(9513, `topics`) OR FIND_IN_SET(9537, `topics`) OR FIND_IN_SET(9555, `topics`) OR FIND_IN_SET(6166195, `topics`) OR FIND_IN_SET(6166197, `topics`) OR FIND_IN_SET(6166196, `topics`) OR FIND_IN_SET(9479, `topics`) OR FIND_IN_SET(9511, `topics`) OR FIND_IN_SET(9566, `topics`) OR FIND_IN_SET(9516, `topics`) OR FIND_IN_SET(9706902, `topics`) OR FIND_IN_SET(9518, `topics`) OR FIND_IN_SET(9565, `topics`) OR FIND_IN_SET(9706885, `topics`) OR FIND_IN_SET(9485, `topics`) OR FIND_IN_SET(9540, `topics`) OR FIND_IN_SET(7778891, `topics`) OR FIND_IN_SET(9501, `topics`) OR FIND_IN_SET(9473, `topics`) OR FIND_IN_SET(9544, `topics`) OR FIND_IN_SET(9542, `topics`) OR FIND_IN_SET(9571, `topics`) OR FIND_IN_SET(9562, `topics`) OR FIND_IN_SET(3431157, `topics`) OR FIND_IN_SET(9523, `topics`) OR FIND_IN_SET(323838, `topics`) OR FIND_IN_SET(9500, `topics`) OR FIND_IN_SET(2956838, `topics`) OR FIND_IN_SET(9541, `topics`) OR FIND_IN_SET(9564, `topics`) OR FIND_IN_SET(9545, `topics`) OR FIND_IN_SET(9522, `topics`) OR FIND_IN_SET(9515, `topics`) OR FIND_IN_SET(9530, `topics`) OR FIND_IN_SET(9549, `topics`) OR FIND_IN_SET(9569, `topics`) OR FIND_IN_SET(9506, `topics`) OR FIND_IN_SET(9574, `topics`) OR FIND_IN_SET(9706891, `topics`) OR FIND_IN_SET(9557, `topics`) OR FIND_IN_SET(9505, `topics`) OR FIND_IN_SET(9466, `topics`) OR FIND_IN_SET(9467, `topics`) OR FIND_IN_SET(9510, `topics`) OR FIND_IN_SET(21536695, `topics`) OR FIND_IN_SET(9497, `topics`) OR FIND_IN_SET(9508, `topics`) OR FIND_IN_SET(9504, `topics`) OR FIND_IN_SET(9532, `topics`) OR FIND_IN_SET(9490, `topics`) OR FIND_IN_SET(13116, `topics`) OR FIND_IN_SET(9550, `topics`) OR FIND_IN_SET(10542214, `topics`) OR FIND_IN_SET(9475, `topics`) OR FIND_IN_SET(2956836, `topics`) OR FIND_IN_SET(9492, `topics`) OR FIND_IN_SET(9468, `topics`) OR FIND_IN_SET(9531, `topics`) OR FIND_IN_SET(9494, `topics`) OR FIND_IN_SET(9464, `topics`) OR FIND_IN_SET(9563, `topics`) OR FIND_IN_SET(9261602, `topics`) OR FIND_IN_SET(9476, `topics`) OR FIND_IN_SET(9706905, `topics`) OR FIND_IN_SET(9481, `topics`) OR FIND_IN_SET(9543, `topics`) OR FIND_IN_SET(9528, `topics`) OR FIND_IN_SET(20664909, `topics`) OR FIND_IN_SET(8170574, `topics`) OR FIND_IN_SET(9526, `topics`) OR FIND_IN_SET(9470, `topics`) OR FIND_IN_SET(9471, `topics`) OR FIND_IN_SET(9706912, `topics`) OR FIND_IN_SET(9517, `topics`) OR FIND_IN_SET(39646742, `topics`) OR FIND_IN_SET(9547, `topics`) OR FIND_IN_SET(9489, `topics`) OR FIND_IN_SET(9491, `topics`) OR FIND_IN_SET(9482, `topics`) OR FIND_IN_SET(323840, `topics`) OR FIND_IN_SET(9487, `topics`) OR FIND_IN_SET(33334653, `topics`) OR FIND_IN_SET(9546, `topics`) OR FIND_IN_SET(9498, `topics`) OR FIND_IN_SET(9519, `topics`) OR FIND_IN_SET(8208057, `topics`) OR FIND_IN_SET(9478, `topics`) OR FIND_IN_SET(9472, `topics`) OR FIND_IN_SET(9512, `topics`) OR FIND_IN_SET(9477, `topics`) OR FIND_IN_SET(9559, `topics`) OR FIND_IN_SET(9493, `topics`) OR FIND_IN_SET(9548, `topics`) OR FIND_IN_SET(9509, `topics`) OR FIND_IN_SET(9529, `topics`) OR FIND_IN_SET(9527, `topics`) OR FIND_IN_SET(9553, `topics`) OR FIND_IN_SET(9496, `topics`) OR FIND_IN_SET(9495, `topics`) OR FIND_IN_SET(9484, `topics`) OR FIND_IN_SET(9533, `topics`) OR FIND_IN_SET(9567, `topics`) OR FIND_IN_SET(9536, `topics`) OR FIND_IN_SET(9483, `topics`) OR FIND_IN_SET(9707367, `topics`) OR FIND_IN_SET(9520, `topics`) OR FIND_IN_SET(9474, `topics`) OR FIND_IN_SET(9469, `topics`) OR FIND_IN_SET(9560, `topics`) OR FIND_IN_SET(9568, `topics`) OR FIND_IN_SET(9573, `topics`) OR FIND_IN_SET(9486, `topics`) OR FIND_IN_SET(9535, `topics`) OR FIND_IN_SET(9507, `topics`) OR FIND_IN_SET(9480, `topics`) OR FIND_IN_SET(9463, `topics`) OR FIND_IN_SET(9521, `topics`) OR FIND_IN_SET(2956837, `topics`) OR FIND_IN_SET(9570, `topics`) OR FIND_IN_SET(9524, `topics`) OR FIND_IN_SET(9514, `topics`) OR FIND_IN_SET(9502, `topics`) OR FIND_IN_SET(9539, `topics`) OR FIND_IN_SET(9525, `topics`) OR FIND_IN_SET(9554, `topics`) OR FIND_IN_SET(7349656, `topics`) OR FIND_IN_SET(9499, `topics`) OR FIND_IN_SET(9465, `topics`) OR FIND_IN_SET(9572, `topics`) OR FIND_IN_SET(9534, `topics`) OR FIND_IN_SET(9538, `topics`) OR FIND_IN_SET(9561, `topics`) OR FIND_IN_SET(9551, `topics`) OR FIND_IN_SET(9488, `topics`) OR FIND_IN_SET(9552, `topics`) OR FIND_IN_SET(9513, `topics`) OR FIND_IN_SET(9537, `topics`) OR FIND_IN_SET(9555, `topics`) OR FIND_IN_SET(9479, `topics`) OR FIND_IN_SET(9511, `topics`) OR FIND_IN_SET(9566, `topics`) OR FIND_IN_SET(9516, `topics`) OR FIND_IN_SET(9518, `topics`) OR FIND_IN_SET(9565, `topics`) OR FIND_IN_SET(9485, `topics`) OR FIND_IN_SET(9540, `topics`) OR FIND_IN_SET(9501, `topics`) OR FIND_IN_SET(9544, `topics`) OR FIND_IN_SET(9542, `topics`) OR FIND_IN_SET(9571, `topics`) OR FIND_IN_SET(9562, `topics`) OR FIND_IN_SET(9523, `topics`) OR FIND_IN_SET(323838, `topics`) OR FIND_IN_SET(9500, `topics`) OR FIND_IN_SET(2956838, `topics`) OR FIND_IN_SET(9564, `topics`) OR FIND_IN_SET(9545, `topics`) OR FIND_IN_SET(9522, `topics`) OR FIND_IN_SET(9515, `topics`) OR FIND_IN_SET(9530, `topics`) OR FIND_IN_SET(9549, `topics`) OR FIND_IN_SET(9506, `topics`) OR FIND_IN_SET(9557, `topics`) OR FIND_IN_SET(9505, `topics`) OR FIND_IN_SET(9466, `topics`) OR FIND_IN_SET(9467, `topics`) OR FIND_IN_SET(9510, `topics`) OR FIND_IN_SET(9497, `topics`) OR FIND_IN_SET(9508, `topics`) OR FIND_IN_SET(9504, `topics`) OR FIND_IN_SET(9532, `topics`) OR FIND_IN_SET(9490, `topics`) OR FIND_IN_SET(13116, `topics`) OR FIND_IN_SET(9550, `topics`) OR FIND_IN_SET(9475, `topics`) OR FIND_IN_SET(2956836, `topics`) OR FIND_IN_SET(9492, `topics`) OR FIND_IN_SET(9468, `topics`) OR FIND_IN_SET(9531, `topics`) OR FIND_IN_SET(9563, `topics`) OR FIND_IN_SET(9476, `topics`) OR FIND_IN_SET(9481, `topics`) OR FIND_IN_SET(9543, `topics`) OR FIND_IN_SET(9528, `topics`) OR FIND_IN_SET(8170574, `topics`) OR FIND_IN_SET(9526, `topics`) OR FIND_IN_SET(9470, `topics`) OR FIND_IN_SET(9471, `topics`) OR FIND_IN_SET(9517, `topics`) OR FIND_IN_SET(39646742, `topics`) OR FIND_IN_SET(9547, `topics`) OR FIND_IN_SET(9489, `topics`) OR FIND_IN_SET(9491, `topics`) OR FIND_IN_SET(9482, `topics`) OR FIND_IN_SET(9487, `topics`) OR FIND_IN_SET(9546, `topics`)))  AND (name != '' AND active = 1)  AND ( FIND_IN_SET( 8503, holidayThemes ) > 0)  AND (contentScore > 80)  AND  object_localized_45_de.o_type IN ('object','folder')) AND object_localized_45_de.o_published = 1 ORDER BY RAND(1729371600)    LIMIT 12 OFFSET 12
Parameters:
[]
1017 0.14 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "45"
]
1018 0.10 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4167203
]
1019 0.11 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4167203
]
1020 0.25 ms
SELECT * FROM object_store_45 WHERE oo_id = ?
Parameters:
[
  4167203
]
1021 0.33 ms
SELECT * FROM object_localized_data_45 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  4167203
]
1022 0.09 ms
SELECT * FROM object_brick_store_demiLegacyId_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  4167203
  "demiExtension"
]
1023 0.07 ms
SELECT * FROM object_brick_store_demiAccessibilityCategories_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  4167203
  "demiExtension"
]
1024 0.07 ms
SELECT * FROM object_brick_store_demiExternalLink_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  4167203
  "demiExtension"
]
1025 0.06 ms
SELECT * FROM object_brick_store_demiCanonicalRegion_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  4167203
  "demiExtension"
]
1026 0.06 ms
SELECT * FROM object_brick_store_demiYoungStyria_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  4167203
  "demiExtension"
]
1027 0.06 ms
SELECT * FROM object_brick_store_demiInfrastructureSommerCardExtension_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  4167203
  "demiExtension"
]
1028 0.06 ms
SELECT * FROM object_brick_store_demiBergfexLake_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  4167203
  "demiExtension"
]
1029 0.06 ms
SELECT * FROM object_brick_store_SchladmingAS_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  4167203
  "demiExtension"
]
1030 0.09 ms
SELECT * FROM object_collection_demiCapacityCeremony_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  4167203
  "capacityCeremonies"
]
1031 0.09 ms
SELECT * FROM object_collection_demiDishRates_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  4167203
  "dishRates"
]
1032 0.09 ms
SELECT * FROM object_collection_demiOperationSchedule_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  4167203
  "operationSchedule"
]
1033 0.36 ms
SELECT * FROM object_relations_45 WHERE src_id = ?
Parameters:
[
  4167203
]
1034 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4169715
]
1035 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4169715
]
1036 0.23 ms
SELECT * FROM object_store_45 WHERE oo_id = ?
Parameters:
[
  4169715
]
1037 0.41 ms
SELECT * FROM object_localized_data_45 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  4169715
]
1038 0.08 ms
SELECT * FROM object_brick_store_demiLegacyId_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  4169715
  "demiExtension"
]
1039 0.06 ms
SELECT * FROM object_brick_store_demiAccessibilityCategories_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  4169715
  "demiExtension"
]
1040 0.05 ms
SELECT * FROM object_brick_store_demiExternalLink_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  4169715
  "demiExtension"
]
1041 0.05 ms
SELECT * FROM object_brick_store_demiCanonicalRegion_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  4169715
  "demiExtension"
]
1042 0.05 ms
SELECT * FROM object_brick_store_demiYoungStyria_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  4169715
  "demiExtension"
]
1043 0.06 ms
SELECT * FROM object_brick_store_demiInfrastructureSommerCardExtension_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  4169715
  "demiExtension"
]
1044 0.05 ms
SELECT * FROM object_brick_store_demiBergfexLake_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  4169715
  "demiExtension"
]
1045 0.05 ms
SELECT * FROM object_brick_store_SchladmingAS_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  4169715
  "demiExtension"
]
1046 0.08 ms
SELECT * FROM object_collection_demiCapacityCeremony_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  4169715
  "capacityCeremonies"
]
1047 0.08 ms
SELECT * FROM object_collection_demiDishRates_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  4169715
  "dishRates"
]
1048 0.08 ms
SELECT * FROM object_collection_demiOperationSchedule_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  4169715
  "operationSchedule"
]
1049 0.39 ms
SELECT * FROM object_relations_45 WHERE src_id = ?
Parameters:
[
  4169715
]
1050 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  3417430
]
1051 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  3417430
]
1052 0.20 ms
SELECT * FROM object_store_45 WHERE oo_id = ?
Parameters:
[
  3417430
]
1053 0.31 ms
SELECT * FROM object_localized_data_45 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  3417430
]
1054 0.08 ms
SELECT * FROM object_brick_store_demiLegacyId_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  3417430
  "demiExtension"
]
1055 0.06 ms
SELECT * FROM object_brick_store_demiAccessibilityCategories_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  3417430
  "demiExtension"
]
1056 0.05 ms
SELECT * FROM object_brick_store_demiExternalLink_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  3417430
  "demiExtension"
]
1057 0.06 ms
SELECT * FROM object_brick_store_demiCanonicalRegion_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  3417430
  "demiExtension"
]
1058 0.05 ms
SELECT * FROM object_brick_store_demiYoungStyria_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  3417430
  "demiExtension"
]
1059 0.06 ms
SELECT * FROM object_brick_store_demiInfrastructureSommerCardExtension_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  3417430
  "demiExtension"
]
1060 0.05 ms
SELECT * FROM object_brick_store_demiBergfexLake_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  3417430
  "demiExtension"
]
1061 0.06 ms
SELECT * FROM object_brick_store_SchladmingAS_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  3417430
  "demiExtension"
]
1062 0.08 ms
SELECT * FROM object_collection_demiCapacityCeremony_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  3417430
  "capacityCeremonies"
]
1063 0.08 ms
SELECT * FROM object_collection_demiDishRates_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  3417430
  "dishRates"
]
1064 0.08 ms
SELECT * FROM object_collection_demiOperationSchedule_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  3417430
  "operationSchedule"
]
1065 0.23 ms
SELECT * FROM object_relations_45 WHERE src_id = ?
Parameters:
[
  3417430
]
1066 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  13722553
]
1067 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  13722553
]
1068 0.09 ms
SELECT * FROM object_store_45 WHERE oo_id = ?
Parameters:
[
  13722553
]
1069 0.27 ms
SELECT * FROM object_localized_data_45 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  13722553
]
1070 0.08 ms
SELECT * FROM object_brick_store_demiLegacyId_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  13722553
  "demiExtension"
]
1071 0.06 ms
SELECT * FROM object_brick_store_demiAccessibilityCategories_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  13722553
  "demiExtension"
]
1072 0.06 ms
SELECT * FROM object_brick_store_demiExternalLink_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  13722553
  "demiExtension"
]
1073 0.05 ms
SELECT * FROM object_brick_store_demiCanonicalRegion_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  13722553
  "demiExtension"
]
1074 0.05 ms
SELECT * FROM object_brick_store_demiYoungStyria_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  13722553
  "demiExtension"
]
1075 0.06 ms
SELECT * FROM object_brick_store_demiInfrastructureSommerCardExtension_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  13722553
  "demiExtension"
]
1076 0.06 ms
SELECT * FROM object_brick_store_demiBergfexLake_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  13722553
  "demiExtension"
]
1077 0.06 ms
SELECT * FROM object_brick_store_SchladmingAS_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  13722553
  "demiExtension"
]
1078 0.08 ms
SELECT * FROM object_collection_demiCapacityCeremony_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  13722553
  "capacityCeremonies"
]
1079 0.08 ms
SELECT * FROM object_collection_demiDishRates_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  13722553
  "dishRates"
]
1080 0.08 ms
SELECT * FROM object_collection_demiOperationSchedule_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  13722553
  "operationSchedule"
]
1081 0.13 ms
SELECT * FROM object_relations_45 WHERE src_id = ?
Parameters:
[
  13722553
]
1082 83.93 ms
SELECT COUNT(*) FROM object_localized_45_de WHERE (((FIND_IN_SET("11465", `towns`) OR FIND_IN_SET("11466", `towns`) OR FIND_IN_SET("11464", `towns`) OR FIND_IN_SET("1612603", `towns`) OR FIND_IN_SET("11463", `towns`)))  AND ((FIND_IN_SET(2956831, `topics`) OR FIND_IN_SET(34637986, `topics`) OR FIND_IN_SET(13101, `topics`) OR FIND_IN_SET(8966, `topics`) OR FIND_IN_SET(8906, `topics`) OR FIND_IN_SET(2956834, `topics`) OR FIND_IN_SET(8935, `topics`) OR FIND_IN_SET(8884, `topics`) OR FIND_IN_SET(8880, `topics`) OR FIND_IN_SET(8889, `topics`) OR FIND_IN_SET(8908, `topics`) OR FIND_IN_SET(8960, `topics`) OR FIND_IN_SET(8879, `topics`) OR FIND_IN_SET(34637984, `topics`) OR FIND_IN_SET(8909, `topics`) OR FIND_IN_SET(13102, `topics`) OR FIND_IN_SET(323812, `topics`) OR FIND_IN_SET(2335828, `topics`) OR FIND_IN_SET(2956833, `topics`) OR FIND_IN_SET(8881, `topics`) OR FIND_IN_SET(8891, `topics`) OR FIND_IN_SET(8914, `topics`) OR FIND_IN_SET(8950, `topics`) OR FIND_IN_SET(43486494, `topics`) OR FIND_IN_SET(30766034, `topics`) OR FIND_IN_SET(8697573, `topics`) OR FIND_IN_SET(8926, `topics`) OR FIND_IN_SET(8964, `topics`) OR FIND_IN_SET(2289698, `topics`) OR FIND_IN_SET(8913, `topics`) OR FIND_IN_SET(3576862, `topics`) OR FIND_IN_SET(978047, `topics`) OR FIND_IN_SET(1060937, `topics`) OR FIND_IN_SET(8903, `topics`) OR FIND_IN_SET(8936, `topics`) OR FIND_IN_SET(8917, `topics`) OR FIND_IN_SET(8916, `topics`) OR FIND_IN_SET(8878, `topics`) OR FIND_IN_SET(8937, `topics`) OR FIND_IN_SET(8941, `topics`) OR FIND_IN_SET(8904, `topics`) OR FIND_IN_SET(8951, `topics`) OR FIND_IN_SET(34637975, `topics`) OR FIND_IN_SET(8934, `topics`) OR FIND_IN_SET(8953, `topics`) OR FIND_IN_SET(9707210, `topics`) OR FIND_IN_SET(9707192, `topics`) OR FIND_IN_SET(8944, `topics`) OR FIND_IN_SET(8902, `topics`) OR FIND_IN_SET(8969, `topics`) OR FIND_IN_SET(41070520, `topics`) OR FIND_IN_SET(8890, `topics`) OR FIND_IN_SET(13098, `topics`) OR FIND_IN_SET(34637979, `topics`) OR FIND_IN_SET(1514879, `topics`) OR FIND_IN_SET(8931, `topics`) OR FIND_IN_SET(2612848, `topics`) OR FIND_IN_SET(323813, `topics`) OR FIND_IN_SET(323816, `topics`) OR FIND_IN_SET(8971, `topics`) OR FIND_IN_SET(8932, `topics`) OR FIND_IN_SET(8877, `topics`) OR FIND_IN_SET(41711625, `topics`) OR FIND_IN_SET(8886, `topics`) OR FIND_IN_SET(8925, `topics`) OR FIND_IN_SET(1514878, `topics`) OR FIND_IN_SET(1514877, `topics`) OR FIND_IN_SET(8965, `topics`) OR FIND_IN_SET(8892, `topics`) OR FIND_IN_SET(8924, `topics`) OR FIND_IN_SET(8905, `topics`) OR FIND_IN_SET(8893, `topics`) OR FIND_IN_SET(30807423, `topics`) OR FIND_IN_SET(33665691, `topics`) OR FIND_IN_SET(13097, `topics`) OR FIND_IN_SET(978046, `topics`) OR FIND_IN_SET(8942, `topics`) OR FIND_IN_SET(2335829, `topics`) OR FIND_IN_SET(34637977, `topics`) OR FIND_IN_SET(8959, `topics`) OR FIND_IN_SET(8943, `topics`) OR FIND_IN_SET(13690959, `topics`) OR FIND_IN_SET(8946, `topics`) OR FIND_IN_SET(8970, `topics`) OR FIND_IN_SET(8963, `topics`) OR FIND_IN_SET(8973, `topics`) OR FIND_IN_SET(2612886, `topics`) OR FIND_IN_SET(8896, `topics`) OR FIND_IN_SET(8958, `topics`) OR FIND_IN_SET(8921, `topics`) OR FIND_IN_SET(2956832, `topics`) OR FIND_IN_SET(34637985, `topics`) OR FIND_IN_SET(8895, `topics`) OR FIND_IN_SET(8888, `topics`) OR FIND_IN_SET(8885, `topics`) OR FIND_IN_SET(8910, `topics`) OR FIND_IN_SET(8968, `topics`) OR FIND_IN_SET(13100, `topics`) OR FIND_IN_SET(8208050, `topics`) OR FIND_IN_SET(8922, `topics`) OR FIND_IN_SET(8894, `topics`) OR FIND_IN_SET(2335827, `topics`) OR FIND_IN_SET(8874, `topics`) OR FIND_IN_SET(20664811, `topics`) OR FIND_IN_SET(6166174, `topics`) OR FIND_IN_SET(6166175, `topics`) OR FIND_IN_SET(6166176, `topics`) OR FIND_IN_SET(8947, `topics`) OR FIND_IN_SET(8900, `topics`) OR FIND_IN_SET(8938, `topics`) OR FIND_IN_SET(8962, `topics`) OR FIND_IN_SET(8940, `topics`) OR FIND_IN_SET(7778883, `topics`) OR FIND_IN_SET(8876, `topics`) OR FIND_IN_SET(3994125, `topics`) OR FIND_IN_SET(8939, `topics`) OR FIND_IN_SET(2956828, `topics`) OR FIND_IN_SET(8954, `topics`) OR FIND_IN_SET(8974, `topics`) OR FIND_IN_SET(8955, `topics`) OR FIND_IN_SET(8972, `topics`) OR FIND_IN_SET(13981580, `topics`) OR FIND_IN_SET(8930, `topics`) OR FIND_IN_SET(8915, `topics`) OR FIND_IN_SET(8923, `topics`) OR FIND_IN_SET(8933, `topics`) OR FIND_IN_SET(8956, `topics`) OR FIND_IN_SET(8873, `topics`) OR FIND_IN_SET(2335897, `topics`) OR FIND_IN_SET(8875, `topics`) OR FIND_IN_SET(13368813, `topics`) OR FIND_IN_SET(30766033, `topics`) OR FIND_IN_SET(8967, `topics`) OR FIND_IN_SET(8928, `topics`) OR FIND_IN_SET(43486493, `topics`) OR FIND_IN_SET(2335826, `topics`) OR FIND_IN_SET(8952, `topics`) OR FIND_IN_SET(3576863, `topics`) OR FIND_IN_SET(8882, `topics`) OR FIND_IN_SET(8901, `topics`) OR FIND_IN_SET(13103, `topics`) OR FIND_IN_SET(323810, `topics`) OR FIND_IN_SET(323815, `topics`) OR FIND_IN_SET(46098368, `topics`) OR FIND_IN_SET(13104, `topics`) OR FIND_IN_SET(8948, `topics`) OR FIND_IN_SET(8919, `topics`) OR FIND_IN_SET(8911, `topics`) OR FIND_IN_SET(34637989, `topics`) OR FIND_IN_SET(8961, `topics`) OR FIND_IN_SET(6311040, `topics`) OR FIND_IN_SET(2956829, `topics`) OR FIND_IN_SET(8929, `topics`) OR FIND_IN_SET(8918, `topics`) OR FIND_IN_SET(8510366, `topics`) OR FIND_IN_SET(8899, `topics`) OR FIND_IN_SET(8920, `topics`) OR FIND_IN_SET(8945, `topics`) OR FIND_IN_SET(13099, `topics`) OR FIND_IN_SET(323814, `topics`) OR FIND_IN_SET(13691917, `topics`) OR FIND_IN_SET(8887, `topics`) OR FIND_IN_SET(8912, `topics`) OR FIND_IN_SET(8927, `topics`) OR FIND_IN_SET(8907, `topics`) OR FIND_IN_SET(8897, `topics`) OR FIND_IN_SET(8949, `topics`) OR FIND_IN_SET(8898, `topics`) OR FIND_IN_SET(13981573, `topics`) OR FIND_IN_SET(2956830, `topics`) OR FIND_IN_SET(8171621, `topics`) OR FIND_IN_SET(3190434, `topics`) OR FIND_IN_SET(6512514, `topics`) OR FIND_IN_SET(6512515, `topics`) OR FIND_IN_SET(2956827, `topics`) OR FIND_IN_SET(8883, `topics`) OR FIND_IN_SET(2956831, `topics`) OR FIND_IN_SET(34637986, `topics`) OR FIND_IN_SET(8966, `topics`) OR FIND_IN_SET(8906, `topics`) OR FIND_IN_SET(2956834, `topics`) OR FIND_IN_SET(8935, `topics`) OR FIND_IN_SET(8884, `topics`) OR FIND_IN_SET(8880, `topics`) OR FIND_IN_SET(8889, `topics`) OR FIND_IN_SET(8960, `topics`) OR FIND_IN_SET(8879, `topics`) OR FIND_IN_SET(34637984, `topics`) OR FIND_IN_SET(8909, `topics`) OR FIND_IN_SET(2335828, `topics`) OR FIND_IN_SET(2956833, `topics`) OR FIND_IN_SET(8881, `topics`) OR FIND_IN_SET(8891, `topics`) OR FIND_IN_SET(8950, `topics`) OR FIND_IN_SET(8926, `topics`) OR FIND_IN_SET(8964, `topics`) OR FIND_IN_SET(2289698, `topics`) OR FIND_IN_SET(8913, `topics`) OR FIND_IN_SET(3576862, `topics`) OR FIND_IN_SET(978047, `topics`) OR FIND_IN_SET(1060937, `topics`) OR FIND_IN_SET(8903, `topics`) OR FIND_IN_SET(8936, `topics`) OR FIND_IN_SET(8917, `topics`) OR FIND_IN_SET(8916, `topics`) OR FIND_IN_SET(8937, `topics`) OR FIND_IN_SET(8941, `topics`) OR FIND_IN_SET(8904, `topics`) OR FIND_IN_SET(8951, `topics`) OR FIND_IN_SET(34637975, `topics`) OR FIND_IN_SET(8934, `topics`) OR FIND_IN_SET(8953, `topics`) OR FIND_IN_SET(9707210, `topics`) OR FIND_IN_SET(9707192, `topics`) OR FIND_IN_SET(8944, `topics`) OR FIND_IN_SET(8902, `topics`) OR FIND_IN_SET(8969, `topics`) OR FIND_IN_SET(8890, `topics`) OR FIND_IN_SET(34637979, `topics`) OR FIND_IN_SET(1514879, `topics`) OR FIND_IN_SET(8931, `topics`) OR FIND_IN_SET(8971, `topics`) OR FIND_IN_SET(8932, `topics`) OR FIND_IN_SET(8877, `topics`) OR FIND_IN_SET(41711625, `topics`) OR FIND_IN_SET(8886, `topics`) OR FIND_IN_SET(8925, `topics`) OR FIND_IN_SET(1514878, `topics`) OR FIND_IN_SET(1514877, `topics`) OR FIND_IN_SET(8965, `topics`) OR FIND_IN_SET(8892, `topics`) OR FIND_IN_SET(8924, `topics`) OR FIND_IN_SET(8905, `topics`) OR FIND_IN_SET(8893, `topics`) OR FIND_IN_SET(33665691, `topics`) OR FIND_IN_SET(978046, `topics`) OR FIND_IN_SET(8942, `topics`) OR FIND_IN_SET(2335829, `topics`) OR FIND_IN_SET(34637977, `topics`) OR FIND_IN_SET(8959, `topics`) OR FIND_IN_SET(8943, `topics`) OR FIND_IN_SET(13690959, `topics`) OR FIND_IN_SET(8946, `topics`) OR FIND_IN_SET(8970, `topics`) OR FIND_IN_SET(8963, `topics`) OR FIND_IN_SET(8973, `topics`) OR FIND_IN_SET(8896, `topics`) OR FIND_IN_SET(8958, `topics`) OR FIND_IN_SET(2956832, `topics`) OR FIND_IN_SET(34637985, `topics`) OR FIND_IN_SET(8895, `topics`) OR FIND_IN_SET(8888, `topics`) OR FIND_IN_SET(13100, `topics`) OR FIND_IN_SET(8208050, `topics`) OR FIND_IN_SET(8922, `topics`) OR FIND_IN_SET(8894, `topics`) OR FIND_IN_SET(2335827, `topics`) OR FIND_IN_SET(8874, `topics`) OR FIND_IN_SET(8947, `topics`) OR FIND_IN_SET(8900, `topics`) OR FIND_IN_SET(8938, `topics`) OR FIND_IN_SET(8962, `topics`) OR FIND_IN_SET(8940, `topics`) OR FIND_IN_SET(8876, `topics`) OR FIND_IN_SET(3994125, `topics`) OR FIND_IN_SET(8939, `topics`) OR FIND_IN_SET(2956828, `topics`) OR FIND_IN_SET(8954, `topics`) OR FIND_IN_SET(8974, `topics`) OR FIND_IN_SET(8955, `topics`) OR FIND_IN_SET(8972, `topics`) OR FIND_IN_SET(8930, `topics`) OR FIND_IN_SET(8923, `topics`) OR FIND_IN_SET(8933, `topics`) OR FIND_IN_SET(8956, `topics`) OR FIND_IN_SET(8873, `topics`) OR FIND_IN_SET(2335897, `topics`) OR FIND_IN_SET(8875, `topics`) OR FIND_IN_SET(8967, `topics`) OR FIND_IN_SET(8928, `topics`) OR FIND_IN_SET(2335826, `topics`) OR FIND_IN_SET(8952, `topics`) OR FIND_IN_SET(3576863, `topics`) OR FIND_IN_SET(8882, `topics`) OR FIND_IN_SET(13103, `topics`) OR FIND_IN_SET(323810, `topics`) OR FIND_IN_SET(323815, `topics`) OR FIND_IN_SET(13104, `topics`) OR FIND_IN_SET(8948, `topics`) OR FIND_IN_SET(8919, `topics`) OR FIND_IN_SET(8911, `topics`) OR FIND_IN_SET(34637989, `topics`) OR FIND_IN_SET(8961, `topics`) OR FIND_IN_SET(6311040, `topics`) OR FIND_IN_SET(2956829, `topics`) OR FIND_IN_SET(8929, `topics`) OR FIND_IN_SET(8918, `topics`) OR FIND_IN_SET(8899, `topics`) OR FIND_IN_SET(8920, `topics`) OR FIND_IN_SET(8945, `topics`) OR FIND_IN_SET(13099, `topics`) OR FIND_IN_SET(323814, `topics`) OR FIND_IN_SET(13691917, `topics`) OR FIND_IN_SET(8887, `topics`) OR FIND_IN_SET(8912, `topics`) OR FIND_IN_SET(8907, `topics`) OR FIND_IN_SET(8897, `topics`) OR FIND_IN_SET(8949, `topics`) OR FIND_IN_SET(8898, `topics`) OR FIND_IN_SET(13981573, `topics`) OR FIND_IN_SET(2956830, `topics`) OR FIND_IN_SET(8171621, `topics`) OR FIND_IN_SET(3190434, `topics`) OR FIND_IN_SET(6512514, `topics`) OR FIND_IN_SET(6512515, `topics`) OR FIND_IN_SET(2956827, `topics`) OR FIND_IN_SET(8883, `topics`) OR FIND_IN_SET(9001, `topics`) OR FIND_IN_SET(8208051, `topics`) OR FIND_IN_SET(9004, `topics`) OR FIND_IN_SET(1060938, `topics`) OR FIND_IN_SET(9012, `topics`) OR FIND_IN_SET(8990, `topics`) OR FIND_IN_SET(9000, `topics`) OR FIND_IN_SET(8994, `topics`) OR FIND_IN_SET(9005, `topics`) OR FIND_IN_SET(8988, `topics`) OR FIND_IN_SET(8995, `topics`) OR FIND_IN_SET(9017, `topics`) OR FIND_IN_SET(9013, `topics`) OR FIND_IN_SET(9003, `topics`) OR FIND_IN_SET(13105, `topics`) OR FIND_IN_SET(8984, `topics`) OR FIND_IN_SET(9006, `topics`) OR FIND_IN_SET(8983, `topics`) OR FIND_IN_SET(9019, `topics`) OR FIND_IN_SET(41711645, `topics`) OR FIND_IN_SET(1514880, `topics`) OR FIND_IN_SET(8981, `topics`) OR FIND_IN_SET(8976, `topics`) OR FIND_IN_SET(8997, `topics`) OR FIND_IN_SET(8979, `topics`) OR FIND_IN_SET(6166178, `topics`) OR FIND_IN_SET(6166177, `topics`) OR FIND_IN_SET(6166179, `topics`) OR FIND_IN_SET(8989, `topics`) OR FIND_IN_SET(8998, `topics`) OR FIND_IN_SET(7778884, `topics`) OR FIND_IN_SET(8978, `topics`) OR FIND_IN_SET(9010, `topics`) OR FIND_IN_SET(9020, `topics`) OR FIND_IN_SET(9016, `topics`) OR FIND_IN_SET(8993, `topics`) OR FIND_IN_SET(8992, `topics`) OR FIND_IN_SET(9002, `topics`) OR FIND_IN_SET(9008, `topics`) OR FIND_IN_SET(8986, `topics`) OR FIND_IN_SET(9011, `topics`) OR FIND_IN_SET(9018, `topics`) OR FIND_IN_SET(8996, `topics`) OR FIND_IN_SET(8991, `topics`) OR FIND_IN_SET(9822107, `topics`) OR FIND_IN_SET(8975, `topics`) OR FIND_IN_SET(9007, `topics`) OR FIND_IN_SET(9014, `topics`) OR FIND_IN_SET(8999, `topics`) OR FIND_IN_SET(9015, `topics`) OR FIND_IN_SET(39909567, `topics`) OR FIND_IN_SET(8987, `topics`) OR FIND_IN_SET(8977, `topics`) OR FIND_IN_SET(8985, `topics`) OR FIND_IN_SET(8982, `topics`) OR FIND_IN_SET(8980, `topics`) OR FIND_IN_SET(9009, `topics`) OR FIND_IN_SET(9001, `topics`) OR FIND_IN_SET(8208051, `topics`) OR FIND_IN_SET(9004, `topics`) OR FIND_IN_SET(1060938, `topics`) OR FIND_IN_SET(9012, `topics`) OR FIND_IN_SET(8990, `topics`) OR FIND_IN_SET(9000, `topics`) OR FIND_IN_SET(8994, `topics`) OR FIND_IN_SET(9005, `topics`) OR FIND_IN_SET(8988, `topics`) OR FIND_IN_SET(8995, `topics`) OR FIND_IN_SET(9017, `topics`) OR FIND_IN_SET(9013, `topics`) OR FIND_IN_SET(9003, `topics`) OR FIND_IN_SET(8984, `topics`) OR FIND_IN_SET(9006, `topics`) OR FIND_IN_SET(8983, `topics`) OR FIND_IN_SET(9019, `topics`) OR FIND_IN_SET(41711645, `topics`) OR FIND_IN_SET(8981, `topics`) OR FIND_IN_SET(8976, `topics`) OR FIND_IN_SET(8997, `topics`) OR FIND_IN_SET(8979, `topics`) OR FIND_IN_SET(8989, `topics`) OR FIND_IN_SET(8998, `topics`) OR FIND_IN_SET(8978, `topics`) OR FIND_IN_SET(9010, `topics`) OR FIND_IN_SET(9020, `topics`) OR FIND_IN_SET(9016, `topics`) OR FIND_IN_SET(8993, `topics`) OR FIND_IN_SET(9002, `topics`) OR FIND_IN_SET(9008, `topics`) OR FIND_IN_SET(8986, `topics`) OR FIND_IN_SET(9011, `topics`) OR FIND_IN_SET(8996, `topics`) OR FIND_IN_SET(8991, `topics`) OR FIND_IN_SET(8975, `topics`) OR FIND_IN_SET(9007, `topics`) OR FIND_IN_SET(9014, `topics`) OR FIND_IN_SET(8999, `topics`) OR FIND_IN_SET(9015, `topics`) OR FIND_IN_SET(39909567, `topics`) OR FIND_IN_SET(8987, `topics`) OR FIND_IN_SET(8977, `topics`) OR FIND_IN_SET(8985, `topics`) OR FIND_IN_SET(8982, `topics`) OR FIND_IN_SET(8980, `topics`) OR FIND_IN_SET(9009, `topics`) OR FIND_IN_SET(9079, `topics`) OR FIND_IN_SET(9165, `topics`) OR FIND_IN_SET(9241, `topics`) OR FIND_IN_SET(26609376, `topics`) OR FIND_IN_SET(9067, `topics`) OR FIND_IN_SET(9044, `topics`) OR FIND_IN_SET(9251, `topics`) OR FIND_IN_SET(9222, `topics`) OR FIND_IN_SET(9228, `topics`) OR FIND_IN_SET(9181, `topics`) OR FIND_IN_SET(9253, `topics`) OR FIND_IN_SET(9116, `topics`) OR FIND_IN_SET(9094, `topics`) OR FIND_IN_SET(9112, `topics`) OR FIND_IN_SET(9052, `topics`) OR FIND_IN_SET(9124, `topics`) OR FIND_IN_SET(9240, `topics`) OR FIND_IN_SET(9037, `topics`) OR FIND_IN_SET(9166, `topics`) OR FIND_IN_SET(9140, `topics`) OR FIND_IN_SET(9101, `topics`) OR FIND_IN_SET(44435342, `topics`) OR FIND_IN_SET(9096, `topics`) OR FIND_IN_SET(9250, `topics`) OR FIND_IN_SET(9168, `topics`) OR FIND_IN_SET(8592997, `topics`) OR FIND_IN_SET(9160, `topics`) OR FIND_IN_SET(9197, `topics`) OR FIND_IN_SET(9234, `topics`) OR FIND_IN_SET(9223, `topics`) OR FIND_IN_SET(9224, `topics`) OR FIND_IN_SET(9242, `topics`) OR FIND_IN_SET(9045, `topics`) OR FIND_IN_SET(9042, `topics`) OR FIND_IN_SET(9201, `topics`) OR FIND_IN_SET(9097, `topics`) OR FIND_IN_SET(9070, `topics`) OR FIND_IN_SET(9248, `topics`) OR FIND_IN_SET(9173, `topics`) OR FIND_IN_SET(9121, `topics`) OR FIND_IN_SET(9047, `topics`) OR FIND_IN_SET(9180, `topics`) OR FIND_IN_SET(9247, `topics`) OR FIND_IN_SET(9138, `topics`) OR FIND_IN_SET(9127, `topics`) OR FIND_IN_SET(1060939, `topics`) OR FIND_IN_SET(13106, `topics`) OR FIND_IN_SET(7187761, `topics`) OR FIND_IN_SET(978049, `topics`) OR FIND_IN_SET(2612888, `topics`) OR FIND_IN_SET(9113, `topics`) OR FIND_IN_SET(16945071, `topics`) OR FIND_IN_SET(9153, `topics`) OR FIND_IN_SET(9164, `topics`) OR FIND_IN_SET(9053, `topics`) OR FIND_IN_SET(9109, `topics`) OR FIND_IN_SET(9196, `topics`) OR FIND_IN_SET(9063, `topics`) OR FIND_IN_SET(9123, `topics`) OR FIND_IN_SET(9175, `topics`) OR FIND_IN_SET(9122, `topics`) OR FIND_IN_SET(9249, `topics`) OR FIND_IN_SET(9171, `topics`) OR FIND_IN_SET(9188, `topics`) OR FIND_IN_SET(9151, `topics`) OR FIND_IN_SET(978048, `topics`) OR FIND_IN_SET(9051, `topics`) OR FIND_IN_SET(323829, `topics`) OR FIND_IN_SET(9225, `topics`) OR FIND_IN_SET(9064, `topics`) OR FIND_IN_SET(9030, `topics`) OR FIND_IN_SET(9059, `topics`) OR FIND_IN_SET(9134, `topics`) OR FIND_IN_SET(9129, `topics`) OR FIND_IN_SET(9057, `topics`) OR FIND_IN_SET(9179, `topics`) OR FIND_IN_SET(9137, `topics`) OR FIND_IN_SET(9069, `topics`) OR FIND_IN_SET(13107, `topics`) OR FIND_IN_SET(9198, `topics`) OR FIND_IN_SET(9036, `topics`) OR FIND_IN_SET(9214, `topics`) OR FIND_IN_SET(9185, `topics`) OR FIND_IN_SET(9031, `topics`) OR FIND_IN_SET(9192, `topics`) OR FIND_IN_SET(9141, `topics`) OR FIND_IN_SET(323826, `topics`) OR FIND_IN_SET(13110, `topics`) OR FIND_IN_SET(41711656, `topics`) OR FIND_IN_SET(9102, `topics`) OR FIND_IN_SET(13108, `topics`) OR FIND_IN_SET(9162, `topics`) OR FIND_IN_SET(9172, `topics`) OR FIND_IN_SET(9182, `topics`) OR FIND_IN_SET(9178, `topics`) OR FIND_IN_SET(9237, `topics`) OR FIND_IN_SET(9167, `topics`) OR FIND_IN_SET(9034, `topics`) OR FIND_IN_SET(9205, `topics`) OR FIND_IN_SET(9062, `topics`) OR FIND_IN_SET(9233, `topics`) OR FIND_IN_SET(9083, `topics`) OR FIND_IN_SET(9211, `topics`) OR FIND_IN_SET(9146, `topics`) OR FIND_IN_SET(9055, `topics`) OR FIND_IN_SET(9100, `topics`) OR FIND_IN_SET(9147, `topics`) OR FIND_IN_SET(9061, `topics`) OR FIND_IN_SET(9246, `topics`) OR FIND_IN_SET(9231, `topics`) OR FIND_IN_SET(9199, `topics`) OR FIND_IN_SET(9110, `topics`) OR FIND_IN_SET(9238, `topics`) OR FIND_IN_SET(9227, `topics`) OR FIND_IN_SET(9236, `topics`) OR FIND_IN_SET(9038, `topics`) OR FIND_IN_SET(9089, `topics`) OR FIND_IN_SET(9024, `topics`) OR FIND_IN_SET(9048, `topics`) OR FIND_IN_SET(9099, `topics`) OR FIND_IN_SET(9068, `topics`) OR FIND_IN_SET(5947680, `topics`) OR FIND_IN_SET(2612889, `topics`) OR FIND_IN_SET(9128, `topics`) OR FIND_IN_SET(9244, `topics`) OR FIND_IN_SET(9078, `topics`) OR FIND_IN_SET(9186, `topics`) OR FIND_IN_SET(9131, `topics`) OR FIND_IN_SET(9071, `topics`) OR FIND_IN_SET(9187, `topics`) OR FIND_IN_SET(3002122, `topics`) OR FIND_IN_SET(7543517, `topics`) OR FIND_IN_SET(9927234, `topics`) OR FIND_IN_SET(2335898, `topics`) OR FIND_IN_SET(46098377, `topics`) OR FIND_IN_SET(9066, `topics`) OR FIND_IN_SET(9157, `topics`) OR FIND_IN_SET(9229, `topics`) OR FIND_IN_SET(9203, `topics`) OR FIND_IN_SET(9085, `topics`) OR FIND_IN_SET(9126, `topics`) OR FIND_IN_SET(9118, `topics`) OR FIND_IN_SET(6166180, `topics`) OR FIND_IN_SET(6166181, `topics`) OR FIND_IN_SET(6166182, `topics`) OR FIND_IN_SET(9133, `topics`) OR FIND_IN_SET(9218, `topics`) OR FIND_IN_SET(9206, `topics`) OR FIND_IN_SET(9170, `topics`) OR FIND_IN_SET(9132, `topics`) OR FIND_IN_SET(9022, `topics`) OR FIND_IN_SET(9213, `topics`) OR FIND_IN_SET(9257, `topics`) OR FIND_IN_SET(9135, `topics`) OR FIND_IN_SET(7778885, `topics`) OR FIND_IN_SET(9208, `topics`) OR FIND_IN_SET(9035, `topics`) OR FIND_IN_SET(9029, `topics`) OR FIND_IN_SET(9216, `topics`) OR FIND_IN_SET(2956835, `topics`) OR FIND_IN_SET(9104, `topics`) OR FIND_IN_SET(9159, `topics`) OR FIND_IN_SET(6166370, `topics`) OR FIND_IN_SET(9152, `topics`) OR FIND_IN_SET(9093, `topics`) OR FIND_IN_SET(9056, `topics`) OR FIND_IN_SET(9027, `topics`) OR FIND_IN_SET(9114, `topics`) OR FIND_IN_SET(9200, `topics`) OR FIND_IN_SET(323832, `topics`) OR FIND_IN_SET(9163, `topics`) OR FIND_IN_SET(9043, `topics`) OR FIND_IN_SET(9143, `topics`) OR FIND_IN_SET(9190, `topics`) OR FIND_IN_SET(9105, `topics`) OR FIND_IN_SET(2612887, `topics`) OR FIND_IN_SET(9202, `topics`) OR FIND_IN_SET(9077, `topics`) OR FIND_IN_SET(9194, `topics`) OR FIND_IN_SET(9033, `topics`) OR FIND_IN_SET(9117, `topics`) OR FIND_IN_SET(9119, `topics`) OR FIND_IN_SET(9106, `topics`) OR FIND_IN_SET(2612890, `topics`) OR FIND_IN_SET(9046, `topics`) OR FIND_IN_SET(9204, `topics`) OR FIND_IN_SET(9028, `topics`) OR FIND_IN_SET(9082, `topics`) OR FIND_IN_SET(9026, `topics`) OR FIND_IN_SET(9150, `topics`) OR FIND_IN_SET(9023, `topics`) OR FIND_IN_SET(9184, `topics`) OR FIND_IN_SET(9191, `topics`) OR FIND_IN_SET(9245, `topics`) OR FIND_IN_SET(9076, `topics`) OR FIND_IN_SET(9239, `topics`) OR FIND_IN_SET(9252, `topics`) OR FIND_IN_SET(9217, `topics`) OR FIND_IN_SET(9136, `topics`) OR FIND_IN_SET(323825, `topics`) OR FIND_IN_SET(9084, `topics`) OR FIND_IN_SET(9025, `topics`) OR FIND_IN_SET(9080, `topics`) OR FIND_IN_SET(13109, `topics`) OR FIND_IN_SET(9095, `topics`) OR FIND_IN_SET(323822, `topics`) OR FIND_IN_SET(9255, `topics`) OR FIND_IN_SET(9145, `topics`) OR FIND_IN_SET(9243, `topics`) OR FIND_IN_SET(9148, `topics`) OR FIND_IN_SET(9893516, `topics`) OR FIND_IN_SET(6827960, `topics`) OR FIND_IN_SET(9176, `topics`) OR FIND_IN_SET(9039, `topics`) OR FIND_IN_SET(9220, `topics`) OR FIND_IN_SET(9125, `topics`) OR FIND_IN_SET(13111, `topics`) OR FIND_IN_SET(46098383, `topics`) OR FIND_IN_SET(9092, `topics`) OR FIND_IN_SET(9049, `topics`) OR FIND_IN_SET(9210, `topics`) OR FIND_IN_SET(18811450, `topics`) OR FIND_IN_SET(9086, `topics`) OR FIND_IN_SET(9212, `topics`) OR FIND_IN_SET(9075, `topics`) OR FIND_IN_SET(9130, `topics`) OR FIND_IN_SET(9032, `topics`) OR FIND_IN_SET(9065, `topics`) OR FIND_IN_SET(9073, `topics`) OR FIND_IN_SET(9041, `topics`) OR FIND_IN_SET(9193, `topics`) OR FIND_IN_SET(5316200, `topics`) OR FIND_IN_SET(9060, `topics`) OR FIND_IN_SET(9040, `topics`) OR FIND_IN_SET(9021, `topics`) OR FIND_IN_SET(9081, `topics`) OR FIND_IN_SET(9107, `topics`) OR FIND_IN_SET(9209, `topics`) OR FIND_IN_SET(9189, `topics`) OR FIND_IN_SET(9139, `topics`) OR FIND_IN_SET(9215, `topics`) OR FIND_IN_SET(9156, `topics`) OR FIND_IN_SET(9088, `topics`) OR FIND_IN_SET(9221, `topics`) OR FIND_IN_SET(5316202, `topics`) OR FIND_IN_SET(9142, `topics`) OR FIND_IN_SET(9090, `topics`) OR FIND_IN_SET(9254, `topics`) OR FIND_IN_SET(9108, `topics`) OR FIND_IN_SET(9072, `topics`) OR FIND_IN_SET(9822177, `topics`) OR FIND_IN_SET(9149, `topics`) OR FIND_IN_SET(9256, `topics`) OR FIND_IN_SET(9230, `topics`) OR FIND_IN_SET(9111, `topics`) OR FIND_IN_SET(9103, `topics`) OR FIND_IN_SET(9091, `topics`) OR FIND_IN_SET(9232, `topics`) OR FIND_IN_SET(9235, `topics`) OR FIND_IN_SET(9195, `topics`) OR FIND_IN_SET(9174, `topics`) OR FIND_IN_SET(9169, `topics`) OR FIND_IN_SET(29311977, `topics`) OR FIND_IN_SET(9087, `topics`) OR FIND_IN_SET(9144, `topics`) OR FIND_IN_SET(9054, `topics`) OR FIND_IN_SET(6166335, `topics`) OR FIND_IN_SET(9207, `topics`) OR FIND_IN_SET(9177, `topics`) OR FIND_IN_SET(9120, `topics`) OR FIND_IN_SET(9115, `topics`) OR FIND_IN_SET(9155, `topics`) OR FIND_IN_SET(9050, `topics`) OR FIND_IN_SET(323817, `topics`) OR FIND_IN_SET(9098, `topics`) OR FIND_IN_SET(9074, `topics`) OR FIND_IN_SET(9154, `topics`) OR FIND_IN_SET(9161, `topics`) OR FIND_IN_SET(5316201, `topics`) OR FIND_IN_SET(2335830, `topics`) OR FIND_IN_SET(9183, `topics`) OR FIND_IN_SET(9219, `topics`) OR FIND_IN_SET(9058, `topics`) OR FIND_IN_SET(9226, `topics`) OR FIND_IN_SET(9158, `topics`) OR FIND_IN_SET(9079, `topics`) OR FIND_IN_SET(9165, `topics`) OR FIND_IN_SET(26609376, `topics`) OR FIND_IN_SET(9067, `topics`) OR FIND_IN_SET(9044, `topics`) OR FIND_IN_SET(9251, `topics`) OR FIND_IN_SET(9222, `topics`) OR FIND_IN_SET(9228, `topics`) OR FIND_IN_SET(9181, `topics`) OR FIND_IN_SET(9253, `topics`) OR FIND_IN_SET(9116, `topics`) OR FIND_IN_SET(9094, `topics`) OR FIND_IN_SET(9112, `topics`) OR FIND_IN_SET(9052, `topics`) OR FIND_IN_SET(9124, `topics`) OR FIND_IN_SET(9240, `topics`) OR FIND_IN_SET(9037, `topics`) OR FIND_IN_SET(9166, `topics`) OR FIND_IN_SET(9140, `topics`) OR FIND_IN_SET(9101, `topics`) OR FIND_IN_SET(9096, `topics`) OR FIND_IN_SET(9250, `topics`) OR FIND_IN_SET(9168, `topics`) OR FIND_IN_SET(9160, `topics`) OR FIND_IN_SET(9197, `topics`) OR FIND_IN_SET(9234, `topics`) OR FIND_IN_SET(9223, `topics`) OR FIND_IN_SET(9224, `topics`) OR FIND_IN_SET(9242, `topics`) OR FIND_IN_SET(9045, `topics`) OR FIND_IN_SET(9097, `topics`) OR FIND_IN_SET(9070, `topics`) OR FIND_IN_SET(9047, `topics`) OR FIND_IN_SET(9180, `topics`) OR FIND_IN_SET(9247, `topics`) OR FIND_IN_SET(9138, `topics`) OR FIND_IN_SET(9127, `topics`) OR FIND_IN_SET(1060939, `topics`) OR FIND_IN_SET(13106, `topics`) OR FIND_IN_SET(7187761, `topics`) OR FIND_IN_SET(978049, `topics`) OR FIND_IN_SET(2612888, `topics`) OR FIND_IN_SET(9113, `topics`) OR FIND_IN_SET(16945071, `topics`) OR FIND_IN_SET(9153, `topics`) OR FIND_IN_SET(9164, `topics`) OR FIND_IN_SET(9053, `topics`) OR FIND_IN_SET(9109, `topics`) OR FIND_IN_SET(9063, `topics`) OR FIND_IN_SET(9123, `topics`) OR FIND_IN_SET(9175, `topics`) OR FIND_IN_SET(9122, `topics`) OR FIND_IN_SET(9249, `topics`) OR FIND_IN_SET(9171, `topics`) OR FIND_IN_SET(9188, `topics`) OR FIND_IN_SET(9151, `topics`) OR FIND_IN_SET(978048, `topics`) OR FIND_IN_SET(9051, `topics`) OR FIND_IN_SET(323829, `topics`) OR FIND_IN_SET(9064, `topics`) OR FIND_IN_SET(9030, `topics`) OR FIND_IN_SET(9059, `topics`) OR FIND_IN_SET(9134, `topics`) OR FIND_IN_SET(9129, `topics`) OR FIND_IN_SET(9057, `topics`) OR FIND_IN_SET(9179, `topics`) OR FIND_IN_SET(9137, `topics`) OR FIND_IN_SET(9069, `topics`) OR FIND_IN_SET(9198, `topics`) OR FIND_IN_SET(9036, `topics`) OR FIND_IN_SET(9185, `topics`) OR FIND_IN_SET(9031, `topics`) OR FIND_IN_SET(9192, `topics`) OR FIND_IN_SET(9141, `topics`) OR FIND_IN_SET(41711656, `topics`) OR FIND_IN_SET(9162, `topics`) OR FIND_IN_SET(9172, `topics`) OR FIND_IN_SET(9182, `topics`) OR FIND_IN_SET(9178, `topics`) OR FIND_IN_SET(9237, `topics`) OR FIND_IN_SET(9034, `topics`) OR FIND_IN_SET(9205, `topics`) OR FIND_IN_SET(9146, `topics`) OR FIND_IN_SET(9147, `topics`) OR FIND_IN_SET(9061, `topics`) OR FIND_IN_SET(9246, `topics`) OR FIND_IN_SET(9231, `topics`) OR FIND_IN_SET(9199, `topics`) OR FIND_IN_SET(9110, `topics`) OR FIND_IN_SET(9238, `topics`) OR FIND_IN_SET(9227, `topics`) OR FIND_IN_SET(9038, `topics`) OR FIND_IN_SET(9089, `topics`) OR FIND_IN_SET(9024, `topics`) OR FIND_IN_SET(9048, `topics`) OR FIND_IN_SET(9099, `topics`) OR FIND_IN_SET(5947680, `topics`) OR FIND_IN_SET(2612889, `topics`) OR FIND_IN_SET(9128, `topics`) OR FIND_IN_SET(9244, `topics`) OR FIND_IN_SET(9078, `topics`) OR FIND_IN_SET(9186, `topics`) OR FIND_IN_SET(9131, `topics`) OR FIND_IN_SET(9071, `topics`) OR FIND_IN_SET(9187, `topics`) OR FIND_IN_SET(3002122, `topics`) OR FIND_IN_SET(9927234, `topics`) OR FIND_IN_SET(2335898, `topics`) OR FIND_IN_SET(9066, `topics`) OR FIND_IN_SET(9157, `topics`) OR FIND_IN_SET(9229, `topics`) OR FIND_IN_SET(9203, `topics`) OR FIND_IN_SET(9085, `topics`) OR FIND_IN_SET(9126, `topics`) OR FIND_IN_SET(9118, `topics`) OR FIND_IN_SET(9133, `topics`) OR FIND_IN_SET(9218, `topics`) OR FIND_IN_SET(9206, `topics`) OR FIND_IN_SET(9170, `topics`) OR FIND_IN_SET(9132, `topics`) OR FIND_IN_SET(9213, `topics`) OR FIND_IN_SET(9257, `topics`) OR FIND_IN_SET(9135, `topics`) OR FIND_IN_SET(9208, `topics`) OR FIND_IN_SET(9035, `topics`) OR FIND_IN_SET(9029, `topics`) OR FIND_IN_SET(9216, `topics`) OR FIND_IN_SET(2956835, `topics`) OR FIND_IN_SET(9104, `topics`) OR FIND_IN_SET(9159, `topics`) OR FIND_IN_SET(9152, `topics`) OR FIND_IN_SET(9093, `topics`) OR FIND_IN_SET(9027, `topics`) OR FIND_IN_SET(9114, `topics`) OR FIND_IN_SET(9200, `topics`) OR FIND_IN_SET(323832, `topics`) OR FIND_IN_SET(9143, `topics`) OR FIND_IN_SET(9190, `topics`) OR FIND_IN_SET(2612887, `topics`) OR FIND_IN_SET(9202, `topics`) OR FIND_IN_SET(9077, `topics`) OR FIND_IN_SET(9194, `topics`) OR FIND_IN_SET(9033, `topics`) OR FIND_IN_SET(9117, `topics`) OR FIND_IN_SET(9119, `topics`) OR FIND_IN_SET(9106, `topics`) OR FIND_IN_SET(2612890, `topics`) OR FIND_IN_SET(9046, `topics`) OR FIND_IN_SET(9204, `topics`) OR FIND_IN_SET(9028, `topics`) OR FIND_IN_SET(9082, `topics`) OR FIND_IN_SET(9026, `topics`) OR FIND_IN_SET(9150, `topics`) OR FIND_IN_SET(9184, `topics`) OR FIND_IN_SET(9191, `topics`) OR FIND_IN_SET(9245, `topics`) OR FIND_IN_SET(9076, `topics`) OR FIND_IN_SET(9239, `topics`) OR FIND_IN_SET(9252, `topics`) OR FIND_IN_SET(9217, `topics`) OR FIND_IN_SET(9136, `topics`) OR FIND_IN_SET(323825, `topics`) OR FIND_IN_SET(9084, `topics`) OR FIND_IN_SET(9025, `topics`) OR FIND_IN_SET(9095, `topics`) OR FIND_IN_SET(323822, `topics`) OR FIND_IN_SET(9255, `topics`) OR FIND_IN_SET(9145, `topics`) OR FIND_IN_SET(9893516, `topics`) OR FIND_IN_SET(6827960, `topics`) OR FIND_IN_SET(9176, `topics`) OR FIND_IN_SET(9039, `topics`) OR FIND_IN_SET(9220, `topics`) OR FIND_IN_SET(9125, `topics`) OR FIND_IN_SET(13111, `topics`) OR FIND_IN_SET(9092, `topics`) OR FIND_IN_SET(9086, `topics`) OR FIND_IN_SET(9075, `topics`) OR FIND_IN_SET(9032, `topics`) OR FIND_IN_SET(9193, `topics`) OR FIND_IN_SET(5316200, `topics`) OR FIND_IN_SET(9060, `topics`) OR FIND_IN_SET(9021, `topics`) OR FIND_IN_SET(9081, `topics`) OR FIND_IN_SET(9107, `topics`) OR FIND_IN_SET(9209, `topics`) OR FIND_IN_SET(9189, `topics`) OR FIND_IN_SET(9139, `topics`) OR FIND_IN_SET(9215, `topics`) OR FIND_IN_SET(9156, `topics`) OR FIND_IN_SET(9088, `topics`) OR FIND_IN_SET(9221, `topics`) OR FIND_IN_SET(5316202, `topics`) OR FIND_IN_SET(9142, `topics`) OR FIND_IN_SET(9254, `topics`) OR FIND_IN_SET(9108, `topics`) OR FIND_IN_SET(9822177, `topics`) OR FIND_IN_SET(9230, `topics`) OR FIND_IN_SET(9111, `topics`) OR FIND_IN_SET(9103, `topics`) OR FIND_IN_SET(9091, `topics`) OR FIND_IN_SET(9232, `topics`) OR FIND_IN_SET(9235, `topics`) OR FIND_IN_SET(9195, `topics`) OR FIND_IN_SET(9174, `topics`) OR FIND_IN_SET(29311977, `topics`) OR FIND_IN_SET(9087, `topics`) OR FIND_IN_SET(9144, `topics`) OR FIND_IN_SET(9054, `topics`) OR FIND_IN_SET(6166335, `topics`) OR FIND_IN_SET(9207, `topics`) OR FIND_IN_SET(9177, `topics`) OR FIND_IN_SET(9115, `topics`) OR FIND_IN_SET(9155, `topics`) OR FIND_IN_SET(9050, `topics`) OR FIND_IN_SET(323817, `topics`) OR FIND_IN_SET(9098, `topics`) OR FIND_IN_SET(9074, `topics`) OR FIND_IN_SET(9154, `topics`) OR FIND_IN_SET(9161, `topics`) OR FIND_IN_SET(5316201, `topics`) OR FIND_IN_SET(9183, `topics`) OR FIND_IN_SET(9219, `topics`) OR FIND_IN_SET(9058, `topics`) OR FIND_IN_SET(9158, `topics`) OR FIND_IN_SET(9266, `topics`) OR FIND_IN_SET(11969152, `topics`) OR FIND_IN_SET(9261597, `topics`) OR FIND_IN_SET(9284, `topics`) OR FIND_IN_SET(9296, `topics`) OR FIND_IN_SET(9283, `topics`) OR FIND_IN_SET(11969147, `topics`) OR FIND_IN_SET(9269, `topics`) OR FIND_IN_SET(9300, `topics`) OR FIND_IN_SET(9267, `topics`) OR FIND_IN_SET(9298, `topics`) OR FIND_IN_SET(9279, `topics`) OR FIND_IN_SET(3190435, `topics`) OR FIND_IN_SET(9268, `topics`) OR FIND_IN_SET(19648668, `topics`) OR FIND_IN_SET(9276, `topics`) OR FIND_IN_SET(9289, `topics`) OR FIND_IN_SET(9258, `topics`) OR FIND_IN_SET(9292, `topics`) OR FIND_IN_SET(9299, `topics`) OR FIND_IN_SET(9278, `topics`) OR FIND_IN_SET(9303, `topics`) OR FIND_IN_SET(9261, `topics`) OR FIND_IN_SET(9287, `topics`) OR FIND_IN_SET(13112, `topics`) OR FIND_IN_SET(9263, `topics`) OR FIND_IN_SET(11969149, `topics`) OR FIND_IN_SET(38671291, `topics`) OR FIND_IN_SET(11969142, `topics`) OR FIND_IN_SET(9261598, `topics`) OR FIND_IN_SET(11969163, `topics`) OR FIND_IN_SET(11969159, `topics`) OR FIND_IN_SET(9272, `topics`) OR FIND_IN_SET(9259, `topics`) OR FIND_IN_SET(9286, `topics`) OR FIND_IN_SET(9261599, `topics`) OR FIND_IN_SET(9262, `topics`) OR FIND_IN_SET(9294, `topics`) OR FIND_IN_SET(9293, `topics`) OR FIND_IN_SET(9285, `topics`) OR FIND_IN_SET(9302, `topics`) OR FIND_IN_SET(6166184, `topics`) OR FIND_IN_SET(6166183, `topics`) OR FIND_IN_SET(6166185, `topics`) OR FIND_IN_SET(11969155, `topics`) OR FIND_IN_SET(9280, `topics`) OR FIND_IN_SET(9274, `topics`) OR FIND_IN_SET(7778887, `topics`) OR FIND_IN_SET(9282, `topics`) OR FIND_IN_SET(9261600, `topics`) OR FIND_IN_SET(9260, `topics`) OR FIND_IN_SET(9304, `topics`) OR FIND_IN_SET(11969145, `topics`) OR FIND_IN_SET(9295, `topics`) OR FIND_IN_SET(9290, `topics`) OR FIND_IN_SET(11969143, `topics`) OR FIND_IN_SET(9291, `topics`) OR FIND_IN_SET(9297, `topics`) OR FIND_IN_SET(9265, `topics`) OR FIND_IN_SET(9264, `topics`) OR FIND_IN_SET(9273, `topics`) OR FIND_IN_SET(9270, `topics`) OR FIND_IN_SET(9301, `topics`) OR FIND_IN_SET(9822209, `topics`) OR FIND_IN_SET(9281, `topics`) OR FIND_IN_SET(9275, `topics`) OR FIND_IN_SET(11969161, `topics`) OR FIND_IN_SET(9277, `topics`) OR FIND_IN_SET(8208053, `topics`) OR FIND_IN_SET(9288, `topics`) OR FIND_IN_SET(9271, `topics`) OR FIND_IN_SET(9266, `topics`) OR FIND_IN_SET(9284, `topics`) OR FIND_IN_SET(9296, `topics`) OR FIND_IN_SET(9283, `topics`) OR FIND_IN_SET(9269, `topics`) OR FIND_IN_SET(9300, `topics`) OR FIND_IN_SET(9267, `topics`) OR FIND_IN_SET(9298, `topics`) OR FIND_IN_SET(9279, `topics`) OR FIND_IN_SET(3190435, `topics`) OR FIND_IN_SET(9268, `topics`) OR FIND_IN_SET(9276, `topics`) OR FIND_IN_SET(9289, `topics`) OR FIND_IN_SET(9258, `topics`) OR FIND_IN_SET(9292, `topics`) OR FIND_IN_SET(9299, `topics`) OR FIND_IN_SET(9278, `topics`) OR FIND_IN_SET(9303, `topics`) OR FIND_IN_SET(9287, `topics`) OR FIND_IN_SET(9263, `topics`) OR FIND_IN_SET(9272, `topics`) OR FIND_IN_SET(9259, `topics`) OR FIND_IN_SET(9286, `topics`) OR FIND_IN_SET(9262, `topics`) OR FIND_IN_SET(9294, `topics`) OR FIND_IN_SET(9293, `topics`) OR FIND_IN_SET(9285, `topics`) OR FIND_IN_SET(9302, `topics`) OR FIND_IN_SET(9280, `topics`) OR FIND_IN_SET(9274, `topics`) OR FIND_IN_SET(9282, `topics`) OR FIND_IN_SET(9260, `topics`) OR FIND_IN_SET(9304, `topics`) OR FIND_IN_SET(9295, `topics`) OR FIND_IN_SET(9290, `topics`) OR FIND_IN_SET(9291, `topics`) OR FIND_IN_SET(9265, `topics`) OR FIND_IN_SET(9264, `topics`) OR FIND_IN_SET(9273, `topics`) OR FIND_IN_SET(9301, `topics`) OR FIND_IN_SET(9281, `topics`) OR FIND_IN_SET(9275, `topics`) OR FIND_IN_SET(8208053, `topics`) OR FIND_IN_SET(9288, `topics`) OR FIND_IN_SET(9271, `topics`) OR FIND_IN_SET(9342, `topics`) OR FIND_IN_SET(9320, `topics`) OR FIND_IN_SET(9332, `topics`) OR FIND_IN_SET(9310, `topics`) OR FIND_IN_SET(9326, `topics`) OR FIND_IN_SET(9324, `topics`) OR FIND_IN_SET(9327, `topics`) OR FIND_IN_SET(9325, `topics`) OR FIND_IN_SET(9343, `topics`) OR FIND_IN_SET(13113, `topics`) OR FIND_IN_SET(41711689, `topics`) OR FIND_IN_SET(9331, `topics`) OR FIND_IN_SET(9322, `topics`) OR FIND_IN_SET(9339, `topics`) OR FIND_IN_SET(9306, `topics`) OR FIND_IN_SET(9323, `topics`) OR FIND_IN_SET(9329, `topics`) OR FIND_IN_SET(9321, `topics`) OR FIND_IN_SET(9316, `topics`) OR FIND_IN_SET(9340, `topics`) OR FIND_IN_SET(8208054, `topics`) OR FIND_IN_SET(9335, `topics`) OR FIND_IN_SET(18811464, `topics`) OR FIND_IN_SET(9319, `topics`) OR FIND_IN_SET(9317, `topics`) OR FIND_IN_SET(9333, `topics`) OR FIND_IN_SET(9336, `topics`) OR FIND_IN_SET(9308, `topics`) OR FIND_IN_SET(6166187, `topics`) OR FIND_IN_SET(6166186, `topics`) OR FIND_IN_SET(6166188, `topics`) OR FIND_IN_SET(9330, `topics`) OR FIND_IN_SET(9337, `topics`) OR FIND_IN_SET(9338, `topics`) OR FIND_IN_SET(7778888, `topics`) OR FIND_IN_SET(9312, `topics`) OR FIND_IN_SET(9313, `topics`) OR FIND_IN_SET(9328, `topics`) OR FIND_IN_SET(9307, `topics`) OR FIND_IN_SET(9334, `topics`) OR FIND_IN_SET(9314, `topics`) OR FIND_IN_SET(9318, `topics`) OR FIND_IN_SET(9315, `topics`) OR FIND_IN_SET(9345, `topics`) OR FIND_IN_SET(9822213, `topics`) OR FIND_IN_SET(9309, `topics`) OR FIND_IN_SET(9311, `topics`) OR FIND_IN_SET(9344, `topics`) OR FIND_IN_SET(9305, `topics`) OR FIND_IN_SET(9341, `topics`) OR FIND_IN_SET(9342, `topics`) OR FIND_IN_SET(9320, `topics`) OR FIND_IN_SET(9332, `topics`) OR FIND_IN_SET(9326, `topics`) OR FIND_IN_SET(9324, `topics`) OR FIND_IN_SET(9327, `topics`) OR FIND_IN_SET(9325, `topics`) OR FIND_IN_SET(9343, `topics`) OR FIND_IN_SET(41711689, `topics`) OR FIND_IN_SET(9331, `topics`) OR FIND_IN_SET(9322, `topics`) OR FIND_IN_SET(9339, `topics`) OR FIND_IN_SET(9329, `topics`) OR FIND_IN_SET(9321, `topics`) OR FIND_IN_SET(9316, `topics`) OR FIND_IN_SET(9340, `topics`) OR FIND_IN_SET(8208054, `topics`) OR FIND_IN_SET(9335, `topics`) OR FIND_IN_SET(9319, `topics`) OR FIND_IN_SET(9317, `topics`) OR FIND_IN_SET(9333, `topics`) OR FIND_IN_SET(9336, `topics`) OR FIND_IN_SET(9330, `topics`) OR FIND_IN_SET(9337, `topics`) OR FIND_IN_SET(9338, `topics`) OR FIND_IN_SET(9312, `topics`) OR FIND_IN_SET(9328, `topics`) OR FIND_IN_SET(9307, `topics`) OR FIND_IN_SET(9334, `topics`) OR FIND_IN_SET(9314, `topics`) OR FIND_IN_SET(9315, `topics`) OR FIND_IN_SET(9345, `topics`) OR FIND_IN_SET(9822213, `topics`) OR FIND_IN_SET(9309, `topics`) OR FIND_IN_SET(9311, `topics`) OR FIND_IN_SET(9344, `topics`) OR FIND_IN_SET(9305, `topics`) OR FIND_IN_SET(9341, `topics`) OR FIND_IN_SET(9347, `topics`) OR FIND_IN_SET(9411, `topics`) OR FIND_IN_SET(9403, `topics`) OR FIND_IN_SET(9390, `topics`) OR FIND_IN_SET(9402, `topics`) OR FIND_IN_SET(9373, `topics`) OR FIND_IN_SET(9361, `topics`) OR FIND_IN_SET(9374, `topics`) OR FIND_IN_SET(9349, `topics`) OR FIND_IN_SET(9395, `topics`) OR FIND_IN_SET(9386, `topics`) OR FIND_IN_SET(9365, `topics`) OR FIND_IN_SET(9375, `topics`) OR FIND_IN_SET(9394, `topics`) OR FIND_IN_SET(9430, `topics`) OR FIND_IN_SET(9381, `topics`) OR FIND_IN_SET(9425, `topics`) OR FIND_IN_SET(9707334, `topics`) OR FIND_IN_SET(9707337, `topics`) OR FIND_IN_SET(9368, `topics`) OR FIND_IN_SET(9384, `topics`) OR FIND_IN_SET(9426, `topics`) OR FIND_IN_SET(9380, `topics`) OR FIND_IN_SET(9409, `topics`) OR FIND_IN_SET(9362, `topics`) OR FIND_IN_SET(9401, `topics`) OR FIND_IN_SET(9363, `topics`) OR FIND_IN_SET(13114, `topics`) OR FIND_IN_SET(9370, `topics`) OR FIND_IN_SET(9371, `topics`) OR FIND_IN_SET(41711697, `topics`) OR FIND_IN_SET(9405, `topics`) OR FIND_IN_SET(9348, `topics`) OR FIND_IN_SET(9360, `topics`) OR FIND_IN_SET(9410, `topics`) OR FIND_IN_SET(9388, `topics`) OR FIND_IN_SET(9378, `topics`) OR FIND_IN_SET(9412, `topics`) OR FIND_IN_SET(9391, `topics`) OR FIND_IN_SET(9422, `topics`) OR FIND_IN_SET(9404, `topics`) OR FIND_IN_SET(9350, `topics`) OR FIND_IN_SET(9364, `topics`) OR FIND_IN_SET(9356, `topics`) OR FIND_IN_SET(9413, `topics`) OR FIND_IN_SET(6166190, `topics`) OR FIND_IN_SET(6166191, `topics`) OR FIND_IN_SET(6166189, `topics`) OR FIND_IN_SET(9353, `topics`) OR FIND_IN_SET(9420, `topics`) OR FIND_IN_SET(9358, `topics`) OR FIND_IN_SET(9366, `topics`) OR FIND_IN_SET(9377, `topics`) OR FIND_IN_SET(7778889, `topics`) OR FIND_IN_SET(9427, `topics`) OR FIND_IN_SET(9416, `topics`) OR FIND_IN_SET(9367, `topics`) OR FIND_IN_SET(9383, `topics`) OR FIND_IN_SET(9392, `topics`) OR FIND_IN_SET(9351, `topics`) OR FIND_IN_SET(9407, `topics`) OR FIND_IN_SET(9415, `topics`) OR FIND_IN_SET(9376, `topics`) OR FIND_IN_SET(9428, `topics`) OR FIND_IN_SET(9419, `topics`) OR FIND_IN_SET(9389, `topics`) OR FIND_IN_SET(9369, `topics`) OR FIND_IN_SET(9399, `topics`) OR FIND_IN_SET(9424, `topics`) OR FIND_IN_SET(9417, `topics`) OR FIND_IN_SET(9359, `topics`) OR FIND_IN_SET(9354, `topics`) OR FIND_IN_SET(9355, `topics`) OR FIND_IN_SET(9398, `topics`) OR FIND_IN_SET(9406, `topics`) OR FIND_IN_SET(9372, `topics`) OR FIND_IN_SET(9429, `topics`) OR FIND_IN_SET(9397, `topics`) OR FIND_IN_SET(6166392, `topics`) OR FIND_IN_SET(8208055, `topics`) OR FIND_IN_SET(9385, `topics`) OR FIND_IN_SET(9400, `topics`) OR FIND_IN_SET(9418, `topics`) OR FIND_IN_SET(9423, `topics`) OR FIND_IN_SET(9346, `topics`) OR FIND_IN_SET(9393, `topics`) OR FIND_IN_SET(9408, `topics`) OR FIND_IN_SET(9822227, `topics`) OR FIND_IN_SET(9387, `topics`) OR FIND_IN_SET(9379, `topics`) OR FIND_IN_SET(9382, `topics`) OR FIND_IN_SET(9414, `topics`) OR FIND_IN_SET(9421, `topics`) OR FIND_IN_SET(9352, `topics`) OR FIND_IN_SET(9357, `topics`) OR FIND_IN_SET(9396, `topics`) OR FIND_IN_SET(9347, `topics`) OR FIND_IN_SET(9411, `topics`) OR FIND_IN_SET(9403, `topics`) OR FIND_IN_SET(9390, `topics`) OR FIND_IN_SET(9402, `topics`) OR FIND_IN_SET(9373, `topics`) OR FIND_IN_SET(9361, `topics`) OR FIND_IN_SET(9374, `topics`) OR FIND_IN_SET(9349, `topics`) OR FIND_IN_SET(9395, `topics`) OR FIND_IN_SET(9386, `topics`) OR FIND_IN_SET(9365, `topics`) OR FIND_IN_SET(9375, `topics`) OR FIND_IN_SET(9394, `topics`) OR FIND_IN_SET(9430, `topics`) OR FIND_IN_SET(9381, `topics`) OR FIND_IN_SET(9425, `topics`) OR FIND_IN_SET(9707334, `topics`) OR FIND_IN_SET(9707337, `topics`) OR FIND_IN_SET(9368, `topics`) OR FIND_IN_SET(9384, `topics`) OR FIND_IN_SET(9426, `topics`) OR FIND_IN_SET(9380, `topics`) OR FIND_IN_SET(9409, `topics`) OR FIND_IN_SET(9362, `topics`) OR FIND_IN_SET(9401, `topics`) OR FIND_IN_SET(9363, `topics`) OR FIND_IN_SET(9370, `topics`) OR FIND_IN_SET(9371, `topics`) OR FIND_IN_SET(9405, `topics`) OR FIND_IN_SET(9348, `topics`) OR FIND_IN_SET(9360, `topics`) OR FIND_IN_SET(9410, `topics`) OR FIND_IN_SET(9388, `topics`) OR FIND_IN_SET(9378, `topics`) OR FIND_IN_SET(9412, `topics`) OR FIND_IN_SET(9391, `topics`) OR FIND_IN_SET(9404, `topics`) OR FIND_IN_SET(9364, `topics`) OR FIND_IN_SET(9356, `topics`) OR FIND_IN_SET(9413, `topics`) OR FIND_IN_SET(9353, `topics`) OR FIND_IN_SET(9358, `topics`) OR FIND_IN_SET(9366, `topics`) OR FIND_IN_SET(9377, `topics`) OR FIND_IN_SET(9427, `topics`) OR FIND_IN_SET(9416, `topics`) OR FIND_IN_SET(9367, `topics`) OR FIND_IN_SET(9383, `topics`) OR FIND_IN_SET(9392, `topics`) OR FIND_IN_SET(9351, `topics`) OR FIND_IN_SET(9407, `topics`) OR FIND_IN_SET(9415, `topics`) OR FIND_IN_SET(9376, `topics`) OR FIND_IN_SET(9419, `topics`) OR FIND_IN_SET(9389, `topics`) OR FIND_IN_SET(9369, `topics`) OR FIND_IN_SET(9399, `topics`) OR FIND_IN_SET(9424, `topics`) OR FIND_IN_SET(9417, `topics`) OR FIND_IN_SET(9359, `topics`) OR FIND_IN_SET(9354, `topics`) OR FIND_IN_SET(9355, `topics`) OR FIND_IN_SET(9398, `topics`) OR FIND_IN_SET(9406, `topics`) OR FIND_IN_SET(9372, `topics`) OR FIND_IN_SET(9397, `topics`) OR FIND_IN_SET(8208055, `topics`) OR FIND_IN_SET(9400, `topics`) OR FIND_IN_SET(9418, `topics`) OR FIND_IN_SET(9423, `topics`) OR FIND_IN_SET(9393, `topics`) OR FIND_IN_SET(9408, `topics`) OR FIND_IN_SET(9822227, `topics`) OR FIND_IN_SET(9387, `topics`) OR FIND_IN_SET(9379, `topics`) OR FIND_IN_SET(9382, `topics`) OR FIND_IN_SET(9414, `topics`) OR FIND_IN_SET(9421, `topics`) OR FIND_IN_SET(9352, `topics`) OR FIND_IN_SET(9357, `topics`) OR FIND_IN_SET(9396, `topics`) OR FIND_IN_SET(32623052, `topics`) OR FIND_IN_SET(9455, `topics`) OR FIND_IN_SET(9445, `topics`) OR FIND_IN_SET(9433, `topics`) OR FIND_IN_SET(9453, `topics`) OR FIND_IN_SET(9443, `topics`) OR FIND_IN_SET(9444, `topics`) OR FIND_IN_SET(9460, `topics`) OR FIND_IN_SET(9457, `topics`) OR FIND_IN_SET(9446, `topics`) OR FIND_IN_SET(9436, `topics`) OR FIND_IN_SET(9440, `topics`) OR FIND_IN_SET(1592236, `topics`) OR FIND_IN_SET(6166393, `topics`) OR FIND_IN_SET(3046599, `topics`) OR FIND_IN_SET(9434, `topics`) OR FIND_IN_SET(9439, `topics`) OR FIND_IN_SET(9461, `topics`) OR FIND_IN_SET(9449, `topics`) OR FIND_IN_SET(13115, `topics`) OR FIND_IN_SET(41711705, `topics`) OR FIND_IN_SET(9441, `topics`) OR FIND_IN_SET(9447, `topics`) OR FIND_IN_SET(9451, `topics`) OR FIND_IN_SET(6166192, `topics`) OR FIND_IN_SET(6166194, `topics`) OR FIND_IN_SET(6166193, `topics`) OR FIND_IN_SET(8208056, `topics`) OR FIND_IN_SET(18811474, `topics`) OR FIND_IN_SET(7778890, `topics`) OR FIND_IN_SET(9456, `topics`) OR FIND_IN_SET(9452, `topics`) OR FIND_IN_SET(9462, `topics`) OR FIND_IN_SET(9442, `topics`) OR FIND_IN_SET(9435, `topics`) OR FIND_IN_SET(9459, `topics`) OR FIND_IN_SET(38671315, `topics`) OR FIND_IN_SET(9454, `topics`) OR FIND_IN_SET(9448, `topics`) OR FIND_IN_SET(9822249, `topics`) OR FIND_IN_SET(9432, `topics`) OR FIND_IN_SET(9450, `topics`) OR FIND_IN_SET(9458, `topics`) OR FIND_IN_SET(9437, `topics`) OR FIND_IN_SET(38671309, `topics`) OR FIND_IN_SET(9431, `topics`) OR FIND_IN_SET(9438, `topics`) OR FIND_IN_SET(9455, `topics`) OR FIND_IN_SET(9445, `topics`) OR FIND_IN_SET(9433, `topics`) OR FIND_IN_SET(9453, `topics`) OR FIND_IN_SET(9443, `topics`) OR FIND_IN_SET(9444, `topics`) OR FIND_IN_SET(9460, `topics`) OR FIND_IN_SET(9457, `topics`) OR FIND_IN_SET(9446, `topics`) OR FIND_IN_SET(9436, `topics`) OR FIND_IN_SET(9440, `topics`) OR FIND_IN_SET(1592236, `topics`) OR FIND_IN_SET(6166393, `topics`) OR FIND_IN_SET(3046599, `topics`) OR FIND_IN_SET(9434, `topics`) OR FIND_IN_SET(9439, `topics`) OR FIND_IN_SET(41711705, `topics`) OR FIND_IN_SET(9441, `topics`) OR FIND_IN_SET(9447, `topics`) OR FIND_IN_SET(8208056, `topics`) OR FIND_IN_SET(9452, `topics`) OR FIND_IN_SET(9462, `topics`) OR FIND_IN_SET(9435, `topics`) OR FIND_IN_SET(9454, `topics`) OR FIND_IN_SET(9448, `topics`) OR FIND_IN_SET(9822249, `topics`) OR FIND_IN_SET(9432, `topics`) OR FIND_IN_SET(9450, `topics`) OR FIND_IN_SET(9437, `topics`) OR FIND_IN_SET(9438, `topics`) OR FIND_IN_SET(9498, `topics`) OR FIND_IN_SET(9519, `topics`) OR FIND_IN_SET(8208057, `topics`) OR FIND_IN_SET(9261601, `topics`) OR FIND_IN_SET(9478, `topics`) OR FIND_IN_SET(9472, `topics`) OR FIND_IN_SET(9512, `topics`) OR FIND_IN_SET(9477, `topics`) OR FIND_IN_SET(9559, `topics`) OR FIND_IN_SET(9493, `topics`) OR FIND_IN_SET(9548, `topics`) OR FIND_IN_SET(9556, `topics`) OR FIND_IN_SET(9509, `topics`) OR FIND_IN_SET(9529, `topics`) OR FIND_IN_SET(9527, `topics`) OR FIND_IN_SET(9553, `topics`) OR FIND_IN_SET(9496, `topics`) OR FIND_IN_SET(9495, `topics`) OR FIND_IN_SET(9484, `topics`) OR FIND_IN_SET(12006553, `topics`) OR FIND_IN_SET(9533, `topics`) OR FIND_IN_SET(9567, `topics`) OR FIND_IN_SET(9503, `topics`) OR FIND_IN_SET(9536, `topics`) OR FIND_IN_SET(9483, `topics`) OR FIND_IN_SET(9707367, `topics`) OR FIND_IN_SET(9707375, `topics`) OR FIND_IN_SET(9520, `topics`) OR FIND_IN_SET(9474, `topics`) OR FIND_IN_SET(15499780, `topics`) OR FIND_IN_SET(9469, `topics`) OR FIND_IN_SET(9560, `topics`) OR FIND_IN_SET(9568, `topics`) OR FIND_IN_SET(9573, `topics`) OR FIND_IN_SET(9706926, `topics`) OR FIND_IN_SET(9486, `topics`) OR FIND_IN_SET(9535, `topics`) OR FIND_IN_SET(13117, `topics`) OR FIND_IN_SET(12006549, `topics`) OR FIND_IN_SET(9507, `topics`) OR FIND_IN_SET(9480, `topics`) OR FIND_IN_SET(36238558, `topics`) OR FIND_IN_SET(9463, `topics`) OR FIND_IN_SET(9521, `topics`) OR FIND_IN_SET(2956837, `topics`) OR FIND_IN_SET(9570, `topics`) OR FIND_IN_SET(9524, `topics`) OR FIND_IN_SET(9558, `topics`) OR FIND_IN_SET(9514, `topics`) OR FIND_IN_SET(9502, `topics`) OR FIND_IN_SET(13118, `topics`) OR FIND_IN_SET(9539, `topics`) OR FIND_IN_SET(9525, `topics`) OR FIND_IN_SET(9554, `topics`) OR FIND_IN_SET(7349656, `topics`) OR FIND_IN_SET(9499, `topics`) OR FIND_IN_SET(2612891, `topics`) OR FIND_IN_SET(9465, `topics`) OR FIND_IN_SET(9572, `topics`) OR FIND_IN_SET(9534, `topics`) OR FIND_IN_SET(45796594, `topics`) OR FIND_IN_SET(9538, `topics`) OR FIND_IN_SET(9561, `topics`) OR FIND_IN_SET(9551, `topics`) OR FIND_IN_SET(9488, `topics`) OR FIND_IN_SET(9552, `topics`) OR FIND_IN_SET(9513, `topics`) OR FIND_IN_SET(9537, `topics`) OR FIND_IN_SET(9555, `topics`) OR FIND_IN_SET(6166195, `topics`) OR FIND_IN_SET(6166197, `topics`) OR FIND_IN_SET(6166196, `topics`) OR FIND_IN_SET(9479, `topics`) OR FIND_IN_SET(9511, `topics`) OR FIND_IN_SET(9566, `topics`) OR FIND_IN_SET(9516, `topics`) OR FIND_IN_SET(9706902, `topics`) OR FIND_IN_SET(9518, `topics`) OR FIND_IN_SET(9565, `topics`) OR FIND_IN_SET(9706885, `topics`) OR FIND_IN_SET(9485, `topics`) OR FIND_IN_SET(9540, `topics`) OR FIND_IN_SET(7778891, `topics`) OR FIND_IN_SET(9501, `topics`) OR FIND_IN_SET(9473, `topics`) OR FIND_IN_SET(9544, `topics`) OR FIND_IN_SET(9542, `topics`) OR FIND_IN_SET(9571, `topics`) OR FIND_IN_SET(9562, `topics`) OR FIND_IN_SET(3431157, `topics`) OR FIND_IN_SET(9523, `topics`) OR FIND_IN_SET(323838, `topics`) OR FIND_IN_SET(9500, `topics`) OR FIND_IN_SET(2956838, `topics`) OR FIND_IN_SET(9541, `topics`) OR FIND_IN_SET(9564, `topics`) OR FIND_IN_SET(9545, `topics`) OR FIND_IN_SET(9522, `topics`) OR FIND_IN_SET(9515, `topics`) OR FIND_IN_SET(9530, `topics`) OR FIND_IN_SET(9549, `topics`) OR FIND_IN_SET(9569, `topics`) OR FIND_IN_SET(9506, `topics`) OR FIND_IN_SET(9574, `topics`) OR FIND_IN_SET(9706891, `topics`) OR FIND_IN_SET(9557, `topics`) OR FIND_IN_SET(9505, `topics`) OR FIND_IN_SET(9466, `topics`) OR FIND_IN_SET(9467, `topics`) OR FIND_IN_SET(9510, `topics`) OR FIND_IN_SET(21536695, `topics`) OR FIND_IN_SET(9497, `topics`) OR FIND_IN_SET(9508, `topics`) OR FIND_IN_SET(9504, `topics`) OR FIND_IN_SET(9532, `topics`) OR FIND_IN_SET(9490, `topics`) OR FIND_IN_SET(13116, `topics`) OR FIND_IN_SET(9550, `topics`) OR FIND_IN_SET(10542214, `topics`) OR FIND_IN_SET(9475, `topics`) OR FIND_IN_SET(2956836, `topics`) OR FIND_IN_SET(9492, `topics`) OR FIND_IN_SET(9468, `topics`) OR FIND_IN_SET(9531, `topics`) OR FIND_IN_SET(9494, `topics`) OR FIND_IN_SET(9464, `topics`) OR FIND_IN_SET(9563, `topics`) OR FIND_IN_SET(9261602, `topics`) OR FIND_IN_SET(9476, `topics`) OR FIND_IN_SET(9706905, `topics`) OR FIND_IN_SET(9481, `topics`) OR FIND_IN_SET(9543, `topics`) OR FIND_IN_SET(9528, `topics`) OR FIND_IN_SET(20664909, `topics`) OR FIND_IN_SET(8170574, `topics`) OR FIND_IN_SET(9526, `topics`) OR FIND_IN_SET(9470, `topics`) OR FIND_IN_SET(9471, `topics`) OR FIND_IN_SET(9706912, `topics`) OR FIND_IN_SET(9517, `topics`) OR FIND_IN_SET(39646742, `topics`) OR FIND_IN_SET(9547, `topics`) OR FIND_IN_SET(9489, `topics`) OR FIND_IN_SET(9491, `topics`) OR FIND_IN_SET(9482, `topics`) OR FIND_IN_SET(323840, `topics`) OR FIND_IN_SET(9487, `topics`) OR FIND_IN_SET(33334653, `topics`) OR FIND_IN_SET(9546, `topics`) OR FIND_IN_SET(9498, `topics`) OR FIND_IN_SET(9519, `topics`) OR FIND_IN_SET(8208057, `topics`) OR FIND_IN_SET(9478, `topics`) OR FIND_IN_SET(9472, `topics`) OR FIND_IN_SET(9512, `topics`) OR FIND_IN_SET(9477, `topics`) OR FIND_IN_SET(9559, `topics`) OR FIND_IN_SET(9493, `topics`) OR FIND_IN_SET(9548, `topics`) OR FIND_IN_SET(9509, `topics`) OR FIND_IN_SET(9529, `topics`) OR FIND_IN_SET(9527, `topics`) OR FIND_IN_SET(9553, `topics`) OR FIND_IN_SET(9496, `topics`) OR FIND_IN_SET(9495, `topics`) OR FIND_IN_SET(9484, `topics`) OR FIND_IN_SET(9533, `topics`) OR FIND_IN_SET(9567, `topics`) OR FIND_IN_SET(9536, `topics`) OR FIND_IN_SET(9483, `topics`) OR FIND_IN_SET(9707367, `topics`) OR FIND_IN_SET(9520, `topics`) OR FIND_IN_SET(9474, `topics`) OR FIND_IN_SET(9469, `topics`) OR FIND_IN_SET(9560, `topics`) OR FIND_IN_SET(9568, `topics`) OR FIND_IN_SET(9573, `topics`) OR FIND_IN_SET(9486, `topics`) OR FIND_IN_SET(9535, `topics`) OR FIND_IN_SET(9507, `topics`) OR FIND_IN_SET(9480, `topics`) OR FIND_IN_SET(9463, `topics`) OR FIND_IN_SET(9521, `topics`) OR FIND_IN_SET(2956837, `topics`) OR FIND_IN_SET(9570, `topics`) OR FIND_IN_SET(9524, `topics`) OR FIND_IN_SET(9514, `topics`) OR FIND_IN_SET(9502, `topics`) OR FIND_IN_SET(9539, `topics`) OR FIND_IN_SET(9525, `topics`) OR FIND_IN_SET(9554, `topics`) OR FIND_IN_SET(7349656, `topics`) OR FIND_IN_SET(9499, `topics`) OR FIND_IN_SET(9465, `topics`) OR FIND_IN_SET(9572, `topics`) OR FIND_IN_SET(9534, `topics`) OR FIND_IN_SET(9538, `topics`) OR FIND_IN_SET(9561, `topics`) OR FIND_IN_SET(9551, `topics`) OR FIND_IN_SET(9488, `topics`) OR FIND_IN_SET(9552, `topics`) OR FIND_IN_SET(9513, `topics`) OR FIND_IN_SET(9537, `topics`) OR FIND_IN_SET(9555, `topics`) OR FIND_IN_SET(9479, `topics`) OR FIND_IN_SET(9511, `topics`) OR FIND_IN_SET(9566, `topics`) OR FIND_IN_SET(9516, `topics`) OR FIND_IN_SET(9518, `topics`) OR FIND_IN_SET(9565, `topics`) OR FIND_IN_SET(9485, `topics`) OR FIND_IN_SET(9540, `topics`) OR FIND_IN_SET(9501, `topics`) OR FIND_IN_SET(9544, `topics`) OR FIND_IN_SET(9542, `topics`) OR FIND_IN_SET(9571, `topics`) OR FIND_IN_SET(9562, `topics`) OR FIND_IN_SET(9523, `topics`) OR FIND_IN_SET(323838, `topics`) OR FIND_IN_SET(9500, `topics`) OR FIND_IN_SET(2956838, `topics`) OR FIND_IN_SET(9564, `topics`) OR FIND_IN_SET(9545, `topics`) OR FIND_IN_SET(9522, `topics`) OR FIND_IN_SET(9515, `topics`) OR FIND_IN_SET(9530, `topics`) OR FIND_IN_SET(9549, `topics`) OR FIND_IN_SET(9506, `topics`) OR FIND_IN_SET(9557, `topics`) OR FIND_IN_SET(9505, `topics`) OR FIND_IN_SET(9466, `topics`) OR FIND_IN_SET(9467, `topics`) OR FIND_IN_SET(9510, `topics`) OR FIND_IN_SET(9497, `topics`) OR FIND_IN_SET(9508, `topics`) OR FIND_IN_SET(9504, `topics`) OR FIND_IN_SET(9532, `topics`) OR FIND_IN_SET(9490, `topics`) OR FIND_IN_SET(13116, `topics`) OR FIND_IN_SET(9550, `topics`) OR FIND_IN_SET(9475, `topics`) OR FIND_IN_SET(2956836, `topics`) OR FIND_IN_SET(9492, `topics`) OR FIND_IN_SET(9468, `topics`) OR FIND_IN_SET(9531, `topics`) OR FIND_IN_SET(9563, `topics`) OR FIND_IN_SET(9476, `topics`) OR FIND_IN_SET(9481, `topics`) OR FIND_IN_SET(9543, `topics`) OR FIND_IN_SET(9528, `topics`) OR FIND_IN_SET(8170574, `topics`) OR FIND_IN_SET(9526, `topics`) OR FIND_IN_SET(9470, `topics`) OR FIND_IN_SET(9471, `topics`) OR FIND_IN_SET(9517, `topics`) OR FIND_IN_SET(39646742, `topics`) OR FIND_IN_SET(9547, `topics`) OR FIND_IN_SET(9489, `topics`) OR FIND_IN_SET(9491, `topics`) OR FIND_IN_SET(9482, `topics`) OR FIND_IN_SET(9487, `topics`) OR FIND_IN_SET(9546, `topics`)))  AND (name != '' AND active = 1)  AND ( FIND_IN_SET( 8503, holidayThemes ) > 0)  AND (contentScore > 80)  AND  object_localized_45_de.o_type IN ('object','folder')) AND object_localized_45_de.o_published = 1
Parameters:
[]
1083 0.59 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 3417284) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1729288800
  "dateTo" => 1729375199
]
1084 0.10 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "23"
]
1085 0.09 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "27"
]
1086 0.12 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "demi-infrastructure-teaser"
  "scope" => "pimcore_image_thumbnails"
]
1087 0.12 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 3689610
]
1088 0.10 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "59"
]
1089 0.65 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11462%"
]
1090 0.42 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11462%"
]
1091 0.49 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 4167203) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1729288800
  "dateTo" => 1729375199
]
1092 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4167211
]
1093 0.10 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4167211
]
1094 0.19 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4167211
]
1095 0.10 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4167211
]
1096 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4167212
]
1097 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4167212
]
1098 0.19 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4167212
]
1099 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4167212
]
1100 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4167213
]
1101 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4167213
]
1102 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4167213
]
1103 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4167213
]
1104 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4167214
]
1105 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4167214
]
1106 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4167214
]
1107 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4167214
]
1108 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4167215
]
1109 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4167215
]
1110 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4167215
]
1111 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4167215
]
1112 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4167216
]
1113 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4167216
]
1114 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4167216
]
1115 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4167216
]
1116 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4167217
]
1117 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4167217
]
1118 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4167217
]
1119 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4167217
]
1120 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4167218
]
1121 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4167218
]
1122 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4167218
]
1123 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4167218
]
1124 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4167205
]
1125 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4167205
]
1126 0.20 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  4167205
]
1127 0.22 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  5432309
]
1128 0.22 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  5432309
]
1129 0.40 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  4167205
]
1130 0.08 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  4167205
]
1131 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4167206
]
1132 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4167206
]
1133 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  4167206
]
1134 0.21 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  5432310
]
1135 0.10 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  5432310
]
1136 0.15 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  4167206
]
1137 0.08 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  4167206
]
1138 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4167207
]
1139 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4167207
]
1140 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  4167207
]
1141 0.15 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  4167207
]
1142 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  4167207
]
1143 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4167208
]
1144 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4167208
]
1145 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  4167208
]
1146 0.14 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  4167208
]
1147 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  4167208
]
1148 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4167209
]
1149 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4167209
]
1150 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  4167209
]
1151 0.10 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  3275577
]
1152 0.09 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  3275577
]
1153 0.14 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  4167209
]
1154 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  4167209
]
1155 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  32383293
]
1156 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  32383293
]
1157 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  32383293
]
1158 0.10 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  3754477
]
1159 0.09 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  3754477
]
1160 0.17 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  32383293
]
1161 0.08 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  32383293
]
1162 0.22 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 5432309
]
1163 0.84 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11462%"
]
1164 0.74 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11462%"
]
1165 0.94 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 4165916) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1729288800
  "dateTo" => 1729375199
]
1166 0.11 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4165921
]
1167 0.13 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4165921
]
1168 0.22 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4165921
]
1169 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4165921
]
1170 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5918486
]
1171 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  5918486
]
1172 0.18 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5918486
]
1173 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5918486
]
1174 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4165922
]
1175 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4165922
]
1176 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4165922
]
1177 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4165922
]
1178 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4165924
]
1179 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4165924
]
1180 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4165924
]
1181 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4165924
]
1182 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4165925
]
1183 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4165925
]
1184 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4165925
]
1185 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4165925
]
1186 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5918487
]
1187 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  5918487
]
1188 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5918487
]
1189 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5918487
]
1190 0.12 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1526248
]
1191 0.54 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11462%"
]
1192 0.47 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11462%"
]
1193 2.55 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 4169715) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1729288800
  "dateTo" => 1729375199
]
1194 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4169719
]
1195 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4169719
]
1196 0.22 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4169719
]
1197 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4169719
]
1198 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4169720
]
1199 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4169720
]
1200 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4169720
]
1201 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4169720
]
1202 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  8868227
]
1203 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  8868227
]
1204 0.17 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  8868227
]
1205 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  8868227
]
1206 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  8868228
]
1207 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  8868228
]
1208 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  8868228
]
1209 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  8868228
]
1210 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  8868229
]
1211 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  8868229
]
1212 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  8868229
]
1213 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  8868229
]
1214 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  8868231
]
1215 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  8868231
]
1216 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  8868231
]
1217 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  8868231
]
1218 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4169717
]
1219 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4169717
]
1220 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  4169717
]
1221 0.30 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  595411
]
1222 0.34 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  595411
]
1223 0.27 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  4169717
]
1224 0.08 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  4169717
]
1225 0.21 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 595411
]
1226 0.54 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11462%"
]
1227 0.41 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11462%"
]
1228 0.17 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 3417430) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1729288800
  "dateTo" => 1729375199
]
1229 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  3417439
]
1230 0.10 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  3417439
]
1231 0.09 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  3417439
]
1232 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  3417439
]
1233 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  3417441
]
1234 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  3417441
]
1235 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  3417441
]
1236 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  3417441
]
1237 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  3417442
]
1238 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  3417442
]
1239 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  3417442
]
1240 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  3417442
]
1241 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  20711870
]
1242 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  20711870
]
1243 0.17 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  20711870
]
1244 0.09 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  20711870
]
1245 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  3417443
]
1246 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  3417443
]
1247 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  3417443
]
1248 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  3417443
]
1249 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  20711871
]
1250 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  20711871
]
1251 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  20711871
]
1252 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  20711871
]
1253 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  3417445
]
1254 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  3417445
]
1255 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  3417445
]
1256 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  3417445
]
1257 0.18 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  5918267
]
1258 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  5918267
]
1259 0.18 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  5918267
]
1260 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  5918267
]
1261 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  3417434
]
1262 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  3417434
]
1263 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  3417434
]
1264 0.09 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  894260
]
1265 0.09 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  894260
]
1266 0.26 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  3417434
]
1267 0.08 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  3417434
]
1268 0.26 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 894260
]
1269 0.40 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 3421284) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1729288800
  "dateTo" => 1729375199
]
1270 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  3421297
]
1271 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  3421297
]
1272 0.19 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  3421297
]
1273 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  3421297
]
1274 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  3421298
]
1275 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  3421298
]
1276 0.08 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  3421298
]
1277 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  3421298
]
1278 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  3421299
]
1279 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  3421299
]
1280 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  3421299
]
1281 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  3421299
]
1282 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  3421300
]
1283 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  3421300
]
1284 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  3421300
]
1285 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  3421300
]
1286 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4159959
]
1287 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4159959
]
1288 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4159959
]
1289 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4159959
]
1290 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4159960
]
1291 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4159960
]
1292 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4159960
]
1293 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4159960
]
1294 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4159961
]
1295 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4159961
]
1296 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4159961
]
1297 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4159961
]
1298 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  3421301
]
1299 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  3421301
]
1300 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  3421301
]
1301 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  3421301
]
1302 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  40670431
]
1303 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  40670431
]
1304 0.18 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  40670431
]
1305 0.09 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  4679215
]
1306 0.09 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  4679215
]
1307 0.74 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  40670431
]
1308 0.09 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  40670431
]
1309 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  40670432
]
1310 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  40670432
]
1311 0.08 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  40670432
]
1312 0.09 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  4679216
]
1313 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  4679216
]
1314 0.15 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  40670432
]
1315 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  40670432
]
1316 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  40670433
]
1317 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  40670433
]
1318 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  40670433
]
1319 0.14 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  40670433
]
1320 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  40670433
]
1321 0.41 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 4679215
]
1322 0.55 ms
SELECT COUNT(*) FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1
Parameters:
[
  "demiRegionId" => "%,11462%"
]
1323 0.41 ms
SELECT object_localized_Region_de.o_id as o_id, object_localized_Region_de.o_type as o_type FROM object_localized_Region_de WHERE ((IFNULL(isLive,0) = 1 and demiFilterObject__id IN (select o_id
                              from object_31
                              where filterElements LIKE :demiRegionId AND o_key != "Steiermark"))  AND  object_localized_Region_de.o_type IN ('object','folder')) AND object_localized_Region_de.o_published = 1 LIMIT 1
Parameters:
[
  "demiRegionId" => "%,11462%"
]
1324 0.15 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 4165940) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1729288800
  "dateTo" => 1729375199
]
1325 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4165944
]
1326 0.10 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4165944
]
1327 0.08 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4165944
]
1328 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4165944
]
1329 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  6995577
]
1330 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  6995577
]
1331 0.23 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  6995577
]
1332 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  6995577
]
1333 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  26529238
]
1334 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  26529238
]
1335 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  26529238
]
1336 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  26529238
]
1337 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  26607992
]
1338 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  26607992
]
1339 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  26607992
]
1340 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  26607992
]
1341 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  26607993
]
1342 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  26607993
]
1343 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  26607993
]
1344 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  26607993
]
1345 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  6995578
]
1346 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  6995578
]
1347 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  6995578
]
1348 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  6995578
]
1349 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  7939912
]
1350 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  7939912
]
1351 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  7939912
]
1352 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  7939912
]
1353 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  26529239
]
1354 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  26529239
]
1355 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  26529239
]
1356 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  26529239
]
1357 0.07 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4165946
]
1358 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4165946
]
1359 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4165946
]
1360 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4165946
]
1361 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  4165947
]
1362 0.14 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  4165947
]
1363 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  4165947
]
1364 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  4165947
]
1365 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 5731678
]
1366 1.20 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 20310280) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1729288800
  "dateTo" => 1729375199
]
1367 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  20310611
]
1368 0.09 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  20310611
]
1369 0.08 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  20310611
]
1370 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  20310611
]
1371 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  20310287
]
1372 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  20310287
]
1373 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  20310287
]
1374 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  20310287
]
1375 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  20310289
]
1376 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  20310289
]
1377 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  20310289
]
1378 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  20310289
]
1379 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  20310613
]
1380 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  20310613
]
1381 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  20310613
]
1382 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  20310613
]
1383 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  20310614
]
1384 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  20310614
]
1385 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  20310614
]
1386 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  20310614
]
1387 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  20925820
]
1388 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  20925820
]
1389 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  20925820
]
1390 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  20925820
]
1391 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  20310291
]
1392 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  20310291
]
1393 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  20310291
]
1394 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  20310291
]
1395 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  20310292
]
1396 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  20310292
]
1397 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  20310292
]
1398 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  20310292
]
1399 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  20310616
]
1400 0.07 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  20310616
]
1401 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  20310616
]
1402 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  20310616
]
1403 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  20925821
]
1404 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  20925821
]
1405 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  20925821
]
1406 0.06 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  20925821
]
1407 0.17 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  31944350
]
1408 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  31944350
]
1409 0.17 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  31944350
]
1410 0.53 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  31944350
]
1411 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  31944350
]
1412 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  20310609
]
1413 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  20310609
]
1414 0.17 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  20310609
]
1415 0.09 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  3720227
]
1416 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  3720227
]
1417 0.95 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  20310609
]
1418 0.08 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  20310609
]
1419 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  31944351
]
1420 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  31944351
]
1421 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  31944351
]
1422 0.08 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  3720228
]
1423 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  3720228
]
1424 0.14 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  31944351
]
1425 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  31944351
]
1426 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  31944352
]
1427 0.08 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  31944352
]
1428 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  31944352
]
1429 0.08 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  3720229
]
1430 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  3720229
]
1431 0.14 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  31944352
]
1432 0.11 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  31944352
]
1433 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  31944353
]
1434 0.13 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  31944353
]
1435 0.10 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  31944353
]
1436 0.23 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  31944353
]
1437 0.11 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  31944353
]
1438 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  31944354
]
1439 0.13 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  31944354
]
1440 0.10 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  31944354
]
1441 0.23 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  31944354
]
1442 0.11 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  31944354
]
1443 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  31944355
]
1444 0.13 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  31944355
]
1445 0.10 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  31944355
]
1446 0.14 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  3720232
]
1447 0.13 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  3720232
]
1448 0.24 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  31944355
]
1449 0.11 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  31944355
]
1450 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  31944356
]
1451 0.13 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  31944356
]
1452 0.10 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  31944356
]
1453 0.13 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  3720233
]
1454 0.13 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  3720233
]
1455 0.23 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  31944356
]
1456 0.11 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  31944356
]
1457 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  31944357
]
1458 0.13 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  31944357
]
1459 0.10 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  31944357
]
1460 0.13 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  3720234
]
1461 0.14 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  3720234
]
1462 0.24 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  31944357
]
1463 0.11 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  31944357
]
1464 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  31944358
]
1465 0.14 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  31944358
]
1466 0.10 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  31944358
]
1467 0.13 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  3720235
]
1468 0.13 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  3720235
]
1469 0.24 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  31944358
]
1470 0.11 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  31944358
]
1471 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  31944359
]
1472 0.13 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  31944359
]
1473 0.10 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  31944359
]
1474 0.23 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  31944359
]
1475 0.11 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  31944359
]
1476 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  31944360
]
1477 0.13 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  31944360
]
1478 0.10 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  31944360
]
1479 0.25 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  31944360
]
1480 0.11 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  31944360
]
1481 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  31944361
]
1482 0.13 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  31944361
]
1483 0.10 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  31944361
]
1484 0.24 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  31944361
]
1485 0.11 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  31944361
]
1486 0.11 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  20310284
]
1487 0.13 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  20310284
]
1488 0.10 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  20310284
]
1489 0.36 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  20310284
]
1490 0.12 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  20310284
]
1491 0.11 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "26"
]
1492 0.23 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  42564822
]
1493 0.15 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  42564822
]
1494 0.11 ms
SELECT * FROM object_store_26 WHERE oo_id = ?
Parameters:
[
  42564822
]
1495 0.25 ms
SELECT * FROM object_localized_data_26 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  42564822
]
1496 0.13 ms
SELECT * FROM object_relations_26 WHERE src_id = ?
Parameters:
[
  42564822
]
1497 0.10 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  45234987
]
1498 0.13 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  45234987
]
1499 0.10 ms
SELECT * FROM object_store_26 WHERE oo_id = ?
Parameters:
[
  45234987
]
1500 0.22 ms
SELECT * FROM object_localized_data_26 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  45234987
]
1501 0.13 ms
SELECT * FROM object_relations_26 WHERE src_id = ?
Parameters:
[
  45234987
]
1502 0.40 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 3720227
]
1503 0.67 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 12440444) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1729288800
  "dateTo" => 1729375199
]
1504 0.15 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 2330914
]
1505 0.49 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 13722553) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1729288800
  "dateTo" => 1729375199
]
1506 0.11 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  13722556
]
1507 0.14 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  13722556
]
1508 0.10 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  13722556
]
1509 0.11 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  13722556
]
1510 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  13722557
]
1511 0.13 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  13722557
]
1512 0.10 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  13722557
]
1513 0.10 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  13722557
]
1514 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  16077817
]
1515 0.13 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  16077817
]
1516 0.10 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  16077817
]
1517 0.10 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  16077817
]
1518 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  16077818
]
1519 0.13 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  16077818
]
1520 0.10 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  16077818
]
1521 0.10 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  16077818
]
1522 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  13722558
]
1523 0.13 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  13722558
]
1524 0.09 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  13722558
]
1525 0.10 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  13722558
]
1526 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  13722559
]
1527 0.12 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  13722559
]
1528 0.09 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  13722559
]
1529 0.10 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  13722559
]
1530 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  16077815
]
1531 0.13 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  16077815
]
1532 0.10 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  16077815
]
1533 0.14 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  4481702
]
1534 0.14 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  4481702
]
1535 0.51 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  16077815
]
1536 0.12 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  16077815
]
1537 0.10 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  16077816
]
1538 0.13 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  16077816
]
1539 0.10 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  16077816
]
1540 0.24 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  16077816
]
1541 0.11 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  16077816
]
1542 0.30 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 4481702
]
1543 0.33 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 4162365) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1729288800
  "dateTo" => 1729375199
]
1544 0.17 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 4804429
]
1545 0.29 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 4169559) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1729288800
  "dateTo" => 1729375199
]
1546 0.11 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  50536158
]
1547 0.13 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  50536158
]
1548 0.23 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  50536158
]
1549 0.52 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  50536158
]
1550 0.12 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  50536158
]
1551 0.27 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 3721816
]
1552 0.13 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  9474
]
1553 0.12 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "img-teaser"
  "scope" => "pimcore_image_thumbnails"
]
1554 0.13 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 889567
]
1555 0.56 ms
SELECT * FROM properties WHERE ((cid IN (1,9092,6882,51,2,1430) AND inheritable = 1) OR cid = ? )  AND ctype='document'
Parameters:
[
  9108
]
1556 0.15 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  9108
]
1557 0.14 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 479473
]
1558 0.48 ms
SELECT * FROM properties WHERE ((cid IN (1,9092,6882,51,2,1430) AND inheritable = 1) OR cid = ? )  AND ctype='document'
Parameters:
[
  19199
]
1559 0.13 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  19199
]
1560 0.13 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1525399
]
1561 0.15 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  13306
]
1562 0.14 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 2530942
]
1563 0.44 ms
SELECT * FROM properties WHERE ((cid IN (1,9092,6882,51,2,1430) AND inheritable = 1) OR cid = ? )  AND ctype='document'
Parameters:
[
  15509
]
1564 0.13 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  15509
]
1565 0.13 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 973110
]
1566 0.55 ms
SELECT * FROM properties WHERE ((cid IN (1,9092,6882,51,2,1430) AND inheritable = 1) OR cid = ? )  AND ctype='document'
Parameters:
[
  19015
]
1567 0.13 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  19015
]
1568 0.15 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1661674
]
1569 0.48 ms
SELECT * FROM properties WHERE ((cid IN (1,9092,6882,51,2,1430) AND inheritable = 1) OR cid = ? )  AND ctype='document'
Parameters:
[
  9559
]
1570 0.13 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  9559
]
1571 0.13 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 952477
]
1572 0.19 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  6883
]
1573 0.14 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  5
]
1574 0.11 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "footer-logo"
  "scope" => "pimcore_image_thumbnails"
]
1575 0.18 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 3189171
]

demi_vacancies connection

No database queries were performed.

Database Connections

Name Service
default doctrine.dbal.default_connection
demi_vacancies doctrine.dbal.demi_vacancies_connection

Entity Managers

Name Service
portal_engine doctrine.orm.portal_engine_entity_manager
pimcore_direct_edit doctrine.orm.pimcore_direct_edit_entity_manager
statistics_explorer doctrine.orm.statistics_explorer_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

portal_engine entity manager

No loaded entities.

pimcore_direct_edit entity manager

No loaded entities.

statistics_explorer entity manager

No loaded entities.