Query Metrics
3
Database Queries
3
Different statements
2.59 ms
Query time
0
Invalid entities
1
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.14 ms (82.64%) |
1 |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"little_isms_helper"
]
|
|
0.32 ms (12.37%) |
1 |
SELECT t0.id AS id_1, t0.category AS category_2, t0.setting_key AS setting_key_3, t0.value AS value_4, t0.encrypted_value AS encrypted_value_5, t0.is_encrypted AS is_encrypted_6, t0.description AS description_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.updated_by AS updated_by_10 FROM system_settings t0 WHERE t0.category = ? AND t0.setting_key = ? LIMIT 1
Parameters:
[ "quick_fix" "fallback_ui_enabled" ] |
|
0.13 ms (4.99%) |
1 |
SELECT DATABASE()
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 |
|---|---|
| App\Entity\SystemSettings | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\SystemSettings | No errors. |