Query Metrics
9
Database Queries
8
Different statements
5.07 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.52 ms (49.65%) |
1 |
INSERT INTO lock_keys (key_id, key_token, key_expiration) VALUES (?, ?, UNIX_TIMESTAMP() + 300)
Parameters:
[ "8af919885c2e7d00208f20a73f7e59633bfda4068dbf95b87e58f8120e60fd64" "4mH/nX/1H8/TTO/We2v23G3M5E3RydYCAUMr1PE4z/M=" ] |
|
1.88 ms (37.10%) |
1 |
DELETE FROM lock_keys WHERE key_id = ? AND key_token = ?
Parameters:
[ "8af919885c2e7d00208f20a73f7e59633bfda4068dbf95b87e58f8120e60fd64" "4mH/nX/1H8/TTO/We2v23G3M5E3RydYCAUMr1PE4z/M=" ] |
|
0.19 ms (3.75%) |
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" => "/api/ncm/public-query" "sourcePathQuery" => "/api/ncm/public-query" "sourceEntireUri" => "https://devapimeteoksa.centricdxb.com/api/ncm/public-query" "typePath" => "path" "typePathQuery" => "path_query" "typeEntireUri" => "entire_uri" "typeAuto" => "auto_create" ] |
|
0.15 ms (2.94%) |
1 |
SELECT * FROM sites WHERE mainDomain = ? OR domains LIKE ?
Parameters:
[ "devapimeteoksa.centricdxb.com" "%"devapimeteoksa.centricdxb.com"%" ] |
|
0.12 ms (2.45%) |
2 |
SELECT 1 FROM lock_keys WHERE key_id = ? AND key_token = ? AND key_expiration > UNIX_TIMESTAMP()
Parameters:
[ "8af919885c2e7d00208f20a73f7e59633bfda4068dbf95b87e58f8120e60fd64" "4mH/nX/1H8/TTO/We2v23G3M5E3RydYCAUMr1PE4z/M=" ] |
|
0.10 ms (1.89%) |
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 "4mH/nX/1H8/TTO/We2v23G3M5E3RydYCAUMr1PE4z/M=" "8af919885c2e7d00208f20a73f7e59633bfda4068dbf95b87e58f8120e60fd64" "4mH/nX/1H8/TTO/We2v23G3M5E3RydYCAUMr1PE4z/M=" ] |
|
0.07 ms (1.34%) |
1 |
SELECT id FROM redirects WHERE active = 1 AND regex = 1 ORDER BY `priority` DESC
Parameters:
[] |
|
0.05 ms (0.89%) |
1 |
SELECT id,domains FROM sites
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.