Query Metrics

960 Database Queries
25 Different statements
152.64 ms Query time
0 Invalid entities
0 Managed entities

Grouped Statements

Show all queries

Time Count Info
57.51 ms
(37.68%)
422
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "maintenance_mode"
]
54.82 ms
(35.92%)
424
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[
  "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle"
  "pimcore"
]
8.71 ms
(5.70%)
12
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  124
]
5.85 ms
(3.83%)
25
SELECT * FROM assets_image_thumbnail_cache WHERE cid = ?
Parameters:
[
  1571
]
5.08 ms
(3.33%)
3
INSERT INTO tmp_store (`id`, `data`, `tag`, `date`, `expiryDate`, `serialized`) VALUES (?, ?, ?, ?, ?, ?)
Parameters:
[
  "thumb_3691__da0f563226a192d7204efac52423ee8c"
  "O:42:"Pimcore\Model\Asset\Image\Thumbnail\Config":16:{s:8:"\x00*\x00items";a:1:{i:0;a:2:{s:6:"method";s:5:"cover";s:9:"arguments";a:4:{s:5:"width";d:460;s:6:"height";d:306;s:11:"positioning";s:6:"center";s:11:"forceResize";b:1;}}}s:9:"\x00*\x00medias";a:4:{s:40:"(min-width: 576px)and (max-width: 768px)";a:1:{i:0;a:2:{s:6:"method";s:5:"cover";s:9:"arguments";a:4:{s:5:"width";d:460;s:6:"height";d:306;s:11:"positioning";s:6:"center";s:11:"forceResize";b:1;}}}s:40:"(min-width: 768px)and (max-width: 992px)";a:1:{i:0;a:2:{s:6:"method";s:5:"cover";s:9:"arguments";a:4:{s:5:"width";d:594;s:6:"height";d:396;s:11:"positioning";s:6:"center";s:11:"forceResize";b:1;}}}s:41:"(min-width: 992px)and (max-width: 1200px)";a:1:{i:0;a:2:{s:6:"method";s:5:"cover";s:9:"arguments";a:4:{s:5:"width";d:719;s:6:"height";d:479;s:11:"positioning";s:6:"center";s:11:"forceResize";b:1;}}}s:19:"(min-width: 1200px)";a:1:{i:0;a:2:{s:6:"method";s:5:"cover";s:9:"arguments";a:4:{s:5:"width";d:1152;s:6:"height";d:768;s:11:"positioning";s:6:"center";s:11:"forceResize";b:1;}}}}s:7:"\x00*\x00name";s:18:"textMedia_1-5_1-67";s:14:"\x00*\x00description";s:0:"";s:8:"\x00*\x00group";s:0:"";s:9:"\x00*\x00format";s:4:"webp";s:10:"\x00*\x00quality";i:85;s:17:"\x00*\x00highResolution";d:1;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";s:22:"media--0c1badca--query";s:20:"\x00*\x00preserveAnimation";b:0;}"
  "thumbnail_deferred"
  1761315534
  1761920334
  1
]
3.55 ms
(2.33%)
16
SELECT customSettings FROM assets WHERE id = ?
Parameters:
[
  1571
]
2.17 ms
(1.42%)
7
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
  "/de/blog/"
  "blumenlexikon-heimische-pflanzen-von-a-z~68"
]
2.14 ms
(1.40%)
9
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:
[
  3686
]
2.12 ms
(1.39%)
3
SELECT * FROM redirects WHERE
            (
                (source = ? AND (`type` = ? OR `type` = ?)) OR
                (source = ? AND `type` = ?) OR
                (source = ? AND `type` = ?)
            ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "/de/blog/blumenlexikon-heimische-pflanzen-von-a-z~68"
  "path"
  "auto_create"
  "/de/blog/blumenlexikon-heimische-pflanzen-von-a-z~68"
  "path_query"
  "https://kleinwalsertal-dev.conecto.rocks/de/blog/blumenlexikon-heimische-pflanzen-von-a-z~68"
  "entire_uri"
]
1.69 ms
(1.11%)
9
SELECT * FROM assets_metadata WHERE cid = ?
Parameters:
[
  3686
]
1.17 ms
(0.77%)
3
SELECT id,language FROM documents_translations WHERE sourceId IN(?, ?) UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  124
  124
  124
]
1.11 ms
(0.73%)
3
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:
[
  "magazin_breadcrumb"
  null
  null
]
1.01 ms
(0.66%)
3
SELECT id,language FROM documents_translations WHERE sourceId = ? UNION SELECT sourceId as id,"source" FROM documents_translations WHERE id = ?
Parameters:
[
  440
  440
]
0.99 ms
(0.65%)
6
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "CNMAG_ARTICLE"
]
0.71 ms
(0.47%)
3
SELECT sourceId FROM documents_translations WHERE id = ?
Parameters:
[
  124
]
0.57 ms
(0.37%)
1
SELECT COUNT(*) FROM object_localized_CNMAG_ARTICLE_de WHERE ((`categories` LIKE ?)  AND (id <> ?)  AND  object_localized_CNMAG_ARTICLE_de.type IN ('object','variant','folder')) AND object_localized_CNMAG_ARTICLE_de.published = 1
Parameters:
[
  "%,43,%"
  68
]
0.52 ms
(0.34%)
1
SELECT object_CN_WEATHERSTATION.id as id, object_CN_WEATHERSTATION.type as `type` FROM object_CN_WEATHERSTATION WHERE (( id = ? OR id = ?)  AND  object_CN_WEATHERSTATION.type IN ('object','variant','folder')) AND object_CN_WEATHERSTATION.published = 1 ORDER BY `altitude`    LIMIT 2
Parameters:
[
  null
  null
]
0.48 ms
(0.32%)
2
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
  "/de/blog/blumenlexikon-heimische-pflanzen-von-a-z~68"
]
0.47 ms
(0.31%)
1
SELECT * FROM object_collection_Weather_CN_WEATHERDAY WHERE id = ? AND fieldname = ? ORDER BY `index` ASC
Parameters:
[
  3901
  "weatherData"
]
0.45 ms
(0.29%)
1
SELECT * FROM properties WHERE
                             (
                                 (cid IN (1,24,2) AND inheritable = 1) OR cid = ?
                             ) AND ctype='document'
Parameters:
[
  366
]
0.43 ms
(0.28%)
1
SELECT object_localized_CNMAG_ARTICLE_de.id as id, object_localized_CNMAG_ARTICLE_de.type as `type` FROM object_localized_CNMAG_ARTICLE_de WHERE ((`categories` LIKE ?)  AND (id <> ?)  AND  object_localized_CNMAG_ARTICLE_de.type IN ('object','variant','folder')) AND object_localized_CNMAG_ARTICLE_de.published = 1 ORDER BY `date` DESC   LIMIT 3
Parameters:
[
  "%,43,%"
  68
]
0.40 ms
(0.26%)
2
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  35
]
0.28 ms
(0.19%)
1
SELECT * FROM object_relations_CN_WEATHERSTATION WHERE src_id = ?
Parameters:
[
  3840
]
0.21 ms
(0.14%)
1
SELECT * FROM object_relations_CNMAG_ARTICLE WHERE src_id = ?
Parameters:
[
  68
]
0.20 ms
(0.13%)
1
SELECT * FROM translations_messages 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.

Managed Entities

default entity manager

Class Amount of managed objects