Query Metrics
9
Database Queries
5
Different statements
39.09 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
22.85 ms (58.46%) |
1 |
INSERT INTO lock_keys (key_id, key_token, key_expiration) VALUES (?, ?, UNIX_TIMESTAMP() + 300)
Parameters:
[ "97d7370ab6c17a683476599a7172fef92f29ff39d7e65c8d1b64158ef57da102" "RV+galCFg8K/lYONeG++sa98AO17lfml7lC7VT1Nkes=" ] |
|
11.54 ms (29.52%) |
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 "RV+galCFg8K/lYONeG++sa98AO17lfml7lC7VT1Nkes=" "97d7370ab6c17a683476599a7172fef92f29ff39d7e65c8d1b64158ef57da102" "RV+galCFg8K/lYONeG++sa98AO17lfml7lC7VT1Nkes=" ] |
|
3.93 ms (10.04%) |
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:
[ 1775586926 [ "\x00tags\x00data_director_installed" "data_director_installed" ] ] |
|
0.39 ms (1.00%) |
1 |
SELECT * FROM translations_admin LIMIT 1;
Parameters:
[] |
|
0.38 ms (0.98%) |
1 |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "BUNDLE_INSTALLED__Reaze\HeadlessBundle\ReazeHeadlessBundle" "scope" => "pimcore" ] |
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.