Query Metrics
16
Database Queries
5
Different statements
8.54 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 1.06 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.updated_at AS updated_at_4, t0.description AS description_5, t0.slug AS slug_6 FROM company t0 WHERE t0.slug = ? LIMIT 1
Parameters:
[
"gibson"
]
|
2 | 0.70 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.logo AS logo_3, t0.updated_at AS updated_at_4, t0.description AS description_5, t0.slug AS slug_6 FROM company t0
Parameters:
[] |
3 | 0.93 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.picture AS picture_3, t0.release_at AS release_at_4, t0.description AS description_5, t0.summary AS summary_6, t0.slug AS slug_7, t0.updated_at AS updated_at_8, t0.category_id AS category_id_9, t0.company_id AS company_id_10 FROM instrument t0 WHERE t0.company_id = ?
Parameters:
[
2
]
|
4 | 0.59 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.picture AS picture_3, t0.file AS file_4, t0.updated_at AS updated_at_5, t0.seek_to AS seek_to_6, t0.instrument_id AS instrument_id_7, t0.artist_id AS artist_id_8, t0.player_id AS player_id_9 FROM sound t0 WHERE t0.instrument_id = ?
Parameters:
[
2
]
|
5 | 0.64 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM artist t0 WHERE t0.id = ?
Parameters:
[
13
]
|
6 | 0.40 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM artist t0 WHERE t0.id = ?
Parameters:
[
14
]
|
7 | 0.46 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM artist t0 WHERE t0.id = ?
Parameters:
[
15
]
|
8 | 0.51 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.picture AS picture_3, t0.file AS file_4, t0.updated_at AS updated_at_5, t0.seek_to AS seek_to_6, t0.instrument_id AS instrument_id_7, t0.artist_id AS artist_id_8, t0.player_id AS player_id_9 FROM sound t0 WHERE t0.instrument_id = ?
Parameters:
[
7
]
|
9 | 0.52 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM artist t0 WHERE t0.id = ?
Parameters:
[
6
]
|
10 | 0.41 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM artist t0 WHERE t0.id = ?
Parameters:
[
7
]
|
11 | 0.37 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM artist t0 WHERE t0.id = ?
Parameters:
[
8
]
|
12 | 0.39 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM artist t0 WHERE t0.id = ?
Parameters:
[
9
]
|
13 | 0.47 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.picture AS picture_3, t0.file AS file_4, t0.updated_at AS updated_at_5, t0.seek_to AS seek_to_6, t0.instrument_id AS instrument_id_7, t0.artist_id AS artist_id_8, t0.player_id AS player_id_9 FROM sound t0 WHERE t0.instrument_id = ?
Parameters:
[
9
]
|
14 | 0.37 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM artist t0 WHERE t0.id = ?
Parameters:
[
12
]
|
15 | 0.35 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM artist t0 WHERE t0.id = ?
Parameters:
[
16
]
|
16 | 0.38 ms |
SELECT t0.id AS id_1, t0.name AS name_2 FROM artist t0 WHERE t0.id = ?
Parameters:
[
11
]
|
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\Company | No errors. |
App\Entity\Instrument | No errors. |
App\Entity\Category | No errors. |
App\Entity\Sound | No errors. |
App\Entity\Artist | No errors. |
App\Entity\Player | No errors. |
App\Entity\User | No errors. |