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

Query Metrics

1816 Database Queries
456 Different statements
2045.17 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 3.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:
[
  1784752203
  [
    "\x00tags\x00site_domain_cb0044a3f4f61b51dd5b9637467d7ebb"
    "site_domain_cb0044a3f4f61b51dd5b9637467d7ebb"
  ]
]
2 1.22 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752203
  [
    "system\x00tags\x00"
    "site\x00tags\x00"
    "site_domain_cb0044a3f4f61b51dd5b9637467d7ebb\x00tags\x00"
  ]
]
3 1.82 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.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:
[
  1784752203
  [
    "\x00tags\x00system_route_redirect"
    "system_route_redirect"
  ]
]
5 2.37 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752203
  [
    "system\x00tags\x00"
    "redirect\x00tags\x00"
    "route\x00tags\x00"
    "system_route_redirect\x00tags\x00"
  ]
]
6 1.46 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "reports"
  "scope" => "pimcore"
]
7 1.39 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "sellers"
  "path" => "/pimcore-graphql-webservices/"
]
8 1.15 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/pimcore-graphql-webservices/sellers"
]
9 0.85 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "pimcore-graphql-webservices"
  "path" => "/"
]
10 0.88 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/pimcore-graphql-webservices"
]
11 1.26 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => ""
  "path" => "/"
]
12 1.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:
[
  1784752203
  [
    "\x00tags\x00document_1"
    "document_1"
  ]
]
13 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:
[
  1784752203
  [
    "document_1\x00tags\x00"
  ]
]
14 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:
[
  1784752203
  [
    "\x00tags\x00document_properties_1"
    "document_properties_1"
  ]
]
15 1.19 ms
SELECT * FROM properties WHERE ((cid IN (1) AND inheritable = 1) OR cid = ? )  AND ctype='document'
Parameters:
[
  1
]
16 1.04 ms
SELECT id, name FROM classes
Parameters:
[]
17 3.09 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "4"
]
18 0.99 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "5"
]
19 1.08 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "2"
]
20 1.38 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "3"
]
21 1.18 ms
SELECT id FROM classes WHERE name = ?
Parameters:
[
  "Seller"
]
22 1.05 ms
SELECT id FROM classes WHERE name = ?
Parameters:
[
  "Site"
]
23 1.05 ms
SELECT id FROM classes WHERE name = ?
Parameters:
[
  "Category"
]
24 0.85 ms
SELECT id FROM classes WHERE name = ?
Parameters:
[
  "Brand"
]
25 1.57 ms
SELECT id FROM classes WHERE name = ?
Parameters:
[
  "Seller"
]
26 11.80 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 2.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:
[
  1784752204
  [
    "\x00tags\x00object_432391"
    "object_432391"
  ]
]
28 2.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:
[
  1784752204
  [
    "object_432391\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
29 1.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:
[
  1784752204
  [
    "\x00tags\x00object_900705"
    "object_900705"
  ]
]
30 1.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:
[
  1784752204
  [
    "object_900705\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
31 1.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:
[
  1784752204
  [
    "\x00tags\x00object_453637"
    "object_453637"
  ]
]
32 2.07 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_453637\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
33 2.11 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_674559"
    "object_674559"
  ]
]
34 1.30 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_674559\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
35 1.21 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_674586"
    "object_674586"
  ]
]
36 1.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:
[
  1784752204
  [
    "object_674586\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
37 1.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:
[
  1784752204
  [
    "\x00tags\x00object_548280"
    "object_548280"
  ]
]
38 1.06 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_548280\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
39 2.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:
[
  1784752204
  [
    "\x00tags\x00object_17536"
    "object_17536"
  ]
]
40 1.26 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_17536\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
41 1.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:
[
  1784752204
  [
    "\x00tags\x00object_969035"
    "object_969035"
  ]
]
42 1.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:
[
  1784752204
  [
    "object_969035\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
43 1.31 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_18207"
    "object_18207"
  ]
]
44 1.35 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_18207\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
45 1.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:
[
  1784752204
  [
    "\x00tags\x00object_496941"
    "object_496941"
  ]
]
46 1.22 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_496941\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
47 1.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:
[
  1784752204
  [
    "\x00tags\x00object_963510"
    "object_963510"
  ]
]
48 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:
[
  1784752204
  [
    "object_963510\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
49 1.41 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_970985"
    "object_970985"
  ]
]
50 1.07 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_970985\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
51 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:
[
  1784752204
  [
    "\x00tags\x00object_1459962"
    "object_1459962"
  ]
]
52 1.14 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_1459962\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
53 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:
[
  1784752204
  [
    "\x00tags\x00object_1318337"
    "object_1318337"
  ]
]
54 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:
[
  1784752204
  [
    "object_1318337\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
55 1.32 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_104314"
    "object_104314"
  ]
]
56 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:
[
  1784752204
  [
    "object_104314\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
57 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:
[
  1784752204
  [
    "\x00tags\x00object_19878"
    "object_19878"
  ]
]
58 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:
[
  1784752204
  [
    "object_19878\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
59 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:
[
  1784752204
  [
    "\x00tags\x00object_779609"
    "object_779609"
  ]
]
60 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:
[
  1784752204
  [
    "object_779609\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
61 1.09 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_824982"
    "object_824982"
  ]
]
62 1.11 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_824982\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
63 1.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:
[
  1784752204
  [
    "\x00tags\x00object_501252"
    "object_501252"
  ]
]
64 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:
[
  1784752204
  [
    "object_501252\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
65 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:
[
  1784752204
  [
    "\x00tags\x00object_1019220"
    "object_1019220"
  ]
]
66 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:
[
  1784752204
  [
    "object_1019220\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
67 1.10 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_396946"
    "object_396946"
  ]
]
68 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:
[
  1784752204
  [
    "object_396946\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
69 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:
[
  1784752204
  [
    "\x00tags\x00object_487107"
    "object_487107"
  ]
]
70 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:
[
  1784752204
  [
    "object_487107\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
71 1.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:
[
  1784752204
  [
    "\x00tags\x00object_1434622"
    "object_1434622"
  ]
]
72 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:
[
  1784752204
  [
    "object_1434622\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
73 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:
[
  1784752204
  [
    "\x00tags\x00object_489681"
    "object_489681"
  ]
]
74 1.06 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_489681\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
75 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:
[
  1784752204
  [
    "\x00tags\x00object_791873"
    "object_791873"
  ]
]
76 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:
[
  1784752204
  [
    "object_791873\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
77 1.22 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_11170"
    "object_11170"
  ]
]
78 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:
[
  1784752204
  [
    "object_11170\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
79 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:
[
  1784752204
  [
    "\x00tags\x00object_905849"
    "object_905849"
  ]
]
80 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:
[
  1784752204
  [
    "object_905849\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
81 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:
[
  1784752204
  [
    "\x00tags\x00object_713817"
    "object_713817"
  ]
]
82 1.18 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_713817\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
83 2.10 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_932213"
    "object_932213"
  ]
]
84 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:
[
  1784752204
  [
    "object_932213\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
85 1.11 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_448366"
    "object_448366"
  ]
]
86 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:
[
  1784752204
  [
    "object_448366\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
87 1.04 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_455749"
    "object_455749"
  ]
]
88 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:
[
  1784752204
  [
    "object_455749\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
89 1.39 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_992699"
    "object_992699"
  ]
]
90 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:
[
  1784752204
  [
    "object_992699\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
91 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:
[
  1784752204
  [
    "\x00tags\x00object_168043"
    "object_168043"
  ]
]
92 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:
[
  1784752204
  [
    "object_168043\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
93 1.26 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_441442"
    "object_441442"
  ]
]
94 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:
[
  1784752204
  [
    "object_441442\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
95 1.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:
[
  1784752204
  [
    "\x00tags\x00object_11401"
    "object_11401"
  ]
]
96 1.09 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_11401\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
97 1.18 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_714783"
    "object_714783"
  ]
]
98 1.37 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_714783\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
99 1.29 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_18336"
    "object_18336"
  ]
]
100 2.37 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_18336\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
101 1.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:
[
  1784752204
  [
    "\x00tags\x00object_1018836"
    "object_1018836"
  ]
]
102 1.37 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_1018836\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
103 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:
[
  1784752204
  [
    "\x00tags\x00object_699204"
    "object_699204"
  ]
]
104 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:
[
  1784752204
  [
    "object_699204\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
105 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:
[
  1784752204
  [
    "\x00tags\x00object_168190"
    "object_168190"
  ]
]
106 1.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:
[
  1784752204
  [
    "object_168190\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
107 1.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:
[
  1784752204
  [
    "\x00tags\x00object_967158"
    "object_967158"
  ]
]
108 1.22 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_967158\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
109 1.37 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_392896"
    "object_392896"
  ]
]
110 1.33 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_392896\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
111 1.39 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_437728"
    "object_437728"
  ]
]
112 1.14 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_437728\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
113 1.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:
[
  1784752204
  [
    "\x00tags\x00object_471821"
    "object_471821"
  ]
]
114 1.38 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_471821\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
115 1.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:
[
  1784752204
  [
    "\x00tags\x00object_467142"
    "object_467142"
  ]
]
116 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:
[
  1784752204
  [
    "object_467142\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
117 1.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:
[
  1784752204
  [
    "\x00tags\x00object_503922"
    "object_503922"
  ]
]
118 1.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:
[
  1784752204
  [
    "object_503922\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
119 1.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:
[
  1784752204
  [
    "\x00tags\x00object_350770"
    "object_350770"
  ]
]
120 1.06 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_350770\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
121 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:
[
  1784752204
  [
    "\x00tags\x00object_660746"
    "object_660746"
  ]
]
122 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:
[
  1784752204
  [
    "object_660746\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
123 1.26 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1392560"
    "object_1392560"
  ]
]
124 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:
[
  1784752204
  [
    "object_1392560\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
125 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:
[
  1784752204
  [
    "\x00tags\x00object_337096"
    "object_337096"
  ]
]
126 1.06 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_337096\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
127 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:
[
  1784752204
  [
    "\x00tags\x00object_411382"
    "object_411382"
  ]
]
128 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:
[
  1784752204
  [
    "object_411382\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
129 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:
[
  1784752204
  [
    "\x00tags\x00object_1167626"
    "object_1167626"
  ]
]
130 1.07 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_1167626\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
131 1.20 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1279766"
    "object_1279766"
  ]
]
132 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:
[
  1784752204
  [
    "object_1279766\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
133 1.15 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1015509"
    "object_1015509"
  ]
]
134 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:
[
  1784752204
  [
    "object_1015509\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
135 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:
[
  1784752204
  [
    "\x00tags\x00object_1264031"
    "object_1264031"
  ]
]
136 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:
[
  1784752204
  [
    "object_1264031\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
137 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:
[
  1784752204
  [
    "\x00tags\x00object_844094"
    "object_844094"
  ]
]
138 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:
[
  1784752204
  [
    "object_844094\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
139 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:
[
  1784752204
  [
    "\x00tags\x00object_964076"
    "object_964076"
  ]
]
140 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:
[
  1784752204
  [
    "object_964076\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
141 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:
[
  1784752204
  [
    "\x00tags\x00object_977691"
    "object_977691"
  ]
]
142 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:
[
  1784752204
  [
    "object_977691\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
143 1.36 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1069470"
    "object_1069470"
  ]
]
144 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:
[
  1784752204
  [
    "object_1069470\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
145 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:
[
  1784752204
  [
    "\x00tags\x00object_1149332"
    "object_1149332"
  ]
]
146 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:
[
  1784752204
  [
    "object_1149332\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
147 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:
[
  1784752204
  [
    "\x00tags\x00object_1357049"
    "object_1357049"
  ]
]
148 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:
[
  1784752204
  [
    "object_1357049\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
149 1.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:
[
  1784752204
  [
    "\x00tags\x00object_1056855"
    "object_1056855"
  ]
]
150 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:
[
  1784752204
  [
    "object_1056855\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
151 1.04 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_408961"
    "object_408961"
  ]
]
152 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:
[
  1784752204
  [
    "object_408961\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
153 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:
[
  1784752204
  [
    "\x00tags\x00object_887991"
    "object_887991"
  ]
]
154 1.32 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_887991\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
155 2.15 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_17850"
    "object_17850"
  ]
]
156 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:
[
  1784752204
  [
    "object_17850\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
157 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:
[
  1784752204
  [
    "\x00tags\x00object_996668"
    "object_996668"
  ]
]
158 1.18 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_996668\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
159 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:
[
  1784752204
  [
    "\x00tags\x00object_778800"
    "object_778800"
  ]
]
160 10.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:
[
  1784752204
  [
    "object_778800\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
161 1.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:
[
  1784752204
  [
    "\x00tags\x00object_346165"
    "object_346165"
  ]
]
162 1.27 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_346165\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
163 6.39 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_11536"
    "object_11536"
  ]
]
164 4.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:
[
  1784752204
  [
    "object_11536\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
165 2.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:
[
  1784752204
  [
    "\x00tags\x00object_791375"
    "object_791375"
  ]
]
166 2.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:
[
  1784752204
  [
    "object_791375\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
167 1.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:
[
  1784752204
  [
    "\x00tags\x00object_1180871"
    "object_1180871"
  ]
]
168 2.04 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_1180871\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
169 2.22 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1014786"
    "object_1014786"
  ]
]
170 2.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:
[
  1784752204
  [
    "object_1014786\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
171 1.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:
[
  1784752204
  [
    "\x00tags\x00object_453640"
    "object_453640"
  ]
]
172 2.41 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_453640\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
173 2.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:
[
  1784752204
  [
    "\x00tags\x00object_373786"
    "object_373786"
  ]
]
174 2.37 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_373786\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
175 2.36 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_411751"
    "object_411751"
  ]
]
176 2.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:
[
  1784752204
  [
    "object_411751\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
177 2.10 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_399484"
    "object_399484"
  ]
]
178 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:
[
  1784752204
  [
    "object_399484\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
179 1.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:
[
  1784752204
  [
    "\x00tags\x00object_1037441"
    "object_1037441"
  ]
]
180 2.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:
[
  1784752204
  [
    "object_1037441\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
181 2.37 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_802838"
    "object_802838"
  ]
]
182 2.32 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_802838\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
183 2.06 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1163936"
    "object_1163936"
  ]
]
184 2.42 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_1163936\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
185 2.36 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_12409"
    "object_12409"
  ]
]
186 1.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:
[
  1784752204
  [
    "object_12409\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
187 1.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:
[
  1784752204
  [
    "\x00tags\x00object_477795"
    "object_477795"
  ]
]
188 1.36 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_477795\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
189 1.11 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_539100"
    "object_539100"
  ]
]
190 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:
[
  1784752204
  [
    "object_539100\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
191 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:
[
  1784752204
  [
    "\x00tags\x00object_11614"
    "object_11614"
  ]
]
192 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:
[
  1784752204
  [
    "object_11614\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
193 1.06 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_930500"
    "object_930500"
  ]
]
194 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:
[
  1784752204
  [
    "object_930500\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
195 1.38 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_929034"
    "object_929034"
  ]
]
196 1.16 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_929034\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
197 1.15 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_498600"
    "object_498600"
  ]
]
198 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:
[
  1784752204
  [
    "object_498600\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
199 1.31 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1050668"
    "object_1050668"
  ]
]
200 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:
[
  1784752204
  [
    "object_1050668\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
201 1.16 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_892886"
    "object_892886"
  ]
]
202 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:
[
  1784752204
  [
    "object_892886\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
203 1.06 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_19995"
    "object_19995"
  ]
]
204 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:
[
  1784752204
  [
    "object_19995\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
205 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:
[
  1784752204
  [
    "\x00tags\x00object_517775"
    "object_517775"
  ]
]
206 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:
[
  1784752204
  [
    "object_517775\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
207 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:
[
  1784752204
  [
    "\x00tags\x00object_755636"
    "object_755636"
  ]
]
208 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:
[
  1784752204
  [
    "object_755636\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
209 1.19 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_400348"
    "object_400348"
  ]
]
210 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:
[
  1784752204
  [
    "object_400348\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
211 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:
[
  1784752204
  [
    "\x00tags\x00object_1374513"
    "object_1374513"
  ]
]
212 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:
[
  1784752204
  [
    "object_1374513\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
213 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:
[
  1784752204
  [
    "\x00tags\x00object_1323416"
    "object_1323416"
  ]
]
214 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:
[
  1784752204
  [
    "object_1323416\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
215 1.11 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1058940"
    "object_1058940"
  ]
]
216 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:
[
  1784752204
  [
    "object_1058940\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
217 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:
[
  1784752204
  [
    "\x00tags\x00object_1053167"
    "object_1053167"
  ]
]
218 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:
[
  1784752204
  [
    "object_1053167\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
219 1.09 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1315733"
    "object_1315733"
  ]
]
220 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:
[
  1784752204
  [
    "object_1315733\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
221 1.31 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_475605"
    "object_475605"
  ]
]
222 1.15 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_475605\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
223 1.24 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_12361"
    "object_12361"
  ]
]
224 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:
[
  1784752204
  [
    "object_12361\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
225 1.27 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_11572"
    "object_11572"
  ]
]
226 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:
[
  1784752204
  [
    "object_11572\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
227 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:
[
  1784752204
  [
    "\x00tags\x00object_1414079"
    "object_1414079"
  ]
]
228 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:
[
  1784752204
  [
    "object_1414079\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
229 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:
[
  1784752204
  [
    "\x00tags\x00object_989756"
    "object_989756"
  ]
]
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:
[
  1784752204
  [
    "object_989756\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
231 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:
[
  1784752204
  [
    "\x00tags\x00object_1488924"
    "object_1488924"
  ]
]
232 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:
[
  1784752204
  [
    "object_1488924\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
233 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:
[
  1784752204
  [
    "\x00tags\x00object_1409090"
    "object_1409090"
  ]
]
234 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:
[
  1784752204
  [
    "object_1409090\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
235 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:
[
  1784752204
  [
    "\x00tags\x00object_1015818"
    "object_1015818"
  ]
]
236 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:
[
  1784752204
  [
    "object_1015818\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
237 1.18 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_411388"
    "object_411388"
  ]
]
238 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:
[
  1784752204
  [
    "object_411388\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
239 1.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:
[
  1784752204
  [
    "\x00tags\x00object_1293653"
    "object_1293653"
  ]
]
240 1.33 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_1293653\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
241 1.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:
[
  1784752204
  [
    "\x00tags\x00object_1039514"
    "object_1039514"
  ]
]
242 1.20 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_1039514\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
243 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:
[
  1784752204
  [
    "\x00tags\x00object_18381"
    "object_18381"
  ]
]
244 1.09 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_18381\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
245 2.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:
[
  1784752204
  [
    "\x00tags\x00object_801878"
    "object_801878"
  ]
]
246 1.19 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_801878\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
247 1.33 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1041815"
    "object_1041815"
  ]
]
248 1.18 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_1041815\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
249 1.37 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_728345"
    "object_728345"
  ]
]
250 1.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:
[
  1784752204
  [
    "object_728345\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
251 1.31 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_907760"
    "object_907760"
  ]
]
252 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:
[
  1784752204
  [
    "object_907760\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
253 1.32 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1024686"
    "object_1024686"
  ]
]
254 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:
[
  1784752204
  [
    "object_1024686\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
255 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:
[
  1784752204
  [
    "\x00tags\x00object_441052"
    "object_441052"
  ]
]
256 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:
[
  1784752204
  [
    "object_441052\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
257 1.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:
[
  1784752204
  [
    "\x00tags\x00object_1259001"
    "object_1259001"
  ]
]
258 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:
[
  1784752204
  [
    "object_1259001\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
259 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:
[
  1784752204
  [
    "\x00tags\x00object_17434"
    "object_17434"
  ]
]
260 1.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:
[
  1784752204
  [
    "object_17434\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
261 1.16 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_969914"
    "object_969914"
  ]
]
262 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:
[
  1784752204
  [
    "object_969914\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
263 1.14 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1401149"
    "object_1401149"
  ]
]
264 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:
[
  1784752204
  [
    "object_1401149\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
265 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:
[
  1784752204
  [
    "\x00tags\x00object_632171"
    "object_632171"
  ]
]
266 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:
[
  1784752204
  [
    "object_632171\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
267 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:
[
  1784752204
  [
    "\x00tags\x00object_549288"
    "object_549288"
  ]
]
268 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:
[
  1784752204
  [
    "object_549288\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
269 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:
[
  1784752204
  [
    "\x00tags\x00object_534755"
    "object_534755"
  ]
]
270 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:
[
  1784752204
  [
    "object_534755\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
271 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:
[
  1784752204
  [
    "\x00tags\x00object_698085"
    "object_698085"
  ]
]
272 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:
[
  1784752204
  [
    "object_698085\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
273 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:
[
  1784752204
  [
    "\x00tags\x00object_1355035"
    "object_1355035"
  ]
]
274 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:
[
  1784752204
  [
    "object_1355035\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
275 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:
[
  1784752204
  [
    "\x00tags\x00object_1007333"
    "object_1007333"
  ]
]
276 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:
[
  1784752204
  [
    "object_1007333\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
277 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:
[
  1784752204
  [
    "\x00tags\x00object_1284287"
    "object_1284287"
  ]
]
278 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:
[
  1784752204
  [
    "object_1284287\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
279 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:
[
  1784752204
  [
    "\x00tags\x00object_1038245"
    "object_1038245"
  ]
]
280 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:
[
  1784752204
  [
    "object_1038245\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
281 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:
[
  1784752204
  [
    "\x00tags\x00object_18435"
    "object_18435"
  ]
]
282 1.33 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_18435\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
283 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:
[
  1784752204
  [
    "\x00tags\x00object_371446"
    "object_371446"
  ]
]
284 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:
[
  1784752204
  [
    "object_371446\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
285 1.33 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1461784"
    "object_1461784"
  ]
]
286 1.20 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_1461784\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
287 1.07 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_12442"
    "object_12442"
  ]
]
288 1.29 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_12442\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
289 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:
[
  1784752204
  [
    "\x00tags\x00object_931608"
    "object_931608"
  ]
]
290 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:
[
  1784752204
  [
    "object_931608\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
291 1.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:
[
  1784752204
  [
    "\x00tags\x00object_17476"
    "object_17476"
  ]
]
292 1.11 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_17476\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
293 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:
[
  1784752204
  [
    "\x00tags\x00object_334012"
    "object_334012"
  ]
]
294 1.36 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_334012\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
295 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:
[
  1784752204
  [
    "\x00tags\x00object_90711"
    "object_90711"
  ]
]
296 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:
[
  1784752204
  [
    "object_90711\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
297 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:
[
  1784752204
  [
    "\x00tags\x00object_980724"
    "object_980724"
  ]
]
298 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:
[
  1784752204
  [
    "object_980724\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
299 1.04 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_700398"
    "object_700398"
  ]
]
300 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:
[
  1784752204
  [
    "object_700398\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
301 1.27 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_540576"
    "object_540576"
  ]
]
302 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:
[
  1784752204
  [
    "object_540576\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
303 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:
[
  1784752204
  [
    "\x00tags\x00object_459315"
    "object_459315"
  ]
]
304 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:
[
  1784752204
  [
    "object_459315\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
305 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:
[
  1784752204
  [
    "\x00tags\x00object_881805"
    "object_881805"
  ]
]
306 1.42 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_881805\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
307 1.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:
[
  1784752204
  [
    "\x00tags\x00object_1132032"
    "object_1132032"
  ]
]
308 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:
[
  1784752204
  [
    "object_1132032\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
309 1.09 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_658964"
    "object_658964"
  ]
]
310 1.37 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_658964\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
311 1.29 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1281012"
    "object_1281012"
  ]
]
312 1.39 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_1281012\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
313 1.33 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_651261"
    "object_651261"
  ]
]
314 1.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:
[
  1784752204
  [
    "object_651261\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
315 1.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:
[
  1784752204
  [
    "\x00tags\x00object_951779"
    "object_951779"
  ]
]
316 1.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:
[
  1784752204
  [
    "object_951779\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
317 1.06 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_439192"
    "object_439192"
  ]
]
318 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:
[
  1784752204
  [
    "object_439192\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
319 1.26 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_932333"
    "object_932333"
  ]
]
320 1.22 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_932333\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
321 1.15 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_931896"
    "object_931896"
  ]
]
322 1.35 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_931896\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
323 1.34 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1384327"
    "object_1384327"
  ]
]
324 1.23 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_1384327\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
325 1.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:
[
  1784752204
  [
    "\x00tags\x00object_19767"
    "object_19767"
  ]
]
326 1.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:
[
  1784752204
  [
    "object_19767\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
327 1.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:
[
  1784752204
  [
    "\x00tags\x00object_20373"
    "object_20373"
  ]
]
328 1.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:
[
  1784752204
  [
    "object_20373\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
329 1.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:
[
  1784752204
  [
    "\x00tags\x00object_968645"
    "object_968645"
  ]
]
330 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:
[
  1784752204
  [
    "object_968645\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
331 1.18 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_954270"
    "object_954270"
  ]
]
332 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:
[
  1784752204
  [
    "object_954270\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
333 1.29 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_499680"
    "object_499680"
  ]
]
334 1.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:
[
  1784752204
  [
    "object_499680\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
335 1.23 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_992602"
    "object_992602"
  ]
]
336 1.22 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_992602\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
337 1.16 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_545457"
    "object_545457"
  ]
]
338 1.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:
[
  1784752204
  [
    "object_545457\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
339 1.32 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_966132"
    "object_966132"
  ]
]
340 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:
[
  1784752204
  [
    "object_966132\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
341 1.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:
[
  1784752204
  [
    "\x00tags\x00object_783903"
    "object_783903"
  ]
]
342 1.34 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_783903\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
343 1.29 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_964961"
    "object_964961"
  ]
]
344 1.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:
[
  1784752204
  [
    "object_964961\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
345 1.31 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_668967"
    "object_668967"
  ]
]
346 1.23 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_668967\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
347 1.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:
[
  1784752204
  [
    "\x00tags\x00object_348634"
    "object_348634"
  ]
]
348 1.26 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_348634\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
349 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:
[
  1784752204
  [
    "\x00tags\x00object_1015626"
    "object_1015626"
  ]
]
350 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:
[
  1784752204
  [
    "object_1015626\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
351 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:
[
  1784752204
  [
    "\x00tags\x00object_1462821"
    "object_1462821"
  ]
]
352 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:
[
  1784752204
  [
    "object_1462821\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
353 1.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:
[
  1784752204
  [
    "\x00tags\x00object_1041294"
    "object_1041294"
  ]
]
354 1.21 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_1041294\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
355 1.22 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_682433"
    "object_682433"
  ]
]
356 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:
[
  1784752204
  [
    "object_682433\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
357 1.26 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_757119"
    "object_757119"
  ]
]
358 1.31 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_757119\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
359 1.11 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1176221"
    "object_1176221"
  ]
]
360 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:
[
  1784752204
  [
    "object_1176221\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
361 1.36 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1035117"
    "object_1035117"
  ]
]
362 1.09 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_1035117\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
363 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:
[
  1784752204
  [
    "\x00tags\x00object_980225"
    "object_980225"
  ]
]
364 1.26 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_980225\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
365 1.09 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_11383"
    "object_11383"
  ]
]
366 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:
[
  1784752204
  [
    "object_11383\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
367 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:
[
  1784752204
  [
    "\x00tags\x00object_17470"
    "object_17470"
  ]
]
368 1.11 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_17470\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
369 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:
[
  1784752204
  [
    "\x00tags\x00object_801428"
    "object_801428"
  ]
]
370 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:
[
  1784752204
  [
    "object_801428\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
371 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:
[
  1784752204
  [
    "\x00tags\x00object_520650"
    "object_520650"
  ]
]
372 1.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:
[
  1784752204
  [
    "object_520650\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
373 1.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:
[
  1784752204
  [
    "\x00tags\x00object_546078"
    "object_546078"
  ]
]
374 1.37 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_546078\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
375 1.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:
[
  1784752204
  [
    "\x00tags\x00object_1279805"
    "object_1279805"
  ]
]
376 1.33 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_1279805\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
377 1.41 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_532229"
    "object_532229"
  ]
]
378 1.07 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_532229\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
379 1.26 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_17389"
    "object_17389"
  ]
]
380 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:
[
  1784752204
  [
    "object_17389\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
381 1.26 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_475602"
    "object_475602"
  ]
]
382 1.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:
[
  1784752204
  [
    "object_475602\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
383 1.21 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1462586"
    "object_1462586"
  ]
]
384 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:
[
  1784752204
  [
    "object_1462586\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
385 1.20 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_966527"
    "object_966527"
  ]
]
386 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:
[
  1784752204
  [
    "object_966527\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
387 1.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:
[
  1784752204
  [
    "\x00tags\x00object_905363"
    "object_905363"
  ]
]
388 1.30 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_905363\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
389 1.30 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_487524"
    "object_487524"
  ]
]
390 1.36 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_487524\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
391 1.20 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1018482"
    "object_1018482"
  ]
]
392 1.24 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_1018482\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
393 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:
[
  1784752204
  [
    "\x00tags\x00object_1172064"
    "object_1172064"
  ]
]
394 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:
[
  1784752204
  [
    "object_1172064\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
395 1.36 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_967077"
    "object_967077"
  ]
]
396 1.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:
[
  1784752204
  [
    "object_967077\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
397 1.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:
[
  1784752204
  [
    "\x00tags\x00object_681071"
    "object_681071"
  ]
]
398 1.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:
[
  1784752204
  [
    "object_681071\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
399 1.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:
[
  1784752204
  [
    "\x00tags\x00object_1266984"
    "object_1266984"
  ]
]
400 1.23 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_1266984\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
401 1.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:
[
  1784752204
  [
    "\x00tags\x00object_985917"
    "object_985917"
  ]
]
402 1.10 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_985917\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
403 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:
[
  1784752204
  [
    "\x00tags\x00object_1210389"
    "object_1210389"
  ]
]
404 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:
[
  1784752204
  [
    "object_1210389\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
405 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:
[
  1784752204
  [
    "\x00tags\x00object_149563"
    "object_149563"
  ]
]
406 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:
[
  1784752204
  [
    "object_149563\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
407 1.38 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_966677"
    "object_966677"
  ]
]
408 1.14 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_966677\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
409 1.19 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1178763"
    "object_1178763"
  ]
]
410 1.21 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_1178763\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
411 1.11 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1039832"
    "object_1039832"
  ]
]
412 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:
[
  1784752204
  [
    "object_1039832\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
413 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:
[
  1784752204
  [
    "\x00tags\x00object_1028276"
    "object_1028276"
  ]
]
414 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:
[
  1784752204
  [
    "object_1028276\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
415 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:
[
  1784752204
  [
    "\x00tags\x00object_11740"
    "object_11740"
  ]
]
416 1.09 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_11740\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
417 1.10 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1076681"
    "object_1076681"
  ]
]
418 1.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:
[
  1784752204
  [
    "object_1076681\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
419 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:
[
  1784752204
  [
    "\x00tags\x00object_482898"
    "object_482898"
  ]
]
420 1.29 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_482898\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
421 1.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:
[
  1784752204
  [
    "\x00tags\x00object_1127069"
    "object_1127069"
  ]
]
422 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:
[
  1784752204
  [
    "object_1127069\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
423 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:
[
  1784752204
  [
    "\x00tags\x00object_734388"
    "object_734388"
  ]
]
424 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:
[
  1784752204
  [
    "object_734388\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
425 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:
[
  1784752204
  [
    "\x00tags\x00object_1013883"
    "object_1013883"
  ]
]
426 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:
[
  1784752204
  [
    "object_1013883\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
427 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:
[
  1784752204
  [
    "\x00tags\x00object_168160"
    "object_168160"
  ]
]
428 1.24 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_168160\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
429 1.28 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_674625"
    "object_674625"
  ]
]
430 1.15 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_674625\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
431 1.30 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_824979"
    "object_824979"
  ]
]
432 1.06 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_824979\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
433 1.29 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_448372"
    "object_448372"
  ]
]
434 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:
[
  1784752204
  [
    "object_448372\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
435 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:
[
  1784752204
  [
    "\x00tags\x00object_1291164"
    "object_1291164"
  ]
]
436 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:
[
  1784752204
  [
    "object_1291164\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
437 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:
[
  1784752204
  [
    "\x00tags\x00object_1293791"
    "object_1293791"
  ]
]
438 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:
[
  1784752204
  [
    "object_1293791\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
439 1.06 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1210383"
    "object_1210383"
  ]
]
440 6.42 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_1210383\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
441 2.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:
[
  1784752204
  [
    "\x00tags\x00object_18447"
    "object_18447"
  ]
]
442 1.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:
[
  1784752204
  [
    "object_18447\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
443 1.21 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_97047"
    "object_97047"
  ]
]
444 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:
[
  1784752204
  [
    "object_97047\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
445 1.19 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_967053"
    "object_967053"
  ]
]
446 6.31 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_967053\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
447 4.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:
[
  1784752204
  [
    "\x00tags\x00object_963504"
    "object_963504"
  ]
]
448 4.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:
[
  1784752204
  [
    "object_963504\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
449 18.29 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_527037"
    "object_527037"
  ]
]
450 2.28 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_527037\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
451 2.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:
[
  1784752204
  [
    "\x00tags\x00object_890375"
    "object_890375"
  ]
]
452 2.33 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_890375\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
453 2.28 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_12406"
    "object_12406"
  ]
]
454 2.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:
[
  1784752204
  [
    "object_12406\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
455 1.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:
[
  1784752204
  [
    "\x00tags\x00object_1019304"
    "object_1019304"
  ]
]
456 2.41 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_1019304\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
457 2.07 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_989840"
    "object_989840"
  ]
]
458 2.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:
[
  1784752204
  [
    "object_989840\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
459 2.36 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1459956"
    "object_1459956"
  ]
]
460 2.14 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_1459956\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
461 2.29 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1488918"
    "object_1488918"
  ]
]
462 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:
[
  1784752204
  [
    "object_1488918\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
463 1.30 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1015620"
    "object_1015620"
  ]
]
464 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:
[
  1784752204
  [
    "object_1015620\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
465 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:
[
  1784752204
  [
    "\x00tags\x00object_494595"
    "object_494595"
  ]
]
466 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:
[
  1784752204
  [
    "object_494595\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
467 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:
[
  1784752204
  [
    "\x00tags\x00object_18513"
    "object_18513"
  ]
]
468 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:
[
  1784752204
  [
    "object_18513\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
469 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:
[
  1784752204
  [
    "\x00tags\x00object_838986"
    "object_838986"
  ]
]
470 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:
[
  1784752204
  [
    "object_838986\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
471 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:
[
  1784752204
  [
    "\x00tags\x00object_1369288"
    "object_1369288"
  ]
]
472 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:
[
  1784752204
  [
    "object_1369288\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
473 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:
[
  1784752204
  [
    "\x00tags\x00object_1161162"
    "object_1161162"
  ]
]
474 1.18 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_1161162\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
475 1.10 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1148492"
    "object_1148492"
  ]
]
476 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:
[
  1784752204
  [
    "object_1148492\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
477 1.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:
[
  1784752204
  [
    "\x00tags\x00object_779600"
    "object_779600"
  ]
]
478 3.42 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_779600\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
479 1.15 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_12493"
    "object_12493"
  ]
]
480 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:
[
  1784752204
  [
    "object_12493\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
481 1.14 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1304236"
    "object_1304236"
  ]
]
482 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:
[
  1784752204
  [
    "object_1304236\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
483 1.26 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_900708"
    "object_900708"
  ]
]
484 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:
[
  1784752204
  [
    "object_900708\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
485 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:
[
  1784752204
  [
    "\x00tags\x00object_979337"
    "object_979337"
  ]
]
486 1.04 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_979337\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
487 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:
[
  1784752204
  [
    "\x00tags\x00object_540570"
    "object_540570"
  ]
]
488 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:
[
  1784752204
  [
    "object_540570\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
489 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:
[
  1784752204
  [
    "\x00tags\x00object_9406"
    "object_9406"
  ]
]
490 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:
[
  1784752204
  [
    "object_9406\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
491 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:
[
  1784752204
  [
    "\x00tags\x00object_930335"
    "object_930335"
  ]
]
492 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:
[
  1784752204
  [
    "object_930335\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
493 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:
[
  1784752204
  [
    "\x00tags\x00object_494907"
    "object_494907"
  ]
]
494 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:
[
  1784752204
  [
    "object_494907\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
495 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:
[
  1784752204
  [
    "\x00tags\x00object_11875"
    "object_11875"
  ]
]
496 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:
[
  1784752204
  [
    "object_11875\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
497 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:
[
  1784752204
  [
    "\x00tags\x00object_1003949"
    "object_1003949"
  ]
]
498 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:
[
  1784752204
  [
    "object_1003949\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
499 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:
[
  1784752204
  [
    "\x00tags\x00object_1069491"
    "object_1069491"
  ]
]
500 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:
[
  1784752204
  [
    "object_1069491\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
501 1.06 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_472815"
    "object_472815"
  ]
]
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:
[
  1784752204
  [
    "object_472815\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
503 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:
[
  1784752204
  [
    "\x00tags\x00object_1390936"
    "object_1390936"
  ]
]
504 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:
[
  1784752204
  [
    "object_1390936\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
505 1.04 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_794277"
    "object_794277"
  ]
]
506 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:
[
  1784752204
  [
    "object_794277\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
507 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:
[
  1784752204
  [
    "\x00tags\x00object_897252"
    "object_897252"
  ]
]
508 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:
[
  1784752204
  [
    "object_897252\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
509 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:
[
  1784752204
  [
    "\x00tags\x00object_840573"
    "object_840573"
  ]
]
510 1.06 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_840573\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
511 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:
[
  1784752204
  [
    "\x00tags\x00object_11392"
    "object_11392"
  ]
]
512 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:
[
  1784752204
  [
    "object_11392\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
513 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:
[
  1784752204
  [
    "\x00tags\x00object_432508"
    "object_432508"
  ]
]
514 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:
[
  1784752204
  [
    "object_432508\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
515 1.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:
[
  1784752204
  [
    "\x00tags\x00object_11770"
    "object_11770"
  ]
]
516 1.16 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_11770\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
517 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:
[
  1784752204
  [
    "\x00tags\x00object_1044002"
    "object_1044002"
  ]
]
518 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:
[
  1784752204
  [
    "object_1044002\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
519 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:
[
  1784752204
  [
    "\x00tags\x00object_795243"
    "object_795243"
  ]
]
520 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:
[
  1784752204
  [
    "object_795243\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
521 1.26 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_824360"
    "object_824360"
  ]
]
522 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:
[
  1784752204
  [
    "object_824360\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
523 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:
[
  1784752204
  [
    "\x00tags\x00object_1058934"
    "object_1058934"
  ]
]
524 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:
[
  1784752204
  [
    "object_1058934\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
525 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:
[
  1784752204
  [
    "\x00tags\x00object_497397"
    "object_497397"
  ]
]
526 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:
[
  1784752204
  [
    "object_497397\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
527 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:
[
  1784752204
  [
    "\x00tags\x00object_452569"
    "object_452569"
  ]
]
528 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:
[
  1784752204
  [
    "object_452569\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
529 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:
[
  1784752204
  [
    "\x00tags\x00object_1019307"
    "object_1019307"
  ]
]
530 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:
[
  1784752204
  [
    "object_1019307\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
531 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:
[
  1784752204
  [
    "\x00tags\x00object_487890"
    "object_487890"
  ]
]
532 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:
[
  1784752204
  [
    "object_487890\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
533 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:
[
  1784752204
  [
    "\x00tags\x00object_35100"
    "object_35100"
  ]
]
534 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:
[
  1784752204
  [
    "object_35100\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
535 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:
[
  1784752204
  [
    "\x00tags\x00object_1310669"
    "object_1310669"
  ]
]
536 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:
[
  1784752204
  [
    "object_1310669\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
537 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:
[
  1784752204
  [
    "\x00tags\x00object_1432172"
    "object_1432172"
  ]
]
538 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:
[
  1784752204
  [
    "object_1432172\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
539 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:
[
  1784752204
  [
    "\x00tags\x00object_671385"
    "object_671385"
  ]
]
540 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:
[
  1784752204
  [
    "object_671385\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
541 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:
[
  1784752204
  [
    "\x00tags\x00object_1027076"
    "object_1027076"
  ]
]
542 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:
[
  1784752204
  [
    "object_1027076\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
543 1.14 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_1210386"
    "object_1210386"
  ]
]
544 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:
[
  1784752204
  [
    "object_1210386\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
545 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:
[
  1784752204
  [
    "\x00tags\x00object_1165545"
    "object_1165545"
  ]
]
546 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:
[
  1784752204
  [
    "object_1165545\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
547 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:
[
  1784752204
  [
    "\x00tags\x00object_798143"
    "object_798143"
  ]
]
548 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:
[
  1784752204
  [
    "object_798143\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
549 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:
[
  1784752204
  [
    "\x00tags\x00object_17853"
    "object_17853"
  ]
]
550 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:
[
  1784752204
  [
    "object_17853\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
551 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:
[
  1784752204
  [
    "\x00tags\x00object_1004291"
    "object_1004291"
  ]
]
552 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:
[
  1784752204
  [
    "object_1004291\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
553 1.07 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_966692"
    "object_966692"
  ]
]
554 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:
[
  1784752204
  [
    "object_966692\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
555 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:
[
  1784752204
  [
    "\x00tags\x00object_660740"
    "object_660740"
  ]
]
556 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:
[
  1784752204
  [
    "object_660740\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
557 1.23 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "\x00tags\x00object_933995"
    "object_933995"
  ]
]
558 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:
[
  1784752204
  [
    "object_933995\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
559 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:
[
  1784752204
  [
    "\x00tags\x00object_473901"
    "object_473901"
  ]
]
560 1.09 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_473901\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
561 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:
[
  1784752204
  [
    "\x00tags\x00object_1434619"
    "object_1434619"
  ]
]
562 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:
[
  1784752204
  [
    "object_1434619\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
563 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:
[
  1784752204
  [
    "\x00tags\x00object_725729"
    "object_725729"
  ]
]
564 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:
[
  1784752204
  [
    "object_725729\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
565 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:
[
  1784752204
  [
    "\x00tags\x00object_11845"
    "object_11845"
  ]
]
566 1.06 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752204
  [
    "object_11845\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
567 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:
[
  1784752205
  [
    "\x00tags\x00object_350614"
    "object_350614"
  ]
]
568 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:
[
  1784752205
  [
    "object_350614\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
569 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:
[
  1784752205
  [
    "\x00tags\x00object_373189"
    "object_373189"
  ]
]
570 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:
[
  1784752205
  [
    "object_373189\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
571 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:
[
  1784752205
  [
    "\x00tags\x00object_651905"
    "object_651905"
  ]
]
572 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:
[
  1784752205
  [
    "object_651905\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
573 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:
[
  1784752205
  [
    "\x00tags\x00object_11797"
    "object_11797"
  ]
]
574 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:
[
  1784752205
  [
    "object_11797\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
575 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:
[
  1784752205
  [
    "\x00tags\x00object_1131684"
    "object_1131684"
  ]
]
576 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:
[
  1784752205
  [
    "object_1131684\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
577 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:
[
  1784752205
  [
    "\x00tags\x00object_523242"
    "object_523242"
  ]
]
578 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:
[
  1784752205
  [
    "object_523242\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
579 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:
[
  1784752205
  [
    "\x00tags\x00object_1429825"
    "object_1429825"
  ]
]
580 1.16 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_1429825\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
581 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:
[
  1784752205
  [
    "\x00tags\x00object_1252379"
    "object_1252379"
  ]
]
582 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:
[
  1784752205
  [
    "object_1252379\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
583 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:
[
  1784752205
  [
    "\x00tags\x00object_671651"
    "object_671651"
  ]
]
584 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:
[
  1784752205
  [
    "object_671651\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
585 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:
[
  1784752205
  [
    "\x00tags\x00object_1015503"
    "object_1015503"
  ]
]
586 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:
[
  1784752205
  [
    "object_1015503\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
587 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:
[
  1784752205
  [
    "\x00tags\x00object_970400"
    "object_970400"
  ]
]
588 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:
[
  1784752205
  [
    "object_970400\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
589 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:
[
  1784752205
  [
    "\x00tags\x00object_479559"
    "object_479559"
  ]
]
590 1.14 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_479559\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
591 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:
[
  1784752205
  [
    "\x00tags\x00object_11650"
    "object_11650"
  ]
]
592 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:
[
  1784752205
  [
    "object_11650\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
593 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:
[
  1784752205
  [
    "\x00tags\x00object_714408"
    "object_714408"
  ]
]
594 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:
[
  1784752205
  [
    "object_714408\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
595 1.27 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_431188"
    "object_431188"
  ]
]
596 5.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:
[
  1784752205
  [
    "object_431188\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
597 4.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:
[
  1784752205
  [
    "\x00tags\x00object_1168299"
    "object_1168299"
  ]
]
598 3.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:
[
  1784752205
  [
    "object_1168299\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
599 2.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:
[
  1784752205
  [
    "\x00tags\x00object_443605"
    "object_443605"
  ]
]
600 2.30 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_443605\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
601 2.29 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_1374816"
    "object_1374816"
  ]
]
602 2.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:
[
  1784752205
  [
    "object_1374816\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
603 2.20 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_974823"
    "object_974823"
  ]
]
604 2.28 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_974823\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
605 2.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:
[
  1784752205
  [
    "\x00tags\x00object_48108"
    "object_48108"
  ]
]
606 2.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:
[
  1784752205
  [
    "object_48108\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
607 2.39 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_1340204"
    "object_1340204"
  ]
]
608 2.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:
[
  1784752205
  [
    "object_1340204\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
609 2.30 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_434650"
    "object_434650"
  ]
]
610 2.32 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_434650\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
611 2.29 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_18384"
    "object_18384"
  ]
]
612 2.28 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_18384\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
613 2.29 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_18300"
    "object_18300"
  ]
]
614 2.30 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_18300\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
615 1.07 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_861824"
    "object_861824"
  ]
]
616 1.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:
[
  1784752205
  [
    "object_861824\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
617 1.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:
[
  1784752205
  [
    "\x00tags\x00object_11554"
    "object_11554"
  ]
]
618 2.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:
[
  1784752205
  [
    "object_11554\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
619 1.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:
[
  1784752205
  [
    "\x00tags\x00object_495918"
    "object_495918"
  ]
]
620 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:
[
  1784752205
  [
    "object_495918\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
621 1.11 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_969642"
    "object_969642"
  ]
]
622 1.19 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_969642\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
623 1.06 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_168028"
    "object_168028"
  ]
]
624 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:
[
  1784752205
  [
    "object_168028\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
625 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:
[
  1784752205
  [
    "\x00tags\x00object_1244088"
    "object_1244088"
  ]
]
626 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:
[
  1784752205
  [
    "object_1244088\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
627 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:
[
  1784752205
  [
    "\x00tags\x00object_1424272"
    "object_1424272"
  ]
]
628 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:
[
  1784752205
  [
    "object_1424272\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
629 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:
[
  1784752205
  [
    "\x00tags\x00object_798149"
    "object_798149"
  ]
]
630 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:
[
  1784752205
  [
    "object_798149\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
631 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:
[
  1784752205
  [
    "\x00tags\x00object_11686"
    "object_11686"
  ]
]
632 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:
[
  1784752205
  [
    "object_11686\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
633 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:
[
  1784752205
  [
    "\x00tags\x00object_1241724"
    "object_1241724"
  ]
]
634 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:
[
  1784752205
  [
    "object_1241724\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
635 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:
[
  1784752205
  [
    "\x00tags\x00object_682466"
    "object_682466"
  ]
]
636 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:
[
  1784752205
  [
    "object_682466\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
637 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:
[
  1784752205
  [
    "\x00tags\x00object_883193"
    "object_883193"
  ]
]
638 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:
[
  1784752205
  [
    "object_883193\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
639 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:
[
  1784752205
  [
    "\x00tags\x00object_542813"
    "object_542813"
  ]
]
640 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:
[
  1784752205
  [
    "object_542813\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
641 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:
[
  1784752205
  [
    "\x00tags\x00object_540093"
    "object_540093"
  ]
]
642 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:
[
  1784752205
  [
    "object_540093\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
643 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:
[
  1784752205
  [
    "\x00tags\x00object_4753"
    "object_4753"
  ]
]
644 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:
[
  1784752205
  [
    "object_4753\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
645 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:
[
  1784752205
  [
    "\x00tags\x00object_908979"
    "object_908979"
  ]
]
646 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:
[
  1784752205
  [
    "object_908979\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
647 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:
[
  1784752205
  [
    "\x00tags\x00object_12304"
    "object_12304"
  ]
]
648 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:
[
  1784752205
  [
    "object_12304\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
649 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:
[
  1784752205
  [
    "\x00tags\x00object_97131"
    "object_97131"
  ]
]
650 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:
[
  1784752205
  [
    "object_97131\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
651 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:
[
  1784752205
  [
    "\x00tags\x00object_17350"
    "object_17350"
  ]
]
652 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:
[
  1784752205
  [
    "object_17350\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
653 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:
[
  1784752205
  [
    "\x00tags\x00object_441073"
    "object_441073"
  ]
]
654 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:
[
  1784752205
  [
    "object_441073\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
655 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:
[
  1784752205
  [
    "\x00tags\x00object_702959"
    "object_702959"
  ]
]
656 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:
[
  1784752205
  [
    "object_702959\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
657 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:
[
  1784752205
  [
    "\x00tags\x00object_487965"
    "object_487965"
  ]
]
658 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:
[
  1784752205
  [
    "object_487965\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
659 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:
[
  1784752205
  [
    "\x00tags\x00object_1026011"
    "object_1026011"
  ]
]
660 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:
[
  1784752205
  [
    "object_1026011\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
661 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:
[
  1784752205
  [
    "\x00tags\x00object_1292398"
    "object_1292398"
  ]
]
662 1.32 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_1292398\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
663 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:
[
  1784752205
  [
    "\x00tags\x00object_1022165"
    "object_1022165"
  ]
]
664 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:
[
  1784752205
  [
    "object_1022165\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
665 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:
[
  1784752205
  [
    "\x00tags\x00object_1171146"
    "object_1171146"
  ]
]
666 1.16 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_1171146\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
667 1.18 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_11479"
    "object_11479"
  ]
]
668 1.06 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_11479\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
669 1.24 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_595661"
    "object_595661"
  ]
]
670 1.19 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_595661\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
671 1.32 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_1057535"
    "object_1057535"
  ]
]
672 1.09 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_1057535\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
673 1.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:
[
  1784752205
  [
    "\x00tags\x00object_714381"
    "object_714381"
  ]
]
674 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:
[
  1784752205
  [
    "object_714381\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
675 1.24 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_651800"
    "object_651800"
  ]
]
676 1.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:
[
  1784752205
  [
    "object_651800\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
677 1.29 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_11719"
    "object_11719"
  ]
]
678 1.07 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_11719\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
679 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:
[
  1784752205
  [
    "\x00tags\x00object_17578"
    "object_17578"
  ]
]
680 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:
[
  1784752205
  [
    "object_17578\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
681 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:
[
  1784752205
  [
    "\x00tags\x00object_545453"
    "object_545453"
  ]
]
682 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:
[
  1784752205
  [
    "object_545453\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
683 1.10 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_660743"
    "object_660743"
  ]
]
684 1.33 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_660743\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
685 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:
[
  1784752205
  [
    "\x00tags\x00object_1437605"
    "object_1437605"
  ]
]
686 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:
[
  1784752205
  [
    "object_1437605\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
687 1.36 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_940146"
    "object_940146"
  ]
]
688 1.37 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_940146\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
689 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:
[
  1784752205
  [
    "\x00tags\x00object_19980"
    "object_19980"
  ]
]
690 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:
[
  1784752205
  [
    "object_19980\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
691 1.28 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_1138709"
    "object_1138709"
  ]
]
692 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:
[
  1784752205
  [
    "object_1138709\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
693 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:
[
  1784752205
  [
    "\x00tags\x00object_18504"
    "object_18504"
  ]
]
694 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:
[
  1784752205
  [
    "object_18504\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
695 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:
[
  1784752205
  [
    "\x00tags\x00object_547788"
    "object_547788"
  ]
]
696 1.07 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_547788\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
697 1.28 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_441016"
    "object_441016"
  ]
]
698 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:
[
  1784752205
  [
    "object_441016\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
699 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:
[
  1784752205
  [
    "\x00tags\x00object_17440"
    "object_17440"
  ]
]
700 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:
[
  1784752205
  [
    "object_17440\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
701 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:
[
  1784752205
  [
    "\x00tags\x00object_683027"
    "object_683027"
  ]
]
702 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:
[
  1784752205
  [
    "object_683027\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
703 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:
[
  1784752205
  [
    "\x00tags\x00object_1376311"
    "object_1376311"
  ]
]
704 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:
[
  1784752205
  [
    "object_1376311\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
705 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:
[
  1784752205
  [
    "\x00tags\x00object_1284293"
    "object_1284293"
  ]
]
706 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:
[
  1784752205
  [
    "object_1284293\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
707 1.09 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_18915"
    "object_18915"
  ]
]
708 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:
[
  1784752205
  [
    "object_18915\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
709 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:
[
  1784752205
  [
    "\x00tags\x00object_901178"
    "object_901178"
  ]
]
710 1.39 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_901178\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
711 1.20 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_1029513"
    "object_1029513"
  ]
]
712 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:
[
  1784752205
  [
    "object_1029513\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
713 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:
[
  1784752205
  [
    "\x00tags\x00object_1050680"
    "object_1050680"
  ]
]
714 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:
[
  1784752205
  [
    "object_1050680\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
715 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:
[
  1784752205
  [
    "\x00tags\x00object_980976"
    "object_980976"
  ]
]
716 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:
[
  1784752205
  [
    "object_980976\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
717 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:
[
  1784752205
  [
    "\x00tags\x00object_809173"
    "object_809173"
  ]
]
718 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:
[
  1784752205
  [
    "object_809173\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
719 1.07 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_17437"
    "object_17437"
  ]
]
720 1.11 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_17437\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
721 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:
[
  1784752205
  [
    "\x00tags\x00object_12424"
    "object_12424"
  ]
]
722 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:
[
  1784752205
  [
    "object_12424\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
723 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:
[
  1784752205
  [
    "\x00tags\x00object_1413941"
    "object_1413941"
  ]
]
724 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:
[
  1784752205
  [
    "object_1413941\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
725 1.20 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_11839"
    "object_11839"
  ]
]
726 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:
[
  1784752205
  [
    "object_11839\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
727 1.09 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_373996"
    "object_373996"
  ]
]
728 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:
[
  1784752205
  [
    "object_373996\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
729 1.22 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_482982"
    "object_482982"
  ]
]
730 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:
[
  1784752205
  [
    "object_482982\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
731 1.30 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_1490906"
    "object_1490906"
  ]
]
732 1.31 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_1490906\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
733 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:
[
  1784752205
  [
    "\x00tags\x00object_923121"
    "object_923121"
  ]
]
734 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:
[
  1784752205
  [
    "object_923121\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
735 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:
[
  1784752205
  [
    "\x00tags\x00object_434647"
    "object_434647"
  ]
]
736 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:
[
  1784752205
  [
    "object_434647\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
737 1.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:
[
  1784752205
  [
    "\x00tags\x00object_1058721"
    "object_1058721"
  ]
]
738 1.20 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_1058721\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
739 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:
[
  1784752205
  [
    "\x00tags\x00object_1401743"
    "object_1401743"
  ]
]
740 1.11 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_1401743\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
741 1.19 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_11821"
    "object_11821"
  ]
]
742 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:
[
  1784752205
  [
    "object_11821\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
743 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:
[
  1784752205
  [
    "\x00tags\x00object_496689"
    "object_496689"
  ]
]
744 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:
[
  1784752205
  [
    "object_496689\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
745 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:
[
  1784752205
  [
    "\x00tags\x00object_1452646"
    "object_1452646"
  ]
]
746 1.23 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_1452646\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
747 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:
[
  1784752205
  [
    "\x00tags\x00object_844031"
    "object_844031"
  ]
]
748 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:
[
  1784752205
  [
    "object_844031\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
749 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:
[
  1784752205
  [
    "\x00tags\x00object_11893"
    "object_11893"
  ]
]
750 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:
[
  1784752205
  [
    "object_11893\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
751 1.20 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_973821"
    "object_973821"
  ]
]
752 1.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:
[
  1784752205
  [
    "object_973821\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
753 1.42 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_1011224"
    "object_1011224"
  ]
]
754 1.26 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_1011224\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
755 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:
[
  1784752205
  [
    "\x00tags\x00object_1015521"
    "object_1015521"
  ]
]
756 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:
[
  1784752205
  [
    "object_1015521\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
757 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:
[
  1784752205
  [
    "\x00tags\x00object_703604"
    "object_703604"
  ]
]
758 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:
[
  1784752205
  [
    "object_703604\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
759 1.04 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_1083435"
    "object_1083435"
  ]
]
760 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:
[
  1784752205
  [
    "object_1083435\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
761 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:
[
  1784752205
  [
    "\x00tags\x00object_1313041"
    "object_1313041"
  ]
]
762 1.11 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_1313041\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
763 1.06 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_1167629"
    "object_1167629"
  ]
]
764 1.20 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_1167629\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
765 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:
[
  1784752205
  [
    "\x00tags\x00object_1335535"
    "object_1335535"
  ]
]
766 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:
[
  1784752205
  [
    "object_1335535\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
767 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:
[
  1784752205
  [
    "\x00tags\x00object_1014762"
    "object_1014762"
  ]
]
768 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:
[
  1784752205
  [
    "object_1014762\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
769 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:
[
  1784752205
  [
    "\x00tags\x00object_17515"
    "object_17515"
  ]
]
770 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:
[
  1784752205
  [
    "object_17515\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
771 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:
[
  1784752205
  [
    "\x00tags\x00object_1004369"
    "object_1004369"
  ]
]
772 1.14 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_1004369\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
773 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:
[
  1784752205
  [
    "\x00tags\x00object_977694"
    "object_977694"
  ]
]
774 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:
[
  1784752205
  [
    "object_977694\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
775 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:
[
  1784752205
  [
    "\x00tags\x00object_19773"
    "object_19773"
  ]
]
776 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:
[
  1784752205
  [
    "object_19773\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
777 1.10 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_18330"
    "object_18330"
  ]
]
778 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:
[
  1784752205
  [
    "object_18330\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
779 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:
[
  1784752205
  [
    "\x00tags\x00object_1293214"
    "object_1293214"
  ]
]
780 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:
[
  1784752205
  [
    "object_1293214\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
781 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:
[
  1784752205
  [
    "\x00tags\x00object_1177595"
    "object_1177595"
  ]
]
782 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:
[
  1784752205
  [
    "object_1177595\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
783 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:
[
  1784752205
  [
    "\x00tags\x00object_18480"
    "object_18480"
  ]
]
784 1.06 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_18480\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
785 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:
[
  1784752205
  [
    "\x00tags\x00object_1254431"
    "object_1254431"
  ]
]
786 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:
[
  1784752205
  [
    "object_1254431\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
787 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:
[
  1784752205
  [
    "\x00tags\x00object_881661"
    "object_881661"
  ]
]
788 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:
[
  1784752205
  [
    "object_881661\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
789 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:
[
  1784752205
  [
    "\x00tags\x00object_1397267"
    "object_1397267"
  ]
]
790 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:
[
  1784752205
  [
    "object_1397267\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
791 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:
[
  1784752205
  [
    "\x00tags\x00object_977628"
    "object_977628"
  ]
]
792 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:
[
  1784752205
  [
    "object_977628\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
793 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:
[
  1784752205
  [
    "\x00tags\x00object_1434802"
    "object_1434802"
  ]
]
794 1.27 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_1434802\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
795 1.14 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_1161096"
    "object_1161096"
  ]
]
796 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:
[
  1784752205
  [
    "object_1161096\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
797 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:
[
  1784752205
  [
    "\x00tags\x00object_1396988"
    "object_1396988"
  ]
]
798 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:
[
  1784752205
  [
    "object_1396988\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
799 1.07 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_1332230"
    "object_1332230"
  ]
]
800 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:
[
  1784752205
  [
    "object_1332230\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
801 1.18 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_1064357"
    "object_1064357"
  ]
]
802 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:
[
  1784752205
  [
    "object_1064357\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
803 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:
[
  1784752205
  [
    "\x00tags\x00object_746349"
    "object_746349"
  ]
]
804 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:
[
  1784752205
  [
    "object_746349\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
805 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:
[
  1784752205
  [
    "\x00tags\x00object_70191"
    "object_70191"
  ]
]
806 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:
[
  1784752205
  [
    "object_70191\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
807 3.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:
[
  1784752205
  [
    "\x00tags\x00object_768473"
    "object_768473"
  ]
]
808 2.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:
[
  1784752205
  [
    "object_768473\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
809 1.09 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_846984"
    "object_846984"
  ]
]
810 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:
[
  1784752205
  [
    "object_846984\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
811 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:
[
  1784752205
  [
    "\x00tags\x00object_661703"
    "object_661703"
  ]
]
812 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:
[
  1784752205
  [
    "object_661703\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
813 1.22 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_803217"
    "object_803217"
  ]
]
814 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:
[
  1784752205
  [
    "object_803217\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
815 1.07 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_12562"
    "object_12562"
  ]
]
816 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:
[
  1784752205
  [
    "object_12562\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
817 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:
[
  1784752205
  [
    "\x00tags\x00object_1321711"
    "object_1321711"
  ]
]
818 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:
[
  1784752205
  [
    "object_1321711\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
819 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:
[
  1784752205
  [
    "\x00tags\x00object_464886"
    "object_464886"
  ]
]
820 2.29 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_464886\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
821 4.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:
[
  1784752205
  [
    "\x00tags\x00object_1311809"
    "object_1311809"
  ]
]
822 4.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:
[
  1784752205
  [
    "object_1311809\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
823 2.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:
[
  1784752205
  [
    "\x00tags\x00object_411097"
    "object_411097"
  ]
]
824 2.33 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_411097\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
825 2.34 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_646007"
    "object_646007"
  ]
]
826 2.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:
[
  1784752205
  [
    "object_646007\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
827 2.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:
[
  1784752205
  [
    "\x00tags\x00object_699680"
    "object_699680"
  ]
]
828 2.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:
[
  1784752205
  [
    "object_699680\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
829 2.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:
[
  1784752205
  [
    "\x00tags\x00object_976437"
    "object_976437"
  ]
]
830 2.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:
[
  1784752205
  [
    "object_976437\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
831 1.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:
[
  1784752205
  [
    "\x00tags\x00object_1165993"
    "object_1165993"
  ]
]
832 2.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:
[
  1784752205
  [
    "object_1165993\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
833 2.09 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_668952"
    "object_668952"
  ]
]
834 2.30 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_668952\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
835 2.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:
[
  1784752205
  [
    "\x00tags\x00object_437164"
    "object_437164"
  ]
]
836 2.37 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_437164\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
837 2.10 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_982448"
    "object_982448"
  ]
]
838 2.27 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_982448\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
839 2.07 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_768923"
    "object_768923"
  ]
]
840 1.42 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_768923\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
841 1.31 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_726180"
    "object_726180"
  ]
]
842 1.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:
[
  1784752205
  [
    "object_726180\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
843 1.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:
[
  1784752205
  [
    "\x00tags\x00object_12367"
    "object_12367"
  ]
]
844 1.31 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_12367\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
845 1.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:
[
  1784752205
  [
    "\x00tags\x00object_17491"
    "object_17491"
  ]
]
846 1.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:
[
  1784752205
  [
    "object_17491\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
847 1.33 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_1056330"
    "object_1056330"
  ]
]
848 1.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:
[
  1784752205
  [
    "object_1056330\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
849 1.24 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_492840"
    "object_492840"
  ]
]
850 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:
[
  1784752205
  [
    "object_492840\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
851 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:
[
  1784752205
  [
    "\x00tags\x00object_428590"
    "object_428590"
  ]
]
852 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:
[
  1784752205
  [
    "object_428590\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
853 1.42 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_19866"
    "object_19866"
  ]
]
854 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:
[
  1784752205
  [
    "object_19866\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
855 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:
[
  1784752205
  [
    "\x00tags\x00object_534752"
    "object_534752"
  ]
]
856 13.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:
[
  1784752205
  [
    "object_534752\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
857 1.23 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_541488"
    "object_541488"
  ]
]
858 1.36 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_541488\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
859 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:
[
  1784752205
  [
    "\x00tags\x00object_17431"
    "object_17431"
  ]
]
860 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:
[
  1784752205
  [
    "object_17431\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
861 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:
[
  1784752205
  [
    "\x00tags\x00object_1014744"
    "object_1014744"
  ]
]
862 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:
[
  1784752205
  [
    "object_1014744\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
863 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:
[
  1784752205
  [
    "\x00tags\x00object_337075"
    "object_337075"
  ]
]
864 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:
[
  1784752205
  [
    "object_337075\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
865 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:
[
  1784752205
  [
    "\x00tags\x00object_439864"
    "object_439864"
  ]
]
866 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:
[
  1784752205
  [
    "object_439864\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
867 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:
[
  1784752205
  [
    "\x00tags\x00object_1010424"
    "object_1010424"
  ]
]
868 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:
[
  1784752205
  [
    "object_1010424\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
869 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:
[
  1784752205
  [
    "\x00tags\x00object_1498608"
    "object_1498608"
  ]
]
870 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:
[
  1784752205
  [
    "object_1498608\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
871 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:
[
  1784752205
  [
    "\x00tags\x00object_721251"
    "object_721251"
  ]
]
872 1.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:
[
  1784752205
  [
    "object_721251\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
873 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:
[
  1784752205
  [
    "\x00tags\x00object_814167"
    "object_814167"
  ]
]
874 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:
[
  1784752205
  [
    "object_814167\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
875 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:
[
  1784752205
  [
    "\x00tags\x00object_662796"
    "object_662796"
  ]
]
876 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:
[
  1784752205
  [
    "object_662796\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
877 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:
[
  1784752205
  [
    "\x00tags\x00object_168079"
    "object_168079"
  ]
]
878 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:
[
  1784752205
  [
    "object_168079\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
879 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:
[
  1784752205
  [
    "\x00tags\x00object_1019450"
    "object_1019450"
  ]
]
880 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:
[
  1784752205
  [
    "object_1019450\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
881 1.38 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_1136696"
    "object_1136696"
  ]
]
882 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:
[
  1784752205
  [
    "object_1136696\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
883 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:
[
  1784752205
  [
    "\x00tags\x00object_1452823"
    "object_1452823"
  ]
]
884 1.27 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_1452823\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
885 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:
[
  1784752205
  [
    "\x00tags\x00object_12346"
    "object_12346"
  ]
]
886 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:
[
  1784752205
  [
    "object_12346\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
887 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:
[
  1784752205
  [
    "\x00tags\x00object_441439"
    "object_441439"
  ]
]
888 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:
[
  1784752205
  [
    "object_441439\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
889 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:
[
  1784752205
  [
    "\x00tags\x00object_1336472"
    "object_1336472"
  ]
]
890 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:
[
  1784752205
  [
    "object_1336472\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
891 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:
[
  1784752205
  [
    "\x00tags\x00object_475503"
    "object_475503"
  ]
]
892 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:
[
  1784752205
  [
    "object_475503\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
893 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:
[
  1784752205
  [
    "\x00tags\x00object_337102"
    "object_337102"
  ]
]
894 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:
[
  1784752205
  [
    "object_337102\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
895 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:
[
  1784752205
  [
    "\x00tags\x00object_863103"
    "object_863103"
  ]
]
896 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:
[
  1784752205
  [
    "object_863103\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
897 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:
[
  1784752205
  [
    "\x00tags\x00object_1060164"
    "object_1060164"
  ]
]
898 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:
[
  1784752205
  [
    "object_1060164\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
899 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:
[
  1784752205
  [
    "\x00tags\x00object_439849"
    "object_439849"
  ]
]
900 1.11 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_439849\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
901 2.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:
[
  1784752205
  [
    "\x00tags\x00object_525846"
    "object_525846"
  ]
]
902 1.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:
[
  1784752205
  [
    "object_525846\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
903 3.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:
[
  1784752205
  [
    "\x00tags\x00object_1131693"
    "object_1131693"
  ]
]
904 5.18 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_1131693\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
905 4.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:
[
  1784752205
  [
    "\x00tags\x00object_1291177"
    "object_1291177"
  ]
]
906 2.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:
[
  1784752205
  [
    "object_1291177\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
907 2.06 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_104311"
    "object_104311"
  ]
]
908 2.37 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_104311\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
909 2.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:
[
  1784752205
  [
    "\x00tags\x00object_1411088"
    "object_1411088"
  ]
]
910 2.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:
[
  1784752205
  [
    "object_1411088\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
911 2.09 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_974871"
    "object_974871"
  ]
]
912 2.18 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_974871\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
913 2.42 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_882827"
    "object_882827"
  ]
]
914 2.35 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_882827\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
915 2.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:
[
  1784752205
  [
    "\x00tags\x00object_1132811"
    "object_1132811"
  ]
]
916 2.33 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_1132811\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
917 1.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:
[
  1784752205
  [
    "\x00tags\x00object_1126247"
    "object_1126247"
  ]
]
918 2.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:
[
  1784752205
  [
    "object_1126247\x00tags\x00"
    "class_2\x00tags\x00"
  ]
]
919 1.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:
[
  1784752205
  [
    "\x00tags\x00object_41"
    "object_41"
  ]
]
920 2.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:
[
  1784752205
  [
    "object_41\x00tags\x00"
  ]
]
921 1.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:
[
  1784752205
  [
    "\x00tags\x00object_44"
    "object_44"
  ]
]
922 2.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:
[
  1784752205
  [
    "object_44\x00tags\x00"
  ]
]
923 2.19 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "\x00tags\x00object_1"
    "object_1"
  ]
]
924 1.15 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1784752205
  [
    "object_1\x00tags\x00"
  ]
]
925 1.33 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:
[]
926 1.31 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:
[]
927 0.75 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:
[]
928 0.93 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:
[]
929 0.78 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:
[]
930 0.79 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:
[]
931 0.80 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:
[]
932 0.89 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:
[]
933 0.77 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:
[]
934 0.85 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:
[]
935 0.73 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:
[]
936 0.90 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:
[]
937 0.91 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1459962) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
938 0.93 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:
[]
939 0.92 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:
[]
940 0.85 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:
[]
941 0.72 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:
[]
942 0.87 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:
[]
943 1.35 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:
[]
944 0.75 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:
[]
945 0.75 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:
[]
946 0.81 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:
[]
947 0.78 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1434622) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
948 0.84 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:
[]
949 0.86 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:
[]
950 0.76 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:
[]
951 1.02 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:
[]
952 1.74 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:
[]
953 1.19 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:
[]
954 1.01 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:
[]
955 0.80 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:
[]
956 0.87 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:
[]
957 0.97 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:
[]
958 1.00 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:
[]
959 1.29 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:
[]
960 1.13 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:
[]
961 1.26 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:
[]
962 1.04 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:
[]
963 1.06 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:
[]
964 0.93 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:
[]
965 1.08 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:
[]
966 1.00 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:
[]
967 1.06 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:
[]
968 1.32 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:
[]
969 1.12 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:
[]
970 1.11 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:
[]
971 0.94 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:
[]
972 0.79 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:
[]
973 0.79 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1392560) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
974 0.84 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:
[]
975 0.81 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:
[]
976 0.81 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:
[]
977 0.79 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:
[]
978 0.86 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:
[]
979 1.03 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:
[]
980 1.05 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:
[]
981 1.04 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:
[]
982 0.83 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:
[]
983 0.60 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:
[]
984 0.72 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:
[]
985 0.81 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1357049) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
986 0.90 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:
[]
987 0.74 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:
[]
988 0.77 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:
[]
989 0.84 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:
[]
990 0.83 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:
[]
991 0.74 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:
[]
992 1.40 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:
[]
993 1.18 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:
[]
994 1.27 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:
[]
995 1.62 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:
[]
996 1.31 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:
[]
997 1.14 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:
[]
998 1.22 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:
[]
999 1.33 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:
[]
1000 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:
[]
1001 1.27 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:
[]
1002 1.31 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:
[]
1003 1.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:
[]
1004 1.58 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:
[]
1005 1.36 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:
[]
1006 1.30 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:
[]
1007 1.20 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:
[]
1008 1.56 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:
[]
1009 1.31 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:
[]
1010 1.15 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:
[]
1011 1.05 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:
[]
1012 1.02 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:
[]
1013 1.20 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:
[]
1014 1.62 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:
[]
1015 1.24 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:
[]
1016 1.04 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:
[]
1017 1.46 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1374513) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1018 1.61 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1323416) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1019 2.22 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:
[]
1020 1.07 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:
[]
1021 1.10 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:
[]
1022 1.98 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:
[]
1023 1.11 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:
[]
1024 0.98 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:
[]
1025 0.95 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1414079) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1026 0.82 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:
[]
1027 1.35 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1488924) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1028 1.10 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1409090) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1029 0.96 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:
[]
1030 0.84 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:
[]
1031 0.99 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:
[]
1032 0.88 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:
[]
1033 1.00 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:
[]
1034 1.06 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:
[]
1035 0.81 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:
[]
1036 1.54 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:
[]
1037 1.09 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:
[]
1038 0.94 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:
[]
1039 0.89 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:
[]
1040 1.08 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:
[]
1041 0.99 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:
[]
1042 0.85 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:
[]
1043 0.90 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1401149) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1044 0.81 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:
[]
1045 1.03 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:
[]
1046 1.10 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:
[]
1047 1.09 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:
[]
1048 1.14 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1355035) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1049 0.93 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:
[]
1050 0.87 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:
[]
1051 0.88 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:
[]
1052 0.75 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:
[]
1053 0.83 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:
[]
1054 0.83 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1461784) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1055 0.76 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:
[]
1056 0.90 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:
[]
1057 0.90 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:
[]
1058 0.87 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:
[]
1059 0.97 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:
[]
1060 0.84 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:
[]
1061 0.83 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:
[]
1062 0.75 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:
[]
1063 0.70 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:
[]
1064 0.90 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:
[]
1065 0.95 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:
[]
1066 0.79 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:
[]
1067 1.32 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:
[]
1068 0.89 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:
[]
1069 0.97 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:
[]
1070 0.76 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:
[]
1071 0.92 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:
[]
1072 1.10 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:
[]
1073 1.37 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1384327) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1074 11.87 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:
[]
1075 1.57 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:
[]
1076 1.20 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:
[]
1077 1.14 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:
[]
1078 1.05 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:
[]
1079 1.13 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:
[]
1080 1.17 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:
[]
1081 1.21 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:
[]
1082 0.91 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:
[]
1083 1.10 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:
[]
1084 1.02 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:
[]
1085 1.02 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:
[]
1086 1.16 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:
[]
1087 1.12 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1462821) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1088 1.06 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:
[]
1089 0.86 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:
[]
1090 0.96 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:
[]
1091 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:
[]
1092 0.96 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:
[]
1093 0.93 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:
[]
1094 0.89 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:
[]
1095 1.04 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:
[]
1096 0.85 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:
[]
1097 0.71 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:
[]
1098 0.67 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:
[]
1099 0.82 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:
[]
1100 0.93 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:
[]
1101 0.92 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:
[]
1102 0.80 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:
[]
1103 0.82 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1462586) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1104 0.80 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:
[]
1105 0.89 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:
[]
1106 0.82 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:
[]
1107 0.87 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:
[]
1108 0.91 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:
[]
1109 0.93 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:
[]
1110 0.98 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:
[]
1111 0.82 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:
[]
1112 0.79 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:
[]
1113 1.12 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:
[]
1114 0.81 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:
[]
1115 0.85 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:
[]
1116 0.76 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:
[]
1117 0.81 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:
[]
1118 0.90 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:
[]
1119 1.16 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:
[]
1120 1.11 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:
[]
1121 0.99 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:
[]
1122 0.97 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:
[]
1123 0.79 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:
[]
1124 1.03 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:
[]
1125 0.91 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:
[]
1126 1.65 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:
[]
1127 0.90 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:
[]
1128 0.88 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:
[]
1129 1.18 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:
[]
1130 1.43 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:
[]
1131 1.16 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:
[]
1132 0.94 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:
[]
1133 0.99 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:
[]
1134 1.33 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:
[]
1135 1.07 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:
[]
1136 0.77 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:
[]
1137 0.86 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:
[]
1138 1.05 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:
[]
1139 0.73 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:
[]
1140 0.65 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:
[]
1141 0.61 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1459956) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1142 0.72 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1488918) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1143 0.83 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:
[]
1144 0.78 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:
[]
1145 0.81 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:
[]
1146 1.08 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:
[]
1147 0.87 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1369288) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1148 0.86 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:
[]
1149 0.85 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:
[]
1150 1.26 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:
[]
1151 0.93 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:
[]
1152 0.76 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:
[]
1153 0.89 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:
[]
1154 0.78 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:
[]
1155 0.82 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:
[]
1156 0.81 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:
[]
1157 0.90 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:
[]
1158 0.93 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:
[]
1159 1.07 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:
[]
1160 0.80 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:
[]
1161 1.35 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:
[]
1162 0.78 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:
[]
1163 0.97 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1390936) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1164 0.84 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:
[]
1165 0.72 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:
[]
1166 0.89 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:
[]
1167 0.95 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:
[]
1168 0.87 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:
[]
1169 0.78 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:
[]
1170 0.61 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:
[]
1171 0.65 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:
[]
1172 0.65 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:
[]
1173 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:
[]
1174 0.87 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:
[]
1175 0.85 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:
[]
1176 1.11 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:
[]
1177 0.74 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:
[]
1178 0.79 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:
[]
1179 0.80 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:
[]
1180 0.82 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1432172) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1181 0.70 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:
[]
1182 0.67 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:
[]
1183 0.65 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:
[]
1184 1.03 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:
[]
1185 0.80 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:
[]
1186 0.71 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:
[]
1187 0.82 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:
[]
1188 0.81 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:
[]
1189 0.87 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:
[]
1190 0.78 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:
[]
1191 0.77 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:
[]
1192 0.93 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1434619) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1193 0.82 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:
[]
1194 0.69 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:
[]
1195 0.95 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:
[]
1196 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:
[]
1197 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:
[]
1198 0.66 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:
[]
1199 0.88 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:
[]
1200 0.62 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:
[]
1201 0.85 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1429825) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1202 0.89 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:
[]
1203 0.81 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:
[]
1204 1.12 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:
[]
1205 0.77 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:
[]
1206 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:
[]
1207 0.78 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:
[]
1208 0.83 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:
[]
1209 0.73 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:
[]
1210 0.60 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:
[]
1211 0.60 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:
[]
1212 0.77 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1374816) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1213 1.15 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:
[]
1214 1.08 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:
[]
1215 0.93 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1340204) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1216 0.77 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:
[]
1217 0.73 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:
[]
1218 0.72 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:
[]
1219 0.76 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:
[]
1220 1.09 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:
[]
1221 0.86 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:
[]
1222 0.69 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:
[]
1223 0.80 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:
[]
1224 0.66 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:
[]
1225 0.65 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1424272) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1226 0.74 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:
[]
1227 0.75 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:
[]
1228 0.91 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:
[]
1229 0.72 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:
[]
1230 0.74 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:
[]
1231 0.97 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:
[]
1232 0.99 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:
[]
1233 0.97 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:
[]
1234 0.93 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:
[]
1235 1.29 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:
[]
1236 1.05 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:
[]
1237 0.94 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:
[]
1238 1.12 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:
[]
1239 1.06 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:
[]
1240 1.36 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:
[]
1241 1.09 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:
[]
1242 1.22 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:
[]
1243 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:
[]
1244 0.95 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:
[]
1245 0.80 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:
[]
1246 0.93 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:
[]
1247 1.13 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:
[]
1248 0.98 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:
[]
1249 1.42 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:
[]
1250 1.27 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:
[]
1251 1.02 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:
[]
1252 1.18 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:
[]
1253 1.49 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:
[]
1254 1.18 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1437605) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1255 1.17 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:
[]
1256 1.04 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:
[]
1257 0.96 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:
[]
1258 1.04 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:
[]
1259 0.87 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:
[]
1260 0.64 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:
[]
1261 0.67 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:
[]
1262 0.66 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:
[]
1263 0.72 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1376311) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1264 0.75 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:
[]
1265 0.67 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:
[]
1266 0.67 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:
[]
1267 0.80 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:
[]
1268 0.84 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:
[]
1269 0.78 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:
[]
1270 0.82 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:
[]
1271 0.75 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:
[]
1272 0.63 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:
[]
1273 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1413941) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1274 0.72 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:
[]
1275 0.61 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:
[]
1276 0.67 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:
[]
1277 0.71 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1490906) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1278 1.24 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:
[]
1279 0.66 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:
[]
1280 0.66 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:
[]
1281 0.74 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1401743) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1282 0.95 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:
[]
1283 0.79 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:
[]
1284 0.79 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1452646) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1285 0.63 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:
[]
1286 0.66 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:
[]
1287 0.58 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:
[]
1288 0.75 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:
[]
1289 0.69 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:
[]
1290 0.85 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:
[]
1291 0.64 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:
[]
1292 0.60 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:
[]
1293 0.60 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:
[]
1294 0.66 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1335535) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1295 0.71 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:
[]
1296 0.76 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:
[]
1297 0.68 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:
[]
1298 0.61 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:
[]
1299 0.75 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:
[]
1300 0.56 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:
[]
1301 0.66 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:
[]
1302 0.62 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:
[]
1303 0.65 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:
[]
1304 0.85 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:
[]
1305 1.11 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:
[]
1306 1.12 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1397267) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1307 0.69 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:
[]
1308 0.74 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1434802) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1309 0.97 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:
[]
1310 0.64 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1396988) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1311 0.56 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1332230) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1312 0.53 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:
[]
1313 0.60 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:
[]
1314 0.81 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:
[]
1315 0.77 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:
[]
1316 0.74 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:
[]
1317 0.71 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:
[]
1318 0.74 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:
[]
1319 0.93 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:
[]
1320 1.51 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:
[]
1321 1.05 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:
[]
1322 0.97 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:
[]
1323 0.98 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:
[]
1324 0.98 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:
[]
1325 1.16 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:
[]
1326 1.01 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:
[]
1327 0.78 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:
[]
1328 0.94 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:
[]
1329 0.96 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:
[]
1330 1.07 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:
[]
1331 0.96 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:
[]
1332 0.86 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:
[]
1333 1.16 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:
[]
1334 0.97 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:
[]
1335 1.04 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:
[]
1336 0.98 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:
[]
1337 1.10 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:
[]
1338 1.08 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:
[]
1339 0.93 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:
[]
1340 0.89 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:
[]
1341 0.94 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:
[]
1342 0.90 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:
[]
1343 0.89 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:
[]
1344 0.80 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:
[]
1345 0.91 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:
[]
1346 1.02 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1498608) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1347 0.97 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:
[]
1348 0.75 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:
[]
1349 0.60 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:
[]
1350 0.63 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:
[]
1351 0.64 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:
[]
1352 0.57 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:
[]
1353 0.63 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1452823) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1354 0.78 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:
[]
1355 0.72 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:
[]
1356 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1336472) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1357 0.61 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:
[]
1358 0.59 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:
[]
1359 0.55 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:
[]
1360 0.55 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:
[]
1361 0.58 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:
[]
1362 0.74 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:
[]
1363 0.76 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:
[]
1364 0.75 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:
[]
1365 0.61 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:
[]
1366 0.56 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1411088) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1367 0.58 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:
[]
1368 0.62 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:
[]
1369 0.63 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:
[]
1370 0.57 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:
[]
1371 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:
[]
1372 0.67 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:
[]
1373 0.77 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:
[]
1374 0.68 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:
[]
1375 0.82 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:
[]
1376 0.60 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:
[]
1377 0.89 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:
[]
1378 0.92 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:
[]
1379 0.69 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:
[]
1380 0.91 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:
[]
1381 0.83 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:
[]
1382 0.64 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:
[]
1383 0.66 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1459962) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1384 0.65 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:
[]
1385 1.06 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:
[]
1386 0.84 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:
[]
1387 1.13 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:
[]
1388 0.77 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:
[]
1389 0.88 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:
[]
1390 0.71 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:
[]
1391 0.69 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:
[]
1392 0.68 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:
[]
1393 0.58 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1434622) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1394 0.56 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:
[]
1395 0.65 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:
[]
1396 0.60 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:
[]
1397 0.66 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:
[]
1398 0.68 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:
[]
1399 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:
[]
1400 1.20 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:
[]
1401 0.81 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:
[]
1402 0.78 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:
[]
1403 0.73 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:
[]
1404 0.83 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:
[]
1405 0.80 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:
[]
1406 0.86 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:
[]
1407 1.46 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:
[]
1408 1.28 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:
[]
1409 0.96 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:
[]
1410 0.93 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:
[]
1411 1.42 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:
[]
1412 0.92 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:
[]
1413 0.94 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:
[]
1414 1.02 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:
[]
1415 0.82 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:
[]
1416 1.27 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:
[]
1417 1.07 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:
[]
1418 1.11 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:
[]
1419 1.15 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1392560) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1420 1.02 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:
[]
1421 0.99 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:
[]
1422 1.00 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:
[]
1423 1.06 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:
[]
1424 0.89 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:
[]
1425 1.02 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:
[]
1426 1.02 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:
[]
1427 0.88 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:
[]
1428 0.99 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:
[]
1429 0.77 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:
[]
1430 0.96 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:
[]
1431 0.94 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1357049) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1432 0.75 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:
[]
1433 0.79 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:
[]
1434 0.83 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:
[]
1435 0.97 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:
[]
1436 1.13 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:
[]
1437 0.99 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:
[]
1438 0.75 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:
[]
1439 0.97 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:
[]
1440 0.80 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:
[]
1441 0.86 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:
[]
1442 0.92 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:
[]
1443 0.74 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:
[]
1444 0.66 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:
[]
1445 0.67 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:
[]
1446 0.61 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:
[]
1447 0.63 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:
[]
1448 1.02 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:
[]
1449 0.84 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:
[]
1450 1.07 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:
[]
1451 0.96 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:
[]
1452 0.96 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:
[]
1453 0.73 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:
[]
1454 1.31 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:
[]
1455 1.54 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:
[]
1456 0.82 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:
[]
1457 0.92 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:
[]
1458 1.16 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:
[]
1459 0.85 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:
[]
1460 0.80 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:
[]
1461 0.86 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:
[]
1462 0.92 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:
[]
1463 0.87 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1374513) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1464 0.78 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1323416) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1465 0.72 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:
[]
1466 0.68 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:
[]
1467 0.98 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:
[]
1468 1.16 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:
[]
1469 1.10 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:
[]
1470 1.25 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:
[]
1471 1.11 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1414079) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1472 0.95 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:
[]
1473 0.99 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1488924) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1474 1.56 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1409090) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1475 1.14 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:
[]
1476 1.30 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:
[]
1477 1.01 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:
[]
1478 1.10 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:
[]
1479 0.89 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:
[]
1480 1.07 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:
[]
1481 0.94 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:
[]
1482 1.15 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:
[]
1483 1.44 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:
[]
1484 0.92 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:
[]
1485 0.99 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:
[]
1486 1.12 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:
[]
1487 0.95 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:
[]
1488 0.83 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:
[]
1489 0.67 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1401149) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1490 0.75 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:
[]
1491 0.85 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:
[]
1492 0.76 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:
[]
1493 0.98 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:
[]
1494 0.66 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1355035) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1495 0.69 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:
[]
1496 0.57 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:
[]
1497 0.64 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:
[]
1498 1.00 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:
[]
1499 0.76 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:
[]
1500 1.12 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1461784) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1501 0.79 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:
[]
1502 0.78 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:
[]
1503 0.89 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:
[]
1504 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:
[]
1505 0.65 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:
[]
1506 1.05 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:
[]
1507 0.72 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:
[]
1508 0.63 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:
[]
1509 0.65 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:
[]
1510 0.66 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:
[]
1511 0.66 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:
[]
1512 1.09 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:
[]
1513 0.68 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:
[]
1514 0.60 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:
[]
1515 0.60 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:
[]
1516 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:
[]
1517 0.84 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:
[]
1518 0.79 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:
[]
1519 0.63 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1384327) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1520 0.67 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:
[]
1521 0.74 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:
[]
1522 0.66 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:
[]
1523 0.75 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:
[]
1524 0.68 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:
[]
1525 0.56 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:
[]
1526 0.88 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:
[]
1527 0.67 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:
[]
1528 0.71 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:
[]
1529 0.63 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:
[]
1530 0.74 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:
[]
1531 0.73 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:
[]
1532 0.73 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:
[]
1533 0.89 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1462821) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1534 0.82 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:
[]
1535 0.82 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:
[]
1536 0.83 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:
[]
1537 0.65 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:
[]
1538 0.78 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:
[]
1539 1.29 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:
[]
1540 0.76 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:
[]
1541 0.90 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:
[]
1542 0.59 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:
[]
1543 0.77 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:
[]
1544 0.69 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:
[]
1545 0.85 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:
[]
1546 0.79 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:
[]
1547 0.91 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:
[]
1548 0.83 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:
[]
1549 0.87 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1462586) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1550 1.09 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:
[]
1551 0.92 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:
[]
1552 0.93 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:
[]
1553 0.88 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:
[]
1554 0.89 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:
[]
1555 1.14 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:
[]
1556 1.11 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:
[]
1557 1.09 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:
[]
1558 0.87 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:
[]
1559 0.90 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:
[]
1560 0.81 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:
[]
1561 1.09 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:
[]
1562 0.92 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:
[]
1563 0.90 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:
[]
1564 1.15 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:
[]
1565 0.96 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:
[]
1566 1.06 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:
[]
1567 0.90 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:
[]
1568 0.97 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:
[]
1569 0.87 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:
[]
1570 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:
[]
1571 0.97 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:
[]
1572 0.83 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:
[]
1573 0.71 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:
[]
1574 1.12 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:
[]
1575 0.89 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:
[]
1576 0.72 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:
[]
1577 0.68 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:
[]
1578 0.82 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:
[]
1579 0.76 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:
[]
1580 0.76 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:
[]
1581 0.80 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:
[]
1582 0.71 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:
[]
1583 0.88 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:
[]
1584 0.63 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:
[]
1585 0.75 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:
[]
1586 0.74 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:
[]
1587 1.21 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1459956) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1588 0.78 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1488918) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1589 0.83 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:
[]
1590 0.73 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:
[]
1591 0.73 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:
[]
1592 0.74 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:
[]
1593 0.71 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1369288) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1594 0.95 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:
[]
1595 0.62 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:
[]
1596 0.50 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:
[]
1597 0.79 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:
[]
1598 0.85 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:
[]
1599 0.73 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:
[]
1600 0.65 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:
[]
1601 0.72 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:
[]
1602 0.69 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:
[]
1603 0.66 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:
[]
1604 0.55 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:
[]
1605 0.76 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:
[]
1606 1.09 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:
[]
1607 0.79 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:
[]
1608 0.74 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:
[]
1609 0.58 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1390936) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1610 0.72 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:
[]
1611 0.64 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:
[]
1612 0.62 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:
[]
1613 0.85 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:
[]
1614 0.98 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:
[]
1615 1.07 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:
[]
1616 0.74 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:
[]
1617 0.73 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:
[]
1618 0.77 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:
[]
1619 0.88 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:
[]
1620 0.60 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:
[]
1621 0.60 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:
[]
1622 0.81 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:
[]
1623 0.95 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:
[]
1624 0.70 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:
[]
1625 0.70 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:
[]
1626 0.64 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1432172) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1627 0.88 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:
[]
1628 0.84 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:
[]
1629 0.80 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:
[]
1630 0.83 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:
[]
1631 1.30 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:
[]
1632 1.14 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:
[]
1633 1.00 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:
[]
1634 0.79 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:
[]
1635 0.83 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:
[]
1636 1.14 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:
[]
1637 0.95 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:
[]
1638 0.69 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1434619) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1639 0.82 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:
[]
1640 1.16 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:
[]
1641 0.89 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:
[]
1642 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:
[]
1643 0.75 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:
[]
1644 0.86 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:
[]
1645 0.84 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:
[]
1646 0.73 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:
[]
1647 0.83 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1429825) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1648 0.82 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:
[]
1649 0.80 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:
[]
1650 0.84 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:
[]
1651 0.65 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:
[]
1652 0.76 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:
[]
1653 0.83 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:
[]
1654 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:
[]
1655 0.73 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:
[]
1656 0.80 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:
[]
1657 0.77 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:
[]
1658 0.83 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1374816) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1659 0.85 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:
[]
1660 0.70 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:
[]
1661 0.88 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1340204) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1662 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:
[]
1663 1.15 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:
[]
1664 1.23 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:
[]
1665 0.88 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:
[]
1666 1.10 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:
[]
1667 1.47 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:
[]
1668 1.13 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:
[]
1669 1.15 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:
[]
1670 1.08 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:
[]
1671 1.02 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1424272) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1672 1.42 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:
[]
1673 0.85 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:
[]
1674 0.88 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:
[]
1675 1.19 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:
[]
1676 0.96 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:
[]
1677 1.07 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:
[]
1678 0.91 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:
[]
1679 1.17 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:
[]
1680 1.23 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:
[]
1681 0.97 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:
[]
1682 0.91 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:
[]
1683 0.79 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:
[]
1684 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:
[]
1685 0.84 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:
[]
1686 0.58 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:
[]
1687 0.81 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:
[]
1688 0.78 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:
[]
1689 1.27 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:
[]
1690 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:
[]
1691 0.65 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:
[]
1692 0.77 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:
[]
1693 0.64 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:
[]
1694 0.70 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:
[]
1695 0.82 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:
[]
1696 1.05 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:
[]
1697 0.96 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:
[]
1698 0.71 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:
[]
1699 0.83 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:
[]
1700 3.50 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1437605) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1701 0.91 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:
[]
1702 1.19 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:
[]
1703 0.93 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:
[]
1704 0.91 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:
[]
1705 0.88 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:
[]
1706 0.86 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:
[]
1707 0.69 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:
[]
1708 0.86 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:
[]
1709 0.85 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1376311) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1710 0.79 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:
[]
1711 0.94 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:
[]
1712 0.68 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:
[]
1713 0.70 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:
[]
1714 0.79 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:
[]
1715 1.17 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:
[]
1716 0.95 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:
[]
1717 0.92 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:
[]
1718 0.84 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:
[]
1719 0.69 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1413941) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1720 0.73 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:
[]
1721 1.00 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:
[]
1722 1.46 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:
[]
1723 0.90 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1490906) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1724 0.97 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:
[]
1725 0.76 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:
[]
1726 0.78 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:
[]
1727 9.47 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1401743) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1728 1.21 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:
[]
1729 1.26 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:
[]
1730 0.96 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1452646) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1731 1.15 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:
[]
1732 1.25 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:
[]
1733 1.20 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:
[]
1734 1.07 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:
[]
1735 1.15 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:
[]
1736 1.06 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:
[]
1737 0.75 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:
[]
1738 0.70 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:
[]
1739 0.67 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:
[]
1740 0.86 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1335535) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1741 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:
[]
1742 0.69 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:
[]
1743 0.68 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:
[]
1744 2.22 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:
[]
1745 0.85 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:
[]
1746 1.03 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:
[]
1747 0.77 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:
[]
1748 0.86 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:
[]
1749 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:
[]
1750 0.78 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:
[]
1751 1.09 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:
[]
1752 1.16 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1397267) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1753 0.93 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:
[]
1754 0.73 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1434802) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1755 0.91 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:
[]
1756 1.27 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1396988) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1757 0.96 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1332230) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1758 0.97 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:
[]
1759 0.72 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:
[]
1760 1.24 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:
[]
1761 0.98 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:
[]
1762 0.92 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:
[]
1763 0.71 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:
[]
1764 0.75 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:
[]
1765 0.66 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:
[]
1766 0.68 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:
[]
1767 0.99 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:
[]
1768 0.86 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:
[]
1769 0.75 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:
[]
1770 0.69 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:
[]
1771 0.68 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:
[]
1772 1.27 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:
[]
1773 0.90 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:
[]
1774 0.63 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:
[]
1775 0.77 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:
[]
1776 0.87 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:
[]
1777 0.91 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:
[]
1778 0.75 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:
[]
1779 1.15 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:
[]
1780 1.03 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:
[]
1781 1.05 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:
[]
1782 0.89 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:
[]
1783 1.30 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:
[]
1784 1.10 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:
[]
1785 1.04 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:
[]
1786 0.96 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:
[]
1787 1.16 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:
[]
1788 1.15 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:
[]
1789 0.92 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:
[]
1790 0.97 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:
[]
1791 1.64 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:
[]
1792 1.41 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1498608) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1793 1.28 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:
[]
1794 1.37 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:
[]
1795 1.02 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:
[]
1796 0.88 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:
[]
1797 1.10 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:
[]
1798 1.04 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:
[]
1799 0.90 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1452823) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1800 1.25 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:
[]
1801 0.96 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:
[]
1802 1.08 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1336472) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1803 0.84 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:
[]
1804 0.99 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:
[]
1805 0.82 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:
[]
1806 0.91 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:
[]
1807 1.03 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:
[]
1808 0.78 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:
[]
1809 0.68 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:
[]
1810 1.17 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:
[]
1811 1.08 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:
[]
1812 0.86 ms
SELECT `read` FROM plugin_datahub_workspaces_object WHERE cid IN (1,41,44,1,1411088) AND configuration = 'sellers' AND `read`=1 ORDER BY LENGTH(cpath) DESC LIMIT 1
Parameters:
[]
1813 1.03 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:
[]
1814 1.05 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:
[]
1815 0.97 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:
[]
1816 0.87 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.