https://pimcore.torqit.dev/_ignition/execute-solution

Query Metrics

25 Database Queries
12 Different statements
4.07 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
0.87 ms
(21.35%)
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 = '2' AND priority = 99 ORDER BY `priority` DESC
Parameters:
[
  "sourcePath" => "/_ignition/execute-solution"
  "sourcePathQuery" => "/_ignition/execute-solution"
  "sourceEntireUri" => "https://pimcore.torqit.dev/_ignition/execute-solution"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
0.73 ms
(17.91%)
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 = '2' ORDER BY `priority` DESC
Parameters:
[
  "sourcePath" => "/_ignition/execute-solution"
  "sourcePathQuery" => "/_ignition/execute-solution"
  "sourceEntireUri" => "https://pimcore.torqit.dev/_ignition/execute-solution"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
0.68 ms
(16.67%)
6
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "execute-solution"
  "path" => "/Product Portal/_ignition/"
]
0.41 ms
(9.96%)
5
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/Product Portal/_ignition/execute-solution"
]
0.39 ms
(9.50%)
5
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/%"
  "/_ignition/execute-solution"
]
0.21 ms
(5.09%)
1
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
0.20 ms
(4.80%)
1
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "reports"
  "scope" => "pimcore"
]
0.17 ms
(4.30%)
1
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 419
]
0.13 ms
(3.18%)
1
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"
]
0.10 ms
(2.51%)
1
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  5
]
0.10 ms
(2.43%)
1
SELECT * FROM object_url_slugs WHERE slug = '/_ignition/execute-solution' AND (siteId = 2 OR siteId = 0) ORDER BY siteId DESC LIMIT 1
Parameters:
[]
0.09 ms
(2.29%)
1
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
  "pimcore_staticroutes"
]

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.