http://quocnam-pimcore-qa.local:8085/pimcore-graphql-webservices/mdm?apikey=dbaf843f1b5499dac8a1bce159497882 Return to referer URL

Query Metrics

90 Database Queries
8 Different statements
15.26 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
7.24 ms
(47.42%)
51
SELECT id FROM classes WHERE name = ?
Parameters:
[
  "Associate"
]
4.76 ms
(31.17%)
30
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "ASS"
]
0.80 ms
(5.23%)
1
SELECT object_localized_PR_en.o_id as o_id, `object_localized_PR_en`.`o_type` FROM `object_localized_PR_en` WHERE ((o_id =286305) AND  object_localized_PR_en.o_type IN ('object','folder','variant')) LIMIT 1
Parameters:
[]
0.62 ms
(4.05%)
1
SELECT r.src_id as dest_id, r.src_id as id, r.type, o.o_className as subtype, o.o_published as published, concat(o.o_path ,o.o_key) as path , r.index
            FROM objects o, object_relations_PVEN r
            WHERE r.fieldname= ?
            AND r.ownertype = 'object'
            AND r.dest_id = ?
            AND o.o_id = r.src_id
            AND r.type='object'

            UNION SELECT r.src_id as dest_id, r.src_id as id, r.type,  a.type as subtype, "null" as published, concat(a.path,a.filename) as path, r.index
            FROM assets a, object_relations_PVEN r
            WHERE r.fieldname= ?
            AND r.ownertype = 'object'
            AND r.dest_id = ?
            AND a.id = r.src_id
            AND r.type='asset'

            UNION SELECT r.src_id as dest_id, r.src_id as id, r.type, d.type as subtype, d.published as published, concat(d.path,d.key) as path, r.index
            FROM documents d, object_relations_PVEN r
            WHERE r.fieldname= ?
            AND r.ownertype = 'object'
            AND r.dest_id = ?
            AND d.id = r.src_id
            AND r.type='document'

            ORDER BY `index` ASC
Parameters:
[
  "productCode"
  286305
  "productCode"
  286305
  "productCode"
  286305
]
0.60 ms
(3.92%)
3
SELECT id FROM documents WHERE path = :path AND `key` = :key
Parameters:
[
  "key" => "mdm"
  "path" => "/pimcore-graphql-webservices/"
]
0.44 ms
(2.88%)
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" => "/pimcore-graphql-webservices/mdm"
  "sourcePathQuery" => "/pimcore-graphql-webservices/mdm?apikey=dbaf843f1b5499dac8a1bce159497882"
  "sourceEntireUri" => "http://quocnam-pimcore-qa.local:8085/pimcore-graphql-webservices/mdm?apikey=dbaf843f1b5499dac8a1bce159497882"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
0.44 ms
(2.86%)
1
select id, name from classes
Parameters:
[]
0.38 ms
(2.47%)
2
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/pimcore-graphql-webservices/mdm"
]

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.

Entities Mapping