Query Metrics
18
Database Queries
12
Different statements
27.47 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
6.83 ms (24.87%) |
2 |
SELECT quote_ident(table_name) AS table_name, table_schema AS schema_name FROM information_schema.tables WHERE table_catalog = ? AND table_schema NOT LIKE 'pg\_%' AND table_schema != 'information_schema' AND table_name != 'geometry_columns' AND table_name != 'spatial_ref_sys' AND table_type = 'BASE TABLE'
Parameters:
[
"site"
]
|
|
3.69 ms (13.44%) |
1 |
SELECT a.attnum, quote_ident(a.attname) AS field, t.typname AS type, format_type(a.atttypid, a.atttypmod) AS complete_type, (SELECT tc.collcollate FROM pg_catalog.pg_collation tc WHERE tc.oid = a.attcollation) AS collation, (SELECT t1.typname FROM pg_catalog.pg_type t1 WHERE t1.oid = t.typbasetype) AS domain_type, (SELECT format_type(t2.typbasetype, t2.typtypmod) FROM pg_catalog.pg_type t2 WHERE t2.typtype = 'd' AND t2.oid = a.atttypid) AS domain_complete_type, a.attnotnull AS isnotnull, (SELECT 't' FROM pg_index WHERE c.oid = pg_index.indrelid AND pg_index.indkey[0] = a.attnum AND pg_index.indisprimary = 't' ) AS pri, (SELECT pg_get_expr(adbin, adrelid) FROM pg_attrdef WHERE c.oid = pg_attrdef.adrelid AND pg_attrdef.adnum=a.attnum ) AS default, (SELECT pg_description.description FROM pg_description WHERE pg_description.objoid = c.oid AND a.attnum = pg_description.objsubid ) AS comment FROM pg_attribute a, pg_class c, pg_type t, pg_namespace n WHERE a.attnum > 0 AND a.attrelid = c.oid AND a.atttypid = t.oid AND n.oid = c.relnamespace AND c.relkind = 'r' AND c.relname = 'doctrine_migration_versions' AND n.nspname = ANY(current_schemas(false)) AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast') ORDER BY a.attnum
Parameters:
[] |
|
3.52 ms (12.80%) |
6 |
SELECT CURRENT_DATABASE()
Parameters:
[] |
|
2.81 ms (10.24%) |
1 |
SELECT f0_.id AS id_0, f0_.frequency AS frequency_1, f0_.sd_stream AS sd_stream_2, f0_.hd_stream AS hd_stream_3, r1_.id AS id_4, r1_.title AS title_5, r1_.is_global AS is_global_6, r1_.is_main AS is_main_7, r1_.sort AS sort_8, f0_.region_id AS region_id_9, f0_.radio_id AS radio_id_10 FROM frequency f0_ INNER JOIN region r1_ ON f0_.region_id = r1_.id WHERE f0_.id = ?
Parameters:
[
255
]
|
|
1.97 ms (7.18%) |
1 |
SELECT e0_.content AS content_0, e0_.field AS field_1 FROM ext_translations e0_ WHERE e0_.foreign_key = ? AND e0_.locale = ? AND e0_.object_class = ?
Parameters:
[ "3" "ru" "App\Entity\Region" ] |
|
1.92 ms (6.99%) |
1 |
SELECT quote_ident(relname) AS relname, pg_index.indisunique, pg_index.indisprimary, pg_index.indkey, pg_index.indrelid, pg_get_expr(indpred, indrelid) AS where FROM pg_class, pg_index WHERE oid IN ( SELECT indexrelid FROM pg_index i, pg_class c, pg_namespace n WHERE c.oid = i.indrelid AND c.relnamespace = n.oid AND c.relname = 'doctrine_migration_versions' AND n.nspname = ANY(current_schemas(false)) AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')) AND pg_index.indexrelid = oid
Parameters:
[] |
|
1.84 ms (6.68%) |
1 |
SELECT c.relname, obj_description(c.oid, 'pg_class') AS comment FROM pg_class c INNER JOIN pg_namespace n ON n.oid = c.relnamespace WHERE c.relkind = 'r' AND c.relname = 'doctrine_migration_versions' AND n.nspname = ANY(current_schemas(false)) AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')
Parameters:
[] |
|
1.53 ms (5.58%) |
1 |
SELECT quote_ident(r.conname) as conname, pg_catalog.pg_get_constraintdef(r.oid, true) as condef FROM pg_catalog.pg_constraint r WHERE r.conrelid IN ( SELECT c.oid FROM pg_catalog.pg_class c, pg_catalog.pg_namespace n WHERE n.oid = c.relnamespace AND c.relname = 'doctrine_migration_versions' AND n.nspname = ANY(current_schemas(false)) AND n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast')) AND r.contype = 'f'
Parameters:
[] |
|
1.23 ms (4.46%) |
1 |
SELECT schema_name FROM information_schema.schemata WHERE schema_name NOT LIKE 'pg\_%' AND schema_name != 'information_schema'
Parameters:
[] |
|
0.85 ms (3.10%) |
1 |
SELECT attnum, attname FROM pg_attribute WHERE attrelid=16413 AND attnum IN (1) ORDER BY attnum ASC
Parameters:
[] |
|
0.81 ms (2.96%) |
1 |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
|
0.47 ms (1.70%) |
1 |
SHOW search_path
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Frequency | No errors. |
| App\Entity\Region | No errors. |
| App\Entity\Radio | No errors. |
| Gedmo\Translatable\Entity\MappedSuperclass\AbstractTranslation | No errors. |
| Gedmo\Translatable\Entity\Translation | No errors. |
| App\Entity\About | No errors. |
| App\Entity\App | No errors. |
| App\Entity\Appeal | No errors. |
| App\Entity\Contact | No errors. |
| App\Entity\Faq | No errors. |
| App\Entity\Genre | No errors. |
| App\Entity\PlayHistory | No errors. |
| App\Entity\Policy | No errors. |
| App\Entity\Settings | No errors. |
| App\Entity\Social\RadioSocial | No errors. |
| App\Entity\Social\SiteSocial | No errors. |
| App\Entity\Song | No errors. |
| App\Entity\Support | No errors. |
| App\Entity\Token | No errors. |
| App\Entity\User | No errors. |
| App\Entity\SongImage | No errors. |
| App\Entity\Admin | No errors. |
| App\Entity\RegistrationToken | No errors. |
| App\Entity\Page | No errors. |
| Gedmo\Translatable\Entity\MappedSuperclass\AbstractPersonalTranslation | No errors. |
| Vich\UploaderBundle\Entity\File | No errors. |