https://pim.planeta.services/pimcore-graphql-webservices/sellers?apikey=2d789128b33daa0eec8c85e5bb5e8b9c

Query Metrics

1664 Database Queries
418 Different statements
1182.28 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 2.46 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00site_domain_cb0044a3f4f61b51dd5b9637467d7ebb"
    "site_domain_cb0044a3f4f61b51dd5b9637467d7ebb"
  ]
]
2 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "system\x00tags\x00"
    "site\x00tags\x00"
    "site_domain_cb0044a3f4f61b51dd5b9637467d7ebb\x00tags\x00"
  ]
]
3 1.44 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 IS NULL AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "sourcePath" => "/pimcore-graphql-webservices/sellers"
  "sourcePathQuery" => "/pimcore-graphql-webservices/sellers?apikey=2d789128b33daa0eec8c85e5bb5e8b9c"
  "sourceEntireUri" => "https://pim.planeta.services/pimcore-graphql-webservices/sellers?apikey=2d789128b33daa0eec8c85e5bb5e8b9c"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
4 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00system_route_redirect"
    "system_route_redirect"
  ]
]
5 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "system\x00tags\x00"
    "redirect\x00tags\x00"
    "route\x00tags\x00"
    "system_route_redirect\x00tags\x00"
  ]
]
6 1.85 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "reports"
  "scope" => "pimcore"
]
7 1.17 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "sellers"
  "path" => "/pimcore-graphql-webservices/"
]
8 0.69 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/pimcore-graphql-webservices/sellers"
]
9 0.59 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "pimcore-graphql-webservices"
  "path" => "/"
]
10 0.52 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/pimcore-graphql-webservices"
]
11 0.49 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => ""
  "path" => "/"
]
12 0.67 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00document_1"
    "document_1"
  ]
]
13 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "document_1\x00tags\x00"
  ]
]
14 0.76 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00document_properties_1"
    "document_properties_1"
  ]
]
15 0.79 ms
SELECT * FROM properties WHERE ((cid IN (1) AND inheritable = 1) OR cid = ? )  AND ctype='document'
Parameters:
[
  1
]
16 1.09 ms
SELECT id, name FROM classes
Parameters:
[]
17 0.88 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "4"
]
18 0.99 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "5"
]
19 0.81 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "2"
]
20 0.67 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "3"
]
21 1.04 ms
SELECT id FROM classes WHERE name = ?
Parameters:
[
  "Seller"
]
22 0.64 ms
SELECT id FROM classes WHERE name = ?
Parameters:
[
  "Site"
]
23 0.62 ms
SELECT id FROM classes WHERE name = ?
Parameters:
[
  "Category"
]
24 0.61 ms
SELECT id FROM classes WHERE name = ?
Parameters:
[
  "Brand"
]
25 0.84 ms
SELECT id FROM classes WHERE name = ?
Parameters:
[
  "Seller"
]
26 10.43 ms
SELECT object_2.o_id as o_id, object_2.o_type as o_type FROM object_2 WHERE ( (
            (
                SELECT `read` from `plugin_datahub_workspaces_object`
                WHERE `plugin_datahub_workspaces_object`.configuration = 'sellers'
                AND LOCATE(CONCAT(`object_2`.o_path,`object_2`.o_key),`plugin_datahub_workspaces_object`.cpath)=1
                ORDER BY LENGTH(`plugin_datahub_workspaces_object`.cpath) DESC
                LIMIT 1
            )=1
            OR
            (
                SELECT `read` from `plugin_datahub_workspaces_object`
                WHERE `plugin_datahub_workspaces_object`.configuration = 'sellers'
                AND LOCATE(`plugin_datahub_workspaces_object`.cpath,CONCAT(`object_2`.o_path,`object_2`.o_key))=1
                ORDER BY LENGTH(`plugin_datahub_workspaces_object`.cpath) DESC
                LIMIT 1
            )=1
            ) AND  object_2.o_type IN ('object','folder','variant')) AND object_2.o_published = 1 ORDER BY `unique_key`    LIMIT 50000
Parameters:
[]
27 0.84 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_432391"
    "object_432391"
  ]
]
28 0.73 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_432391\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
29 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_900705"
    "object_900705"
  ]
]
30 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_900705\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
31 1.01 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_11758"
    "object_11758"
  ]
]
32 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_11758\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
33 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_453637"
    "object_453637"
  ]
]
34 0.79 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_453637\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
35 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_674559"
    "object_674559"
  ]
]
36 0.48 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_674559\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
37 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_674586"
    "object_674586"
  ]
]
38 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_674586\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
39 0.77 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_548280"
    "object_548280"
  ]
]
40 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_548280\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
41 0.73 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_17536"
    "object_17536"
  ]
]
42 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_17536\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
43 0.66 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_969035"
    "object_969035"
  ]
]
44 0.66 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_969035\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
45 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_18207"
    "object_18207"
  ]
]
46 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_18207\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
47 0.78 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_496941"
    "object_496941"
  ]
]
48 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_496941\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
49 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_963510"
    "object_963510"
  ]
]
50 0.86 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_963510\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
51 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_970985"
    "object_970985"
  ]
]
52 0.77 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_970985\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
53 0.88 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1318337"
    "object_1318337"
  ]
]
54 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1318337\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
55 0.74 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_104314"
    "object_104314"
  ]
]
56 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_104314\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
57 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_19878"
    "object_19878"
  ]
]
58 0.48 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_19878\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
59 0.78 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_779609"
    "object_779609"
  ]
]
60 0.76 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_779609\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
61 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_824982"
    "object_824982"
  ]
]
62 0.78 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_824982\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
63 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_501252"
    "object_501252"
  ]
]
64 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_501252\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
65 0.81 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1019220"
    "object_1019220"
  ]
]
66 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1019220\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
67 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_396946"
    "object_396946"
  ]
]
68 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_396946\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
69 0.67 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_487107"
    "object_487107"
  ]
]
70 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_487107\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
71 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_489681"
    "object_489681"
  ]
]
72 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_489681\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
73 0.76 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_791873"
    "object_791873"
  ]
]
74 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_791873\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
75 0.99 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_11170"
    "object_11170"
  ]
]
76 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_11170\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
77 0.80 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_905849"
    "object_905849"
  ]
]
78 0.87 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_905849\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
79 0.70 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_713817"
    "object_713817"
  ]
]
80 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_713817\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
81 0.70 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_932213"
    "object_932213"
  ]
]
82 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_932213\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
83 0.76 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_448366"
    "object_448366"
  ]
]
84 1.12 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_448366\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
85 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_455749"
    "object_455749"
  ]
]
86 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_455749\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
87 0.70 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_992699"
    "object_992699"
  ]
]
88 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_992699\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
89 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_168043"
    "object_168043"
  ]
]
90 0.53 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_168043\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
91 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_441442"
    "object_441442"
  ]
]
92 0.49 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_441442\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
93 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_11401"
    "object_11401"
  ]
]
94 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_11401\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
95 0.74 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_714783"
    "object_714783"
  ]
]
96 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_714783\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
97 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_18336"
    "object_18336"
  ]
]
98 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_18336\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
99 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1018836"
    "object_1018836"
  ]
]
100 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1018836\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
101 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_699204"
    "object_699204"
  ]
]
102 0.48 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_699204\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
103 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_168190"
    "object_168190"
  ]
]
104 0.73 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_168190\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
105 0.92 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_967158"
    "object_967158"
  ]
]
106 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_967158\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
107 0.70 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_392896"
    "object_392896"
  ]
]
108 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_392896\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
109 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_437728"
    "object_437728"
  ]
]
110 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_437728\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
111 0.77 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_471821"
    "object_471821"
  ]
]
112 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_471821\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
113 0.79 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_467142"
    "object_467142"
  ]
]
114 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_467142\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
115 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_503922"
    "object_503922"
  ]
]
116 0.51 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_503922\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
117 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_350770"
    "object_350770"
  ]
]
118 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_350770\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
119 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_660746"
    "object_660746"
  ]
]
120 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_660746\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
121 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_337096"
    "object_337096"
  ]
]
122 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_337096\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
123 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_411382"
    "object_411382"
  ]
]
124 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_411382\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
125 0.69 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1167626"
    "object_1167626"
  ]
]
126 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1167626\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
127 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1279766"
    "object_1279766"
  ]
]
128 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1279766\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
129 0.67 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1015509"
    "object_1015509"
  ]
]
130 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1015509\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
131 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1264031"
    "object_1264031"
  ]
]
132 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1264031\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
133 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_844094"
    "object_844094"
  ]
]
134 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_844094\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
135 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_964076"
    "object_964076"
  ]
]
136 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_964076\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
137 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_977691"
    "object_977691"
  ]
]
138 0.52 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_977691\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
139 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1069470"
    "object_1069470"
  ]
]
140 0.48 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1069470\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
141 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1149332"
    "object_1149332"
  ]
]
142 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1149332\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
143 0.52 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1056855"
    "object_1056855"
  ]
]
144 0.49 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1056855\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
145 0.73 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_408961"
    "object_408961"
  ]
]
146 0.47 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_408961\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
147 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_887991"
    "object_887991"
  ]
]
148 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_887991\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
149 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_17850"
    "object_17850"
  ]
]
150 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_17850\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
151 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_996668"
    "object_996668"
  ]
]
152 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_996668\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
153 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_778800"
    "object_778800"
  ]
]
154 0.52 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_778800\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
155 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_346165"
    "object_346165"
  ]
]
156 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_346165\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
157 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_11536"
    "object_11536"
  ]
]
158 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_11536\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
159 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_791375"
    "object_791375"
  ]
]
160 0.53 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_791375\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
161 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1180871"
    "object_1180871"
  ]
]
162 0.44 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1180871\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
163 0.86 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1014786"
    "object_1014786"
  ]
]
164 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1014786\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
165 0.67 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_453640"
    "object_453640"
  ]
]
166 0.71 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_453640\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
167 1.08 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_373786"
    "object_373786"
  ]
]
168 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_373786\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
169 0.71 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_411751"
    "object_411751"
  ]
]
170 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_411751\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
171 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_399484"
    "object_399484"
  ]
]
172 0.76 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_399484\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
173 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_417004"
    "object_417004"
  ]
]
174 0.48 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_417004\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
175 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1037441"
    "object_1037441"
  ]
]
176 0.46 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1037441\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
177 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_802838"
    "object_802838"
  ]
]
178 0.66 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_802838\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
179 0.49 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1163936"
    "object_1163936"
  ]
]
180 0.85 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1163936\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
181 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_12409"
    "object_12409"
  ]
]
182 0.46 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_12409\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
183 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_477795"
    "object_477795"
  ]
]
184 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_477795\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
185 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_539100"
    "object_539100"
  ]
]
186 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_539100\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
187 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_11614"
    "object_11614"
  ]
]
188 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_11614\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
189 0.74 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_930500"
    "object_930500"
  ]
]
190 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_930500\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
191 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_929034"
    "object_929034"
  ]
]
192 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_929034\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
193 0.53 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_498600"
    "object_498600"
  ]
]
194 0.49 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_498600\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
195 0.98 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1050668"
    "object_1050668"
  ]
]
196 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1050668\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
197 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_892886"
    "object_892886"
  ]
]
198 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_892886\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
199 0.71 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_19995"
    "object_19995"
  ]
]
200 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_19995\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
201 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_517775"
    "object_517775"
  ]
]
202 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_517775\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
203 0.80 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_755636"
    "object_755636"
  ]
]
204 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_755636\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
205 0.76 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_400348"
    "object_400348"
  ]
]
206 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_400348\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
207 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1058940"
    "object_1058940"
  ]
]
208 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1058940\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
209 0.70 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1053167"
    "object_1053167"
  ]
]
210 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1053167\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
211 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1315733"
    "object_1315733"
  ]
]
212 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1315733\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
213 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_475605"
    "object_475605"
  ]
]
214 0.83 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_475605\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
215 0.66 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_12361"
    "object_12361"
  ]
]
216 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_12361\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
217 1.13 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_11572"
    "object_11572"
  ]
]
218 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_11572\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
219 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_989756"
    "object_989756"
  ]
]
220 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_989756\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
221 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1015818"
    "object_1015818"
  ]
]
222 1.03 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1015818\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
223 0.67 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_411388"
    "object_411388"
  ]
]
224 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_411388\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
225 0.72 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1293653"
    "object_1293653"
  ]
]
226 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1293653\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
227 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1039514"
    "object_1039514"
  ]
]
228 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1039514\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
229 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_18381"
    "object_18381"
  ]
]
230 0.76 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_18381\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
231 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_801878"
    "object_801878"
  ]
]
232 0.84 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_801878\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
233 0.48 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1041815"
    "object_1041815"
  ]
]
234 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1041815\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
235 1.05 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_728345"
    "object_728345"
  ]
]
236 0.71 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_728345\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
237 0.69 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_907760"
    "object_907760"
  ]
]
238 0.75 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_907760\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
239 0.83 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1024686"
    "object_1024686"
  ]
]
240 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1024686\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
241 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_441052"
    "object_441052"
  ]
]
242 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_441052\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
243 0.66 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1259001"
    "object_1259001"
  ]
]
244 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1259001\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
245 0.75 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_17434"
    "object_17434"
  ]
]
246 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_17434\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
247 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_969914"
    "object_969914"
  ]
]
248 0.73 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_969914\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
249 0.87 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_632171"
    "object_632171"
  ]
]
250 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_632171\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
251 0.73 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_549288"
    "object_549288"
  ]
]
252 0.67 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_549288\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
253 0.69 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_534755"
    "object_534755"
  ]
]
254 0.44 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_534755\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
255 0.66 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_698085"
    "object_698085"
  ]
]
256 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_698085\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
257 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1007333"
    "object_1007333"
  ]
]
258 0.52 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1007333\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
259 0.85 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1284287"
    "object_1284287"
  ]
]
260 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1284287\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
261 0.52 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1038245"
    "object_1038245"
  ]
]
262 0.53 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1038245\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
263 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_18435"
    "object_18435"
  ]
]
264 0.67 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_18435\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
265 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_371446"
    "object_371446"
  ]
]
266 0.51 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_371446\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
267 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_12442"
    "object_12442"
  ]
]
268 0.53 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_12442\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
269 0.67 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_931608"
    "object_931608"
  ]
]
270 0.53 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_931608\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
271 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_17476"
    "object_17476"
  ]
]
272 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_17476\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
273 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_334012"
    "object_334012"
  ]
]
274 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_334012\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
275 0.81 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_90711"
    "object_90711"
  ]
]
276 0.51 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_90711\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
277 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_980724"
    "object_980724"
  ]
]
278 0.51 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_980724\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
279 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_700398"
    "object_700398"
  ]
]
280 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_700398\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
281 0.73 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_540576"
    "object_540576"
  ]
]
282 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_540576\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
283 0.77 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_459315"
    "object_459315"
  ]
]
284 0.82 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_459315\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
285 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_881805"
    "object_881805"
  ]
]
286 0.49 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_881805\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
287 0.77 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1132032"
    "object_1132032"
  ]
]
288 0.84 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1132032\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
289 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_658964"
    "object_658964"
  ]
]
290 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_658964\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
291 0.95 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1281012"
    "object_1281012"
  ]
]
292 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1281012\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
293 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_651261"
    "object_651261"
  ]
]
294 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_651261\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
295 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_951779"
    "object_951779"
  ]
]
296 0.52 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_951779\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
297 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_439192"
    "object_439192"
  ]
]
298 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_439192\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
299 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_932333"
    "object_932333"
  ]
]
300 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_932333\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
301 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_931896"
    "object_931896"
  ]
]
302 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_931896\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
303 0.51 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_19767"
    "object_19767"
  ]
]
304 0.53 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_19767\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
305 0.71 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_20373"
    "object_20373"
  ]
]
306 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_20373\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
307 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_968645"
    "object_968645"
  ]
]
308 0.52 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_968645\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
309 0.74 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_954270"
    "object_954270"
  ]
]
310 0.67 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_954270\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
311 0.77 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_499680"
    "object_499680"
  ]
]
312 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_499680\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
313 0.73 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_992602"
    "object_992602"
  ]
]
314 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_992602\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
315 1.25 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_545457"
    "object_545457"
  ]
]
316 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_545457\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
317 0.67 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_966132"
    "object_966132"
  ]
]
318 0.52 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_966132\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
319 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_783903"
    "object_783903"
  ]
]
320 0.51 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_783903\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
321 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_964961"
    "object_964961"
  ]
]
322 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_964961\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
323 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_668967"
    "object_668967"
  ]
]
324 0.51 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_668967\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
325 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_348634"
    "object_348634"
  ]
]
326 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_348634\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
327 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1015626"
    "object_1015626"
  ]
]
328 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1015626\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
329 0.89 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1041294"
    "object_1041294"
  ]
]
330 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1041294\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
331 0.75 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_682433"
    "object_682433"
  ]
]
332 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_682433\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
333 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_757119"
    "object_757119"
  ]
]
334 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_757119\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
335 0.53 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1176221"
    "object_1176221"
  ]
]
336 0.43 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1176221\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
337 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1035117"
    "object_1035117"
  ]
]
338 0.45 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1035117\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
339 0.52 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_980225"
    "object_980225"
  ]
]
340 0.52 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_980225\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
341 0.53 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_11383"
    "object_11383"
  ]
]
342 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_11383\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
343 0.66 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_17470"
    "object_17470"
  ]
]
344 0.48 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_17470\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
345 0.97 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_801428"
    "object_801428"
  ]
]
346 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_801428\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
347 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_520650"
    "object_520650"
  ]
]
348 0.49 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_520650\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
349 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_546078"
    "object_546078"
  ]
]
350 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_546078\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
351 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1279805"
    "object_1279805"
  ]
]
352 0.73 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1279805\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
353 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_532229"
    "object_532229"
  ]
]
354 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_532229\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
355 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_17389"
    "object_17389"
  ]
]
356 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_17389\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
357 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_475602"
    "object_475602"
  ]
]
358 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_475602\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
359 0.77 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_966527"
    "object_966527"
  ]
]
360 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_966527\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
361 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_905363"
    "object_905363"
  ]
]
362 0.51 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_905363\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
363 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_487524"
    "object_487524"
  ]
]
364 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_487524\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
365 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1018482"
    "object_1018482"
  ]
]
366 0.44 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1018482\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
367 0.49 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1172064"
    "object_1172064"
  ]
]
368 0.45 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1172064\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
369 0.69 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_967077"
    "object_967077"
  ]
]
370 0.91 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_967077\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
371 0.74 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_681071"
    "object_681071"
  ]
]
372 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_681071\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
373 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1266984"
    "object_1266984"
  ]
]
374 0.51 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1266984\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
375 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_985917"
    "object_985917"
  ]
]
376 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_985917\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
377 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1210389"
    "object_1210389"
  ]
]
378 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1210389\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
379 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_149563"
    "object_149563"
  ]
]
380 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_149563\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
381 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_966677"
    "object_966677"
  ]
]
382 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_966677\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
383 0.80 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1178763"
    "object_1178763"
  ]
]
384 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1178763\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
385 0.67 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1039832"
    "object_1039832"
  ]
]
386 0.48 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1039832\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
387 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1028276"
    "object_1028276"
  ]
]
388 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1028276\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
389 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_11740"
    "object_11740"
  ]
]
390 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_11740\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
391 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1076681"
    "object_1076681"
  ]
]
392 0.52 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1076681\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
393 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_482898"
    "object_482898"
  ]
]
394 0.52 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_482898\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
395 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1127069"
    "object_1127069"
  ]
]
396 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1127069\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
397 0.71 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_734388"
    "object_734388"
  ]
]
398 0.46 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_734388\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
399 0.79 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1013883"
    "object_1013883"
  ]
]
400 0.43 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1013883\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
401 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_168160"
    "object_168160"
  ]
]
402 0.43 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_168160\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
403 0.83 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_674625"
    "object_674625"
  ]
]
404 0.74 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_674625\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
405 0.71 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_824979"
    "object_824979"
  ]
]
406 0.84 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_824979\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
407 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_448372"
    "object_448372"
  ]
]
408 0.52 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_448372\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
409 0.79 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1291164"
    "object_1291164"
  ]
]
410 0.53 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1291164\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
411 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1293791"
    "object_1293791"
  ]
]
412 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1293791\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
413 0.69 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1210383"
    "object_1210383"
  ]
]
414 0.86 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1210383\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
415 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_18447"
    "object_18447"
  ]
]
416 0.92 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_18447\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
417 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_97047"
    "object_97047"
  ]
]
418 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_97047\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
419 0.70 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_967053"
    "object_967053"
  ]
]
420 0.53 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_967053\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
421 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_963504"
    "object_963504"
  ]
]
422 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_963504\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
423 0.74 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_527037"
    "object_527037"
  ]
]
424 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_527037\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
425 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_890375"
    "object_890375"
  ]
]
426 0.92 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_890375\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
427 0.90 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_12406"
    "object_12406"
  ]
]
428 0.73 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_12406\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
429 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1019304"
    "object_1019304"
  ]
]
430 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1019304\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
431 0.96 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_989840"
    "object_989840"
  ]
]
432 0.69 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_989840\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
433 0.80 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1015620"
    "object_1015620"
  ]
]
434 0.66 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1015620\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
435 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_494595"
    "object_494595"
  ]
]
436 1.02 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_494595\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
437 0.70 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_18513"
    "object_18513"
  ]
]
438 0.53 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_18513\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
439 0.74 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_838986"
    "object_838986"
  ]
]
440 0.51 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_838986\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
441 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1161162"
    "object_1161162"
  ]
]
442 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1161162\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
443 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1148492"
    "object_1148492"
  ]
]
444 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1148492\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
445 0.71 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_779600"
    "object_779600"
  ]
]
446 0.66 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_779600\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
447 0.66 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_12493"
    "object_12493"
  ]
]
448 0.51 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_12493\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
449 0.82 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1304236"
    "object_1304236"
  ]
]
450 1.40 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1304236\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
451 0.79 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_900708"
    "object_900708"
  ]
]
452 0.98 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_900708\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
453 0.81 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_979337"
    "object_979337"
  ]
]
454 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_979337\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
455 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_540570"
    "object_540570"
  ]
]
456 0.95 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_540570\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
457 0.67 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_9406"
    "object_9406"
  ]
]
458 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_9406\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
459 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_930335"
    "object_930335"
  ]
]
460 0.69 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_930335\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
461 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_494907"
    "object_494907"
  ]
]
462 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_494907\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
463 0.97 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_11875"
    "object_11875"
  ]
]
464 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_11875\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
465 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1003949"
    "object_1003949"
  ]
]
466 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1003949\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
467 0.89 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1069491"
    "object_1069491"
  ]
]
468 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1069491\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
469 0.69 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_472815"
    "object_472815"
  ]
]
470 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_472815\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
471 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_794277"
    "object_794277"
  ]
]
472 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_794277\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
473 0.49 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_897252"
    "object_897252"
  ]
]
474 0.52 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_897252\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
475 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_840573"
    "object_840573"
  ]
]
476 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_840573\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
477 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_11392"
    "object_11392"
  ]
]
478 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_11392\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
479 0.71 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_432508"
    "object_432508"
  ]
]
480 0.76 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_432508\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
481 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_11770"
    "object_11770"
  ]
]
482 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_11770\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
483 0.69 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1044002"
    "object_1044002"
  ]
]
484 0.76 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1044002\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
485 0.66 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_795243"
    "object_795243"
  ]
]
486 0.48 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_795243\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
487 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_824360"
    "object_824360"
  ]
]
488 0.49 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_824360\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
489 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1058934"
    "object_1058934"
  ]
]
490 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1058934\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
491 0.49 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_497397"
    "object_497397"
  ]
]
492 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_497397\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
493 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_452569"
    "object_452569"
  ]
]
494 0.45 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_452569\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
495 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1019307"
    "object_1019307"
  ]
]
496 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1019307\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
497 0.80 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_487890"
    "object_487890"
  ]
]
498 0.67 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_487890\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
499 0.69 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_35100"
    "object_35100"
  ]
]
500 0.77 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_35100\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
501 0.70 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1310669"
    "object_1310669"
  ]
]
502 0.72 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1310669\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
503 0.72 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_671385"
    "object_671385"
  ]
]
504 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_671385\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
505 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1027076"
    "object_1027076"
  ]
]
506 0.81 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1027076\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
507 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1210386"
    "object_1210386"
  ]
]
508 0.53 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1210386\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
509 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1165545"
    "object_1165545"
  ]
]
510 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1165545\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
511 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_798143"
    "object_798143"
  ]
]
512 0.51 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_798143\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
513 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_17853"
    "object_17853"
  ]
]
514 0.87 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_17853\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
515 0.83 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1004291"
    "object_1004291"
  ]
]
516 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1004291\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
517 0.73 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_966692"
    "object_966692"
  ]
]
518 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_966692\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
519 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_660740"
    "object_660740"
  ]
]
520 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_660740\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
521 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_933995"
    "object_933995"
  ]
]
522 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_933995\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
523 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_473901"
    "object_473901"
  ]
]
524 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_473901\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
525 0.69 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_725729"
    "object_725729"
  ]
]
526 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_725729\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
527 0.67 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_11845"
    "object_11845"
  ]
]
528 0.72 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_11845\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
529 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_350614"
    "object_350614"
  ]
]
530 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_350614\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
531 0.49 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_373189"
    "object_373189"
  ]
]
532 0.46 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_373189\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
533 0.71 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_651905"
    "object_651905"
  ]
]
534 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_651905\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
535 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_11797"
    "object_11797"
  ]
]
536 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_11797\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
537 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1131684"
    "object_1131684"
  ]
]
538 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1131684\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
539 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_523242"
    "object_523242"
  ]
]
540 0.51 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_523242\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
541 0.93 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1252379"
    "object_1252379"
  ]
]
542 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1252379\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
543 0.72 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_671651"
    "object_671651"
  ]
]
544 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_671651\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
545 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1015503"
    "object_1015503"
  ]
]
546 0.46 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1015503\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
547 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_970400"
    "object_970400"
  ]
]
548 0.43 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_970400\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
549 0.80 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_479559"
    "object_479559"
  ]
]
550 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_479559\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
551 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_11650"
    "object_11650"
  ]
]
552 0.69 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_11650\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
553 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_714408"
    "object_714408"
  ]
]
554 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_714408\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
555 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_431188"
    "object_431188"
  ]
]
556 0.66 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_431188\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
557 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1168299"
    "object_1168299"
  ]
]
558 0.77 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1168299\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
559 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_443605"
    "object_443605"
  ]
]
560 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_443605\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
561 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_974823"
    "object_974823"
  ]
]
562 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_974823\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
563 0.48 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_48108"
    "object_48108"
  ]
]
564 0.74 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_48108\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
565 0.71 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_434650"
    "object_434650"
  ]
]
566 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_434650\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
567 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_18384"
    "object_18384"
  ]
]
568 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_18384\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
569 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_18300"
    "object_18300"
  ]
]
570 0.53 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_18300\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
571 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_861824"
    "object_861824"
  ]
]
572 0.69 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_861824\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
573 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_11554"
    "object_11554"
  ]
]
574 0.45 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_11554\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
575 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_495918"
    "object_495918"
  ]
]
576 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_495918\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
577 0.52 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_969642"
    "object_969642"
  ]
]
578 0.47 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_969642\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
579 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_168028"
    "object_168028"
  ]
]
580 0.49 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_168028\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
581 0.85 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1244088"
    "object_1244088"
  ]
]
582 0.49 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1244088\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
583 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_798149"
    "object_798149"
  ]
]
584 0.44 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_798149\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
585 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_11686"
    "object_11686"
  ]
]
586 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_11686\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
587 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1241724"
    "object_1241724"
  ]
]
588 0.69 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1241724\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
589 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_682466"
    "object_682466"
  ]
]
590 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_682466\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
591 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_883193"
    "object_883193"
  ]
]
592 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_883193\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
593 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_542813"
    "object_542813"
  ]
]
594 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_542813\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
595 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_540093"
    "object_540093"
  ]
]
596 0.90 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_540093\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
597 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_4753"
    "object_4753"
  ]
]
598 0.49 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_4753\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
599 0.84 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_908979"
    "object_908979"
  ]
]
600 0.49 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_908979\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
601 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_12304"
    "object_12304"
  ]
]
602 0.94 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_12304\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
603 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_97131"
    "object_97131"
  ]
]
604 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_97131\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
605 0.86 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_17350"
    "object_17350"
  ]
]
606 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_17350\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
607 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_441073"
    "object_441073"
  ]
]
608 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_441073\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
609 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_702959"
    "object_702959"
  ]
]
610 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_702959\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
611 0.70 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_487965"
    "object_487965"
  ]
]
612 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_487965\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
613 0.67 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1026011"
    "object_1026011"
  ]
]
614 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1026011\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
615 0.81 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1292398"
    "object_1292398"
  ]
]
616 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1292398\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
617 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1022165"
    "object_1022165"
  ]
]
618 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1022165\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
619 0.79 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1171146"
    "object_1171146"
  ]
]
620 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1171146\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
621 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_11479"
    "object_11479"
  ]
]
622 0.51 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_11479\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
623 1.00 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_595661"
    "object_595661"
  ]
]
624 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_595661\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
625 0.72 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1057535"
    "object_1057535"
  ]
]
626 0.69 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1057535\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
627 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_714381"
    "object_714381"
  ]
]
628 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_714381\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
629 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_651800"
    "object_651800"
  ]
]
630 0.51 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_651800\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
631 0.67 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_11719"
    "object_11719"
  ]
]
632 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_11719\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
633 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_17578"
    "object_17578"
  ]
]
634 0.46 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_17578\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
635 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_545453"
    "object_545453"
  ]
]
636 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_545453\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
637 0.70 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_660743"
    "object_660743"
  ]
]
638 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_660743\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
639 0.90 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_940146"
    "object_940146"
  ]
]
640 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_940146\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
641 0.73 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_19980"
    "object_19980"
  ]
]
642 0.76 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_19980\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
643 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1138709"
    "object_1138709"
  ]
]
644 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1138709\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
645 0.66 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_18504"
    "object_18504"
  ]
]
646 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_18504\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
647 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_547788"
    "object_547788"
  ]
]
648 0.70 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_547788\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
649 0.70 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_441016"
    "object_441016"
  ]
]
650 0.73 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_441016\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
651 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_17440"
    "object_17440"
  ]
]
652 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_17440\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
653 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_683027"
    "object_683027"
  ]
]
654 0.72 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_683027\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
655 0.76 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1284293"
    "object_1284293"
  ]
]
656 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1284293\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
657 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_18915"
    "object_18915"
  ]
]
658 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_18915\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
659 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_901178"
    "object_901178"
  ]
]
660 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_901178\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
661 1.02 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1029513"
    "object_1029513"
  ]
]
662 0.70 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1029513\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
663 0.69 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1050680"
    "object_1050680"
  ]
]
664 0.86 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1050680\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
665 0.71 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_980976"
    "object_980976"
  ]
]
666 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_980976\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
667 0.74 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_809173"
    "object_809173"
  ]
]
668 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_809173\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
669 0.69 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_17437"
    "object_17437"
  ]
]
670 0.66 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_17437\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
671 0.69 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_12424"
    "object_12424"
  ]
]
672 0.66 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_12424\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
673 0.74 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_11839"
    "object_11839"
  ]
]
674 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_11839\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
675 1.17 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_373996"
    "object_373996"
  ]
]
676 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_373996\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
677 0.71 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_482982"
    "object_482982"
  ]
]
678 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_482982\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
679 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_923121"
    "object_923121"
  ]
]
680 0.49 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_923121\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
681 0.69 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_434647"
    "object_434647"
  ]
]
682 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_434647\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
683 0.78 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1058721"
    "object_1058721"
  ]
]
684 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1058721\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
685 0.80 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_11821"
    "object_11821"
  ]
]
686 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_11821\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
687 0.73 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_496689"
    "object_496689"
  ]
]
688 0.70 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_496689\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
689 0.94 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_844031"
    "object_844031"
  ]
]
690 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_844031\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
691 0.75 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_11893"
    "object_11893"
  ]
]
692 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_11893\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
693 0.83 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_973821"
    "object_973821"
  ]
]
694 0.75 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_973821\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
695 0.82 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1011224"
    "object_1011224"
  ]
]
696 0.53 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1011224\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
697 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1015521"
    "object_1015521"
  ]
]
698 0.52 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1015521\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
699 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_703604"
    "object_703604"
  ]
]
700 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_703604\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
701 0.69 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1083435"
    "object_1083435"
  ]
]
702 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1083435\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
703 0.76 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1313041"
    "object_1313041"
  ]
]
704 0.74 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1313041\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
705 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1167629"
    "object_1167629"
  ]
]
706 0.66 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1167629\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
707 0.81 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1014762"
    "object_1014762"
  ]
]
708 0.49 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1014762\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
709 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_17515"
    "object_17515"
  ]
]
710 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_17515\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
711 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1004369"
    "object_1004369"
  ]
]
712 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1004369\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
713 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_977694"
    "object_977694"
  ]
]
714 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_977694\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
715 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_19773"
    "object_19773"
  ]
]
716 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_19773\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
717 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_18330"
    "object_18330"
  ]
]
718 0.49 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_18330\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
719 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1293214"
    "object_1293214"
  ]
]
720 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1293214\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
721 0.69 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1177595"
    "object_1177595"
  ]
]
722 0.49 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1177595\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
723 0.71 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_18480"
    "object_18480"
  ]
]
724 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_18480\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
725 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1254431"
    "object_1254431"
  ]
]
726 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1254431\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
727 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_881661"
    "object_881661"
  ]
]
728 0.51 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_881661\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
729 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_977628"
    "object_977628"
  ]
]
730 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_977628\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
731 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1161096"
    "object_1161096"
  ]
]
732 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1161096\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
733 0.73 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1064357"
    "object_1064357"
  ]
]
734 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1064357\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
735 0.75 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_746349"
    "object_746349"
  ]
]
736 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_746349\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
737 0.67 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_70191"
    "object_70191"
  ]
]
738 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_70191\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
739 0.88 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_768473"
    "object_768473"
  ]
]
740 0.72 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_768473\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
741 0.95 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_846984"
    "object_846984"
  ]
]
742 0.74 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_846984\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
743 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_661703"
    "object_661703"
  ]
]
744 0.44 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_661703\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
745 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_803217"
    "object_803217"
  ]
]
746 0.52 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_803217\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
747 1.03 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_12562"
    "object_12562"
  ]
]
748 0.43 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_12562\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
749 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1321711"
    "object_1321711"
  ]
]
750 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1321711\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
751 4.79 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_464886"
    "object_464886"
  ]
]
752 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_464886\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
753 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1311809"
    "object_1311809"
  ]
]
754 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1311809\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
755 0.87 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_411097"
    "object_411097"
  ]
]
756 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_411097\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
757 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_646007"
    "object_646007"
  ]
]
758 0.47 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_646007\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
759 0.51 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_699680"
    "object_699680"
  ]
]
760 0.49 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_699680\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
761 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_976437"
    "object_976437"
  ]
]
762 0.98 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_976437\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
763 0.73 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1165993"
    "object_1165993"
  ]
]
764 0.86 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1165993\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
765 0.69 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_668952"
    "object_668952"
  ]
]
766 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_668952\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
767 0.66 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_437164"
    "object_437164"
  ]
]
768 0.84 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_437164\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
769 0.86 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_982448"
    "object_982448"
  ]
]
770 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_982448\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
771 0.77 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_768923"
    "object_768923"
  ]
]
772 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_768923\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
773 0.74 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_726180"
    "object_726180"
  ]
]
774 0.75 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_726180\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
775 0.69 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_12367"
    "object_12367"
  ]
]
776 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_12367\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
777 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_17491"
    "object_17491"
  ]
]
778 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_17491\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
779 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1056330"
    "object_1056330"
  ]
]
780 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1056330\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
781 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_492840"
    "object_492840"
  ]
]
782 0.45 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_492840\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
783 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_428590"
    "object_428590"
  ]
]
784 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_428590\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
785 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_19866"
    "object_19866"
  ]
]
786 0.53 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_19866\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
787 0.67 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_534752"
    "object_534752"
  ]
]
788 0.66 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_534752\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
789 0.76 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_541488"
    "object_541488"
  ]
]
790 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_541488\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
791 0.83 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_17431"
    "object_17431"
  ]
]
792 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_17431\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
793 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1014744"
    "object_1014744"
  ]
]
794 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1014744\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
795 0.98 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_337075"
    "object_337075"
  ]
]
796 0.77 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_337075\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
797 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_439864"
    "object_439864"
  ]
]
798 0.74 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_439864\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
799 0.75 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1010424"
    "object_1010424"
  ]
]
800 0.71 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1010424\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
801 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_721251"
    "object_721251"
  ]
]
802 0.88 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_721251\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
803 0.81 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_814167"
    "object_814167"
  ]
]
804 0.84 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_814167\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
805 0.89 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_662796"
    "object_662796"
  ]
]
806 0.66 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_662796\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
807 0.80 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_168079"
    "object_168079"
  ]
]
808 0.64 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_168079\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
809 0.81 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1019450"
    "object_1019450"
  ]
]
810 0.61 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1019450\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
811 0.74 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1136696"
    "object_1136696"
  ]
]
812 0.51 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1136696\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
813 0.71 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_12346"
    "object_12346"
  ]
]
814 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_12346\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
815 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_441439"
    "object_441439"
  ]
]
816 0.46 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_441439\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
817 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_475503"
    "object_475503"
  ]
]
818 0.58 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_475503\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
819 0.52 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_337102"
    "object_337102"
  ]
]
820 0.67 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_337102\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
821 0.86 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_863103"
    "object_863103"
  ]
]
822 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_863103\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
823 0.54 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1060164"
    "object_1060164"
  ]
]
824 0.53 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1060164\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
825 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_439849"
    "object_439849"
  ]
]
826 0.52 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_439849\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
827 0.75 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_525846"
    "object_525846"
  ]
]
828 0.67 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_525846\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
829 0.87 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1131693"
    "object_1131693"
  ]
]
830 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1131693\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
831 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1291177"
    "object_1291177"
  ]
]
832 0.80 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1291177\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
833 0.74 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_104311"
    "object_104311"
  ]
]
834 0.60 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_104311\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
835 0.63 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_974871"
    "object_974871"
  ]
]
836 0.46 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_974871\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
837 0.84 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_882827"
    "object_882827"
  ]
]
838 0.68 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_882827\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
839 0.73 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1132811"
    "object_1132811"
  ]
]
840 0.53 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1132811\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
841 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "\x00tags\x00object_1126247"
    "object_1126247"
  ]
]
842 0.48 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396203
  [
    "object_1126247\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
843 0.66 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396204
  [
    "\x00tags\x00object_41"
    "object_41"
  ]
]
844 0.49 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396204
  [
    "object_41\x00tags\x00"
  ]
]
845 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396204
  [
    "\x00tags\x00object_44"
    "object_44"
  ]
]
846 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396204
  [
    "object_44\x00tags\x00"
  ]
]
847 0.62 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396204
  [
    "\x00tags\x00object_1"
    "object_1"
  ]
]
848 0.65 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1765396204
  [
    "object_1\x00tags\x00"
  ]
]
849 0.62 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,432391) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
850 0.66 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,900705) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
851 0.52 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11758) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
852 0.52 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,453637) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
853 0.59 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,674559) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
854 0.53 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,674586) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
855 0.53 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,548280) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
856 0.57 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17536) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
857 0.52 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,969035) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
858 0.53 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,18207) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
859 0.44 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,496941) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
860 0.45 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,963510) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
861 0.44 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,970985) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
862 0.43 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1318337) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
863 0.45 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,104314) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
864 0.38 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,19878) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
865 0.50 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,779609) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
866 0.51 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,824982) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
867 0.64 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,501252) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
868 0.78 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1019220) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
869 0.63 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,396946) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
870 0.56 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,487107) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
871 0.61 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,489681) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
872 0.64 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,791873) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
873 0.69 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11170) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
874 0.63 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,905849) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
875 0.55 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,713817) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
876 0.72 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,932213) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
877 0.62 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,448366) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
878 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,455749) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
879 0.62 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,992699) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
880 0.63 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,168043) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
881 0.54 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,441442) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
882 0.59 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11401) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
883 0.56 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,714783) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
884 1.01 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,18336) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
885 0.56 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1018836) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
886 0.50 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,699204) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
887 0.58 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,168190) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
888 0.54 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,967158) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
889 0.52 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,392896) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
890 0.54 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,437728) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
891 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,471821) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
892 0.55 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,467142) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
893 0.45 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,503922) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
894 0.42 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,350770) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
895 0.47 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,660746) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
896 0.39 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,337096) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
897 0.52 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,411382) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
898 0.50 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1167626) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
899 0.71 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1279766) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
900 0.41 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1015509) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
901 0.51 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1264031) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
902 0.55 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,844094) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
903 0.46 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,964076) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
904 0.61 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,977691) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
905 0.49 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1069470) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
906 0.46 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1149332) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
907 0.51 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1056855) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
908 0.45 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,408961) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
909 0.52 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,887991) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
910 0.46 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17850) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
911 0.72 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,996668) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
912 0.52 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,778800) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
913 1.26 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,346165) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
914 1.51 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11536) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
915 1.13 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,791375) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
916 0.82 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1180871) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
917 2.00 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1014786) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
918 0.96 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,453640) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
919 0.81 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,373786) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
920 0.81 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,411751) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
921 1.28 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,399484) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
922 1.36 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,417004) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
923 0.79 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1037441) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
924 0.52 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,802838) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
925 0.58 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1163936) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
926 0.50 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,12409) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
927 0.78 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,477795) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
928 0.61 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,539100) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
929 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11614) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
930 0.79 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,930500) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
931 1.22 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,929034) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
932 0.69 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,498600) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
933 0.56 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1050668) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
934 0.50 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,892886) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
935 0.41 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,19995) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
936 0.58 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,517775) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
937 0.62 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,755636) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
938 0.52 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,400348) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
939 0.53 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1058940) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
940 0.61 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1053167) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
941 0.49 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1315733) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
942 0.45 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,475605) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
943 0.50 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,12361) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
944 0.47 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11572) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
945 0.53 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,989756) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
946 0.50 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1015818) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
947 0.69 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,411388) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
948 0.56 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1293653) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
949 0.55 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1039514) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
950 0.50 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,18381) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
951 0.62 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,801878) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
952 0.92 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1041815) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
953 0.59 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,728345) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
954 0.50 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,907760) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
955 0.60 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1024686) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
956 0.60 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,441052) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
957 0.57 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1259001) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
958 0.49 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17434) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
959 0.51 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,969914) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
960 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,632171) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
961 0.71 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,549288) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
962 0.64 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,534755) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
963 0.60 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,698085) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
964 0.60 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1007333) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
965 0.64 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1284287) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
966 0.66 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1038245) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
967 0.59 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,18435) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
968 0.96 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,371446) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
969 0.60 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,12442) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
970 0.60 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,931608) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
971 0.60 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17476) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
972 0.88 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,334012) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
973 0.61 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,90711) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
974 0.81 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,980724) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
975 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,700398) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
976 0.60 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,540576) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
977 0.60 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,459315) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
978 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,881805) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
979 0.50 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1132032) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
980 0.55 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,658964) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
981 1.02 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1281012) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
982 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,651261) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
983 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,951779) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
984 0.54 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,439192) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
985 0.55 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,932333) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
986 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,931896) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
987 0.57 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,19767) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
988 0.49 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,20373) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
989 0.49 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,968645) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
990 0.76 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,954270) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
991 0.61 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,499680) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
992 0.49 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,992602) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
993 0.53 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,545457) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
994 0.49 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,966132) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
995 0.59 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,783903) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
996 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,964961) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
997 0.62 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,668967) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
998 0.64 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,348634) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
999 0.54 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1015626) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1000 0.46 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1041294) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1001 0.51 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,682433) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1002 0.54 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,757119) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1003 0.59 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1176221) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1004 0.53 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1035117) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1005 0.70 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,980225) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1006 0.66 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11383) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1007 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17470) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1008 0.84 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,801428) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1009 1.24 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,520650) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1010 0.79 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,546078) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1011 0.77 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1279805) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1012 0.94 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,532229) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1013 0.74 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17389) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1014 0.69 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,475602) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1015 0.56 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,966527) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1016 0.58 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,905363) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1017 0.69 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,487524) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1018 0.53 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1018482) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1019 0.52 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1172064) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1020 0.57 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,967077) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1021 0.49 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,681071) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1022 0.64 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1266984) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1023 0.60 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,985917) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1024 5.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1210389) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1025 0.73 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,149563) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1026 0.59 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,966677) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1027 0.63 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1178763) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1028 0.42 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1039832) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1029 0.53 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1028276) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1030 0.73 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11740) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1031 0.76 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1076681) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1032 0.74 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,482898) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1033 0.71 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1127069) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1034 0.59 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,734388) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1035 0.92 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1013883) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1036 0.80 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,168160) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1037 0.60 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,674625) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1038 0.66 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,824979) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1039 0.69 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,448372) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1040 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1291164) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1041 0.59 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1293791) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1042 0.53 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1210383) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1043 0.59 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,18447) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1044 1.11 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,97047) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1045 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,967053) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1046 0.69 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,963504) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1047 0.60 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,527037) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1048 0.73 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,890375) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1049 0.84 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,12406) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1050 0.87 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1019304) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1051 0.51 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,989840) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1052 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1015620) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1053 0.49 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,494595) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1054 0.49 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,18513) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1055 0.49 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,838986) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1056 0.53 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1161162) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1057 0.56 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1148492) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1058 0.76 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,779600) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1059 0.53 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,12493) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1060 0.56 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1304236) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1061 0.55 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,900708) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1062 0.48 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,979337) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1063 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,540570) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1064 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,9406) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1065 0.82 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,930335) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1066 0.75 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,494907) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1067 0.64 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11875) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1068 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1003949) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1069 0.58 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1069491) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1070 0.59 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,472815) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1071 0.57 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,794277) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1072 0.59 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,897252) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1073 0.54 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,840573) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1074 0.72 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11392) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1075 0.58 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,432508) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1076 0.66 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11770) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1077 0.58 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1044002) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1078 0.87 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,795243) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1079 0.57 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,824360) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1080 0.64 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1058934) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1081 0.71 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,497397) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1082 1.01 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,452569) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1083 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1019307) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1084 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,487890) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1085 0.80 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,35100) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1086 0.57 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1310669) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1087 0.55 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,671385) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1088 0.66 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1027076) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1089 0.55 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1210386) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1090 0.61 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1165545) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1091 0.61 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,798143) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1092 0.85 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17853) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1093 0.54 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1004291) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1094 0.56 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,966692) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1095 0.62 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,660740) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1096 0.63 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,933995) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1097 0.58 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,473901) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1098 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,725729) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1099 0.61 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11845) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1100 0.79 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,350614) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1101 0.69 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,373189) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1102 0.55 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,651905) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1103 0.75 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11797) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1104 0.64 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1131684) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1105 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,523242) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1106 0.60 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1252379) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1107 0.60 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,671651) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1108 0.72 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1015503) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1109 0.63 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,970400) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1110 0.70 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,479559) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1111 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11650) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1112 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,714408) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1113 0.71 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,431188) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1114 0.61 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1168299) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1115 0.63 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,443605) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1116 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,974823) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1117 0.66 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,48108) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1118 0.83 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,434650) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1119 0.71 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,18384) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1120 0.95 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,18300) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1121 0.72 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,861824) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1122 0.69 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11554) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1123 0.76 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,495918) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1124 1.11 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,969642) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1125 0.84 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,168028) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1126 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1244088) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1127 0.66 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,798149) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1128 0.60 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11686) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1129 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1241724) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1130 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,682466) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1131 0.64 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,883193) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1132 0.54 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,542813) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1133 0.66 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,540093) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1134 0.60 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,4753) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1135 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,908979) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1136 0.57 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,12304) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1137 0.71 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,97131) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1138 0.89 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17350) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1139 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,441073) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1140 0.60 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,702959) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1141 0.59 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,487965) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1142 0.90 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1026011) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1143 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1292398) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1144 0.79 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1022165) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1145 0.82 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1171146) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1146 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11479) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1147 0.58 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,595661) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1148 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1057535) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1149 0.63 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,714381) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1150 0.75 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,651800) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1151 0.61 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11719) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1152 0.58 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17578) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1153 0.72 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,545453) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1154 0.63 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,660743) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1155 0.76 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,940146) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1156 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,19980) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1157 0.91 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1138709) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1158 0.57 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,18504) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1159 0.51 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,547788) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1160 0.71 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,441016) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1161 0.74 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17440) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1162 0.89 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,683027) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1163 0.77 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1284293) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1164 0.74 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,18915) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1165 0.73 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,901178) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1166 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1029513) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1167 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1050680) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1168 0.86 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,980976) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1169 0.56 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,809173) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1170 0.63 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17437) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1171 0.48 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,12424) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1172 0.55 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11839) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1173 0.50 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,373996) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1174 0.47 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,482982) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1175 0.47 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,923121) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1176 0.54 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,434647) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1177 0.48 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1058721) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1178 0.48 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11821) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1179 0.48 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,496689) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1180 0.46 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,844031) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1181 0.50 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11893) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1182 0.59 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,973821) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1183 0.71 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1011224) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1184 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1015521) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1185 0.53 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,703604) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1186 0.56 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1083435) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1187 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1313041) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1188 0.59 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1167629) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1189 0.80 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1014762) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1190 0.94 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17515) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1191 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1004369) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1192 0.81 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,977694) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1193 0.72 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,19773) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1194 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,18330) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1195 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1293214) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1196 0.63 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1177595) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1197 0.60 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,18480) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1198 0.56 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1254431) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1199 0.62 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,881661) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1200 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,977628) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1201 0.70 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1161096) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1202 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1064357) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1203 0.59 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,746349) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1204 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,70191) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1205 0.82 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,768473) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1206 0.55 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,846984) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1207 0.58 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,661703) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1208 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,803217) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1209 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,12562) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1210 0.61 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1321711) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1211 0.56 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,464886) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1212 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1311809) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1213 0.91 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,411097) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1214 0.59 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,646007) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1215 0.62 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,699680) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1216 0.90 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,976437) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1217 0.51 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1165993) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1218 0.54 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,668952) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1219 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,437164) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1220 1.24 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,982448) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1221 0.71 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,768923) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1222 0.85 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,726180) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1223 0.62 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,12367) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1224 0.83 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17491) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1225 0.75 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1056330) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1226 0.76 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,492840) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1227 0.63 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,428590) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1228 0.62 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,19866) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1229 0.87 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,534752) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1230 0.80 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,541488) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1231 0.64 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17431) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1232 0.93 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1014744) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1233 0.85 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,337075) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1234 0.60 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,439864) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1235 0.66 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1010424) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1236 0.95 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,721251) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1237 0.76 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,814167) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1238 0.89 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,662796) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1239 0.90 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,168079) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1240 0.79 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1019450) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1241 0.73 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1136696) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1242 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,12346) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1243 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,441439) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1244 0.79 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,475503) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1245 0.63 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,337102) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1246 0.75 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,863103) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1247 0.82 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1060164) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1248 0.75 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,439849) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1249 0.76 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,525846) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1250 0.99 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1131693) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1251 0.87 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1291177) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1252 0.84 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,104311) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1253 0.93 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,974871) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1254 0.99 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,882827) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1255 0.88 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1132811) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1256 0.95 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1126247) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1257 1.00 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,432391) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1258 1.15 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,900705) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1259 0.76 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11758) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1260 0.88 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,453637) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1261 0.64 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,674559) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1262 0.61 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,674586) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1263 0.83 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,548280) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1264 0.61 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17536) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1265 0.62 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,969035) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1266 0.81 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,18207) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1267 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,496941) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1268 0.75 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,963510) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1269 0.63 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,970985) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1270 0.72 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1318337) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1271 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,104314) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1272 0.69 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,19878) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1273 0.90 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,779609) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1274 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,824982) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1275 0.64 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,501252) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1276 0.72 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1019220) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1277 0.88 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,396946) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1278 0.75 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,487107) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1279 0.79 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,489681) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1280 0.82 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,791873) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1281 0.92 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11170) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1282 0.81 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,905849) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1283 1.18 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,713817) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1284 0.82 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,932213) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1285 0.76 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,448366) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1286 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,455749) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1287 0.77 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,992699) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1288 1.02 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,168043) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1289 0.71 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,441442) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1290 0.86 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11401) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1291 0.78 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,714783) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1292 1.03 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,18336) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1293 0.71 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1018836) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1294 0.69 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,699204) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1295 0.83 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,168190) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1296 0.97 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,967158) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1297 0.79 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,392896) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1298 0.71 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,437728) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1299 0.74 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,471821) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1300 0.79 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,467142) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1301 0.76 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,503922) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1302 1.17 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,350770) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1303 0.78 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,660746) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1304 0.97 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,337096) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1305 0.89 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,411382) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1306 0.90 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1167626) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1307 0.76 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1279766) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1308 0.83 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1015509) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1309 1.19 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1264031) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1310 0.79 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,844094) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1311 0.71 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,964076) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1312 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,977691) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1313 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1069470) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1314 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1149332) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1315 0.84 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1056855) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1316 1.08 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,408961) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1317 1.03 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,887991) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1318 0.93 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17850) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1319 1.32 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,996668) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1320 1.09 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,778800) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1321 1.02 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,346165) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1322 0.91 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11536) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1323 0.85 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,791375) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1324 0.71 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1180871) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1325 1.15 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1014786) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1326 0.97 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,453640) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1327 0.93 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,373786) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1328 0.82 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,411751) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1329 0.69 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,399484) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1330 0.85 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,417004) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1331 4.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1037441) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1332 1.01 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,802838) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1333 0.91 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1163936) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1334 0.75 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,12409) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1335 0.76 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,477795) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1336 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,539100) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1337 0.69 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11614) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1338 1.00 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,930500) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1339 0.86 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,929034) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1340 0.71 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,498600) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1341 0.63 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1050668) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1342 0.73 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,892886) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1343 0.72 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,19995) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1344 0.70 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,517775) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1345 0.69 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,755636) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1346 0.89 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,400348) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1347 0.84 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1058940) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1348 0.77 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1053167) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1349 0.63 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1315733) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1350 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,475605) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1351 0.93 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,12361) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1352 0.82 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11572) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1353 0.76 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,989756) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1354 0.82 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1015818) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1355 1.25 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,411388) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1356 1.08 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1293653) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1357 0.90 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1039514) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1358 0.90 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,18381) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1359 1.20 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,801878) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1360 0.93 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1041815) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1361 0.73 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,728345) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1362 0.75 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,907760) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1363 0.77 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1024686) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1364 0.76 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,441052) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1365 0.77 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1259001) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1366 0.72 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17434) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1367 0.86 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,969914) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1368 0.84 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,632171) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1369 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,549288) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1370 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,534755) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1371 0.96 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,698085) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1372 0.71 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1007333) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1373 0.55 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1284287) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1374 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1038245) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1375 0.86 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,18435) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1376 0.72 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,371446) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1377 0.96 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,12442) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1378 0.89 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,931608) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1379 0.74 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17476) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1380 0.86 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,334012) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1381 0.61 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,90711) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1382 0.66 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,980724) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1383 1.09 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,700398) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1384 0.78 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,540576) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1385 0.73 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,459315) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1386 0.64 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,881805) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1387 0.52 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1132032) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1388 0.69 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,658964) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1389 0.58 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1281012) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1390 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,651261) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1391 0.62 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,951779) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1392 0.63 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,439192) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1393 0.76 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,932333) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1394 0.55 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,931896) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1395 0.72 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,19767) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1396 0.73 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,20373) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1397 0.73 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,968645) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1398 0.60 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,954270) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1399 0.55 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,499680) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1400 0.62 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,992602) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1401 0.85 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,545457) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1402 0.83 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,966132) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1403 0.82 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,783903) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1404 0.80 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,964961) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1405 0.89 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,668967) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1406 0.76 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,348634) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1407 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1015626) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1408 0.63 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1041294) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1409 0.78 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,682433) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1410 1.17 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,757119) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1411 0.90 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1176221) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1412 0.84 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1035117) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1413 0.84 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,980225) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1414 0.84 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11383) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1415 0.76 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17470) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1416 0.70 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,801428) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1417 0.81 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,520650) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1418 0.80 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,546078) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1419 0.95 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1279805) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1420 0.72 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,532229) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1421 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17389) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1422 0.74 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,475602) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1423 0.71 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,966527) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1424 0.69 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,905363) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1425 0.62 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,487524) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1426 0.54 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1018482) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1427 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1172064) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1428 0.60 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,967077) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1429 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,681071) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1430 0.61 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1266984) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1431 0.82 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,985917) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1432 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1210389) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1433 0.86 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,149563) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1434 0.59 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,966677) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1435 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1178763) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1436 0.91 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1039832) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1437 1.05 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1028276) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1438 0.87 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11740) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1439 1.02 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1076681) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1440 0.76 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,482898) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1441 0.62 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1127069) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1442 0.58 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,734388) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1443 0.81 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1013883) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1444 0.88 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,168160) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1445 0.84 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,674625) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1446 0.73 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,824979) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1447 0.76 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,448372) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1448 0.79 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1291164) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1449 0.61 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1293791) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1450 0.70 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1210383) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1451 1.26 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,18447) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1452 0.93 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,97047) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1453 0.90 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,967053) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1454 0.79 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,963504) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1455 0.82 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,527037) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1456 0.83 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,890375) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1457 0.73 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,12406) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1458 0.69 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1019304) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1459 0.69 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,989840) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1460 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1015620) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1461 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,494595) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1462 0.69 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,18513) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1463 0.72 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,838986) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1464 0.63 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1161162) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1465 0.92 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1148492) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1466 0.59 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,779600) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1467 0.72 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,12493) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1468 0.95 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1304236) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1469 0.95 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,900708) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1470 0.83 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,979337) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1471 0.79 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,540570) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1472 0.80 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,9406) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1473 0.82 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,930335) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1474 0.84 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,494907) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1475 0.82 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11875) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1476 0.78 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1003949) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1477 0.93 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1069491) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1478 0.80 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,472815) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1479 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,794277) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1480 0.63 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,897252) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1481 0.90 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,840573) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1482 0.70 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11392) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1483 0.71 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,432508) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1484 0.73 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11770) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1485 0.71 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1044002) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1486 0.86 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,795243) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1487 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,824360) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1488 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1058934) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1489 1.01 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,497397) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1490 0.74 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,452569) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1491 0.78 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1019307) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1492 0.86 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,487890) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1493 0.96 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,35100) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1494 0.81 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1310669) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1495 0.72 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,671385) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1496 0.73 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1027076) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1497 0.85 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1210386) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1498 1.15 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1165545) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1499 0.69 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,798143) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1500 1.10 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17853) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1501 0.89 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1004291) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1502 0.89 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,966692) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1503 0.85 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,660740) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1504 0.72 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,933995) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1505 0.83 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,473901) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1506 0.92 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,725729) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1507 0.86 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11845) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1508 0.69 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,350614) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1509 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,373189) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1510 0.73 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,651905) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1511 0.75 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11797) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1512 0.76 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1131684) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1513 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,523242) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1514 0.72 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1252379) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1515 0.75 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,671651) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1516 0.75 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1015503) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1517 0.56 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,970400) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1518 0.57 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,479559) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1519 0.66 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11650) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1520 0.81 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,714408) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1521 0.82 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,431188) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1522 0.86 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1168299) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1523 1.12 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,443605) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1524 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,974823) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1525 0.72 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,48108) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1526 0.87 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,434650) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1527 0.86 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,18384) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1528 0.71 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,18300) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1529 0.80 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,861824) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1530 0.81 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11554) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1531 0.83 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,495918) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1532 1.15 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,969642) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1533 0.68 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,168028) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1534 0.69 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1244088) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1535 0.79 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,798149) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1536 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11686) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1537 0.74 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1241724) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1538 0.62 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,682466) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1539 0.87 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,883193) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1540 0.78 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,542813) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1541 0.97 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,540093) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1542 0.72 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,4753) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1543 0.89 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,908979) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1544 0.81 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,12304) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1545 1.04 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,97131) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1546 0.98 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17350) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1547 0.95 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,441073) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1548 1.01 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,702959) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1549 0.95 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,487965) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1550 1.04 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1026011) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1551 0.87 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1292398) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1552 0.78 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1022165) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1553 0.79 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1171146) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1554 0.99 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11479) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1555 1.03 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,595661) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1556 1.40 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1057535) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1557 1.10 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,714381) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1558 0.98 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,651800) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1559 0.99 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11719) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1560 0.98 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17578) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1561 0.82 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,545453) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1562 0.92 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,660743) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1563 0.85 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,940146) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1564 0.93 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,19980) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1565 0.85 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1138709) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1566 0.87 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,18504) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1567 0.85 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,547788) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1568 0.80 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,441016) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1569 0.90 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17440) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1570 0.74 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,683027) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1571 0.88 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1284293) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1572 0.95 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,18915) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1573 0.82 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,901178) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1574 0.73 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1029513) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1575 0.71 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1050680) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1576 0.97 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,980976) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1577 1.06 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,809173) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1578 0.82 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17437) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1579 0.98 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,12424) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1580 0.77 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11839) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1581 0.96 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,373996) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1582 0.93 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,482982) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1583 0.95 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,923121) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1584 0.85 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,434647) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1585 0.73 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1058721) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1586 0.76 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11821) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1587 1.01 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,496689) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1588 0.83 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,844031) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1589 0.70 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,11893) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1590 0.99 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,973821) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1591 1.02 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1011224) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1592 0.89 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1015521) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1593 1.52 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,703604) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1594 1.11 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1083435) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1595 1.05 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1313041) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1596 1.08 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1167629) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1597 0.87 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1014762) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1598 1.10 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17515) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1599 0.92 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1004369) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1600 0.91 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,977694) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1601 1.03 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,19773) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1602 0.98 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,18330) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1603 1.05 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1293214) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1604 0.88 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1177595) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1605 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,18480) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1606 0.73 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1254431) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1607 0.98 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,881661) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1608 0.87 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,977628) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1609 1.13 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1161096) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1610 0.95 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1064357) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1611 0.91 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,746349) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1612 0.75 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,70191) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1613 0.90 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,768473) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1614 1.01 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,846984) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1615 0.85 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,661703) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1616 1.10 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,803217) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1617 1.12 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,12562) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1618 1.17 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1321711) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1619 0.78 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,464886) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1620 1.08 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1311809) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1621 1.14 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,411097) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1622 1.14 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,646007) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1623 1.00 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,699680) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1624 1.03 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,976437) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1625 0.77 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1165993) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1626 0.89 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,668952) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1627 0.94 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,437164) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1628 0.93 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,982448) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1629 0.89 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,768923) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1630 0.84 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,726180) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1631 1.07 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,12367) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1632 0.73 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17491) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1633 0.77 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1056330) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1634 0.91 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,492840) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1635 0.98 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,428590) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1636 1.06 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,19866) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1637 0.87 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,534752) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1638 1.04 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,541488) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1639 0.91 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,17431) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1640 0.91 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1014744) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1641 0.91 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,337075) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1642 0.94 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,439864) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1643 0.89 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1010424) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1644 0.89 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,721251) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1645 0.84 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,814167) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1646 0.77 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,662796) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1647 0.79 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,168079) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1648 0.75 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1019450) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1649 1.08 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1136696) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1650 0.77 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,12346) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1651 0.95 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,441439) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1652 1.01 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,475503) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1653 1.20 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,337102) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1654 0.92 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,863103) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1655 0.96 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1060164) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1656 0.85 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,439849) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1657 0.99 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,525846) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1658 1.09 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1131693) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1659 0.80 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1291177) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1660 0.75 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,104311) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1661 0.73 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,974871) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1662 0.75 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,882827) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1663 0.74 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1132811) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1664 0.62 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1126247) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

No loaded entities.