Query Metrics
15
Database Queries
11
Different statements
11.80 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 2.02 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.email AS email_3, t0.address AS address_4, t0.degree AS degree_5, t0.current_position AS current_position_6, t0.division AS division_7, t0.application_form AS application_form_8, t0.personal AS personal_9, t0.cv AS cv_10, t0.usmle AS usmle_11, t0.dean_letter AS dean_letter_12, t0.med_school_d AS med_school_d_13, t0.ref1_name AS ref1_name_14, t0.ref1_email AS ref1_email_15, t0.ref1_letter AS ref1_letter_16, t0.ref2_name AS ref2_name_17, t0.ref2_email AS ref2_email_18, t0.ref2_letter AS ref2_letter_19, t0.ref3_name AS ref3_name_20, t0.ref3_email AS ref3_email_21, t0.ref3_letter AS ref3_letter_22, t0.phone AS phone_23, t0.status AS status_24, t0.notes AS notes_25, t0.ref_lt_num AS ref_lt_num_26 FROM applicant t0 WHERE t0.id = ?
Parameters:
[
"new'||sleep(27*1000)*tkxsyn||'"
]
|
| 2 | 3.76 ms |
SELECT quote_ident(table_name) AS table_name, table_schema AS schema_name FROM information_schema.tables WHERE table_schema NOT LIKE 'pg\_%' AND table_schema != 'information_schema' AND table_name != 'geometry_columns' AND table_name != 'spatial_ref_sys' AND table_type != 'VIEW'
Parameters:
[] |
| 3 | 0.45 ms |
SELECT schema_name FROM information_schema.schemata WHERE schema_name NOT LIKE 'pg\_%' AND schema_name != 'information_schema'
Parameters:
[] |
| 4 | 0.13 ms |
SHOW search_path
Parameters:
[] |
| 5 | 0.98 ms |
SELECT quote_ident(table_name) AS table_name, table_schema AS schema_name FROM information_schema.tables WHERE table_schema NOT LIKE 'pg\_%' AND table_schema != 'information_schema' AND table_name != 'geometry_columns' AND table_name != 'spatial_ref_sys' AND table_type != 'VIEW'
Parameters:
[] |
| 6 | 0.18 ms |
SELECT CURRENT_DATABASE()
Parameters:
[] |
| 7 | 1.89 ms |
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 n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast') AND c.relname = 'doctrine_migration_versions' AND n.nspname = ANY(current_schemas(false)) AND a.attnum > 0 AND a.attrelid = c.oid AND a.atttypid = t.oid AND n.oid = c.relnamespace ORDER BY a.attnum
Parameters:
[] |
| 8 | 0.13 ms |
SELECT CURRENT_DATABASE()
Parameters:
[] |
| 9 | 0.46 ms |
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 = ( SELECT c.oid FROM pg_catalog.pg_class c, pg_catalog.pg_namespace n WHERE n.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast') AND c.relname = 'doctrine_migration_versions' AND n.nspname = ANY(current_schemas(false)) AND n.oid = c.relnamespace ) AND r.contype = 'f'
Parameters:
[] |
| 10 | 0.12 ms |
SELECT CURRENT_DATABASE()
Parameters:
[] |
| 11 | 0.65 ms |
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 si, pg_class sc, pg_namespace sn WHERE sn.nspname NOT IN ('pg_catalog', 'information_schema', 'pg_toast') AND sc.relname = 'doctrine_migration_versions' AND sn.nspname = ANY(current_schemas(false)) AND sc.oid=si.indrelid AND sc.relnamespace = sn.oid ) AND pg_index.indexrelid = oid
Parameters:
[] |
| 12 | 0.38 ms |
SELECT attnum, attname FROM pg_attribute WHERE attrelid=33130 AND attnum IN (1) ORDER BY attnum ASC
Parameters:
[] |
| 13 | 0.28 ms |
SELECT obj_description('doctrine_migration_versions'::regclass) AS table_comment;
Parameters:
[] |
| 14 | 0.22 ms |
SELECT * FROM doctrine_migration_versions
Parameters:
[] |
| 15 | 0.14 ms |
SELECT CURRENT_DATABASE()
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\Applicant | No errors. |
| App\Entity\Refrence | No errors. |