Query Metrics
19
Database Queries
6
Different statements
17.57 ms
Query time
0
Invalid entities
0
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
4.54 ms (25.86%) |
1 |
DELETE FROM cache_items WHERE item_lifetime + item_time <= ? AND item_id IN (?)
Parameters:
[ 1785852659 "app:9bd0e65a2b1efa45cea7c2703fd8b8a75daa5832" ] |
|
4.11 ms (23.39%) |
7 |
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:
[ 1785852659 "app:9bd0e65a2b1efa45cea7c2703fd8b8a75daa5832" ] |
|
3.86 ms (21.98%) |
1 |
INSERT INTO cache_items (item_id, item_data, item_lifetime, item_time) VALUES (?, ?, ?, ?) ON DUPLICATE KEY UPDATE item_data = VALUES(item_data), item_lifetime = VALUES(item_lifetime), item_time = VALUES(item_time)
Parameters:
[ 2 => 119 3 => 1785852659 0 => "app:9bd0e65a2b1efa45cea7c2703fd8b8a75daa5832" 1 => b"O:1:"©":1:{s:6:"ãO4\x08À\x1E";O:50:"Symfony\Component\RateLimiter\Policy\SlidingWindow":1:{s:41:"\x00\x00\x00\x01\x00\x00\x00\x00\x00\x00\x00<studio_api_general-172.18.0.3";d:1785852719.119075;}}" ] |
|
2.71 ms (15.43%) |
5 |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/pimcore-studio/api/" "login" ] |
|
1.97 ms (11.23%) |
4 |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/pimcore-studio/api/login"
]
|
|
0.37 ms (2.11%) |
1 |
SELECT * FROM object_url_slugs WHERE slug = '/pimcore-studio/api/login' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|
Entities Mapping
No loaded entities.