Query Metrics
3
Database Queries
2
Different statements
13.24 ms
Query time
0
Invalid entities
4
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 4.10 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.number_of_balls AS number_of_balls_3, t0.number_of_jokers AS number_of_jokers_4, t0.number_of_stars AS number_of_stars_5, t0.max_number AS max_number_6, t0.max_star_number AS max_star_number_7, t0.days AS days_8, t0.strategy_identifier AS strategy_identifier_9 FROM game t0
Parameters:
[] |
| 2 | 7.63 ms |
SELECT t0.id AS id_1, t0.last_sync_date AS last_sync_date_2, t0.last_data_date AS last_data_date_3, t0.total_records AS total_records_4, t0.last_import_records AS last_import_records_5, t0.last_import_file AS last_import_file_6, t0.status AS status_7, t0.last_error AS last_error_8, t0.processed_rows AS processed_rows_9, t0.total_rows AS total_rows_10, t0.last_processed_file AS last_processed_file_11, t0.last_file_hash AS last_file_hash_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.game_id AS game_id_15 FROM sync t0 WHERE t0.game_id = ? LIMIT 1
Parameters:
[
2
]
|
| 3 | 1.51 ms |
SELECT t0.id AS id_1, t0.last_sync_date AS last_sync_date_2, t0.last_data_date AS last_data_date_3, t0.total_records AS total_records_4, t0.last_import_records AS last_import_records_5, t0.last_import_file AS last_import_file_6, t0.status AS status_7, t0.last_error AS last_error_8, t0.processed_rows AS processed_rows_9, t0.total_rows AS total_rows_10, t0.last_processed_file AS last_processed_file_11, t0.last_file_hash AS last_file_hash_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.game_id AS game_id_15 FROM sync t0 WHERE t0.game_id = ? LIMIT 1
Parameters:
[
1
]
|
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\Game | 2 |
| App\Entity\Sync | 2 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Game | No errors. |
| App\Entity\Draw | No errors. |
| App\Entity\Sync | No errors. |