Query Metrics
9
Database Queries
5
Different statements
93.67 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
59.09 ms (63.08%) |
1 |
UPDATE lock_keys SET key_expiration = UNIX_TIMESTAMP() + ?, key_token = ? WHERE key_id = ? AND (key_token = ? OR key_expiration <= UNIX_TIMESTAMP())
Parameters:
[ 14400.0 "YH9cwAuUqqQ4VGEPWJnqfgJ8wIHkhNlFKQlO+VEdP0w=" "97d7370ab6c17a683476599a7172fef92f29ff39d7e65c8d1b64158ef57da102" "YH9cwAuUqqQ4VGEPWJnqfgJ8wIHkhNlFKQlO+VEdP0w=" ] |
|
29.83 ms (31.85%) |
1 |
INSERT INTO lock_keys (key_id, key_token, key_expiration) VALUES (?, ?, UNIX_TIMESTAMP() + 300)
Parameters:
[ "97d7370ab6c17a683476599a7172fef92f29ff39d7e65c8d1b64158ef57da102" "YH9cwAuUqqQ4VGEPWJnqfgJ8wIHkhNlFKQlO+VEdP0w=" ] |
|
3.70 ms (3.95%) |
5 |
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:
[ 1772504669 [ "\x00tags\x00data_director_installed" "data_director_installed" ] ] |
|
0.62 ms (0.66%) |
1 |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "BUNDLE_INSTALLED__Reaze\HeadlessBundle\ReazeHeadlessBundle" "scope" => "pimcore" ] |
|
0.43 ms (0.46%) |
1 |
SELECT * FROM translations_admin 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.