Query Metrics
45
Database Queries
7
Different statements
195.47 ms
Query time
0
Invalid entities
180
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
58.92 ms (30.14%) |
20 |
SELECT t0.id AS id_1, t0.number AS number_2, t0.position AS position_3, t0.type AS type_4, t0.is_complementary AS is_complementary_5, t0.draw_id AS draw_id_6 FROM ball t0 WHERE t0.draw_id = ?
Parameters:
[
7425
]
|
|
57.06 ms (29.19%) |
20 |
SELECT t0.id AS id_1, t0.number AS number_2, t0.position AS position_3, t0.type AS type_4, t0.draw_id AS draw_id_5 FROM joker t0 WHERE t0.draw_id = ?
Parameters:
[
7425
]
|
|
36.50 ms (18.68%) |
1 |
SELECT d0_.id AS id_0, d0_.date AS date_1, d0_.forclusion_date AS forclusion_date_2, d0_.draw_number AS draw_number_3, d0_.day_of_week AS day_of_week_4, d0_.draw_type AS draw_type_5, d0_.currency AS currency_6, d0_.raw AS raw_7, d0_.game_id AS game_id_8 FROM draw d0_ WHERE d0_.game_id = ? ORDER BY d0_.date DESC LIMIT 20
Parameters:
[
1
]
|
|
17.29 ms (8.85%) |
1 |
SELECT d0_.id AS id_0, d0_.date AS date_1, d0_.forclusion_date AS forclusion_date_2, d0_.draw_number AS draw_number_3, d0_.day_of_week AS day_of_week_4, d0_.draw_type AS draw_type_5, d0_.currency AS currency_6, d0_.raw AS raw_7, d0_.game_id AS game_id_8 FROM draw d0_ WHERE d0_.game_id = ? ORDER BY d0_.date DESC LIMIT 1
Parameters:
[
1
]
|
|
10.77 ms (5.51%) |
1 |
SELECT COUNT(d0_.id) AS sclr_0 FROM draw d0_ WHERE d0_.game_id = ?
Parameters:
[
1
]
|
|
7.80 ms (3.99%) |
1 |
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 WHERE t0.id = ?
Parameters:
[
1
]
|
|
7.12 ms (3.64%) |
1 |
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\Ball | 120 |
| App\Entity\Joker | 38 |
| App\Entity\Draw | 20 |
| App\Entity\Game | 1 |
| App\Entity\Sync | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Game | No errors. |
| App\Entity\Draw | No errors. |
| App\Entity\Sync | No errors. |
| App\Entity\Ball | No errors. |
| App\Entity\Joker | No errors. |
| App\Entity\Prize | No errors. |