Query Metrics

26 Database Queries
10 Different statements
18.78 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
6.11 ms
(32.52%)
1
DELETE FROM lock_keys WHERE key_id = ? AND key_token = ?
Parameters:
[
  "6eb9a4518cf49608ff75e4225ab03bfee202db865357989bfc2f5fe94612f76a"
  "SH/ZUfeYXb8oDOt3THia9eX2AEFUetJgpemzIqa7avM="
]
5.90 ms
(31.43%)
1
INSERT INTO lock_keys (key_id, key_token, key_expiration) VALUES (?, ?, UNIX_TIMESTAMP() + 300)
Parameters:
[
  "6eb9a4518cf49608ff75e4225ab03bfee202db865357989bfc2f5fe94612f76a"
  "SH/ZUfeYXb8oDOt3THia9eX2AEFUetJgpemzIqa7avM="
]
3.12 ms
(16.61%)
9
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1731637048
  [
    "\x00tags\x00site_domain_d6b308cb779faaa54a6a309fe081eca7"
    "site_domain_d6b308cb779faaa54a6a309fe081eca7"
  ]
]
0.87 ms
(4.62%)
5
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "magnecaps-memory-and-concentration-pack-fr.png"
  "path" => "/produits/magnecaps memory and concentration/image-thumb__90__big-product-thumb/"
]
0.81 ms
(4.32%)
4
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/produits/magnecaps memory and concentration/image-thumb__90__big-product-thumb/magnecaps-memory-and-concentration-pack-fr.png"
]
0.76 ms
(4.05%)
2
SELECT 1 FROM lock_keys WHERE key_id = ? AND key_token = ? AND key_expiration > UNIX_TIMESTAMP()
Parameters:
[
  "6eb9a4518cf49608ff75e4225ab03bfee202db865357989bfc2f5fe94612f76a"
  "SH/ZUfeYXb8oDOt3THia9eX2AEFUetJgpemzIqa7avM="
]
0.64 ms
(3.40%)
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" => "/produits/magnecaps memory and concentration/image-thumb__90__big-product-thumb/magnecaps-memory-and-concentration-pack-fr.png"
  "sourcePathQuery" => "/produits/magnecaps memory and concentration/image-thumb__90__big-product-thumb/magnecaps-memory-and-concentration-pack-fr.png"
  "sourceEntireUri" => "https://magnecapsv2.atypic-pp.be/produits/magnecaps memory and concentration/image-thumb__90__big-product-thumb/magnecaps-memory-and-concentration-pack-fr.png"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
0.28 ms
(1.47%)
1
UPDATE lock_keys SET key_expiration = UNIX_TIMESTAMP() + ?, key_token = ? WHERE key_id = ? AND (key_token = ? OR key_expiration <= UNIX_TIMESTAMP())
Parameters:
[
  300.0
  "SH/ZUfeYXb8oDOt3THia9eX2AEFUetJgpemzIqa7avM="
  "6eb9a4518cf49608ff75e4225ab03bfee202db865357989bfc2f5fe94612f76a"
  "SH/ZUfeYXb8oDOt3THia9eX2AEFUetJgpemzIqa7avM="
]
0.20 ms
(1.05%)
1
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "reports"
  "scope" => "pimcore"
]
0.10 ms
(0.54%)
1
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
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.