https://devapimeteoksa.centricdxb.com/api/ncm/public-query Return to referer URL

Query Metrics

9 Database Queries
8 Different statements
5.07 ms Query time
0 Invalid entities

Queries

Group similar statements

# Time Info
1 0.15 ms
SELECT * FROM sites WHERE mainDomain = ? OR domains LIKE ?
Parameters:
[
  "devapimeteoksa.centricdxb.com"
  "%"devapimeteoksa.centricdxb.com"%"
]
2 0.05 ms
SELECT id,domains FROM sites
Parameters:
[]
3 0.19 ms
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"
]
4 2.52 ms
INSERT INTO lock_keys (key_id, key_token, key_expiration) VALUES (?, ?, UNIX_TIMESTAMP() + 300)
Parameters:
[
  "8af919885c2e7d00208f20a73f7e59633bfda4068dbf95b87e58f8120e60fd64"
  "4mH/nX/1H8/TTO/We2v23G3M5E3RydYCAUMr1PE4z/M="
]
5 0.10 ms
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="
]
6 0.06 ms
SELECT 1 FROM lock_keys WHERE key_id = ? AND key_token = ? AND key_expiration > UNIX_TIMESTAMP()
Parameters:
[
  "8af919885c2e7d00208f20a73f7e59633bfda4068dbf95b87e58f8120e60fd64"
  "4mH/nX/1H8/TTO/We2v23G3M5E3RydYCAUMr1PE4z/M="
]
7 0.07 ms
SELECT id FROM redirects WHERE active = 1 AND regex = 1  ORDER BY `priority` DESC
Parameters:
[]
8 1.88 ms
DELETE FROM lock_keys WHERE key_id = ? AND key_token = ?
Parameters:
[
  "8af919885c2e7d00208f20a73f7e59633bfda4068dbf95b87e58f8120e60fd64"
  "4mH/nX/1H8/TTO/We2v23G3M5E3RydYCAUMr1PE4z/M="
]
9 0.06 ms
SELECT 1 FROM lock_keys WHERE key_id = ? AND key_token = ? AND key_expiration > UNIX_TIMESTAMP()
Parameters:
[
  "8af919885c2e7d00208f20a73f7e59633bfda4068dbf95b87e58f8120e60fd64"
  "4mH/nX/1H8/TTO/We2v23G3M5E3RydYCAUMr1PE4z/M="
]

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.