Query Metrics
4
Database Queries
4
Different statements
2.50 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.83 ms |
SELECT DATABASE()
Parameters:
[] |
2 | 1.33 ms |
SELECT TABLE_NAME FROM information_schema.TABLES WHERE TABLE_SCHEMA = ? AND TABLE_TYPE = 'BASE TABLE' ORDER BY TABLE_NAME
Parameters:
[
"greenfield_stage"
]
|
3 | 0.18 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.updated AS updated_4 FROM setting t0
Parameters:
[] |
4 | 0.16 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.updated AS updated_4 FROM setting t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"googleUpdatesStatsType"
]
|
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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Setting | No errors. |