Query Metrics
9
Database Queries
5
Different statements
79.90 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
55.44 ms (69.39%) |
1 |
INSERT INTO lock_keys (key_id, key_token, key_expiration) VALUES (?, ?, UNIX_TIMESTAMP() + 300)
Parameters:
[ "97d7370ab6c17a683476599a7172fef92f29ff39d7e65c8d1b64158ef57da102" "TjIf5UM0pQdxYKdDvJxPHOXnXwD9/ZCH7TMsfq4AL6s=" ] |
|
19.73 ms (24.69%) |
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 "TjIf5UM0pQdxYKdDvJxPHOXnXwD9/ZCH7TMsfq4AL6s=" "97d7370ab6c17a683476599a7172fef92f29ff39d7e65c8d1b64158ef57da102" "TjIf5UM0pQdxYKdDvJxPHOXnXwD9/ZCH7TMsfq4AL6s=" ] |
|
3.65 ms (4.57%) |
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:
[ 1772536666 [ "\x00tags\x00data_director_installed" "data_director_installed" ] ] |
|
0.59 ms (0.74%) |
1 |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "BUNDLE_INSTALLED__Reaze\HeadlessBundle\ReazeHeadlessBundle" "scope" => "pimcore" ] |
|
0.49 ms (0.62%) |
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.