Query Metrics
22
Database Queries
7
Different statements
100.78 ms
Query time
0
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.30 ms |
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:
[ 1783015981 "site_domain_59b2e1fdb6f5d0e9500274a0f6159325" ] |
| 2 | 0.70 ms |
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:
[ 1783015981 "system\x01tags\x01" "site\x01tags\x01" ] |
| 3 | 14.47 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"maintenance_mode"
]
|
| 4 | 21.46 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/assets/app/something/services/" "AppModule.class" ] |
| 5 | 9.30 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/assets/app/something/services/AppModule.class"
]
|
| 6 | 0.60 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/assets/app/something/services/" "AppModule.class" ] |
| 7 | 0.45 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/assets/app/something/services/AppModule.class"
]
|
| 8 | 0.36 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/assets/app/something/" "services" ] |
| 9 | 1.82 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/assets/app/something/services"
]
|
| 10 | 1.97 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/assets/app/" "something" ] |
| 11 | 11.63 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/assets/app/something"
]
|
| 12 | 1.64 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/assets/" "app" ] |
| 13 | 1.64 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/assets/app"
]
|
| 14 | 0.52 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/" "assets" ] |
| 15 | 9.12 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/assets"
]
|
| 16 | 0.61 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
"/"
""
]
|
| 17 | 0.41 ms |
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:
[ 1783015981 "document_1" ] |
| 18 | 5.34 ms |
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:
[ 1783015981 "document_1\x01tags\x01" ] |
| 19 | 1.81 ms |
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:
[ 1783015981 "document_properties_1" ] |
| 20 | 6.11 ms |
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:
[ 1783015981 "\x00tags\x00document_properties_1" ] |
| 21 | 2.87 ms |
SELECT * FROM properties WHERE ( (cid IN (1) AND inheritable = 1) OR cid = ? ) AND ctype='document'
Parameters:
[
1
]
|
| 22 | 6.65 ms |
SELECT id FROM assets WHERE `path` = BINARY ? AND `filename` = BINARY ?
Parameters:
[ "/assets/app/something/services/" "AppModule.class" ] |
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.
Managed Entities
No managed entities.
Entities Mapping
No mapped entities.