https://pimcore.torqit.dev/

Query Metrics

8 Database Queries
7 Different statements
3.13 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
1.88 ms
(59.87%)
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" => "/"
  "sourcePathQuery" => "/"
  "sourceEntireUri" => "https://pimcore.torqit.dev/"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
0.38 ms
(12.26%)
2
SELECT * FROM object_url_slugs WHERE slug = '/' AND (siteId = 2 OR siteId = 0) ORDER BY siteId DESC LIMIT 1
Parameters:
[]
0.24 ms
(7.63%)
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.20 ms
(6.29%)
1
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "Product Portal"
  "path" => "/"
]
0.18 ms
(5.62%)
1
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  5
]
0.14 ms
(4.56%)
1
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "reports"
  "scope" => "pimcore"
]
0.12 ms
(3.77%)
1
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[]

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.