Query Metrics
34
Database Queries
15
Different statements
23.00 ms
Query time
0
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.45 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle" "pimcore" ] |
| 2 | 0.55 ms |
SELECT * FROM redirects WHERE ( (source = ? AND (`type` = ? OR `type` = ?)) OR (source = ? AND `type` = ?) OR (source = ? AND `type` = ?) ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC
Parameters:
[ "/admin/plugins/jquery-file-upload/server/php/index.php" "path" "auto_create" "/admin/plugins/jquery-file-upload/server/php/index.php?file=tf2rghf.jpg" "path_query" "http://talash.com/admin/plugins/jquery-file-upload/server/php/index.php?file=tf2rghf.jpg" "entire_uri" ] |
| 3 | 4.71 ms |
INSERT INTO lock_keys (key_id, key_token, key_expiration) VALUES (?, ?, UNIX_TIMESTAMP() + 300)
Parameters:
[ "56077d86c930853c3d6d19af78a9d93e0618bf805082ea53d76a848b5f59d071" "i2YfbrZYTg/d2ncsQqt/immvroy0N7MgyAk+E+aUJyk=" ] |
| 4 | 0.49 ms |
UPDATE lock_keys SET key_expiration = UNIX_TIMESTAMP() + ?, key_token = ? WHERE key_id = ? AND (key_token = ? OR key_expiration <= UNIX_TIMESTAMP())
Parameters:
[ 300.0 "i2YfbrZYTg/d2ncsQqt/immvroy0N7MgyAk+E+aUJyk=" "56077d86c930853c3d6d19af78a9d93e0618bf805082ea53d76a848b5f59d071" "i2YfbrZYTg/d2ncsQqt/immvroy0N7MgyAk+E+aUJyk=" ] |
| 5 | 0.44 ms |
SELECT 1 FROM lock_keys WHERE key_id = ? AND key_token = ? AND key_expiration > UNIX_TIMESTAMP()
Parameters:
[ "56077d86c930853c3d6d19af78a9d93e0618bf805082ea53d76a848b5f59d071" "i2YfbrZYTg/d2ncsQqt/immvroy0N7MgyAk+E+aUJyk=" ] |
| 6 | 0.48 ms |
SELECT id FROM redirects WHERE active = 1 AND regex = 1 ORDER BY `priority` DESC
Parameters:
[] |
| 7 | 5.17 ms |
DELETE FROM lock_keys WHERE key_id = ? AND key_token = ?
Parameters:
[ "56077d86c930853c3d6d19af78a9d93e0618bf805082ea53d76a848b5f59d071" "i2YfbrZYTg/d2ncsQqt/immvroy0N7MgyAk+E+aUJyk=" ] |
| 8 | 0.66 ms |
SELECT 1 FROM lock_keys WHERE key_id = ? AND key_token = ? AND key_expiration > UNIX_TIMESTAMP()
Parameters:
[ "56077d86c930853c3d6d19af78a9d93e0618bf805082ea53d76a848b5f59d071" "i2YfbrZYTg/d2ncsQqt/immvroy0N7MgyAk+E+aUJyk=" ] |
| 9 | 0.31 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"maintenance_mode"
]
|
| 10 | 0.21 ms |
SELECT * FROM tmp_store WHERE id = ?
Parameters:
[
"maintenance_mode"
]
|
| 11 | 0.81 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/admin/plugins/jquery-file-upload/server/php/" "index.php" ] |
| 12 | 0.31 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/admin/plugins/jquery-file-upload/server/php/index.php"
]
|
| 13 | 0.40 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/admin/plugins/jquery-file-upload/server/php/" "index.php" ] |
| 14 | 0.28 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/admin/plugins/jquery-file-upload/server/php/index.php"
]
|
| 15 | 0.82 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/admin/plugins/jquery-file-upload/server/" "php" ] |
| 16 | 0.28 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/admin/plugins/jquery-file-upload/server/php"
]
|
| 17 | 0.42 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/admin/plugins/jquery-file-upload/" "server" ] |
| 18 | 0.30 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/admin/plugins/jquery-file-upload/server"
]
|
| 19 | 0.31 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/admin/plugins/" "jquery-file-upload" ] |
| 20 | 0.25 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/admin/plugins/jquery-file-upload"
]
|
| 21 | 0.29 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/admin/" "plugins" ] |
| 22 | 0.28 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/admin/plugins"
]
|
| 23 | 0.34 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[ "/" "admin" ] |
| 24 | 0.28 ms |
SELECT id FROM documents_page WHERE prettyUrl = ?
Parameters:
[
"/admin"
]
|
| 25 | 0.38 ms |
SELECT id FROM documents WHERE `path` = BINARY ? AND `key` = BINARY ?
Parameters:
[
"/"
""
]
|
| 26 | 0.39 ms |
SELECT documents.*, tree_locks.locked FROM documents LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = 'document' WHERE documents.id = ?
Parameters:
[
1
]
|
| 27 | 0.36 ms |
SELECT documents.*, documents_page.*, tree_locks.locked FROM documents LEFT JOIN documents_page ON documents.id = documents_page.id LEFT JOIN tree_locks ON documents.id = tree_locks.id AND tree_locks.type = 'document' WHERE documents.id = ?
Parameters:
[
1
]
|
| 28 | 0.25 ms |
SELECT * FROM object_url_slugs WHERE slug = '/admin/plugins/jquery-file-upload/server/php/index.php' AND siteId = 0 ORDER BY siteId DESC LIMIT 1
Parameters:
[] |
| 29 | 0.40 ms |
SELECT id FROM settings_store WHERE scope = ?
Parameters:
[
"pimcore_staticroutes"
]
|
| 30 | 0.47 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle" "pimcore" ] |
| 31 | 0.26 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle" "pimcore" ] |
| 32 | 0.58 ms |
SELECT * FROM redirects WHERE ( (source = ? AND (`type` = ? OR `type` = ?)) OR (source = ? AND `type` = ?) OR (source = ? AND `type` = ?) ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL ORDER BY `priority` DESC
Parameters:
[ "/admin/plugins/jquery-file-upload/server/php/index.php" "path" "auto_create" "/admin/plugins/jquery-file-upload/server/php/index.php?file=tf2rghf.jpg" "path_query" "http://talash.com/admin/plugins/jquery-file-upload/server/php/index.php?file=tf2rghf.jpg" "entire_uri" ] |
| 33 | 0.45 ms |
SELECT * FROM settings_store WHERE id = ? AND scope = ?
Parameters:
[ "BUNDLE_INSTALLED__Pimcore\Bundle\SeoBundle\PimcoreSeoBundle" "pimcore" ] |
| 34 | 0.61 ms |
SELECT * FROM redirects WHERE ( (source = ? AND (`type` = ? OR `type` = ?)) OR (source = ? AND `type` = ?) OR (source = ? AND `type` = ?) ) AND active = 1 AND (regex IS NULL OR regex = 0) AND (expiry > UNIX_TIMESTAMP() OR expiry IS NULL) AND sourceSite IS NULL AND priority = 99 ORDER BY `priority` DESC
Parameters:
[ "/admin/plugins/jquery-file-upload/server/php/index.php" "path" "auto_create" "/admin/plugins/jquery-file-upload/server/php/index.php?file=tf2rghf.jpg" "path_query" "http://talash.com/admin/plugins/jquery-file-upload/server/php/index.php?file=tf2rghf.jpg" "entire_uri" ] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| pimcore | doctrine.orm.pimcore_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Managed Entities
pimcore entity manager
| Class | Amount of managed objects |
|---|
Entities Mapping
No loaded entities.