Query Metrics

336 Database Queries
22 Different statements
274.93 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 2.57 ms
SELECT *
            FROM website_settings
            WHERE name = ?
                AND (
                    siteId IS NULL
                    OR siteId = 0
                    OR siteId = ?
                )
                AND (
                    language IS NULL
                    OR language = ''
                    OR language = ?
                )
            ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC
Parameters:
[
  "product_document"
  null
  null
]
2 0.43 ms
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  30
]
3 6.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:
[
  1769115694
  [
    "\x00tags\x00document_5"
    "document_5"
  ]
]
4 0.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:
[
  1769115694
  [
    "document_5\x00tags\x00"
  ]
]
5 0.51 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1769115695
  [
    "\x00tags\x00site_domain_c27b696b5077b6db8ab9042bb1597fbd"
    "site_domain_c27b696b5077b6db8ab9042bb1597fbd"
  ]
]
6 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:
[
  1769115695
  [
    "system\x00tags\x00"
    "site\x00tags\x00"
    "site_domain_c27b696b5077b6db8ab9042bb1597fbd\x00tags\x00"
  ]
]
7 5.19 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" => "/nl/aanbod/01-AQUARIUM~g63258/0109-Aquarium_deco~sg63308"
  "sourcePathQuery" => "/nl/aanbod/01-AQUARIUM~g63258/0109-Aquarium_deco~sg63308"
  "sourceEntireUri" => "https://holvoet.staging.ultinova.be/nl/aanbod/01-AQUARIUM~g63258/0109-Aquarium_deco~sg63308"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
8 0.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:
[
  1769115695
  [
    "\x00tags\x00system_route_redirect"
    "system_route_redirect"
  ]
]
9 0.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:
[
  1769115695
  [
    "system\x00tags\x00"
    "redirect\x00tags\x00"
    "route\x00tags\x00"
    "system_route_redirect\x00tags\x00"
  ]
]
10 6.76 ms
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "reports"
  "scope" => "pimcore"
]
11 6.98 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "0109-Aquarium_deco~sg63308"
  "path" => "/nl/aanbod/01-AQUARIUM~g63258/"
]
12 0.20 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/nl/aanbod/01-AQUARIUM~g63258/0109-Aquarium_deco~sg63308"
]
13 0.18 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "01-AQUARIUM~g63258"
  "path" => "/nl/aanbod/"
]
14 0.19 ms
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/nl/aanbod/01-AQUARIUM~g63258"
]
15 0.15 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "aanbod"
  "path" => "/nl/"
]
16 0.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:
[
  1769115695
  [
    "\x00tags\x00document_properties_5"
    "document_properties_5"
  ]
]
17 0.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:
[
  1769115695
  [
    "document_properties\x00tags\x00"
    "document_5\x00tags\x00"
    "document_properties_5\x00tags\x00"
  ]
]
18 0.23 ms
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[]
19 0.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:
[
  1769115695
  [
    "\x00tags\x00object_63258"
    "object_63258"
  ]
]
20 0.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:
[
  1769115695
  [
    "object_63258\x00tags\x00"
    "class_5\x00tags\x00"
    "asset_247\x00tags\x00"
    "asset_248\x00tags\x00"
  ]
]
21 3.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:
[
  1769115695
  [
    "\x00tags\x00object_63308"
    "object_63308"
  ]
]
22 0.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:
[
  1769115695
  [
    "object_63308\x00tags\x00"
    "class_6\x00tags\x00"
  ]
]
23 2.41 ms
SELECT dependencies.targetid,dependencies.targettype
            FROM dependencies
            LEFT JOIN objects ON dependencies.targettype="object" AND dependencies.targetid=objects.o_id
            LEFT JOIN assets ON dependencies.targettype="asset" AND dependencies.targetid=assets.id
            LEFT JOIN documents ON dependencies.targettype="document" AND dependencies.targetid=documents.id
            WHERE dependencies.sourceid = ? AND dependencies.sourcetype = ?
            ORDER BY objects.o_path, objects.o_key, documents.path, documents.key, assets.path, assets.filename
Parameters:
[
  63258
  "object"
]
24 0.58 ms
SELECT dependencies.sourceid, dependencies.sourcetype FROM dependencies
            LEFT JOIN objects ON dependencies.sourceid=objects.o_id AND dependencies.sourcetype="object"
            LEFT JOIN assets ON dependencies.sourceid=assets.id AND dependencies.sourcetype="asset"
            LEFT JOIN documents ON dependencies.sourceid=documents.id AND dependencies.sourcetype="document"
            WHERE dependencies.targettype = ? AND dependencies.targetid = ?
            ORDER BY objects.o_path, objects.o_key, documents.path, documents.key, assets.path, assets.filename
Parameters:
[
  "object"
  63258
]
25 1.55 ms
SELECT object_6.o_id as o_id, object_6.o_type as o_type FROM object_6 WHERE (o_parentId = :groupid AND  object_6.o_type IN ('object','folder')) AND object_6.o_published = 1 ORDER BY `orderList` ASC, `oms` ASC
Parameters:
[
  "groupid" => "63258"
]
26 0.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:
[
  1769115695
  [
    "\x00tags\x00object_63300"
    "object_63300"
  ]
]
27 0.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:
[
  1769115695
  [
    "object_63300\x00tags\x00"
    "class_6\x00tags\x00"
  ]
]
28 3.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:
[
  1769115695
  [
    "\x00tags\x00object_63424"
    "object_63424"
  ]
]
29 0.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:
[
  1769115695
  [
    "object_63424\x00tags\x00"
    "class_6\x00tags\x00"
  ]
]
30 0.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:
[
  1769115695
  [
    "\x00tags\x00object_63305"
    "object_63305"
  ]
]
31 0.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:
[
  1769115695
  [
    "object_63305\x00tags\x00"
    "class_6\x00tags\x00"
  ]
]
32 0.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:
[
  1769115695
  [
    "\x00tags\x00object_63304"
    "object_63304"
  ]
]
33 0.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:
[
  1769115695
  [
    "object_63304\x00tags\x00"
    "class_6\x00tags\x00"
  ]
]
34 0.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:
[
  1769115695
  [
    "\x00tags\x00object_63306"
    "object_63306"
  ]
]
35 0.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:
[
  1769115695
  [
    "object_63306\x00tags\x00"
    "class_6\x00tags\x00"
  ]
]
36 0.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:
[
  1769115695
  [
    "\x00tags\x00object_63303"
    "object_63303"
  ]
]
37 0.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:
[
  1769115695
  [
    "object_63303\x00tags\x00"
    "class_6\x00tags\x00"
  ]
]
38 0.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:
[
  1769115695
  [
    "\x00tags\x00object_63341"
    "object_63341"
  ]
]
39 0.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:
[
  1769115695
  [
    "object_63341\x00tags\x00"
    "class_6\x00tags\x00"
  ]
]
40 0.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:
[
  1769115695
  [
    "\x00tags\x00object_63312"
    "object_63312"
  ]
]
41 0.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:
[
  1769115695
  [
    "object_63312\x00tags\x00"
    "class_6\x00tags\x00"
  ]
]
42 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:
[
  1769115695
  [
    "\x00tags\x00object_63309"
    "object_63309"
  ]
]
43 0.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:
[
  1769115695
  [
    "object_63309\x00tags\x00"
    "class_6\x00tags\x00"
  ]
]
44 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:
[
  1769115695
  [
    "\x00tags\x00object_63313"
    "object_63313"
  ]
]
45 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:
[
  1769115695
  [
    "object_63313\x00tags\x00"
    "class_6\x00tags\x00"
  ]
]
46 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:
[
  1769115695
  [
    "\x00tags\x00object_63311"
    "object_63311"
  ]
]
47 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:
[
  1769115695
  [
    "object_63311\x00tags\x00"
    "class_6\x00tags\x00"
  ]
]
48 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:
[
  1769115695
  [
    "\x00tags\x00object_63301"
    "object_63301"
  ]
]
49 0.59 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1769115695
  [
    "object_63301\x00tags\x00"
    "class_6\x00tags\x00"
  ]
]
50 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:
[
  1769115695
  [
    "\x00tags\x00object_63302"
    "object_63302"
  ]
]
51 0.57 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1769115695
  [
    "object_63302\x00tags\x00"
    "class_6\x00tags\x00"
  ]
]
52 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:
[
  1769115695
  [
    "\x00tags\x00object_63307"
    "object_63307"
  ]
]
53 0.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:
[
  1769115695
  [
    "object_63307\x00tags\x00"
    "class_6\x00tags\x00"
  ]
]
54 0.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:
[
  1769115695
  [
    "\x00tags\x00object_63337"
    "object_63337"
  ]
]
55 0.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:
[
  1769115695
  [
    "object_63337\x00tags\x00"
    "class_6\x00tags\x00"
  ]
]
56 0.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:
[
  1769115695
  [
    "\x00tags\x00object_63310"
    "object_63310"
  ]
]
57 0.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:
[
  1769115695
  [
    "object_63310\x00tags\x00"
    "class_6\x00tags\x00"
  ]
]
58 0.50 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1769115695
  [
    "\x00tags\x00object_63420"
    "object_63420"
  ]
]
59 0.55 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1769115695
  [
    "object_63420\x00tags\x00"
    "class_6\x00tags\x00"
  ]
]
60 15.00 ms
SELECT `merk` FROM `object_7` WHERE `merk` IS NOT NULL AND o_parentId = 63308
Parameters:
[]
61 28.59 ms
SELECT object_7.o_id as o_id, object_7.o_type as o_type FROM object_7 WHERE (o_parentId = :parentId AND `merk` != '' AND `merk` IS NOT NULL AND `stock` != '' AND `stock` IS NOT NULL AND  object_7.o_type IN ('object','folder')) AND object_7.o_published = 1 ORDER BY `merk` ASC, `oms` ASC   LIMIT 36
Parameters:
[
  "parentId" => "63308"
]
62 0.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:
[
  1769115695
  [
    "\x00tags\x00object_100732"
    "object_100732"
  ]
]
63 0.19 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  100732
]
64 5.80 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  100732
]
65 0.32 ms
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "7"
]
66 1.90 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  100732
]
67 6.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:
[
  1769115695
  [
    "\x00tags\x00asset_34974"
    "asset_34974"
  ]
]
68 0.37 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  34974
]
69 0.38 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  100732
]
70 0.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:
[
  1769115695
  [
    "\x00tags\x00object_98561"
    "object_98561"
  ]
]
71 0.26 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  98561
]
72 0.31 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  98561
]
73 0.28 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  98561
]
74 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_35322"
    "asset_35322"
  ]
]
75 1.72 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  35322
]
76 0.25 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  98561
]
77 0.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:
[
  1769115695
  [
    "\x00tags\x00object_99947"
    "object_99947"
  ]
]
78 0.21 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  99947
]
79 0.35 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  99947
]
80 0.27 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  99947
]
81 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_34702"
    "asset_34702"
  ]
]
82 0.93 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  34702
]
83 0.23 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  99947
]
84 0.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:
[
  1769115695
  [
    "\x00tags\x00object_98552"
    "object_98552"
  ]
]
85 0.20 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  98552
]
86 10.01 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  98552
]
87 0.35 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  98552
]
88 0.44 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1769115695
  [
    "\x00tags\x00asset_35313"
    "asset_35313"
  ]
]
89 0.34 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  35313
]
90 0.25 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  98552
]
91 0.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:
[
  1769115695
  [
    "\x00tags\x00object_98553"
    "object_98553"
  ]
]
92 0.21 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  98553
]
93 0.33 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  98553
]
94 0.23 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  98553
]
95 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_35314"
    "asset_35314"
  ]
]
96 0.33 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  35314
]
97 0.22 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  98553
]
98 0.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:
[
  1769115695
  [
    "\x00tags\x00object_98547"
    "object_98547"
  ]
]
99 0.21 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  98547
]
100 0.31 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  98547
]
101 0.24 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  98547
]
102 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_35308"
    "asset_35308"
  ]
]
103 0.27 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  35308
]
104 0.22 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  98547
]
105 0.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:
[
  1769115695
  [
    "\x00tags\x00object_98546"
    "object_98546"
  ]
]
106 0.14 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  98546
]
107 0.22 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  98546
]
108 0.21 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  98546
]
109 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_35307"
    "asset_35307"
  ]
]
110 2.13 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  35307
]
111 0.30 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  98546
]
112 0.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:
[
  1769115695
  [
    "\x00tags\x00object_98548"
    "object_98548"
  ]
]
113 0.19 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  98548
]
114 0.27 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  98548
]
115 0.26 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  98548
]
116 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_35309"
    "asset_35309"
  ]
]
117 0.23 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  35309
]
118 0.20 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  98548
]
119 0.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:
[
  1769115695
  [
    "\x00tags\x00object_100325"
    "object_100325"
  ]
]
120 0.16 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  100325
]
121 0.28 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  100325
]
122 0.22 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  100325
]
123 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_34806"
    "asset_34806"
  ]
]
124 1.25 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  34806
]
125 0.23 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  100325
]
126 0.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:
[
  1769115695
  [
    "\x00tags\x00object_98551"
    "object_98551"
  ]
]
127 0.20 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  98551
]
128 0.24 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  98551
]
129 0.23 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  98551
]
130 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_35312"
    "asset_35312"
  ]
]
131 0.23 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  35312
]
132 0.21 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  98551
]
133 0.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:
[
  1769115695
  [
    "\x00tags\x00object_98549"
    "object_98549"
  ]
]
134 0.14 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  98549
]
135 0.25 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  98549
]
136 0.21 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  98549
]
137 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_35310"
    "asset_35310"
  ]
]
138 0.18 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  35310
]
139 0.15 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  98549
]
140 0.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:
[
  1769115695
  [
    "\x00tags\x00object_99691"
    "object_99691"
  ]
]
141 0.14 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  99691
]
142 0.21 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  99691
]
143 0.26 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  99691
]
144 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_34615"
    "asset_34615"
  ]
]
145 0.22 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  34615
]
146 0.23 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  99691
]
147 0.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:
[
  1769115695
  [
    "\x00tags\x00object_109012"
    "object_109012"
  ]
]
148 10.53 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  109012
]
149 0.39 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  109012
]
150 0.27 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  109012
]
151 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_45563"
    "asset_45563"
  ]
]
152 0.26 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  45563
]
153 0.19 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  109012
]
154 0.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:
[
  1769115695
  [
    "\x00tags\x00object_100341"
    "object_100341"
  ]
]
155 0.15 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  100341
]
156 0.25 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  100341
]
157 0.19 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  100341
]
158 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_34819"
    "asset_34819"
  ]
]
159 0.25 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  34819
]
160 0.16 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  100341
]
161 0.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:
[
  1769115695
  [
    "\x00tags\x00object_106911"
    "object_106911"
  ]
]
162 0.13 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  106911
]
163 0.24 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  106911
]
164 0.71 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  106911
]
165 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_45565"
    "asset_45565"
  ]
]
166 0.19 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  45565
]
167 0.16 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  106911
]
168 0.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:
[
  1769115695
  [
    "\x00tags\x00object_106910"
    "object_106910"
  ]
]
169 0.13 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  106910
]
170 0.21 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  106910
]
171 0.20 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  106910
]
172 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_48256"
    "asset_48256"
  ]
]
173 0.29 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  48256
]
174 0.19 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  106910
]
175 0.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:
[
  1769115695
  [
    "\x00tags\x00object_106909"
    "object_106909"
  ]
]
176 0.17 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  106909
]
177 0.23 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  106909
]
178 0.21 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  106909
]
179 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_48255"
    "asset_48255"
  ]
]
180 0.22 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  48255
]
181 0.21 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  106909
]
182 0.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:
[
  1769115695
  [
    "\x00tags\x00object_106908"
    "object_106908"
  ]
]
183 0.18 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  106908
]
184 0.24 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  106908
]
185 0.23 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  106908
]
186 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_48254"
    "asset_48254"
  ]
]
187 0.21 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  48254
]
188 0.16 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  106908
]
189 0.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:
[
  1769115695
  [
    "\x00tags\x00object_106912"
    "object_106912"
  ]
]
190 0.13 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  106912
]
191 0.17 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  106912
]
192 0.18 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  106912
]
193 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_48257"
    "asset_48257"
  ]
]
194 0.17 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  48257
]
195 0.15 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  106912
]
196 0.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:
[
  1769115695
  [
    "\x00tags\x00object_100531"
    "object_100531"
  ]
]
197 0.13 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  100531
]
198 0.17 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  100531
]
199 0.72 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  100531
]
200 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_34905"
    "asset_34905"
  ]
]
201 0.60 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  34905
]
202 0.17 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  100531
]
203 0.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:
[
  1769115695
  [
    "\x00tags\x00object_98545"
    "object_98545"
  ]
]
204 0.14 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  98545
]
205 0.18 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  98545
]
206 0.16 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  98545
]
207 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_35306"
    "asset_35306"
  ]
]
208 0.19 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  35306
]
209 0.19 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  98545
]
210 0.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:
[
  1769115695
  [
    "\x00tags\x00object_109013"
    "object_109013"
  ]
]
211 0.19 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  109013
]
212 0.22 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  109013
]
213 0.20 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  109013
]
214 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_46212"
    "asset_46212"
  ]
]
215 11.12 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  46212
]
216 0.28 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  109013
]
217 0.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:
[
  1769115695
  [
    "\x00tags\x00object_100735"
    "object_100735"
  ]
]
218 0.16 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  100735
]
219 0.25 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  100735
]
220 0.25 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  100735
]
221 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_34977"
    "asset_34977"
  ]
]
222 0.25 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  34977
]
223 0.17 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  100735
]
224 0.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:
[
  1769115695
  [
    "\x00tags\x00object_112201"
    "object_112201"
  ]
]
225 0.13 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  112201
]
226 0.21 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  112201
]
227 0.83 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  112201
]
228 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_49154"
    "asset_49154"
  ]
]
229 0.80 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  49154
]
230 0.17 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  112201
]
231 0.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:
[
  1769115695
  [
    "\x00tags\x00object_106906"
    "object_106906"
  ]
]
232 0.21 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  106906
]
233 0.23 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  106906
]
234 0.21 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  106906
]
235 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_48252"
    "asset_48252"
  ]
]
236 0.22 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  48252
]
237 0.20 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  106906
]
238 0.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:
[
  1769115695
  [
    "\x00tags\x00object_106907"
    "object_106907"
  ]
]
239 0.15 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  106907
]
240 0.22 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  106907
]
241 0.25 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  106907
]
242 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_48253"
    "asset_48253"
  ]
]
243 0.25 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  48253
]
244 0.21 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  106907
]
245 0.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:
[
  1769115695
  [
    "\x00tags\x00object_107873"
    "object_107873"
  ]
]
246 0.16 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  107873
]
247 0.24 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  107873
]
248 0.21 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  107873
]
249 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_48420"
    "asset_48420"
  ]
]
250 0.25 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  48420
]
251 0.18 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  107873
]
252 0.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:
[
  1769115695
  [
    "\x00tags\x00object_98558"
    "object_98558"
  ]
]
253 0.15 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  98558
]
254 0.21 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  98558
]
255 0.16 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  98558
]
256 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_35319"
    "asset_35319"
  ]
]
257 0.18 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  35319
]
258 0.16 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  98558
]
259 0.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:
[
  1769115695
  [
    "\x00tags\x00object_100529"
    "object_100529"
  ]
]
260 0.13 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  100529
]
261 0.17 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  100529
]
262 0.20 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  100529
]
263 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_34903"
    "asset_34903"
  ]
]
264 0.18 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  34903
]
265 0.15 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  100529
]
266 0.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:
[
  1769115695
  [
    "\x00tags\x00object_100670"
    "object_100670"
  ]
]
267 0.14 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  100670
]
268 0.23 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  100670
]
269 0.24 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  100670
]
270 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_34952"
    "asset_34952"
  ]
]
271 0.26 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  34952
]
272 0.23 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  100670
]
273 0.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:
[
  1769115695
  [
    "\x00tags\x00object_100019"
    "object_100019"
  ]
]
274 0.15 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  100019
]
275 0.30 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  100019
]
276 7.91 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  100019
]
277 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_34724"
    "asset_34724"
  ]
]
278 0.98 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  34724
]
279 0.27 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  100019
]
280 0.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:
[
  1769115695
  [
    "\x00tags\x00object_98541"
    "object_98541"
  ]
]
281 0.19 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  98541
]
282 0.31 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  98541
]
283 0.18 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  98541
]
284 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_35302"
    "asset_35302"
  ]
]
285 0.19 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  35302
]
286 0.16 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  98541
]
287 0.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:
[
  1769115695
  [
    "\x00tags\x00object_100737"
    "object_100737"
  ]
]
288 0.15 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  100737
]
289 0.18 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  100737
]
290 0.17 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  100737
]
291 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_34979"
    "asset_34979"
  ]
]
292 0.24 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  34979
]
293 0.16 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  100737
]
294 0.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:
[
  1769115695
  [
    "\x00tags\x00object_100736"
    "object_100736"
  ]
]
295 0.13 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  100736
]
296 0.20 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  100736
]
297 0.15 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  100736
]
298 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_34978"
    "asset_34978"
  ]
]
299 0.18 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  34978
]
300 0.16 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  100736
]
301 0.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:
[
  1769115695
  [
    "\x00tags\x00object_112211"
    "object_112211"
  ]
]
302 0.13 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  112211
]
303 0.17 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  112211
]
304 0.17 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  112211
]
305 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_45634"
    "asset_45634"
  ]
]
306 0.19 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  45634
]
307 0.16 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  112211
]
308 0.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:
[
  1769115695
  [
    "\x00tags\x00object_100740"
    "object_100740"
  ]
]
309 0.19 ms
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
  100740
]
310 0.25 ms
SELECT objects.*, tree_locks.locked as o_locked FROM objects
            LEFT JOIN tree_locks ON objects.o_id = tree_locks.id AND tree_locks.type = 'object'
                WHERE o_id = ?
Parameters:
[
  100740
]
311 0.21 ms
SELECT * FROM object_store_7 WHERE oo_id = ?
Parameters:
[
  100740
]
312 0.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:
[
  1769115695
  [
    "\x00tags\x00asset_34982"
    "asset_34982"
  ]
]
313 0.23 ms
SELECT assets.*, tree_locks.locked FROM assets
            LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset'
                WHERE assets.id = ?
Parameters:
[
  34982
]
314 0.22 ms
SELECT * FROM object_relations_7 WHERE src_id = ?
Parameters:
[
  100740
]
315 14.47 ms
SELECT COUNT(*) FROM object_7 WHERE (o_parentId = :parentId AND `merk` != '' AND `merk` IS NOT NULL AND `stock` != '' AND `stock` IS NOT NULL AND  object_7.o_type IN ('object','folder')) AND object_7.o_published = 1
Parameters:
[
  "parentId" => "63308"
]
316 8.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:
[
  1769115695
  [
    "\x00tags\x00website_config"
    "website_config"
  ]
]
317 2.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:
[
  1769115695
  [
    "website_config\x00tags\x00"
    "system\x00tags\x00"
    "config\x00tags\x00"
    "output\x00tags\x00"
    "asset_3\x00tags\x00"
    "asset_207\x00tags\x00"
    "document_13\x00tags\x00"
    "object_4\x00tags\x00"
    "document_22\x00tags\x00"
    "document_23\x00tags\x00"
    "document_24\x00tags\x00"
    "document_7\x00tags\x00"
    "document_9\x00tags\x00"
    "document_11\x00tags\x00"
    "document_12\x00tags\x00"
    "document_28\x00tags\x00"
    "document_29\x00tags\x00"
    "document_30\x00tags\x00"
    "object_8\x00tags\x00"
    "document_32\x00tags\x00"
    "document_34\x00tags\x00"
    "document_33\x00tags\x00"
    "object_25\x00tags\x00"
    "document_5\x00tags\x00"
    "document_52\x00tags\x00"
    "document_14\x00tags\x00"
    "document_40\x00tags\x00"
    "document_41\x00tags\x00"
    "document_45\x00tags\x00"
    "document_46\x00tags\x00"
    "document_50\x00tags\x00"
  ]
]
318 11.79 ms
SELECT *
            FROM website_settings
            WHERE name = ?
                AND (
                    siteId IS NULL
                    OR siteId = 0
                    OR siteId = ?
                )
                AND (
                    language IS NULL
                    OR language = ''
                    OR language = ?
                )
            ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC
Parameters:
[
  "favicon_asset"
  null
  "nl"
]
319 0.23 ms
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  1
]
320 0.34 ms
SELECT *
            FROM website_settings
            WHERE name = ?
                AND (
                    siteId IS NULL
                    OR siteId = 0
                    OR siteId = ?
                )
                AND (
                    language IS NULL
                    OR language = ''
                    OR language = ?
                )
            ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC
Parameters:
[
  "site_title"
  null
  "nl"
]
321 0.19 ms
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  3
]
322 0.33 ms
SELECT *
            FROM website_settings
            WHERE name = ?
                AND (
                    siteId IS NULL
                    OR siteId = 0
                    OR siteId = ?
                )
                AND (
                    language IS NULL
                    OR language = ''
                    OR language = ?
                )
            ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC
Parameters:
[
  "favicon_asset"
  null
  null
]
323 0.30 ms
SELECT *
            FROM website_settings
            WHERE name = ?
                AND (
                    siteId IS NULL
                    OR siteId = 0
                    OR siteId = ?
                )
                AND (
                    language IS NULL
                    OR language = ''
                    OR language = ?
                )
            ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC
Parameters:
[
  "generateNewFavicon"
  null
  null
]
324 0.19 ms
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  4
]
325 11.37 ms
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "nl"
  "path" => "/"
]
326 0.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:
[
  1769115695
  [
    "\x00tags\x00document_2"
    "document_2"
  ]
]
327 0.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:
[
  1769115695
  [
    "document_2\x00tags\x00"
  ]
]
328 0.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:
[
  1769115695
  [
    "\x00tags\x00nav_7dd9e2b35c346827d38a9ce2a5df352d"
    "nav_7dd9e2b35c346827d38a9ce2a5df352d"
  ]
]
329 0.56 ms
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1769115695
  [
    "output\x00tags\x00"
    "navigation\x00tags\x00"
    "document_3\x00tags\x00"
    "document_15\x00tags\x00"
    "document_16\x00tags\x00"
    "document_17\x00tags\x00"
    "document_52\x00tags\x00"
    "document_5\x00tags\x00"
    "document_6\x00tags\x00"
    "document_37\x00tags\x00"
    "document_38\x00tags\x00"
    "document_7\x00tags\x00"
    "document_8\x00tags\x00"
    "document_19\x00tags\x00"
    "document_51\x00tags\x00"
    "document_18\x00tags\x00"
    "document_9\x00tags\x00"
    "document_13\x00tags\x00"
    "document_14\x00tags\x00"
    "document_32\x00tags\x00"
    "document_43\x00tags\x00"
    "document_47\x00tags\x00"
    "document_50\x00tags\x00"
    "document_54\x00tags\x00"
    "document_55\x00tags\x00"
    "document_53\x00tags\x00"
    "nav_7dd9e2b35c346827d38a9ce2a5df352d\x00tags\x00"
  ]
]
330 0.42 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
331 0.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:
[
  1769115696
  [
    "\x00tags\x00translation_data_2b0562963ad619f7386bc0e9856ed713"
    "translation_data_2b0562963ad619f7386bc0e9856ed713"
  ]
]
332 0.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:
[
  1769115696
  [
    "translator\x00tags\x00"
    "translator_website\x00tags\x00"
    "translate\x00tags\x00"
    "translation_data_2b0562963ad619f7386bc0e9856ed713\x00tags\x00"
  ]
]
333 0.63 ms
SELECT *
            FROM website_settings
            WHERE name = ?
                AND (
                    siteId IS NULL
                    OR siteId = 0
                    OR siteId = ?
                )
                AND (
                    language IS NULL
                    OR language = ''
                    OR language = ?
                )
            ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC
Parameters:
[
  "googleRecaptcha"
  null
  null
]
334 0.17 ms
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  6
]
335 0.19 ms
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
336 0.21 ms
SELECT * FROM translations_messages WHERE `key` = :key
            AND `language` IN (:languages) ORDER BY `creationDate`
Parameters:
[
  "key" => "Aanmelden"
  "languages" => [
    "nl"
  ]
]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

There are no configured entity managers.

Second Level Cache

Second Level Cache is not enabled.