Query Metrics

142 Database Queries
29 Different statements
42.10 ms Query time
0 Invalid entities

Grouped Statements

Show all queries

Time Count Info
12.43 ms
(29.53%)
64
SELECT item_id, CASE WHEN item_lifetime IS NULL OR item_lifetime + item_time > ? THEN item_data ELSE NULL END FROM cache_items WHERE item_id IN (?)
Parameters:
[
  1727522377
  [
    "\x00tags\x00site_domain_358ff6f1d144c177b402a2e5feb8bdb0"
    "site_domain_358ff6f1d144c177b402a2e5feb8bdb0"
  ]
]
8.96 ms
(21.28%)
6
DELETE FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_46__474c3c57fb749ba6349349e47a1f273f"
]
8.22 ms
(19.52%)
6
INSERT INTO `tmp_store` (`id`, `data`, `tag`, `date`, `expiryDate`, `serialized`) VALUES (:col0, :col1, :col2, :col3, :col4, :col5) ON DUPLICATE KEY UPDATE `id` = :col0, `data` = :col1, `tag` = :col2, `date` = :col3, `expiryDate` = :col4, `serialized` = :col5;
Parameters:
[
  ":col0" => "thumb_46__474c3c57fb749ba6349349e47a1f273f"
  ":col1" => "O:42:"Pimcore\Model\Asset\Image\Thumbnail\Config":16:{s:8:"\x00*\x00items";a:2:{i:0;a:2:{s:6:"method";s:11:"cropPercent";s:9:"arguments";a:4:{s:5:"width";d:26.8;s:6:"height";d:45.945945945945944;s:1:"y";d:1.2012012012012012;s:1:"x";i:41;}}i:1;a:2:{s:6:"method";s:12:"scaleByWidth";s:9:"arguments";a:2:{s:5:"width";i:90;s:11:"forceResize";b:0;}}}s:9:"\x00*\x00medias";a:0:{}s:7:"\x00*\x00name";s:42:"cart_auto_f2b7550c55195f403e3c5f9c17014c3f";s:14:"\x00*\x00description";s:0:"";s:8:"\x00*\x00group";s:10:"E-Commerce";s:9:"\x00*\x00format";s:6:"SOURCE";s:10:"\x00*\x00quality";i:85;s:17:"\x00*\x00highResolution";d:1;s:16:"\x00*\x00preserveColor";b:0;s:19:"\x00*\x00preserveMetaData";b:0;s:15:"\x00*\x00rasterizeSVG";b:0;s:15:"\x00*\x00downloadable";b:0;s:19:"\x00*\x00modificationDate";i:1566220970;s:15:"\x00*\x00creationDate";i:1562252277;s:17:"\x00*\x00filenameSuffix";N;s:20:"\x00*\x00preserveAnimation";b:0;}"
  ":col2" => "thumbnail_deferred"
  ":col3" => 1727522377
  ":col4" => 1728127177
  ":col5" => 1
]
2.95 ms
(7.00%)
14
SELECT * FROM settings_store WHERE id = :id AND scope = :scope
Parameters:
[
  "id" => "reports"
  "scope" => "pimcore"
]
2.06 ms
(4.90%)
12
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
  "thumb_46__474c3c57fb749ba6349349e47a1f273f"
]
1.03 ms
(2.45%)
1
SELECT COLUMN_NAME AS Field, COLUMN_TYPE AS Type, IS_NULLABLE AS `Null`, COLUMN_KEY AS `Key`, COLUMN_DEFAULT AS `Default`, EXTRA AS Extra, COLUMN_COMMENT AS Comment, CHARACTER_SET_NAME AS CharacterSet, COLLATION_NAME AS Collation FROM information_schema.COLUMNS WHERE TABLE_SCHEMA = 'pimcoredb' AND TABLE_NAME = 'tmp_store' ORDER BY ORDINAL_POSITION ASC
Parameters:
[]
0.98 ms
(2.32%)
9
SELECT * FROM targeting_rules WHERE id = ?
Parameters:
[
  1
]
0.68 ms
(1.61%)
5
SELECT o_id FROM objects WHERE o_path = :path AND `o_key` = :key
Parameters:
[
  "key" => "Sports-Cars-Fan"
  "path" => "/Customer Management/segments/calculated/Interest-Target-Groups/"
]
0.50 ms
(1.19%)
1
SELECT object_EF_OSO.o_id as o_id, object_EF_OSO.o_type as o_type FROM object_EF_OSO WHERE (cartId = ? AND IFNULL(successorOrder__id , "") = "" AND  object_EF_OSO.o_type IN ('object','folder')) AND object_EF_OSO.o_published = 1
Parameters:
[
  "Pimcore\Bundle\EcommerceFrameworkBundle\CartManager\SessionCart_sesscart_66f7e6493cd89"
]
0.48 ms
(1.13%)
4
SELECT name FROM classes WHERE id = ?
Parameters:
[
  "AP"
]
0.34 ms
(0.80%)
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" => "/en/cart"
  "sourcePathQuery" => "/en/cart"
  "sourceEntireUri" => "http://185.213.27.223/en/cart"
  "typePath" => "path"
  "typePathQuery" => "path_query"
  "typeEntireUri" => "entire_uri"
  "typeAuto" => "auto_create"
]
0.32 ms
(0.76%)
1
SELECT * FROM documents_editables WHERE documentId = ?
Parameters:
[
  12
]
0.30 ms
(0.72%)
2
SELECT id FROM documents WHERE path = BINARY :path AND `key` = BINARY :key
Parameters:
[
  "key" => "cart"
  "path" => "/en/"
]
0.28 ms
(0.67%)
1
SELECT DISTINCT k.`CONSTRAINT_NAME`, k.`COLUMN_NAME`, k.`REFERENCED_TABLE_NAME`, k.`REFERENCED_COLUMN_NAME` /*!50116 , c.update_rule, c.delete_rule */ FROM information_schema.key_column_usage k /*!50116 INNER JOIN information_schema.referential_constraints c ON   c.constraint_name = k.constraint_name AND   c.table_name = 'tmp_store' */ WHERE k.table_name = 'tmp_store' AND k.table_schema = 'pimcoredb' /*!50116 AND c.constraint_schema = 'pimcoredb' */ AND k.`REFERENCED_COLUMN_NAME` is not NULL
Parameters:
[]
0.25 ms
(0.59%)
1
SELECT id FROM targeting_target_groups UNION SELECT id FROM targeting_rules LIMIT 1
Parameters:
[]
0.24 ms
(0.56%)
1
SELECT *
            FROM website_settings
            WHERE name = ?
                AND (
                    siteId IS NULL
                    OR siteId = 0
                    OR siteId = ?
                )
                AND (
                    language IS NULL
                    OR language = ''
                    OR language = ?
                )
            ORDER BY CONCAT(siteId, language) DESC, siteId DESC, language DESC
Parameters:
[
  "defaultTaxClass"
  null
  null
]
0.24 ms
(0.56%)
1
SELECT * FROM assets_image_thumbnail_cache WHERE cid = :cid
Parameters:
[
  "cid" => 46
]
0.22 ms
(0.51%)
1
SELECT id FROM ecommerceframework_pricing_rule WHERE active = 1  ORDER BY `prio` ASC
Parameters:
[]
0.21 ms
(0.50%)
1
SELECT ENGINE, AUTO_INCREMENT, TABLE_COLLATION, TABLE_COMMENT, CREATE_OPTIONS
FROM information_schema.TABLES
WHERE TABLE_TYPE = 'BASE TABLE' AND TABLE_SCHEMA = DATABASE() AND TABLE_NAME = 'tmp_store'
Parameters:
[]
0.20 ms
(0.47%)
1
SELECT NON_UNIQUE AS Non_Unique, INDEX_NAME AS Key_name, COLUMN_NAME AS Column_Name, SUB_PART AS Sub_Part, INDEX_TYPE AS Index_Type FROM information_schema.STATISTICS WHERE TABLE_NAME = 'tmp_store' AND TABLE_SCHEMA = 'pimcoredb' ORDER BY SEQ_IN_INDEX ASC
Parameters:
[]
0.19 ms
(0.45%)
1
SELECT * FROM ecommerceframework_pricing_rule WHERE id='10'
Parameters:
[]
0.17 ms
(0.39%)
1
SELECT * FROM ecommerceframework_pricing_rule WHERE id='9'
Parameters:
[]
0.16 ms
(0.38%)
1
SELECT id FROM targeting_rules WHERE active = 1  ORDER BY `prio` ASC
Parameters:
[]
0.15 ms
(0.35%)
1
SELECT * FROM ecommerceframework_pricing_rule WHERE id='6'
Parameters:
[]
0.14 ms
(0.32%)
1
SELECT * FROM ecommerceframework_pricing_rule WHERE id='8'
Parameters:
[]
0.12 ms
(0.29%)
1
SELECT id FROM documents_page WHERE prettyUrl = :prettyUrl
Parameters:
[
  "prettyUrl" => "/en/cart"
]
0.11 ms
(0.25%)
1
SELECT * FROM translations_messages LIMIT 1;
Parameters:
[]
0.10 ms
(0.24%)
1
SELECT * FROM ecommerceframework_pricing_rule WHERE id='7'
Parameters:
[]
0.10 ms
(0.24%)
1
SELECT * FROM website_settings WHERE id = ?
Parameters:
[
  2
]

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.