https://www.atlantpay.com/service/api-docs/

Query Metrics

5 Database Queries
4 Different statements
1.83 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.82 ms
(44.69%)
2
SELECT id, 
          (CASE WHEN expire IS NULL OR expire > ? THEN data ELSE NULL END) as data
            FROM cache WHERE id IN (?)
Parameters:
[
  1766178463
  [
    "site_domain_dfbeb30f3fe69c2c17028cc18bf571ac"
  ]
]
0.57 ms
(31.10%)
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" => "/service/api-docs/"
  "sourcePathQuery" => "/service/api-docs/"
  "sourceEntireUri" => "https://www.atlantpay.com/service/api-docs/"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
0.34 ms
(18.79%)
1
SELECT * FROM sites WHERE mainDomain = ? OR domains LIKE ?
Parameters:
[
  "www.atlantpay.com"
  "%"www.atlantpay.com"%"
]
0.10 ms
(5.42%)
1
SELECT id,domains FROM sites
Parameters:
[]

Database Connections

Name Service
default doctrine.dbal.default_connection

Entity Managers

Name Service
default doctrine.orm.default_entity_manager

Second Level Cache

Second Level Cache is not enabled.

Entities Mapping

No loaded entities.