Query Metrics
19
Database Queries
12
Different statements
5.65 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2.31 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 = '2' AND priority = 99 ORDER BY `priority` DESC
Parameters:
[ "sourcePath" => "/sitemap.xml" "sourcePathQuery" => "/sitemap.xml" "sourceEntireUri" => "https://pimcore.torqit.dev/sitemap.xml" "typePath" => "path" "typePathQuery" => "path_query" "typeEntireUri" => "entire_uri" "typeAuto" => "auto_create" ] |
| 2 | 0.20 ms |
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[ "id" => "reports" "scope" => "pimcore" ] |
| 3 | 0.19 ms |
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[ "key" => "sitemap.xml" "path" => "/Product Portal/" ] |
| 4 | 0.10 ms |
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[ "prettyUrl" => "/Product Portal/sitemap.xml" ] |
| 5 | 0.13 ms |
SELECT documents.id FROM documents LEFT JOIN documents_page ON documents.id = documents_page.id WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[ "/Product Portal/%" "/sitemap.xml" ] |
| 6 | 0.10 ms |
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[ "key" => "sitemap.xml" "path" => "/Product Portal/" ] |
| 7 | 0.08 ms |
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[ "prettyUrl" => "/Product Portal/sitemap.xml" ] |
| 8 | 0.09 ms |
SELECT documents.id FROM documents LEFT JOIN documents_page ON documents.id = documents_page.id WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[ "/Product Portal/%" "/sitemap.xml" ] |
| 9 | 0.09 ms |
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[ "key" => "Product Portal" "path" => "/" ] |
| 10 | 0.25 ms |
SELECT * FROM object_url_slugs WHERE slug = '/sitemap.xml' AND (siteId = 2 OR siteId = 0) ORDER BY siteId DESC LIMIT 1
Parameters:
[] |
| 11 | 0.22 ms |
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
"pimcore_staticroutes"
]
|
| 12 | 0.62 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 = '2' ORDER BY `priority` DESC
Parameters:
[ "sourcePath" => "/sitemap.xml" "sourcePathQuery" => "/sitemap.xml" "sourceEntireUri" => "https://pimcore.torqit.dev/sitemap.xml" "typePath" => "path" "typePathQuery" => "path_query" "typeEntireUri" => "entire_uri" "typeAuto" => "auto_create" ] |
| 13 | 0.24 ms |
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[ "key" => "sitemap.xml" "path" => "/Product Portal/" ] |
| 14 | 0.10 ms |
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[ "prettyUrl" => "/Product Portal/sitemap.xml" ] |
| 15 | 0.08 ms |
SELECT documents.id FROM documents LEFT JOIN documents_page ON documents.id = documents_page.id WHERE documents.path LIKE ? AND documents_page.prettyUrl = ?
Parameters:
[ "/Product Portal/%" "/sitemap.xml" ] |
| 16 | 0.23 ms |
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[] |
| 17 | 0.12 ms |
select documents.id, concat(documents.path, documents.`key`) as fullPath from documents, documents_page, sites where sites.rootId = documents_page.id and documents.id = documents_page.id and documents_page.controller = ?
Parameters:
[
"Pimcore\Bundle\PortalEngineBundle\Controller\PortalController::pageAction"
]
|
| 18 | 0.16 ms |
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
5
]
|
| 19 | 0.34 ms |
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[ "cid" => 419 ] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| portal_engine | doctrine.orm.portal_engine_entity_manager |
| statistics_explorer | doctrine.orm.statistics_explorer_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
portal_engine entity manager
| Class | Mapping errors |
|---|---|
| Pimcore\Bundle\PortalEngineBundle\Entity\PublicShare | No errors. |
| Pimcore\Bundle\PortalEngineBundle\Entity\DownloadCart | No errors. |
| Pimcore\Bundle\PortalEngineBundle\Entity\CollectionShare | No errors. |
| Pimcore\Bundle\PortalEngineBundle\Entity\PublicShareItem | No errors. |
| Pimcore\Bundle\PortalEngineBundle\Entity\SavedSearch | No errors. |
| Pimcore\Bundle\PortalEngineBundle\Entity\DownloadCartItem | No errors. |
| Pimcore\Bundle\PortalEngineBundle\Entity\BatchTaskProcessedItem | No errors. |
| Pimcore\Bundle\PortalEngineBundle\Entity\Collection | No errors. |
| Pimcore\Bundle\PortalEngineBundle\Entity\SavedSearchShare | No errors. |
| Pimcore\Bundle\PortalEngineBundle\Entity\BatchTask | No errors. |
| Pimcore\Bundle\PortalEngineBundle\Entity\CollectionItem | No errors. |
statistics_explorer entity manager
| Class | Mapping errors |
|---|---|
| Pimcore\Bundle\StatisticsExplorerBundle\Entity\ConfigurationShare | No errors. |
| Pimcore\Bundle\StatisticsExplorerBundle\Entity\Configuration | No errors. |