Query Metrics

65 Database Queries
16 Different statements
11.81 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
7.81 ms
(66.09%)
45
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1714187007
  [
    "\x00tags\x00output_bbf7b2d5f10fc221acd48a439f956582_desktop"
    "output_bbf7b2d5f10fc221acd48a439f956582_desktop"
  ]
]
0.93 ms
(7.90%)
5
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 22
]
0.49 ms
(4.17%)
1
SELECT DISTINCT object_BlogPost.o_id as o_id, object_BlogPost.o_type as o_type FROM object_BlogPost INNER JOIN object_relations_BlogPost BlogPostRelations ON object_BlogPost.oo_id = BlogPostRelations.src_id WHERE ( object_BlogPost.o_type IN ('object','folder')) AND object_BlogPost.o_published = 1 ORDER BY object_BlogPost.date desc LIMIT 6
Parameters:
[]
0.41 ms
(3.46%)
1
SELECT DISTINCT COUNT(DISTINCT object_BlogPost.o_id) AS totalCount FROM object_BlogPost INNER JOIN object_relations_BlogPost BlogPostRelations ON object_BlogPost.oo_id = BlogPostRelations.src_id WHERE ( object_BlogPost.o_type IN ('object','folder')) AND object_BlogPost.o_published = 1
Parameters:
[]
0.30 ms
(2.58%)
1
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" => "/Blog"
  "sourcePathQuery" => "/Blog?query%3DNFT==========================================="
  "sourceEntireUri" => "https://www.credimas.it/Blog?query%3DNFT==========================================="
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
0.30 ms
(2.51%)
2
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Blog"
  "path" => "/"
]
0.30 ms
(2.51%)
1
SELECT object_BlogPostCategory.o_id as o_id, object_BlogPostCategory.o_type as o_type FROM object_BlogPostCategory WHERE ( object_BlogPostCategory.o_type IN ('object','folder')) AND object_BlogPostCategory.o_published = 1 ORDER BY `name` ASC
Parameters:
[]
0.17 ms
(1.48%)
1
SELECT id,type FROM users WHERE id > 0 AND `type` IN ('user','userfolder') ORDER BY `name` ASC
Parameters:
[]
0.16 ms
(1.35%)
1
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[]
0.15 ms
(1.29%)
1
SELECT * FROM object_url_slugs WHERE slug = '/Blog' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[]
0.15 ms
(1.29%)
1
SELECT * FROM users WHERE `type` = ? AND id = ?
Parameters:
[
  "user"
  2
]
0.14 ms
(1.19%)
1
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "reports"
  "scope" => "pimcore"
]
0.14 ms
(1.15%)
1
SELECT * FROM users_workspaces_document WHERE userId = ?
Parameters:
[
  2
]
0.13 ms
(1.07%)
1
SELECT * FROM users_workspaces_asset WHERE userId = ?
Parameters:
[
  2
]
0.12 ms
(1.04%)
1
SELECT * FROM users_workspaces_object WHERE userId = ?
Parameters:
[
  2
]
0.11 ms
(0.93%)
1
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "BlogPost"
]

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.