Query Metrics

1608 Database Queries
63 Different statements
2338.47 ms Query time
0 Invalid entities

Queries

Group similar statements

default connection

# Time Info
1 0.45 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.09 ms
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  1
]
3 0.15 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "SiteConfig"
]
4 0.18 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.07 ms
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  8
]
6 0.08 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "BlogPortal"
]
7 0.30 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/Erzberg-Leoben/Entdecker-Nadel"
  "sourcePathQuery" => "/de/Erzberg-Leoben/Entdecker-Nadel"
  "sourceEntireUri" => "https://stage.steiermark.com/de/Erzberg-Leoben/Entdecker-Nadel"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
8 0.10 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" => "Entdecker-Nadel"
  "path" => "/steiermark.com/de/Erzberg-Leoben/"
]
10 0.14 ms
SELECT * FROM object_url_slugs WHERE slug = '/de/Erzberg-Leoben/Entdecker-Nadel' AND (siteId = 6 OR siteId = 0) ORDER BY siteId DESC LIMIT 1
Parameters:
[]
11 0.13 ms
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[]
12 0.14 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
13 0.18 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "Region"
]
14 0.15 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  11303
]
15 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:
[
  1070794
]
16 0.09 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1070794
]
17 0.20 ms
SELECT id FROM sites
Parameters:
[]
18 0.22 ms
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  11303
]
19 0.21 ms
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  11303
  11303
  11303
]
20 0.12 ms
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  11582
  11582
]
21 0.13 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Entdecker-Nadel"
  "path" => "/de/Erzberg-Leoben/"
]
22 0.10 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Erzberg-Leoben/Entdecker-Nadel"
]
23 0.07 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Entdecker-Nadel"
  "path" => "/de/Erzberg-Leoben/"
]
24 0.07 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Erzberg-Leoben/Entdecker-Nadel"
]
25 0.13 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/Erzberg-Leoben/Entdecker-Nadel"
]
26 0.07 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Erzberg-Leoben"
  "path" => "/de/"
]
27 0.06 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de/Erzberg-Leoben"
]
28 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/Erzberg-Leoben"
]
29 0.07 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "de"
  "path" => "/"
]
30 0.06 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/de"
]
31 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"
]
32 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/%"
  ""
]
33 0.07 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => ""
  "path" => "/"
]
34 0.09 ms
SELECT * FROM object_url_slugs WHERE slug = '/de/Erzberg-Leoben/Entdecker-Nadel' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[]
35 0.07 ms
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
  "pimcore_staticroutes"
]
36 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "1"
  "scope" => "pimcore_staticroutes"
]
37 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "2"
  "scope" => "pimcore_staticroutes"
]
38 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "3"
  "scope" => "pimcore_staticroutes"
]
39 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "4"
  "scope" => "pimcore_staticroutes"
]
40 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "5"
  "scope" => "pimcore_staticroutes"
]
41 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "6"
  "scope" => "pimcore_staticroutes"
]
42 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "7"
  "scope" => "pimcore_staticroutes"
]
43 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "8"
  "scope" => "pimcore_staticroutes"
]
44 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "9"
  "scope" => "pimcore_staticroutes"
]
45 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "10"
  "scope" => "pimcore_staticroutes"
]
46 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "11"
  "scope" => "pimcore_staticroutes"
]
47 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "12"
  "scope" => "pimcore_staticroutes"
]
48 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "13"
  "scope" => "pimcore_staticroutes"
]
49 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "15"
  "scope" => "pimcore_staticroutes"
]
50 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "16"
  "scope" => "pimcore_staticroutes"
]
51 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "17"
  "scope" => "pimcore_staticroutes"
]
52 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "18"
  "scope" => "pimcore_staticroutes"
]
53 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "19"
  "scope" => "pimcore_staticroutes"
]
54 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "20"
  "scope" => "pimcore_staticroutes"
]
55 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "21"
  "scope" => "pimcore_staticroutes"
]
56 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "22"
  "scope" => "pimcore_staticroutes"
]
57 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "23"
  "scope" => "pimcore_staticroutes"
]
58 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "24"
  "scope" => "pimcore_staticroutes"
]
59 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "25"
  "scope" => "pimcore_staticroutes"
]
60 0.05 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "26"
  "scope" => "pimcore_staticroutes"
]
61 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "27"
  "scope" => "pimcore_staticroutes"
]
62 0.06 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "28"
  "scope" => "pimcore_staticroutes"
]
63 0.11 ms
SELECT id FROM sites
Parameters:
[]
64 0.14 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1062499
]
65 0.10 ms
SELECT id FROM sites
Parameters:
[]
66 0.10 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "21"
]
67 0.28 ms
SELECT id FROM sites
Parameters:
[]
68 0.16 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "MediaCopyright"
]
69 0.41 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1070794
]
70 0.82 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  364
]
71 3.33 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  364
]
72 0.77 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6629
]
73 0.17 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  6629
]
74 0.11 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6587
]
75 0.11 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  27427
]
76 0.09 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  27427
]
77 0.12 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  27428
]
78 0.11 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  27429
]
79 0.10 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  27430
]
80 0.12 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  27426
]
81 0.11 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  27426
]
82 0.10 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  27431
]
83 0.10 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  27432
]
84 0.13 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  27432
]
85 0.10 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  27442
]
86 0.09 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  27444
]
87 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  27443
]
88 0.10 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  27441
]
89 0.11 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  27433
]
90 0.09 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  27433
]
91 0.10 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  27436
]
92 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  27437
]
93 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  27438
]
94 0.09 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  27434
]
95 0.10 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  27434
]
96 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  27439
]
97 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6571
]
98 0.09 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  10338
]
99 0.09 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  10338
]
100 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  10340
]
101 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6630
]
102 0.58 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6557
]
103 0.10 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  6557
]
104 0.10 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6558
]
105 0.09 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  6558
]
106 0.10 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6560
]
107 0.09 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  6560
]
108 0.09 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6561
]
109 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6563
]
110 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6562
]
111 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  19318
]
112 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6559
]
113 0.09 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6564
]
114 0.09 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  6564
]
115 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6565
]
116 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6567
]
117 0.09 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6568
]
118 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6569
]
119 0.09 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  6569
]
120 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  10330
]
121 0.09 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6570
]
122 0.08 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  6570
]
123 0.09 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  10331
]
124 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  10332
]
125 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  10336
]
126 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6594
]
127 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  10341
]
128 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6572
]
129 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  10337
]
130 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  10339
]
131 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6574
]
132 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6573
]
133 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6576
]
134 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6575
]
135 0.09 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6577
]
136 0.10 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  6577
]
137 0.09 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6579
]
138 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6580
]
139 0.09 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6582
]
140 0.09 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  10342
]
141 0.09 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  10342
]
142 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  10343
]
143 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  27738
]
144 0.57 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6593
]
145 0.09 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  6593
]
146 0.09 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  10367
]
147 0.08 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  10367
]
148 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  10369
]
149 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6599
]
150 0.08 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  6599
]
151 0.09 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6600
]
152 0.08 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  6600
]
153 0.11 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  10362
]
154 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  11969
]
155 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6602
]
156 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  27417
]
157 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6604
]
158 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6605
]
159 0.09 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6610
]
160 0.08 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  6610
]
161 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6627
]
162 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6607
]
163 0.08 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  6607
]
164 0.09 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6608
]
165 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6611
]
166 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  11303
]
167 0.08 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  11303
]
168 0.09 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  11334
]
169 0.09 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  11340
]
170 0.08 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  11340
]
171 0.09 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  11341
]
172 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  11939
]
173 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6625
]
174 0.09 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  6902
]
175 0.11 ms
SELECT * FROM properties WHERE cid = ? AND ctype='document'
Parameters:
[
  81
]
176 2.47 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  25800
]
177 2.48 ms
SELECT documents.id, documents.type FROM documents WHERE  (parentId = ?) AND published = 1 ORDER BY `index` ASC
Parameters:
[
  25800
]
178 0.09 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  25804
]
179 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  25803
]
180 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  25805
]
181 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  25801
]
182 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  25806
]
183 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  25807
]
184 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  25808
]
185 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  25811
]
186 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  25809
]
187 0.08 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  25802
]
188 0.09 ms
SELECT id FROM documents d WHERE parentId = ?  AND published = 1 LIMIT 1
Parameters:
[
  32976
]
189 0.16 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:
[
  1081819
]
190 0.09 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1081819
]
191 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:
[
  1081819
]
192 0.07 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1081819
]
193 0.25 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:
[
  1075513
]
194 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1075513
]
195 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:
[
  1075513
]
196 0.06 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1075513
]
197 0.23 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:
[
  1081847
]
198 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1081847
]
199 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:
[
  1081847
]
200 0.07 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1081847
]
201 0.08 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "lightbox"
  "scope" => "pimcore_image_thumbnails"
]
202 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1081819
]
203 0.07 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "tile-gallery-item"
  "scope" => "pimcore_image_thumbnails"
]
204 0.10 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1081861
]
205 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1082177
]
206 0.09 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1080547
]
207 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1081260
]
208 0.15 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1080274
]
209 0.10 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1076728
]
210 0.09 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1076744
]
211 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  9047300
]
212 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:
[
  9047300
]
213 0.05 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "79"
]
214 0.07 ms
SELECT * FROM object_store_79 WHERE oo_id = ?
Parameters:
[
  9047300
]
215 0.07 ms
SELECT * FROM object_relations_79 WHERE src_id = ?
Parameters:
[
  9047300
]
216 0.09 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1075513
]
217 0.10 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1081847
]
218 85.20 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:
[]
219 0.20 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "39"
]
220 64.72 ms
SELECT o_id FROM object_46 WHERE o_id in (select dest_id from object_relations_45 where src_id in (select o_id from object_45 where active = 1 and o_published = 1))
Parameters:
[]
221 0.65 ms
SELECT object_localized_47_de.o_id as o_id, object_localized_47_de.o_type as o_type FROM object_localized_47_de WHERE (active=1 AND  object_localized_47_de.o_type IN ('object','folder')) AND object_localized_47_de.o_published = 1 ORDER BY `order`
Parameters:
[]
222 0.11 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "47"
]
223 0.77 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
224 0.09 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "46"
]
225 0.60 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
226 1.07 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
227 0.99 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
228 0.76 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
229 0.96 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
230 0.64 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
231 0.73 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
232 2.15 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 ( object_localized_72_de.o_type IN ('object','folder')) AND object_localized_72_de.o_published = 1 ORDER BY `name`
Parameters:
[]
233 0.10 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "72"
]
234 0.13 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067566
]
235 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:
[
  41067566
]
236 0.14 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067566
]
237 0.22 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067566
]
238 0.14 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067566
]
239 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067587
]
240 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:
[
  41067587
]
241 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067587
]
242 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067587
]
243 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067587
]
244 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  6121750
]
245 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:
[
  6121750
]
246 0.09 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  6121750
]
247 0.16 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  6121750
]
248 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  6121750
]
249 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067570
]
250 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:
[
  41067570
]
251 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067570
]
252 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067570
]
253 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067570
]
254 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067543
]
255 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:
[
  41067543
]
256 0.09 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067543
]
257 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067543
]
258 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067543
]
259 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067555
]
260 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:
[
  41067555
]
261 0.09 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067555
]
262 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067555
]
263 0.11 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067555
]
264 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  6121751
]
265 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:
[
  6121751
]
266 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  6121751
]
267 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  6121751
]
268 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  6121751
]
269 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067573
]
270 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:
[
  41067573
]
271 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067573
]
272 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067573
]
273 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067573
]
274 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067579
]
275 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:
[
  41067579
]
276 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067579
]
277 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067579
]
278 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067579
]
279 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067541
]
280 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:
[
  41067541
]
281 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067541
]
282 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067541
]
283 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067541
]
284 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  6121752
]
285 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:
[
  6121752
]
286 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  6121752
]
287 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  6121752
]
288 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  6121752
]
289 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067568
]
290 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:
[
  41067568
]
291 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067568
]
292 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067568
]
293 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067568
]
294 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  12732
]
295 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:
[
  12732
]
296 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  12732
]
297 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  12732
]
298 0.11 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  12732
]
299 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067589
]
300 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:
[
  41067589
]
301 0.09 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067589
]
302 0.16 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067589
]
303 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067589
]
304 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067561
]
305 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:
[
  41067561
]
306 0.09 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067561
]
307 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067561
]
308 0.11 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067561
]
309 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  12733
]
310 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:
[
  12733
]
311 0.09 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  12733
]
312 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  12733
]
313 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  12733
]
314 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067560
]
315 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:
[
  41067560
]
316 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067560
]
317 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067560
]
318 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067560
]
319 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067557
]
320 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:
[
  41067557
]
321 0.09 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067557
]
322 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067557
]
323 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067557
]
324 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067588
]
325 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:
[
  41067588
]
326 0.09 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067588
]
327 0.16 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067588
]
328 0.11 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067588
]
329 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  12744
]
330 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:
[
  12744
]
331 0.09 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  12744
]
332 0.16 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  12744
]
333 0.11 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  12744
]
334 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  6121746
]
335 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:
[
  6121746
]
336 0.09 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  6121746
]
337 0.16 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  6121746
]
338 0.13 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  6121746
]
339 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067552
]
340 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:
[
  41067552
]
341 0.09 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067552
]
342 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067552
]
343 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067552
]
344 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  6121745
]
345 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:
[
  6121745
]
346 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  6121745
]
347 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  6121745
]
348 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  6121745
]
349 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067559
]
350 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:
[
  41067559
]
351 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067559
]
352 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067559
]
353 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067559
]
354 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  6121742
]
355 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:
[
  6121742
]
356 0.09 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  6121742
]
357 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  6121742
]
358 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  6121742
]
359 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  12736
]
360 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:
[
  12736
]
361 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  12736
]
362 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  12736
]
363 0.11 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  12736
]
364 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067593
]
365 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:
[
  41067593
]
366 0.09 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067593
]
367 0.16 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067593
]
368 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067593
]
369 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  6121747
]
370 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:
[
  6121747
]
371 0.09 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  6121747
]
372 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  6121747
]
373 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  6121747
]
374 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067563
]
375 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:
[
  41067563
]
376 0.09 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067563
]
377 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067563
]
378 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067563
]
379 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067569
]
380 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:
[
  41067569
]
381 0.09 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067569
]
382 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067569
]
383 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067569
]
384 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067572
]
385 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:
[
  41067572
]
386 0.09 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067572
]
387 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067572
]
388 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067572
]
389 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067539
]
390 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:
[
  41067539
]
391 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067539
]
392 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067539
]
393 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067539
]
394 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067578
]
395 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:
[
  41067578
]
396 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067578
]
397 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067578
]
398 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067578
]
399 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067577
]
400 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:
[
  41067577
]
401 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067577
]
402 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067577
]
403 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067577
]
404 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067580
]
405 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:
[
  41067580
]
406 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067580
]
407 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067580
]
408 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067580
]
409 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067548
]
410 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:
[
  41067548
]
411 0.09 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067548
]
412 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067548
]
413 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067548
]
414 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  323708
]
415 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:
[
  323708
]
416 0.09 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  323708
]
417 0.16 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  323708
]
418 0.11 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  323708
]
419 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  12737
]
420 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:
[
  12737
]
421 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  12737
]
422 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  12737
]
423 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  12737
]
424 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067545
]
425 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:
[
  41067545
]
426 0.09 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067545
]
427 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067545
]
428 0.11 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067545
]
429 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067583
]
430 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:
[
  41067583
]
431 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067583
]
432 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067583
]
433 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067583
]
434 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067586
]
435 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:
[
  41067586
]
436 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067586
]
437 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067586
]
438 0.11 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067586
]
439 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067544
]
440 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:
[
  41067544
]
441 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067544
]
442 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067544
]
443 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067544
]
444 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067591
]
445 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:
[
  41067591
]
446 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067591
]
447 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067591
]
448 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067591
]
449 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  6121748
]
450 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:
[
  6121748
]
451 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  6121748
]
452 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  6121748
]
453 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  6121748
]
454 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067551
]
455 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:
[
  41067551
]
456 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067551
]
457 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067551
]
458 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067551
]
459 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067536
]
460 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:
[
  41067536
]
461 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067536
]
462 0.16 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067536
]
463 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067536
]
464 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067575
]
465 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:
[
  41067575
]
466 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067575
]
467 0.14 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067575
]
468 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067575
]
469 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  12741
]
470 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:
[
  12741
]
471 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  12741
]
472 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  12741
]
473 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  12741
]
474 0.10 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  12731
]
475 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:
[
  12731
]
476 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  12731
]
477 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  12731
]
478 0.11 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  12731
]
479 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  6121743
]
480 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:
[
  6121743
]
481 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  6121743
]
482 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  6121743
]
483 0.11 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  6121743
]
484 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  12742
]
485 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:
[
  12742
]
486 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  12742
]
487 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  12742
]
488 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  12742
]
489 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067540
]
490 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:
[
  41067540
]
491 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067540
]
492 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067540
]
493 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067540
]
494 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067584
]
495 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:
[
  41067584
]
496 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067584
]
497 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067584
]
498 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067584
]
499 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067537
]
500 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:
[
  41067537
]
501 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067537
]
502 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067537
]
503 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067537
]
504 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067582
]
505 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:
[
  41067582
]
506 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067582
]
507 0.16 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067582
]
508 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067582
]
509 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  12735
]
510 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:
[
  12735
]
511 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  12735
]
512 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  12735
]
513 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  12735
]
514 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  12738
]
515 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:
[
  12738
]
516 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  12738
]
517 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  12738
]
518 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  12738
]
519 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067571
]
520 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:
[
  41067571
]
521 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067571
]
522 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067571
]
523 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067571
]
524 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067542
]
525 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:
[
  41067542
]
526 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067542
]
527 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067542
]
528 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067542
]
529 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  12743
]
530 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:
[
  12743
]
531 0.09 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  12743
]
532 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  12743
]
533 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  12743
]
534 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067535
]
535 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:
[
  41067535
]
536 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067535
]
537 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067535
]
538 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067535
]
539 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  12745
]
540 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:
[
  12745
]
541 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  12745
]
542 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  12745
]
543 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  12745
]
544 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067567
]
545 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:
[
  41067567
]
546 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067567
]
547 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067567
]
548 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067567
]
549 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  6121744
]
550 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:
[
  6121744
]
551 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  6121744
]
552 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  6121744
]
553 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  6121744
]
554 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067585
]
555 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:
[
  41067585
]
556 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067585
]
557 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067585
]
558 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067585
]
559 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  12740
]
560 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:
[
  12740
]
561 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  12740
]
562 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  12740
]
563 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  12740
]
564 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067562
]
565 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:
[
  41067562
]
566 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067562
]
567 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067562
]
568 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067562
]
569 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067549
]
570 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:
[
  41067549
]
571 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067549
]
572 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067549
]
573 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067549
]
574 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  41067556
]
575 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:
[
  41067556
]
576 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  41067556
]
577 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  41067556
]
578 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  41067556
]
579 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  12734
]
580 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:
[
  12734
]
581 0.08 ms
SELECT * FROM object_store_72 WHERE oo_id = ?
Parameters:
[
  12734
]
582 0.15 ms
SELECT * FROM object_localized_data_72 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  12734
]
583 0.10 ms
SELECT * FROM object_relations_72 WHERE src_id = ?
Parameters:
[
  12734
]
584 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:
[
  2956831
]
585 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:
[
  34637986
]
586 0.38 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
587 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:
[
  8966
]
588 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:
[
  8906
]
589 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:
[
  2956834
]
590 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
591 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
592 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
593 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
594 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
595 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
596 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
597 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
598 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
599 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
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:
[
  323812
]
601 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
602 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
603 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:
[
  8881
]
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:
[
  8891
]
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:
[
  8914
]
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:
[
  8950
]
607 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:
[
  43486494
]
608 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:
[
  30766034
]
609 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:
[
  8697573
]
610 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:
[
  8926
]
611 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:
[
  8964
]
612 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:
[
  2289698
]
613 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:
[
  8913
]
614 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:
[
  3576862
]
615 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:
[
  978047
]
616 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:
[
  1060937
]
617 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:
[
  8903
]
618 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:
[
  8936
]
619 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:
[
  8917
]
620 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:
[
  8916
]
621 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:
[
  8878
]
622 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:
[
  8937
]
623 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:
[
  8941
]
624 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:
[
  8904
]
625 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:
[
  8951
]
626 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:
[
  34637975
]
627 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:
[
  8934
]
628 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:
[
  8953
]
629 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:
[
  9707210
]
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:
[
  9707192
]
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:
[
  8944
]
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:
[
  8902
]
633 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
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:
[
  41070520
]
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:
[
  8890
]
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:
[
  13098
]
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:
[
  34637979
]
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:
[
  1514879
]
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:
[
  8931
]
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:
[
  2612848
]
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:
[
  323813
]
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:
[
  323816
]
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:
[
  8971
]
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:
[
  8932
]
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:
[
  8877
]
646 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:
[
  41711625
]
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:
[
  8886
]
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:
[
  8925
]
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:
[
  1514878
]
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:
[
  1514877
]
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:
[
  8965
]
652 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
653 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:
[
  8924
]
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:
[
  8905
]
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:
[
  8893
]
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:
[
  30807423
]
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:
[
  33665691
]
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:
[
  13097
]
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:
[
  978046
]
660 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:
[
  8942
]
661 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:
[
  2335829
]
662 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:
[
  34637977
]
663 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:
[
  8959
]
664 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:
[
  8943
]
665 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:
[
  13690959
]
666 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:
[
  8946
]
667 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:
[
  8970
]
668 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:
[
  8963
]
669 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:
[
  8973
]
670 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:
[
  2612886
]
671 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:
[
  8896
]
672 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:
[
  8958
]
673 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:
[
  8921
]
674 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:
[
  2956832
]
675 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:
[
  34637985
]
676 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:
[
  8895
]
677 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:
[
  8888
]
678 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:
[
  8885
]
679 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
]
680 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
]
681 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
]
682 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:
[
  8208050
]
683 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:
[
  8922
]
684 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:
[
  8894
]
685 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:
[
  2335827
]
686 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:
[
  8874
]
687 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:
[
  20664811
]
688 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:
[
  6166174
]
689 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:
[
  6166175
]
690 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:
[
  6166176
]
691 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:
[
  8947
]
692 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:
[
  8900
]
693 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:
[
  8938
]
694 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:
[
  8962
]
695 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:
[
  8940
]
696 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:
[
  7778883
]
697 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:
[
  8876
]
698 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:
[
  3994125
]
699 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:
[
  8939
]
700 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:
[
  2956828
]
701 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:
[
  8954
]
702 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:
[
  8974
]
703 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:
[
  8955
]
704 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:
[
  8972
]
705 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:
[
  13981580
]
706 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:
[
  8930
]
707 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:
[
  8915
]
708 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:
[
  8923
]
709 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:
[
  8933
]
710 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:
[
  8956
]
711 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
]
712 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:
[
  2335897
]
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:
[
  8875
]
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:
[
  13368813
]
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:
[
  30766033
]
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:
[
  8967
]
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:
[
  8928
]
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:
[
  43486493
]
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:
[
  2335826
]
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:
[
  8952
]
721 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
722 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
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:
[
  8901
]
724 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
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:
[
  323810
]
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:
[
  323815
]
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:
[
  46098368
]
728 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:
[
  13104
]
729 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:
[
  8948
]
730 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:
[
  8919
]
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:
[
  8911
]
732 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:
[
  34637989
]
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:
[
  8961
]
734 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:
[
  6311040
]
735 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:
[
  2956829
]
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:
[
  8929
]
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:
[
  8918
]
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:
[
  8510366
]
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:
[
  8899
]
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:
[
  8920
]
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:
[
  8945
]
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:
[
  13099
]
743 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
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:
[
  13691917
]
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:
[
  8887
]
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:
[
  8912
]
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:
[
  8927
]
748 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
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:
[
  8897
]
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:
[
  8949
]
751 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:
[
  8898
]
752 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:
[
  13981573
]
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:
[
  2956830
]
754 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:
[
  8171621
]
755 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:
[
  3190434
]
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:
[
  6512514
]
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:
[
  6512515
]
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:
[
  2956827
]
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:
[
  8883
]
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:
[
  9001
]
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:
[
  8208051
]
762 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
763 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:
[
  1060938
]
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:
[
  9012
]
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:
[
  8990
]
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:
[
  9000
]
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:
[
  8994
]
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:
[
  9005
]
769 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:
[
  8988
]
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:
[
  8995
]
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:
[
  9017
]
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:
[
  9013
]
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:
[
  9003
]
774 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:
[
  13105
]
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:
[
  8984
]
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:
[
  9006
]
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:
[
  8983
]
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:
[
  9019
]
779 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:
[
  41711645
]
780 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:
[
  1514880
]
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:
[
  8981
]
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:
[
  8976
]
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:
[
  8997
]
784 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
785 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:
[
  6166178
]
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:
[
  6166177
]
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:
[
  6166179
]
788 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:
[
  8989
]
789 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:
[
  8998
]
790 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:
[
  7778884
]
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:
[
  8978
]
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:
[
  9010
]
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:
[
  9020
]
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:
[
  9016
]
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:
[
  8993
]
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:
[
  8992
]
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:
[
  9002
]
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:
[
  9008
]
799 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
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:
[
  9011
]
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:
[
  9018
]
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:
[
  8996
]
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:
[
  8991
]
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:
[
  9822107
]
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:
[
  8975
]
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:
[
  9007
]
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:
[
  9014
]
808 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:
[
  8999
]
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:
[
  9015
]
810 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:
[
  39909567
]
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:
[
  8987
]
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:
[
  8977
]
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:
[
  8985
]
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:
[
  8982
]
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:
[
  8980
]
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:
[
  9009
]
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:
[
  9079
]
818 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
819 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
820 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
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:
[
  9067
]
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:
[
  9044
]
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:
[
  9251
]
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:
[
  9222
]
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:
[
  9228
]
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:
[
  9181
]
827 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:
[
  9253
]
828 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:
[
  9116
]
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:
[
  9094
]
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:
[
  9112
]
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:
[
  9052
]
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:
[
  9124
]
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:
[
  9240
]
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:
[
  9037
]
835 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
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:
[
  9140
]
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:
[
  9101
]
838 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:
[
  44435342
]
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:
[
  9096
]
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:
[
  9250
]
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:
[
  9168
]
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:
[
  8592997
]
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:
[
  9160
]
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:
[
  9197
]
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:
[
  9234
]
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:
[
  9223
]
847 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:
[
  9224
]
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:
[
  9242
]
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:
[
  9045
]
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:
[
  9042
]
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:
[
  9201
]
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:
[
  9097
]
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:
[
  9070
]
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:
[
  9248
]
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:
[
  9173
]
856 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:
[
  9121
]
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:
[
  9047
]
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:
[
  9180
]
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:
[
  9247
]
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:
[
  9138
]
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:
[
  9127
]
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:
[
  1060939
]
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:
[
  13106
]
864 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:
[
  7187761
]
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:
[
  978049
]
866 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:
[
  2612888
]
867 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
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:
[
  16945071
]
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:
[
  9153
]
870 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
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:
[
  9053
]
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:
[
  9109
]
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:
[
  9196
]
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:
[
  9063
]
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:
[
  9123
]
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:
[
  9175
]
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:
[
  9122
]
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:
[
  9249
]
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:
[
  9171
]
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:
[
  9188
]
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:
[
  9151
]
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:
[
  978048
]
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:
[
  9051
]
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:
[
  323829
]
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:
[
  9225
]
886 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:
[
  9064
]
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:
[
  9030
]
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:
[
  9059
]
889 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
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:
[
  9129
]
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:
[
  9057
]
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:
[
  9179
]
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:
[
  9137
]
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:
[
  9069
]
895 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
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:
[
  9198
]
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:
[
  9036
]
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:
[
  9214
]
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:
[
  9185
]
900 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
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:
[
  9192
]
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:
[
  9141
]
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:
[
  323826
]
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:
[
  13110
]
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:
[
  41711656
]
906 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:
[
  9102
]
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:
[
  13108
]
908 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
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:
[
  9172
]
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:
[
  9182
]
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:
[
  9178
]
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:
[
  9237
]
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:
[
  9167
]
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:
[
  9034
]
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:
[
  9205
]
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:
[
  9062
]
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:
[
  9233
]
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:
[
  9083
]
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:
[
  9211
]
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:
[
  9146
]
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:
[
  9055
]
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:
[
  9100
]
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:
[
  9147
]
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:
[
  9061
]
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:
[
  9246
]
926 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:
[
  9231
]
927 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
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:
[
  9110
]
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:
[
  9238
]
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:
[
  9227
]
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:
[
  9236
]
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:
[
  9038
]
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:
[
  9089
]
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:
[
  9024
]
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:
[
  9048
]
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:
[
  9099
]
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:
[
  9068
]
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:
[
  5947680
]
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:
[
  2612889
]
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:
[
  9128
]
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:
[
  9244
]
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:
[
  9078
]
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:
[
  9186
]
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:
[
  9131
]
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:
[
  9071
]
946 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:
[
  9187
]
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:
[
  3002122
]
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:
[
  7543517
]
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:
[
  9927234
]
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:
[
  2335898
]
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:
[
  46098377
]
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:
[
  9066
]
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:
[
  9157
]
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:
[
  9229
]
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:
[
  9203
]
956 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
]
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:
[
  9126
]
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:
[
  9118
]
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:
[
  6166180
]
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:
[
  6166181
]
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:
[
  6166182
]
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:
[
  9133
]
963 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
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:
[
  9206
]
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:
[
  9170
]
966 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:
[
  9132
]
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:
[
  9022
]
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:
[
  9213
]
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:
[
  9257
]
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:
[
  9135
]
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:
[
  7778885
]
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:
[
  9208
]
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:
[
  9035
]
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:
[
  9029
]
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:
[
  9216
]
976 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
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:
[
  9104
]
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:
[
  9159
]
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:
[
  6166370
]
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:
[
  9152
]
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:
[
  9093
]
982 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
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:
[
  9027
]
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:
[
  9114
]
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:
[
  9200
]
986 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:
[
  323832
]
987 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:
[
  9163
]
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:
[
  9043
]
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:
[
  9143
]
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:
[
  9190
]
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:
[
  9105
]
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:
[
  2612887
]
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:
[
  9202
]
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:
[
  9077
]
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:
[
  9194
]
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:
[
  9033
]
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:
[
  9117
]
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:
[
  9119
]
999 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
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:
[
  2612890
]
1001 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
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:
[
  9204
]
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:
[
  9028
]
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:
[
  9082
]
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:
[
  9026
]
1006 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:
[
  9150
]
1007 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
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:
[
  9184
]
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:
[
  9191
]
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:
[
  9245
]
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:
[
  9076
]
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:
[
  9239
]
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:
[
  9252
]
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:
[
  9217
]
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:
[
  9136
]
1016 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1017 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1018 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1019 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1020 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1021 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1022 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1023 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1024 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1025 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1026 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:
[
  9148
]
1027 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1028 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1029 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1030 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1031 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1032 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1033 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1034 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1035 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1036 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1037 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1038 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1039 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1040 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1041 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1042 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1043 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1044 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1045 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1046 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1047 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1048 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:
[
  5316200
]
1049 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1050 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1051 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1052 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1053 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1054 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1055 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1056 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1057 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1058 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1059 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1060 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1061 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1062 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1063 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1064 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1065 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:
[
  9108
]
1066 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1067 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1068 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1069 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1070 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1071 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1072 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1073 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1074 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1075 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1076 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1077 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1078 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1079 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1080 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1081 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1082 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1083 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1084 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1085 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:
[
  9177
]
1086 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1087 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1088 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1089 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1090 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1091 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1092 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1093 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1094 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1095 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1096 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1097 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1098 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1099 41.80 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1100 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:
[
  9226
]
1101 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:
[
  9158
]
1102 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:
[
  9266
]
1103 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:
[
  11969152
]
1104 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:
[
  9261597
]
1105 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:
[
  9284
]
1106 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:
[
  9296
]
1107 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:
[
  9283
]
1108 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:
[
  11969147
]
1109 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:
[
  9269
]
1110 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:
[
  9300
]
1111 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:
[
  9267
]
1112 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:
[
  9298
]
1113 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:
[
  9279
]
1114 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:
[
  3190435
]
1115 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:
[
  9268
]
1116 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:
[
  19648668
]
1117 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:
[
  9276
]
1118 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:
[
  9289
]
1119 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:
[
  9258
]
1120 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:
[
  9292
]
1121 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:
[
  9299
]
1122 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:
[
  9278
]
1123 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:
[
  9303
]
1124 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:
[
  9261
]
1125 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:
[
  9287
]
1126 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:
[
  13112
]
1127 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:
[
  9263
]
1128 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:
[
  11969149
]
1129 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:
[
  38671291
]
1130 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:
[
  11969142
]
1131 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:
[
  9261598
]
1132 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:
[
  11969163
]
1133 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:
[
  11969159
]
1134 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:
[
  9272
]
1135 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:
[
  9259
]
1136 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:
[
  9286
]
1137 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:
[
  9261599
]
1138 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:
[
  9262
]
1139 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:
[
  9294
]
1140 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:
[
  9293
]
1141 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:
[
  9285
]
1142 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:
[
  9302
]
1143 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:
[
  6166184
]
1144 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:
[
  6166183
]
1145 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:
[
  6166185
]
1146 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:
[
  11969155
]
1147 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:
[
  9280
]
1148 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:
[
  9274
]
1149 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:
[
  7778887
]
1150 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:
[
  9282
]
1151 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:
[
  9261600
]
1152 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:
[
  9260
]
1153 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:
[
  9304
]
1154 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:
[
  11969145
]
1155 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:
[
  9295
]
1156 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:
[
  9290
]
1157 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:
[
  11969143
]
1158 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:
[
  9291
]
1159 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:
[
  9297
]
1160 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:
[
  9265
]
1161 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:
[
  9264
]
1162 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:
[
  9273
]
1163 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:
[
  9270
]
1164 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:
[
  9301
]
1165 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:
[
  9822209
]
1166 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:
[
  9281
]
1167 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:
[
  9275
]
1168 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:
[
  11969161
]
1169 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:
[
  9277
]
1170 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:
[
  8208053
]
1171 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:
[
  9288
]
1172 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:
[
  9271
]
1173 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:
[
  9342
]
1174 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:
[
  9320
]
1175 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:
[
  9332
]
1176 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:
[
  9310
]
1177 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:
[
  9326
]
1178 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:
[
  9324
]
1179 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:
[
  9327
]
1180 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:
[
  9325
]
1181 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:
[
  9343
]
1182 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:
[
  13113
]
1183 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:
[
  41711689
]
1184 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:
[
  9331
]
1185 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:
[
  9322
]
1186 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:
[
  9339
]
1187 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:
[
  9306
]
1188 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:
[
  9323
]
1189 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:
[
  9329
]
1190 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:
[
  9321
]
1191 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:
[
  9316
]
1192 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:
[
  9340
]
1193 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:
[
  8208054
]
1194 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:
[
  9335
]
1195 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:
[
  18811464
]
1196 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:
[
  9319
]
1197 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:
[
  9317
]
1198 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:
[
  9333
]
1199 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:
[
  9336
]
1200 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:
[
  9308
]
1201 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:
[
  6166187
]
1202 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:
[
  6166186
]
1203 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:
[
  6166188
]
1204 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:
[
  9330
]
1205 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:
[
  9337
]
1206 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:
[
  9338
]
1207 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:
[
  7778888
]
1208 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:
[
  9312
]
1209 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:
[
  9313
]
1210 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:
[
  9328
]
1211 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:
[
  9307
]
1212 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:
[
  9334
]
1213 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:
[
  9314
]
1214 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:
[
  9318
]
1215 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:
[
  9315
]
1216 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:
[
  9345
]
1217 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:
[
  9822213
]
1218 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:
[
  9309
]
1219 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:
[
  9311
]
1220 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:
[
  9344
]
1221 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:
[
  9305
]
1222 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:
[
  9341
]
1223 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:
[
  9347
]
1224 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:
[
  9411
]
1225 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:
[
  9403
]
1226 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:
[
  9390
]
1227 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:
[
  9402
]
1228 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:
[
  9373
]
1229 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:
[
  9361
]
1230 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:
[
  9374
]
1231 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:
[
  9349
]
1232 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:
[
  9395
]
1233 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:
[
  9386
]
1234 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:
[
  9365
]
1235 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:
[
  9375
]
1236 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:
[
  9394
]
1237 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:
[
  9430
]
1238 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:
[
  9381
]
1239 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:
[
  9425
]
1240 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:
[
  9707334
]
1241 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:
[
  9707337
]
1242 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:
[
  9368
]
1243 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:
[
  9384
]
1244 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:
[
  9426
]
1245 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:
[
  9380
]
1246 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:
[
  9409
]
1247 0.14 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1248 0.17 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1249 0.14 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1250 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:
[
  13114
]
1251 0.14 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1252 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:
[
  9371
]
1253 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:
[
  41711697
]
1254 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:
[
  9405
]
1255 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:
[
  9348
]
1256 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:
[
  9360
]
1257 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:
[
  9410
]
1258 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:
[
  9388
]
1259 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:
[
  9378
]
1260 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:
[
  9412
]
1261 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:
[
  9391
]
1262 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:
[
  9422
]
1263 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:
[
  9404
]
1264 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:
[
  9350
]
1265 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:
[
  9364
]
1266 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:
[
  9356
]
1267 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:
[
  9413
]
1268 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:
[
  6166190
]
1269 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:
[
  6166191
]
1270 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:
[
  6166189
]
1271 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:
[
  9353
]
1272 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:
[
  9420
]
1273 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1274 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1275 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1276 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:
[
  7778889
]
1277 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:
[
  9427
]
1278 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:
[
  9416
]
1279 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:
[
  9367
]
1280 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:
[
  9383
]
1281 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:
[
  9392
]
1282 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:
[
  9351
]
1283 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:
[
  9407
]
1284 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:
[
  9415
]
1285 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:
[
  9376
]
1286 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:
[
  9428
]
1287 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:
[
  9419
]
1288 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:
[
  9389
]
1289 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:
[
  9369
]
1290 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:
[
  9399
]
1291 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1292 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:
[
  9417
]
1293 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:
[
  9359
]
1294 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:
[
  9354
]
1295 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:
[
  9355
]
1296 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:
[
  9398
]
1297 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:
[
  9406
]
1298 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:
[
  9372
]
1299 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1300 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1301 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:
[
  6166392
]
1302 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:
[
  8208055
]
1303 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:
[
  9385
]
1304 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:
[
  9400
]
1305 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:
[
  9418
]
1306 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:
[
  9423
]
1307 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1308 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:
[
  9393
]
1309 0.29 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1310 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:
[
  9822227
]
1311 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:
[
  9387
]
1312 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:
[
  9379
]
1313 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:
[
  9382
]
1314 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:
[
  9414
]
1315 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:
[
  9421
]
1316 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:
[
  9352
]
1317 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:
[
  9357
]
1318 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:
[
  9396
]
1319 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:
[
  32623052
]
1320 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:
[
  9455
]
1321 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:
[
  9445
]
1322 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:
[
  9433
]
1323 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:
[
  9453
]
1324 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:
[
  9443
]
1325 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:
[
  9444
]
1326 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:
[
  9460
]
1327 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:
[
  9457
]
1328 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:
[
  9446
]
1329 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1330 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:
[
  9440
]
1331 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:
[
  1592236
]
1332 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:
[
  6166393
]
1333 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:
[
  3046599
]
1334 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:
[
  9434
]
1335 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:
[
  9439
]
1336 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:
[
  9461
]
1337 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:
[
  9449
]
1338 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:
[
  13115
]
1339 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:
[
  41711705
]
1340 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:
[
  9441
]
1341 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:
[
  9447
]
1342 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:
[
  9451
]
1343 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:
[
  6166192
]
1344 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:
[
  6166194
]
1345 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:
[
  6166193
]
1346 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:
[
  8208056
]
1347 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:
[
  18811474
]
1348 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:
[
  7778890
]
1349 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:
[
  9456
]
1350 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:
[
  9452
]
1351 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:
[
  9462
]
1352 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:
[
  9442
]
1353 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:
[
  9435
]
1354 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:
[
  9459
]
1355 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:
[
  38671315
]
1356 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:
[
  9454
]
1357 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:
[
  9448
]
1358 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:
[
  9822249
]
1359 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:
[
  9432
]
1360 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:
[
  9450
]
1361 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:
[
  9458
]
1362 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:
[
  9437
]
1363 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:
[
  38671309
]
1364 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:
[
  9431
]
1365 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:
[
  9438
]
1366 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:
[
  9498
]
1367 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:
[
  9519
]
1368 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:
[
  8208057
]
1369 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:
[
  9261601
]
1370 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:
[
  9478
]
1371 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:
[
  9472
]
1372 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:
[
  9512
]
1373 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:
[
  9477
]
1374 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:
[
  9559
]
1375 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:
[
  9493
]
1376 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:
[
  9548
]
1377 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:
[
  9556
]
1378 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:
[
  9509
]
1379 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:
[
  9529
]
1380 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:
[
  9527
]
1381 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:
[
  9553
]
1382 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:
[
  9496
]
1383 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:
[
  9495
]
1384 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:
[
  9484
]
1385 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:
[
  12006553
]
1386 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:
[
  9533
]
1387 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:
[
  9567
]
1388 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:
[
  9503
]
1389 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:
[
  9536
]
1390 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:
[
  9483
]
1391 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:
[
  9707367
]
1392 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:
[
  9707375
]
1393 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:
[
  9520
]
1394 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:
[
  9474
]
1395 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:
[
  15499780
]
1396 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:
[
  9469
]
1397 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:
[
  9560
]
1398 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:
[
  9568
]
1399 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:
[
  9573
]
1400 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:
[
  9706926
]
1401 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:
[
  9486
]
1402 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:
[
  9535
]
1403 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:
[
  13117
]
1404 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:
[
  12006549
]
1405 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:
[
  9507
]
1406 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:
[
  9480
]
1407 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:
[
  36238558
]
1408 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:
[
  9463
]
1409 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:
[
  9521
]
1410 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:
[
  2956837
]
1411 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:
[
  9570
]
1412 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:
[
  9524
]
1413 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:
[
  9558
]
1414 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:
[
  9514
]
1415 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:
[
  9502
]
1416 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:
[
  13118
]
1417 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:
[
  9539
]
1418 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:
[
  9525
]
1419 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:
[
  9554
]
1420 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:
[
  7349656
]
1421 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:
[
  9499
]
1422 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:
[
  2612891
]
1423 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:
[
  9465
]
1424 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:
[
  9572
]
1425 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:
[
  9534
]
1426 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:
[
  45796594
]
1427 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:
[
  9538
]
1428 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:
[
  9561
]
1429 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:
[
  9551
]
1430 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:
[
  9488
]
1431 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:
[
  9552
]
1432 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:
[
  9513
]
1433 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:
[
  9537
]
1434 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:
[
  9555
]
1435 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:
[
  6166195
]
1436 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:
[
  6166197
]
1437 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:
[
  6166196
]
1438 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:
[
  9479
]
1439 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:
[
  9511
]
1440 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:
[
  9566
]
1441 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:
[
  9516
]
1442 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:
[
  9706902
]
1443 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:
[
  9518
]
1444 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:
[
  9565
]
1445 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:
[
  9706885
]
1446 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:
[
  9485
]
1447 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:
[
  9540
]
1448 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:
[
  7778891
]
1449 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:
[
  9501
]
1450 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:
[
  9473
]
1451 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:
[
  9544
]
1452 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:
[
  9542
]
1453 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:
[
  9571
]
1454 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:
[
  9562
]
1455 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:
[
  3431157
]
1456 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:
[
  9523
]
1457 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:
[
  323838
]
1458 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:
[
  9500
]
1459 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:
[
  2956838
]
1460 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:
[
  9541
]
1461 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:
[
  9564
]
1462 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:
[
  9545
]
1463 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:
[
  9522
]
1464 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:
[
  9515
]
1465 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:
[
  9530
]
1466 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:
[
  9549
]
1467 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:
[
  9569
]
1468 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:
[
  9506
]
1469 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:
[
  9574
]
1470 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:
[
  9706891
]
1471 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:
[
  9557
]
1472 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:
[
  9505
]
1473 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:
[
  9466
]
1474 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:
[
  9467
]
1475 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:
[
  9510
]
1476 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:
[
  21536695
]
1477 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:
[
  9497
]
1478 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:
[
  9508
]
1479 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:
[
  9504
]
1480 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:
[
  9532
]
1481 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:
[
  9490
]
1482 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:
[
  13116
]
1483 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:
[
  9550
]
1484 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:
[
  10542214
]
1485 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:
[
  9475
]
1486 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:
[
  2956836
]
1487 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:
[
  9492
]
1488 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:
[
  9468
]
1489 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:
[
  9531
]
1490 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:
[
  9494
]
1491 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:
[
  9464
]
1492 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:
[
  9563
]
1493 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:
[
  9261602
]
1494 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:
[
  9476
]
1495 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:
[
  9706905
]
1496 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:
[
  9481
]
1497 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:
[
  9543
]
1498 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:
[
  9528
]
1499 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:
[
  20664909
]
1500 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:
[
  8170574
]
1501 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:
[
  9526
]
1502 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:
[
  9470
]
1503 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:
[
  9471
]
1504 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:
[
  9706912
]
1505 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:
[
  9517
]
1506 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:
[
  39646742
]
1507 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:
[
  9547
]
1508 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:
[
  9489
]
1509 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:
[
  9491
]
1510 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:
[
  9482
]
1511 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:
[
  323840
]
1512 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:
[
  9487
]
1513 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:
[
  33334653
]
1514 0.09 ms
SELECT objects.o_id as o_id, objects.o_type as o_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
]
1515 953.46 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(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( 7563343, holidayThemes ) > 0)  AND (contentScore > 10)  AND  object_localized_45_de.o_type IN ('object','folder')) AND object_localized_45_de.o_published = 1 ORDER BY RAND(1729508400)    LIMIT 4
Parameters:
[]
1516 0.21 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "45"
]
1517 0.13 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  10714327
]
1518 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:
[
  10714327
]
1519 0.14 ms
SELECT * FROM object_store_45 WHERE oo_id = ?
Parameters:
[
  10714327
]
1520 0.44 ms
SELECT * FROM object_localized_data_45 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  10714327
]
1521 0.11 ms
SELECT * FROM object_brick_store_demiLegacyId_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  10714327
  "demiExtension"
]
1522 0.09 ms
SELECT * FROM object_brick_store_demiAccessibilityCategories_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  10714327
  "demiExtension"
]
1523 0.09 ms
SELECT * FROM object_brick_store_demiExternalLink_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  10714327
  "demiExtension"
]
1524 0.09 ms
SELECT * FROM object_brick_store_demiCanonicalRegion_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  10714327
  "demiExtension"
]
1525 0.08 ms
SELECT * FROM object_brick_store_demiYoungStyria_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  10714327
  "demiExtension"
]
1526 0.09 ms
SELECT * FROM object_brick_store_demiInfrastructureSommerCardExtension_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  10714327
  "demiExtension"
]
1527 0.08 ms
SELECT * FROM object_brick_store_demiBergfexLake_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  10714327
  "demiExtension"
]
1528 0.08 ms
SELECT * FROM object_brick_store_SchladmingAS_45 WHERE o_id = ? AND fieldname = ?
Parameters:
[
  10714327
  "demiExtension"
]
1529 0.12 ms
SELECT * FROM object_collection_demiCapacityCeremony_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  10714327
  "capacityCeremonies"
]
1530 0.11 ms
SELECT * FROM object_collection_demiDishRates_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  10714327
  "dishRates"
]
1531 0.11 ms
SELECT * FROM object_collection_demiOperationSchedule_45 WHERE o_id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  10714327
  "operationSchedule"
]
1532 0.34 ms
SELECT * FROM object_relations_45 WHERE src_id = ?
Parameters:
[
  10714327
]
1533 967.73 ms
SELECT COUNT(*) FROM object_localized_45_de WHERE (((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( 7563343, holidayThemes ) > 0)  AND (contentScore > 10)  AND  object_localized_45_de.o_type IN ('object','folder')) AND object_localized_45_de.o_published = 1
Parameters:
[]
1534 0.43 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 8693594) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1729461600
  "dateTo" => 1729547999
]
1535 0.14 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "23"
]
1536 0.08 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "27"
]
1537 0.11 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "demi-infrastructure-teaser"
  "scope" => "pimcore_image_thumbnails"
]
1538 0.15 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1067307
]
1539 0.09 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "59"
]
1540 0.82 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" => "%,11512%"
]
1541 0.48 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" => "%,11512%"
]
1542 0.19 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 280921) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1729461600
  "dateTo" => 1729547999
]
1543 0.17 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1067406
]
1544 0.78 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" => "%,11512%"
]
1545 0.48 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" => "%,11512%"
]
1546 0.18 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 10714327) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1729461600
  "dateTo" => 1729547999
]
1547 0.08 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  10714333
]
1548 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:
[
  10714333
]
1549 0.08 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  10714333
]
1550 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  10714333
]
1551 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  10714334
]
1552 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:
[
  10714334
]
1553 0.07 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  10714334
]
1554 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  10714334
]
1555 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  10714335
]
1556 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:
[
  10714335
]
1557 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  10714335
]
1558 0.06 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  10714335
]
1559 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  10714336
]
1560 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:
[
  10714336
]
1561 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  10714336
]
1562 0.08 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  10714336
]
1563 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  10714337
]
1564 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:
[
  10714337
]
1565 0.06 ms
SELECT * FROM object_store_23 WHERE oo_id = ?
Parameters:
[
  10714337
]
1566 0.07 ms
SELECT * FROM object_relations_23 WHERE src_id = ?
Parameters:
[
  10714337
]
1567 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  10714329
]
1568 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:
[
  10714329
]
1569 0.08 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  10714329
]
1570 0.27 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:
[
  1226035
]
1571 0.25 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1226035
]
1572 0.22 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  10714329
]
1573 0.08 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  10714329
]
1574 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  10714330
]
1575 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:
[
  10714330
]
1576 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  10714330
]
1577 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:
[
  1226036
]
1578 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1226036
]
1579 0.16 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  10714330
]
1580 0.08 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  10714330
]
1581 0.06 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  10714331
]
1582 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:
[
  10714331
]
1583 0.07 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  10714331
]
1584 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:
[
  1226037
]
1585 0.08 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1226037
]
1586 0.15 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  10714331
]
1587 0.07 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  10714331
]
1588 0.11 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1226035
]
1589 0.76 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" => "%,11512%"
]
1590 0.46 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" => "%,11512%"
]
1591 0.37 ms
SELECT count(dateFrom) FROM bundle_recurringdates_occurrences WHERE (id = 8846206) AND (dateFrom >= FROM_UNIXTIME(:dateFrom) AND dateTo <= FROM_UNIXTIME(:dateTo)) AND (fieldname = 'openingTimes')
Parameters:
[
  "dateFrom" => 1729461600
  "dateTo" => 1729547999
]
1592 0.09 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  8846530
]
1593 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:
[
  8846530
]
1594 0.10 ms
SELECT * FROM object_store_27 WHERE oo_id = ?
Parameters:
[
  8846530
]
1595 0.27 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:
[
  1070244
]
1596 0.25 ms
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  1070244
]
1597 0.21 ms
SELECT * FROM object_localized_data_27 WHERE ooo_id = ? AND language IN ('de','en','hu','cs','pl','nl','it','sk')
Parameters:
[
  8846530
]
1598 0.08 ms
SELECT * FROM object_relations_27 WHERE src_id = ?
Parameters:
[
  8846530
]
1599 0.24 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1070244
]
1600 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" => "%,11512%"
]
1601 0.53 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" => "%,11512%"
]
1602 0.27 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  6885
]
1603 0.10 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  5
]
1604 0.11 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "footer-logo"
  "scope" => "pimcore_image_thumbnails"
]
1605 0.15 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 3189171
]
1606 0.35 ms
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  25067
]
1607 0.10 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "info-overlay-image"
  "scope" => "pimcore_image_thumbnails"
]
1608 0.10 ms
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 1812275
]

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.