Query Metrics
83
Database Queries
20
Different statements
264.87 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.96 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" => "/about-us" "sourcePathQuery" => "/about-us" "sourceEntireUri" => "https://torqwebdevapp.azureedge.net/about-us" "typePath" => "path" "typePathQuery" => "path_query" "typeEntireUri" => "entire_uri" "typeAuto" => "auto_create" ] |
2 | 1.57 ms |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "reports" "scope" => "pimcore" ] |
3 | 1.64 ms |
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[ "key" => "about-us" "path" => "/" ] |
4 | 1.75 ms |
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[ "prettyUrl" => "/about-us" ] |
5 | 1.88 ms |
SELECT * FROM properties WHERE ((cid IN (1) AND inheritable = 1) OR cid = ? ) AND ctype='document'
Parameters:
[
6
]
|
6 | 1.53 ms |
SELECT * FROM object_url_slugs WHERE slug = '/about-us' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[] |
7 | 1.69 ms |
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[] |
8 | 3.14 ms |
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
6
]
|
9 | 2.36 ms |
SELECT object_staff_member.o_id as o_id, object_staff_member.o_type as o_type FROM object_staff_member WHERE ( object_staff_member.o_type IN ('object','folder')) AND object_staff_member.o_published = 1
Parameters:
[] |
10 | 1.52 ms |
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
6
]
|
11 | 1.61 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:
[
6
]
|
12 | 1.41 ms |
SELECT name FROM classes WHERE id = ?
Parameters:
[
"staff_member"
]
|
13 | 1.79 ms |
SELECT * FROM object_store_staff_member WHERE oo_id = ?
Parameters:
[
6
]
|
14 | 1.64 ms |
SELECT * FROM object_relations_staff_member WHERE src_id = ?
Parameters:
[
6
]
|
15 | 1.49 ms |
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
7
]
|
16 | 1.47 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:
[
7
]
|
17 | 1.58 ms |
SELECT * FROM object_store_staff_member WHERE oo_id = ?
Parameters:
[
7
]
|
18 | 1.64 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:
[
68
]
|
19 | 1.46 ms |
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
68
]
|
20 | 1.61 ms |
SELECT * FROM object_relations_staff_member WHERE src_id = ?
Parameters:
[
7
]
|
21 | 1.43 ms |
SELECT o_type,o_className,o_classId FROM objects WHERE o_id = ?
Parameters:
[
9
]
|
22 | 2.59 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:
[
9
]
|
23 | 1.58 ms |
SELECT * FROM object_store_staff_member WHERE oo_id = ?
Parameters:
[
9
]
|
24 | 1.61 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:
[
65
]
|
25 | 1.54 ms |
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
65
]
|
26 | 1.53 ms |
SELECT * FROM object_relations_staff_member WHERE src_id = ?
Parameters:
[
9
]
|
27 | 1.51 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[ "cid" => 67 ] |
28 | 1.52 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[ "cid" => 68 ] |
29 | 1.71 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[ "cid" => 65 ] |
30 | 1.61 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:
[
247
]
|
31 | 2.16 ms |
SELECT assets.*, tree_locks.locked FROM assets LEFT JOIN tree_locks ON assets.id = tree_locks.id AND tree_locks.type = 'asset' WHERE assets.id = ?
Parameters:
[
70
]
|
32 | 1.60 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[ "cid" => 70 ] |
33 | 2.10 ms |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "auto_6a500f12d4102244f461106d48fcb087" "scope" => "pimcore_image_thumbnails" ] |
34 | 1.46 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_70__0c7cd81336f817ae37e2ef2c95daeb78"
]
|
35 | 12.59 ms |
INSERT INTO `tmp_store` (`id`, `data`, `tag`, `date`, `expiryDate`, `serialized`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5) ON DUPLICATE KEY UPDATE `id` = :col0, `data` = :col1, `tag` = :col2, `date` = :col3, `expiryDate` = :col4, `serialized` = :col5;
Parameters:
[ ":col0" => "thumb_70__0c7cd81336f817ae37e2ef2c95daeb78" ":col1" => "O:42:"Pimcore\Model\Asset\Image\Thumbnail\Config":16:{s:8:"\x00*\x00items";a:1:{i:0;a:2:{s:6:"method";s:6:"resize";s:9:"arguments";a:2:{s:5:"width";i:200;s:6:"height";i:200;}}}s:9:"\x00*\x00medias";a:0:{}s:7:"\x00*\x00name";s:37:"auto_6a500f12d4102244f461106d48fcb087";s:14:"\x00*\x00description";s:0:"";s:8:"\x00*\x00group";s:0:"";s:9:"\x00*\x00format";s:6:"SOURCE";s:10:"\x00*\x00quality";i:90;s:17:"\x00*\x00highResolution";N;s:16:"\x00*\x00preserveColor";b:0;s:19:"\x00*\x00preserveMetaData";b:0;s:15:"\x00*\x00rasterizeSVG";b:0;s:15:"\x00*\x00downloadable";b:0;s:19:"\x00*\x00modificationDate";N;s:15:"\x00*\x00creationDate";N;s:17:"\x00*\x00filenameSuffix";N;s:20:"\x00*\x00preserveAnimation";b:0;}" ":col2" => "thumbnail_deferred" ":col3" => 1751975533 ":col4" => 1752580333 ":col5" => 1 ] |
36 | 4.92 ms |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "auto_6a500f12d4102244f461106d48fcb087" "scope" => "pimcore_image_thumbnails" ] |
37 | 1.59 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_70__db584fd04095e873f32ee1d22133a8af"
]
|
38 | 9.58 ms |
INSERT INTO `tmp_store` (`id`, `data`, `tag`, `date`, `expiryDate`, `serialized`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5) ON DUPLICATE KEY UPDATE `id` = :col0, `data` = :col1, `tag` = :col2, `date` = :col3, `expiryDate` = :col4, `serialized` = :col5;
Parameters:
[ ":col0" => "thumb_70__db584fd04095e873f32ee1d22133a8af" ":col1" => "O:42:"Pimcore\Model\Asset\Image\Thumbnail\Config":16:{s:8:"\x00*\x00items";a:1:{i:0;a:2:{s:6:"method";s:6:"resize";s:9:"arguments";a:2:{s:5:"width";i:200;s:6:"height";i:200;}}}s:9:"\x00*\x00medias";a:0:{}s:7:"\x00*\x00name";s:37:"auto_6a500f12d4102244f461106d48fcb087";s:14:"\x00*\x00description";s:0:"";s:8:"\x00*\x00group";s:0:"";s:9:"\x00*\x00format";s:4:"avif";s:10:"\x00*\x00quality";i:15;s:17:"\x00*\x00highResolution";N;s:16:"\x00*\x00preserveColor";b:0;s:19:"\x00*\x00preserveMetaData";b:0;s:15:"\x00*\x00rasterizeSVG";b:0;s:15:"\x00*\x00downloadable";b:0;s:19:"\x00*\x00modificationDate";N;s:15:"\x00*\x00creationDate";N;s:17:"\x00*\x00filenameSuffix";N;s:20:"\x00*\x00preserveAnimation";b:0;}" ":col2" => "thumbnail_deferred" ":col3" => 1751975533 ":col4" => 1752580333 ":col5" => 1 ] |
39 | 1.48 ms |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "auto_6a500f12d4102244f461106d48fcb087" "scope" => "pimcore_image_thumbnails" ] |
40 | 1.50 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_70__9dd537bd5385125a47debd45994aaba8"
]
|
41 | 12.72 ms |
INSERT INTO `tmp_store` (`id`, `data`, `tag`, `date`, `expiryDate`, `serialized`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5) ON DUPLICATE KEY UPDATE `id` = :col0, `data` = :col1, `tag` = :col2, `date` = :col3, `expiryDate` = :col4, `serialized` = :col5;
Parameters:
[ ":col0" => "thumb_70__9dd537bd5385125a47debd45994aaba8" ":col1" => "O:42:"Pimcore\Model\Asset\Image\Thumbnail\Config":16:{s:8:"\x00*\x00items";a:1:{i:0;a:2:{s:6:"method";s:6:"resize";s:9:"arguments";a:2:{s:5:"width";i:200;s:6:"height";i:200;}}}s:9:"\x00*\x00medias";a:0:{}s:7:"\x00*\x00name";s:37:"auto_6a500f12d4102244f461106d48fcb087";s:14:"\x00*\x00description";s:0:"";s:8:"\x00*\x00group";s:0:"";s:9:"\x00*\x00format";s:4:"webp";s:10:"\x00*\x00quality";i:90;s:17:"\x00*\x00highResolution";N;s:16:"\x00*\x00preserveColor";b:0;s:19:"\x00*\x00preserveMetaData";b:0;s:15:"\x00*\x00rasterizeSVG";b:0;s:15:"\x00*\x00downloadable";b:0;s:19:"\x00*\x00modificationDate";N;s:15:"\x00*\x00creationDate";N;s:17:"\x00*\x00filenameSuffix";N;s:20:"\x00*\x00preserveAnimation";b:0;}" ":col2" => "thumbnail_deferred" ":col3" => 1751975533 ":col4" => 1752580333 ":col5" => 1 ] |
42 | 1.47 ms |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "auto_6a500f12d4102244f461106d48fcb087" "scope" => "pimcore_image_thumbnails" ] |
43 | 1.66 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_70__0c7cd81336f817ae37e2ef2c95daeb78"
]
|
44 | 1.63 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:
[
69
]
|
45 | 1.49 ms |
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
69
]
|
46 | 1.61 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[ "cid" => 69 ] |
47 | 1.52 ms |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "auto_6a500f12d4102244f461106d48fcb087" "scope" => "pimcore_image_thumbnails" ] |
48 | 1.54 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_69__73dc2d759632d466cb9776cd210e80be"
]
|
49 | 9.61 ms |
INSERT INTO `tmp_store` (`id`, `data`, `tag`, `date`, `expiryDate`, `serialized`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5) ON DUPLICATE KEY UPDATE `id` = :col0, `data` = :col1, `tag` = :col2, `date` = :col3, `expiryDate` = :col4, `serialized` = :col5;
Parameters:
[ ":col0" => "thumb_69__73dc2d759632d466cb9776cd210e80be" ":col1" => "O:42:"Pimcore\Model\Asset\Image\Thumbnail\Config":16:{s:8:"\x00*\x00items";a:1:{i:0;a:2:{s:6:"method";s:6:"resize";s:9:"arguments";a:2:{s:5:"width";i:200;s:6:"height";i:200;}}}s:9:"\x00*\x00medias";a:0:{}s:7:"\x00*\x00name";s:37:"auto_6a500f12d4102244f461106d48fcb087";s:14:"\x00*\x00description";s:0:"";s:8:"\x00*\x00group";s:0:"";s:9:"\x00*\x00format";s:6:"SOURCE";s:10:"\x00*\x00quality";i:90;s:17:"\x00*\x00highResolution";N;s:16:"\x00*\x00preserveColor";b:0;s:19:"\x00*\x00preserveMetaData";b:0;s:15:"\x00*\x00rasterizeSVG";b:0;s:15:"\x00*\x00downloadable";b:0;s:19:"\x00*\x00modificationDate";N;s:15:"\x00*\x00creationDate";N;s:17:"\x00*\x00filenameSuffix";N;s:20:"\x00*\x00preserveAnimation";b:0;}" ":col2" => "thumbnail_deferred" ":col3" => 1751975533 ":col4" => 1752580333 ":col5" => 1 ] |
50 | 1.59 ms |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "auto_6a500f12d4102244f461106d48fcb087" "scope" => "pimcore_image_thumbnails" ] |
51 | 1.62 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_69__acbee016a3a96486905ff2fa35833cc6"
]
|
52 | 12.58 ms |
INSERT INTO `tmp_store` (`id`, `data`, `tag`, `date`, `expiryDate`, `serialized`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5) ON DUPLICATE KEY UPDATE `id` = :col0, `data` = :col1, `tag` = :col2, `date` = :col3, `expiryDate` = :col4, `serialized` = :col5;
Parameters:
[ ":col0" => "thumb_69__acbee016a3a96486905ff2fa35833cc6" ":col1" => "O:42:"Pimcore\Model\Asset\Image\Thumbnail\Config":16:{s:8:"\x00*\x00items";a:1:{i:0;a:2:{s:6:"method";s:6:"resize";s:9:"arguments";a:2:{s:5:"width";i:200;s:6:"height";i:200;}}}s:9:"\x00*\x00medias";a:0:{}s:7:"\x00*\x00name";s:37:"auto_6a500f12d4102244f461106d48fcb087";s:14:"\x00*\x00description";s:0:"";s:8:"\x00*\x00group";s:0:"";s:9:"\x00*\x00format";s:4:"avif";s:10:"\x00*\x00quality";i:15;s:17:"\x00*\x00highResolution";N;s:16:"\x00*\x00preserveColor";b:0;s:19:"\x00*\x00preserveMetaData";b:0;s:15:"\x00*\x00rasterizeSVG";b:0;s:15:"\x00*\x00downloadable";b:0;s:19:"\x00*\x00modificationDate";N;s:15:"\x00*\x00creationDate";N;s:17:"\x00*\x00filenameSuffix";N;s:20:"\x00*\x00preserveAnimation";b:0;}" ":col2" => "thumbnail_deferred" ":col3" => 1751975533 ":col4" => 1752580333 ":col5" => 1 ] |
53 | 1.80 ms |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "auto_6a500f12d4102244f461106d48fcb087" "scope" => "pimcore_image_thumbnails" ] |
54 | 1.42 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_69__fe67c0c6f095f045db34a27f335465d1"
]
|
55 | 9.09 ms |
INSERT INTO `tmp_store` (`id`, `data`, `tag`, `date`, `expiryDate`, `serialized`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5) ON DUPLICATE KEY UPDATE `id` = :col0, `data` = :col1, `tag` = :col2, `date` = :col3, `expiryDate` = :col4, `serialized` = :col5;
Parameters:
[ ":col0" => "thumb_69__fe67c0c6f095f045db34a27f335465d1" ":col1" => "O:42:"Pimcore\Model\Asset\Image\Thumbnail\Config":16:{s:8:"\x00*\x00items";a:1:{i:0;a:2:{s:6:"method";s:6:"resize";s:9:"arguments";a:2:{s:5:"width";i:200;s:6:"height";i:200;}}}s:9:"\x00*\x00medias";a:0:{}s:7:"\x00*\x00name";s:37:"auto_6a500f12d4102244f461106d48fcb087";s:14:"\x00*\x00description";s:0:"";s:8:"\x00*\x00group";s:0:"";s:9:"\x00*\x00format";s:4:"webp";s:10:"\x00*\x00quality";i:90;s:17:"\x00*\x00highResolution";N;s:16:"\x00*\x00preserveColor";b:0;s:19:"\x00*\x00preserveMetaData";b:0;s:15:"\x00*\x00rasterizeSVG";b:0;s:15:"\x00*\x00downloadable";b:0;s:19:"\x00*\x00modificationDate";N;s:15:"\x00*\x00creationDate";N;s:17:"\x00*\x00filenameSuffix";N;s:20:"\x00*\x00preserveAnimation";b:0;}" ":col2" => "thumbnail_deferred" ":col3" => 1751975533 ":col4" => 1752580333 ":col5" => 1 ] |
56 | 1.55 ms |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "auto_6a500f12d4102244f461106d48fcb087" "scope" => "pimcore_image_thumbnails" ] |
57 | 1.46 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_69__73dc2d759632d466cb9776cd210e80be"
]
|
58 | 1.66 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[ "cid" => 71 ] |
59 | 1.84 ms |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "auto_6a500f12d4102244f461106d48fcb087" "scope" => "pimcore_image_thumbnails" ] |
60 | 1.54 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_71__b63255c94ec3cf4539dd7802338b1d9d"
]
|
61 | 11.18 ms |
INSERT INTO `tmp_store` (`id`, `data`, `tag`, `date`, `expiryDate`, `serialized`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5) ON DUPLICATE KEY UPDATE `id` = :col0, `data` = :col1, `tag` = :col2, `date` = :col3, `expiryDate` = :col4, `serialized` = :col5;
Parameters:
[ ":col0" => "thumb_71__b63255c94ec3cf4539dd7802338b1d9d" ":col1" => "O:42:"Pimcore\Model\Asset\Image\Thumbnail\Config":16:{s:8:"\x00*\x00items";a:1:{i:0;a:2:{s:6:"method";s:6:"resize";s:9:"arguments";a:2:{s:5:"width";i:200;s:6:"height";i:200;}}}s:9:"\x00*\x00medias";a:0:{}s:7:"\x00*\x00name";s:37:"auto_6a500f12d4102244f461106d48fcb087";s:14:"\x00*\x00description";s:0:"";s:8:"\x00*\x00group";s:0:"";s:9:"\x00*\x00format";s:6:"SOURCE";s:10:"\x00*\x00quality";i:90;s:17:"\x00*\x00highResolution";N;s:16:"\x00*\x00preserveColor";b:0;s:19:"\x00*\x00preserveMetaData";b:0;s:15:"\x00*\x00rasterizeSVG";b:0;s:15:"\x00*\x00downloadable";b:0;s:19:"\x00*\x00modificationDate";N;s:15:"\x00*\x00creationDate";N;s:17:"\x00*\x00filenameSuffix";N;s:20:"\x00*\x00preserveAnimation";b:0;}" ":col2" => "thumbnail_deferred" ":col3" => 1751975533 ":col4" => 1752580333 ":col5" => 1 ] |
62 | 1.51 ms |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "auto_6a500f12d4102244f461106d48fcb087" "scope" => "pimcore_image_thumbnails" ] |
63 | 1.43 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_71__760cd2ba80fc4df599417bf0af871f06"
]
|
64 | 9.12 ms |
INSERT INTO `tmp_store` (`id`, `data`, `tag`, `date`, `expiryDate`, `serialized`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5) ON DUPLICATE KEY UPDATE `id` = :col0, `data` = :col1, `tag` = :col2, `date` = :col3, `expiryDate` = :col4, `serialized` = :col5;
Parameters:
[ ":col0" => "thumb_71__760cd2ba80fc4df599417bf0af871f06" ":col1" => "O:42:"Pimcore\Model\Asset\Image\Thumbnail\Config":16:{s:8:"\x00*\x00items";a:1:{i:0;a:2:{s:6:"method";s:6:"resize";s:9:"arguments";a:2:{s:5:"width";i:200;s:6:"height";i:200;}}}s:9:"\x00*\x00medias";a:0:{}s:7:"\x00*\x00name";s:37:"auto_6a500f12d4102244f461106d48fcb087";s:14:"\x00*\x00description";s:0:"";s:8:"\x00*\x00group";s:0:"";s:9:"\x00*\x00format";s:4:"avif";s:10:"\x00*\x00quality";i:15;s:17:"\x00*\x00highResolution";N;s:16:"\x00*\x00preserveColor";b:0;s:19:"\x00*\x00preserveMetaData";b:0;s:15:"\x00*\x00rasterizeSVG";b:0;s:15:"\x00*\x00downloadable";b:0;s:19:"\x00*\x00modificationDate";N;s:15:"\x00*\x00creationDate";N;s:17:"\x00*\x00filenameSuffix";N;s:20:"\x00*\x00preserveAnimation";b:0;}" ":col2" => "thumbnail_deferred" ":col3" => 1751975533 ":col4" => 1752580333 ":col5" => 1 ] |
65 | 1.48 ms |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "auto_6a500f12d4102244f461106d48fcb087" "scope" => "pimcore_image_thumbnails" ] |
66 | 1.46 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_71__1c8065f40b2800ba95ee1e3304ba2f27"
]
|
67 | 9.84 ms |
INSERT INTO `tmp_store` (`id`, `data`, `tag`, `date`, `expiryDate`, `serialized`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5) ON DUPLICATE KEY UPDATE `id` = :col0, `data` = :col1, `tag` = :col2, `date` = :col3, `expiryDate` = :col4, `serialized` = :col5;
Parameters:
[ ":col0" => "thumb_71__1c8065f40b2800ba95ee1e3304ba2f27" ":col1" => "O:42:"Pimcore\Model\Asset\Image\Thumbnail\Config":16:{s:8:"\x00*\x00items";a:1:{i:0;a:2:{s:6:"method";s:6:"resize";s:9:"arguments";a:2:{s:5:"width";i:200;s:6:"height";i:200;}}}s:9:"\x00*\x00medias";a:0:{}s:7:"\x00*\x00name";s:37:"auto_6a500f12d4102244f461106d48fcb087";s:14:"\x00*\x00description";s:0:"";s:8:"\x00*\x00group";s:0:"";s:9:"\x00*\x00format";s:4:"webp";s:10:"\x00*\x00quality";i:90;s:17:"\x00*\x00highResolution";N;s:16:"\x00*\x00preserveColor";b:0;s:19:"\x00*\x00preserveMetaData";b:0;s:15:"\x00*\x00rasterizeSVG";b:0;s:15:"\x00*\x00downloadable";b:0;s:19:"\x00*\x00modificationDate";N;s:15:"\x00*\x00creationDate";N;s:17:"\x00*\x00filenameSuffix";N;s:20:"\x00*\x00preserveAnimation";b:0;}" ":col2" => "thumbnail_deferred" ":col3" => 1751975533 ":col4" => 1752580333 ":col5" => 1 ] |
68 | 1.46 ms |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "auto_6a500f12d4102244f461106d48fcb087" "scope" => "pimcore_image_thumbnails" ] |
69 | 1.65 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_71__b63255c94ec3cf4539dd7802338b1d9d"
]
|
70 | 1.69 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:
[
72
]
|
71 | 1.58 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[ "cid" => 72 ] |
72 | 1.55 ms |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "auto_6a500f12d4102244f461106d48fcb087" "scope" => "pimcore_image_thumbnails" ] |
73 | 1.56 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_72__a49b2febf2b2346b0e5b7a5c92570069"
]
|
74 | 12.36 ms |
INSERT INTO `tmp_store` (`id`, `data`, `tag`, `date`, `expiryDate`, `serialized`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5) ON DUPLICATE KEY UPDATE `id` = :col0, `data` = :col1, `tag` = :col2, `date` = :col3, `expiryDate` = :col4, `serialized` = :col5;
Parameters:
[ ":col0" => "thumb_72__a49b2febf2b2346b0e5b7a5c92570069" ":col1" => "O:42:"Pimcore\Model\Asset\Image\Thumbnail\Config":16:{s:8:"\x00*\x00items";a:1:{i:0;a:2:{s:6:"method";s:6:"resize";s:9:"arguments";a:2:{s:5:"width";i:200;s:6:"height";i:200;}}}s:9:"\x00*\x00medias";a:0:{}s:7:"\x00*\x00name";s:37:"auto_6a500f12d4102244f461106d48fcb087";s:14:"\x00*\x00description";s:0:"";s:8:"\x00*\x00group";s:0:"";s:9:"\x00*\x00format";s:6:"SOURCE";s:10:"\x00*\x00quality";i:90;s:17:"\x00*\x00highResolution";N;s:16:"\x00*\x00preserveColor";b:0;s:19:"\x00*\x00preserveMetaData";b:0;s:15:"\x00*\x00rasterizeSVG";b:0;s:15:"\x00*\x00downloadable";b:0;s:19:"\x00*\x00modificationDate";N;s:15:"\x00*\x00creationDate";N;s:17:"\x00*\x00filenameSuffix";N;s:20:"\x00*\x00preserveAnimation";b:0;}" ":col2" => "thumbnail_deferred" ":col3" => 1751975533 ":col4" => 1752580333 ":col5" => 1 ] |
75 | 1.52 ms |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "auto_6a500f12d4102244f461106d48fcb087" "scope" => "pimcore_image_thumbnails" ] |
76 | 1.45 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_72__6bbc7825d619ba84031cffe73a277bf4"
]
|
77 | 25.95 ms |
INSERT INTO `tmp_store` (`id`, `data`, `tag`, `date`, `expiryDate`, `serialized`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5) ON DUPLICATE KEY UPDATE `id` = :col0, `data` = :col1, `tag` = :col2, `date` = :col3, `expiryDate` = :col4, `serialized` = :col5;
Parameters:
[ ":col0" => "thumb_72__6bbc7825d619ba84031cffe73a277bf4" ":col1" => "O:42:"Pimcore\Model\Asset\Image\Thumbnail\Config":16:{s:8:"\x00*\x00items";a:1:{i:0;a:2:{s:6:"method";s:6:"resize";s:9:"arguments";a:2:{s:5:"width";i:200;s:6:"height";i:200;}}}s:9:"\x00*\x00medias";a:0:{}s:7:"\x00*\x00name";s:37:"auto_6a500f12d4102244f461106d48fcb087";s:14:"\x00*\x00description";s:0:"";s:8:"\x00*\x00group";s:0:"";s:9:"\x00*\x00format";s:4:"avif";s:10:"\x00*\x00quality";i:15;s:17:"\x00*\x00highResolution";N;s:16:"\x00*\x00preserveColor";b:0;s:19:"\x00*\x00preserveMetaData";b:0;s:15:"\x00*\x00rasterizeSVG";b:0;s:15:"\x00*\x00downloadable";b:0;s:19:"\x00*\x00modificationDate";N;s:15:"\x00*\x00creationDate";N;s:17:"\x00*\x00filenameSuffix";N;s:20:"\x00*\x00preserveAnimation";b:0;}" ":col2" => "thumbnail_deferred" ":col3" => 1751975533 ":col4" => 1752580333 ":col5" => 1 ] |
78 | 1.54 ms |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "auto_6a500f12d4102244f461106d48fcb087" "scope" => "pimcore_image_thumbnails" ] |
79 | 1.80 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_72__fecaa5f80f03dcf0204c2532ae843ec9"
]
|
80 | 9.29 ms |
INSERT INTO `tmp_store` (`id`, `data`, `tag`, `date`, `expiryDate`, `serialized`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5) ON DUPLICATE KEY UPDATE `id` = :col0, `data` = :col1, `tag` = :col2, `date` = :col3, `expiryDate` = :col4, `serialized` = :col5;
Parameters:
[ ":col0" => "thumb_72__fecaa5f80f03dcf0204c2532ae843ec9" ":col1" => "O:42:"Pimcore\Model\Asset\Image\Thumbnail\Config":16:{s:8:"\x00*\x00items";a:1:{i:0;a:2:{s:6:"method";s:6:"resize";s:9:"arguments";a:2:{s:5:"width";i:200;s:6:"height";i:200;}}}s:9:"\x00*\x00medias";a:0:{}s:7:"\x00*\x00name";s:37:"auto_6a500f12d4102244f461106d48fcb087";s:14:"\x00*\x00description";s:0:"";s:8:"\x00*\x00group";s:0:"";s:9:"\x00*\x00format";s:4:"webp";s:10:"\x00*\x00quality";i:90;s:17:"\x00*\x00highResolution";N;s:16:"\x00*\x00preserveColor";b:0;s:19:"\x00*\x00preserveMetaData";b:0;s:15:"\x00*\x00rasterizeSVG";b:0;s:15:"\x00*\x00downloadable";b:0;s:19:"\x00*\x00modificationDate";N;s:15:"\x00*\x00creationDate";N;s:17:"\x00*\x00filenameSuffix";N;s:20:"\x00*\x00preserveAnimation";b:0;}" ":col2" => "thumbnail_deferred" ":col3" => 1751975533 ":col4" => 1752580333 ":col5" => 1 ] |
81 | 1.62 ms |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "auto_6a500f12d4102244f461106d48fcb087" "scope" => "pimcore_image_thumbnails" ] |
82 | 1.88 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"thumb_72__a49b2febf2b2346b0e5b7a5c92570069"
]
|
83 | 2.21 ms |
SELECT object_case_study.o_id as o_id, object_case_study.o_type as o_type FROM object_case_study WHERE ( object_case_study.o_type IN ('object','folder')) AND object_case_study.o_published = 1 ORDER BY `o_index`
Parameters:
[] |
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.